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

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package pricing provides the client and types for making API
     4  // requests to AWS Price List Service.
     5  //
     6  // Amazon Web Services Price List Service API (Amazon Web Services Price List
     7  // Service) is a centralized and convenient way to programmatically query Amazon
     8  // Web Services for services, products, and pricing information. The Amazon
     9  // Web Services Price List Service uses standardized product attributes such
    10  // as Location, Storage Class, and Operating System, and provides prices at
    11  // the SKU level. You can use the Amazon Web Services Price List Service to
    12  // build cost control and scenario planning tools, reconcile billing data, forecast
    13  // future spend for budgeting purposes, and provide cost benefit analysis that
    14  // compare your internal workloads with Amazon Web Services.
    15  //
    16  // Use GetServices without a service code to retrieve the service codes for
    17  // all AWS services, then GetServices with a service code to retreive the attribute
    18  // names for that service. After you have the service code and attribute names,
    19  // you can use GetAttributeValues to see what values are available for an attribute.
    20  // With the service code and an attribute name and value, you can use GetProducts
    21  // to find specific products that you're interested in, such as an AmazonEC2
    22  // instance, with a Provisioned IOPS volumeType.
    23  //
    24  // Service Endpoint
    25  //
    26  // Amazon Web Services Price List Service API provides the following two endpoints:
    27  //
    28  //    * https://api.pricing.us-east-1.amazonaws.com
    29  //
    30  //    * https://api.pricing.ap-south-1.amazonaws.com
    31  //
    32  // See https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15 for more information on this service.
    33  //
    34  // See pricing package documentation for more information.
    35  // https://docs.aws.amazon.com/sdk-for-go/api/service/pricing/
    36  //
    37  // Using the Client
    38  //
    39  // To contact AWS Price List Service with the SDK use the New function to create
    40  // a new service client. With that client you can make API requests to the service.
    41  // These clients are safe to use concurrently.
    42  //
    43  // See the SDK's documentation for more information on how to use the SDK.
    44  // https://docs.aws.amazon.com/sdk-for-go/api/
    45  //
    46  // See aws.Config documentation for more information on configuring SDK clients.
    47  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    48  //
    49  // See the AWS Price List Service client Pricing for more
    50  // information on creating client for this service.
    51  // https://docs.aws.amazon.com/sdk-for-go/api/service/pricing/#New
    52  package pricing