github.com/aavshr/aws-sdk-go@v1.41.3/service/costexplorer/doc.go (about)

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package costexplorer provides the client and types for making API
     4  // requests to AWS Cost Explorer Service.
     5  //
     6  // You can use the Cost Explorer API to programmatically query your cost and
     7  // usage data. You can query for aggregated data such as total monthly costs
     8  // or total daily usage. You can also query for granular data. This might include
     9  // the number of daily write operations for Amazon DynamoDB database tables
    10  // in your production environment.
    11  //
    12  // Service Endpoint
    13  //
    14  // The Cost Explorer API provides the following endpoint:
    15  //
    16  //    * https://ce.us-east-1.amazonaws.com
    17  //
    18  // For information about the costs that are associated with the Cost Explorer
    19  // API, see Amazon Web Services Cost Management Pricing (http://aws.amazon.com/aws-cost-management/pricing/).
    20  //
    21  // See https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25 for more information on this service.
    22  //
    23  // See costexplorer package documentation for more information.
    24  // https://docs.aws.amazon.com/sdk-for-go/api/service/costexplorer/
    25  //
    26  // Using the Client
    27  //
    28  // To contact AWS Cost Explorer Service with the SDK use the New function to create
    29  // a new service client. With that client you can make API requests to the service.
    30  // These clients are safe to use concurrently.
    31  //
    32  // See the SDK's documentation for more information on how to use the SDK.
    33  // https://docs.aws.amazon.com/sdk-for-go/api/
    34  //
    35  // See aws.Config documentation for more information on configuring SDK clients.
    36  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    37  //
    38  // See the AWS Cost Explorer Service client CostExplorer for more
    39  // information on creating client for this service.
    40  // https://docs.aws.amazon.com/sdk-for-go/api/service/costexplorer/#New
    41  package costexplorer