42 lines
1.8 KiB
Go
42 lines
1.8 KiB
Go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
// Package costandusagereportservice provides the client and types for making API
|
|
// requests to AWS Cost and Usage Report Service.
|
|
//
|
|
// The AWS Cost and Usage Report API enables you to programmatically create,
|
|
// query, and delete AWS Cost and Usage report definitions.
|
|
//
|
|
// AWS Cost and Usage reports track the monthly AWS costs and usage associated
|
|
// with your AWS account. The report contains line items for each unique combination
|
|
// of AWS product, usage type, and operation that your AWS account uses. You
|
|
// can configure the AWS Cost and Usage report to show only the data that you
|
|
// want, using the AWS Cost and Usage API.
|
|
//
|
|
// Service Endpoint
|
|
//
|
|
// The AWS Cost and Usage Report API provides the following endpoint:
|
|
//
|
|
// * cur.us-east-1.amazonaws.com
|
|
//
|
|
// See https://docs.aws.amazon.com/goto/WebAPI/cur-2017-01-06 for more information on this service.
|
|
//
|
|
// See costandusagereportservice package documentation for more information.
|
|
// https://docs.aws.amazon.com/sdk-for-go/api/service/costandusagereportservice/
|
|
//
|
|
// Using the Client
|
|
//
|
|
// To contact AWS Cost and Usage Report Service with the SDK use the New function to create
|
|
// a new service client. With that client you can make API requests to the service.
|
|
// These clients are safe to use concurrently.
|
|
//
|
|
// See the SDK's documentation for more information on how to use the SDK.
|
|
// https://docs.aws.amazon.com/sdk-for-go/api/
|
|
//
|
|
// See aws.Config documentation for more information on configuring SDK clients.
|
|
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
|
|
//
|
|
// See the AWS Cost and Usage Report Service client CostandUsageReportService for more
|
|
// information on creating client for this service.
|
|
// https://docs.aws.amazon.com/sdk-for-go/api/service/costandusagereportservice/#New
|
|
package costandusagereportservice
|