...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/pricing"
Overview
Examples
Constants

Overview ▾

Package pricing provides the client and types for making API requests to AWS Price List Service.

The Amazon Web Services Price List API is a centralized and convenient way to programmatically query Amazon Web Services for services, products, and pricing information. The Amazon Web Services Price List uses standardized product attributes such as Location, Storage Class, and Operating System, and provides prices at the SKU level. You can use the Amazon Web Services Price List to do the following:

  • Build cost control and scenario planning tools

  • Reconcile billing data

  • Forecast future spend for budgeting purposes

  • Provide cost benefit analysis that compare your internal workloads with Amazon Web Services

Use GetServices without a service code to retrieve the service codes for all Amazon Web Services, then GetServices with a service code to retrieve the attribute names for that service. After you have the service code and attribute names, you can use GetAttributeValues to see what values are available for an attribute. With the service code and an attribute name and value, you can use GetProducts to find specific products that you're interested in, such as an AmazonEC2 instance, with a Provisioned IOPS volumeType.

For more information, see Using the Amazon Web Services Price List API (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html) in the Billing User Guide.

See https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15 for more information on this service.

See pricing package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/pricing/

Using the Client

To contact AWS Price List 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 Price List Service client Pricing for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/pricing/#New

The stub package, pricingiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type Pricing
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Pricing
func (c *Pricing) DescribeServices(input *DescribeServicesInput) (*DescribeServicesOutput, error)
func (c *Pricing) DescribeServicesPages(input *DescribeServicesInput, fn func(*DescribeServicesOutput, bool) bool) error
func (c *Pricing) DescribeServicesPagesWithContext(ctx aws.Context, input *DescribeServicesInput, fn func(*DescribeServicesOutput, bool) bool, opts ...request.Option) error
func (c *Pricing) DescribeServicesRequest(input *DescribeServicesInput) (req *request.Request, output *DescribeServicesOutput)
func (c *Pricing) DescribeServicesWithContext(ctx aws.Context, input *DescribeServicesInput, opts ...request.Option) (*DescribeServicesOutput, error)
func (c *Pricing) GetAttributeValues(input *GetAttributeValuesInput) (*GetAttributeValuesOutput, error)
func (c *Pricing) GetAttributeValuesPages(input *GetAttributeValuesInput, fn func(*GetAttributeValuesOutput, bool) bool) error
func (c *Pricing) GetAttributeValuesPagesWithContext(ctx aws.Context, input *GetAttributeValuesInput, fn func(*GetAttributeValuesOutput, bool) bool, opts ...request.Option) error
func (c *Pricing) GetAttributeValuesRequest(input *GetAttributeValuesInput) (req *request.Request, output *GetAttributeValuesOutput)
func (c *Pricing) GetAttributeValuesWithContext(ctx aws.Context, input *GetAttributeValuesInput, opts ...request.Option) (*GetAttributeValuesOutput, error)
func (c *Pricing) GetPriceListFileUrl(input *GetPriceListFileUrlInput) (*GetPriceListFileUrlOutput, error)
func (c *Pricing) GetPriceListFileUrlRequest(input *GetPriceListFileUrlInput) (req *request.Request, output *GetPriceListFileUrlOutput)
func (c *Pricing) GetPriceListFileUrlWithContext(ctx aws.Context, input *GetPriceListFileUrlInput, opts ...request.Option) (*GetPriceListFileUrlOutput, error)
func (c *Pricing) GetProducts(input *GetProductsInput) (*GetProductsOutput, error)
func (c *Pricing) GetProductsPages(input *GetProductsInput, fn func(*GetProductsOutput, bool) bool) error
func (c *Pricing) GetProductsPagesWithContext(ctx aws.Context, input *GetProductsInput, fn func(*GetProductsOutput, bool) bool, opts ...request.Option) error
func (c *Pricing) GetProductsRequest(input *GetProductsInput) (req *request.Request, output *GetProductsOutput)
func (c *Pricing) GetProductsWithContext(ctx aws.Context, input *GetProductsInput, opts ...request.Option) (*GetProductsOutput, error)
func (c *Pricing) ListPriceLists(input *ListPriceListsInput) (*ListPriceListsOutput, error)
func (c *Pricing) ListPriceListsPages(input *ListPriceListsInput, fn func(*ListPriceListsOutput, bool) bool) error
func (c *Pricing) ListPriceListsPagesWithContext(ctx aws.Context, input *ListPriceListsInput, fn func(*ListPriceListsOutput, bool) bool, opts ...request.Option) error
func (c *Pricing) ListPriceListsRequest(input *ListPriceListsInput) (req *request.Request, output *ListPriceListsOutput)
func (c *Pricing) ListPriceListsWithContext(ctx aws.Context, input *ListPriceListsInput, opts ...request.Option) (*ListPriceListsOutput, error)
func FilterType_Values() []string
type AccessDeniedException
type AttributeValue
type DescribeServicesInput
type DescribeServicesOutput
type ExpiredNextTokenException
type Filter
type GetAttributeValuesInput
type GetAttributeValuesOutput
type GetPriceListFileUrlInput
type GetPriceListFileUrlOutput
type GetProductsInput
type GetProductsOutput
type InternalErrorException
type InvalidNextTokenException
type InvalidParameterException
type ListPriceListsInput
type ListPriceListsOutput
type NotFoundException
type PriceList
type ResourceNotFoundException
type Service
type ThrottlingException

Constants ▾

const (

    // ErrCodeAccessDeniedException for service response error code
    // "AccessDeniedException".
    //
    // General authentication failure. The request wasn't signed correctly.
    ErrCodeAccessDeniedException = "AccessDeniedException"

    // ErrCodeExpiredNextTokenException for service response error code
    // "ExpiredNextTokenException".
    //
    // The pagination token expired. Try again without a pagination token.
    ErrCodeExpiredNextTokenException = "ExpiredNextTokenException"

    // ErrCodeInternalErrorException for service response error code
    // "InternalErrorException".
    //
    // An error on the server occurred during the processing of your request. Try
    // again later.
    ErrCodeInternalErrorException = "InternalErrorException"

    // ErrCodeInvalidNextTokenException for service response error code
    // "InvalidNextTokenException".
    //
    // The pagination token is invalid. Try again without a pagination token.
    ErrCodeInvalidNextTokenException = "InvalidNextTokenException"

    // ErrCodeInvalidParameterException for service response error code
    // "InvalidParameterException".
    //
    // One or more parameters had an invalid value.
    ErrCodeInvalidParameterException = "InvalidParameterException"

    // ErrCodeNotFoundException for service response error code
    // "NotFoundException".
    //
    // The requested resource can't be found.
    ErrCodeNotFoundException = "NotFoundException"

    // ErrCodeResourceNotFoundException for service response error code
    // "ResourceNotFoundException".
    //
    // The requested resource can't be found.
    ErrCodeResourceNotFoundException = "ResourceNotFoundException"

    // ErrCodeThrottlingException for service response error code
    // "ThrottlingException".
    //
    // You've made too many requests exceeding service quotas.
    ErrCodeThrottlingException = "ThrottlingException"
)
const (
    ServiceName = "api.pricing" // Name of service.
    EndpointsID = ServiceName   // ID to lookup a service endpoint with.
    ServiceID   = "Pricing"     // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // FilterTypeTermMatch is a FilterType enum value
    FilterTypeTermMatch = "TERM_MATCH"
)

func FilterType_Values

func FilterType_Values() []string

FilterType_Values returns all elements of the FilterType enum

type AccessDeniedException

type AccessDeniedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

General authentication failure. The request wasn't signed correctly.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AttributeValue

type AttributeValue struct {

    // The specific value of an attributeName.
    Value *string `type:"string"`
    // contains filtered or unexported fields
}

The values of a given attribute, such as Throughput Optimized HDD or Provisioned IOPS for the Amazon EC2 volumeType attribute.

func (AttributeValue) GoString

func (s AttributeValue) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttributeValue) SetValue

func (s *AttributeValue) SetValue(v string) *AttributeValue

SetValue sets the Value field's value.

func (AttributeValue) String

func (s AttributeValue) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeServicesInput

type DescribeServicesInput struct {

    // The format version that you want the response to be in.
    //
    // Valid values are: aws_v1
    FormatVersion *string `type:"string"`

    // The maximum number of results that you want returned in the response.
    MaxResults *int64 `min:"1" type:"integer"`

    // The pagination token that indicates the next set of results that you want
    // to retrieve.
    NextToken *string `type:"string"`

    // The code for the service whose information you want to retrieve, such as
    // AmazonEC2. You can use the ServiceCode to filter the results in a GetProducts
    // call. To retrieve a list of all services, leave this blank.
    ServiceCode *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeServicesInput) GoString

func (s DescribeServicesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeServicesInput) SetFormatVersion

func (s *DescribeServicesInput) SetFormatVersion(v string) *DescribeServicesInput

SetFormatVersion sets the FormatVersion field's value.

func (*DescribeServicesInput) SetMaxResults

func (s *DescribeServicesInput) SetMaxResults(v int64) *DescribeServicesInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeServicesInput) SetNextToken

func (s *DescribeServicesInput) SetNextToken(v string) *DescribeServicesInput

SetNextToken sets the NextToken field's value.

func (*DescribeServicesInput) SetServiceCode

func (s *DescribeServicesInput) SetServiceCode(v string) *DescribeServicesInput

SetServiceCode sets the ServiceCode field's value.

func (DescribeServicesInput) String

func (s DescribeServicesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeServicesInput) Validate

func (s *DescribeServicesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeServicesOutput

type DescribeServicesOutput struct {

    // The format version of the response. For example, aws_v1.
    FormatVersion *string `type:"string"`

    // The pagination token for the next set of retrievable results.
    NextToken *string `type:"string"`

    // The service metadata for the service or services in the response.
    Services []*Service `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeServicesOutput) GoString

func (s DescribeServicesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeServicesOutput) SetFormatVersion

func (s *DescribeServicesOutput) SetFormatVersion(v string) *DescribeServicesOutput

SetFormatVersion sets the FormatVersion field's value.

func (*DescribeServicesOutput) SetNextToken

func (s *DescribeServicesOutput) SetNextToken(v string) *DescribeServicesOutput

SetNextToken sets the NextToken field's value.

func (*DescribeServicesOutput) SetServices

func (s *DescribeServicesOutput) SetServices(v []*Service) *DescribeServicesOutput

SetServices sets the Services field's value.

func (DescribeServicesOutput) String

func (s DescribeServicesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ExpiredNextTokenException

type ExpiredNextTokenException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The pagination token expired. Try again without a pagination token.

func (*ExpiredNextTokenException) Code

func (s *ExpiredNextTokenException) Code() string

Code returns the exception type name.

func (*ExpiredNextTokenException) Error

func (s *ExpiredNextTokenException) Error() string

func (ExpiredNextTokenException) GoString

func (s ExpiredNextTokenException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExpiredNextTokenException) Message

func (s *ExpiredNextTokenException) Message() string

Message returns the exception's message.

func (*ExpiredNextTokenException) OrigErr

func (s *ExpiredNextTokenException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ExpiredNextTokenException) RequestID

func (s *ExpiredNextTokenException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ExpiredNextTokenException) StatusCode

func (s *ExpiredNextTokenException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ExpiredNextTokenException) String

func (s ExpiredNextTokenException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Filter

type Filter struct {

    // The product metadata field that you want to filter on. You can filter by
    // just the service code to see all products for a specific service, filter
    // by just the attribute name to see a specific attribute for multiple services,
    // or use both a service code and an attribute name to retrieve only products
    // that match both fields.
    //
    // Valid values include: ServiceCode, and all attribute names
    //
    // For example, you can filter by the AmazonEC2 service code and the volumeType
    // attribute name to get the prices for only Amazon EC2 volumes.
    //
    // Field is a required field
    Field *string `type:"string" required:"true"`

    // The type of filter that you want to use.
    //
    // Valid values are: TERM_MATCH. TERM_MATCH returns only products that match
    // both the given filter field and the given value.
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"FilterType"`

    // The service code or attribute value that you want to filter by. If you're
    // filtering by service code this is the actual service code, such as AmazonEC2.
    // If you're filtering by attribute name, this is the attribute value that you
    // want the returned products to match, such as a Provisioned IOPS volume.
    //
    // Value is a required field
    Value *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

The constraints that you want all returned products to match.

func (Filter) GoString

func (s Filter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Filter) SetField

func (s *Filter) SetField(v string) *Filter

SetField sets the Field field's value.

func (*Filter) SetType

func (s *Filter) SetType(v string) *Filter

SetType sets the Type field's value.

func (*Filter) SetValue

func (s *Filter) SetValue(v string) *Filter

SetValue sets the Value field's value.

func (Filter) String

func (s Filter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Filter) Validate

func (s *Filter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAttributeValuesInput

type GetAttributeValuesInput struct {

    // The name of the attribute that you want to retrieve the values for, such
    // as volumeType.
    //
    // AttributeName is a required field
    AttributeName *string `type:"string" required:"true"`

    // The maximum number of results to return in response.
    MaxResults *int64 `min:"1" type:"integer"`

    // The pagination token that indicates the next set of results that you want
    // to retrieve.
    NextToken *string `type:"string"`

    // The service code for the service whose attributes you want to retrieve. For
    // example, if you want the retrieve an EC2 attribute, use AmazonEC2.
    //
    // ServiceCode is a required field
    ServiceCode *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetAttributeValuesInput) GoString

func (s GetAttributeValuesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAttributeValuesInput) SetAttributeName

func (s *GetAttributeValuesInput) SetAttributeName(v string) *GetAttributeValuesInput

SetAttributeName sets the AttributeName field's value.

func (*GetAttributeValuesInput) SetMaxResults

func (s *GetAttributeValuesInput) SetMaxResults(v int64) *GetAttributeValuesInput

SetMaxResults sets the MaxResults field's value.

func (*GetAttributeValuesInput) SetNextToken

func (s *GetAttributeValuesInput) SetNextToken(v string) *GetAttributeValuesInput

SetNextToken sets the NextToken field's value.

func (*GetAttributeValuesInput) SetServiceCode

func (s *GetAttributeValuesInput) SetServiceCode(v string) *GetAttributeValuesInput

SetServiceCode sets the ServiceCode field's value.

func (GetAttributeValuesInput) String

func (s GetAttributeValuesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAttributeValuesInput) Validate

func (s *GetAttributeValuesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAttributeValuesOutput

type GetAttributeValuesOutput struct {

    // The list of values for an attribute. For example, Throughput Optimized HDD
    // and Provisioned IOPS are two available values for the AmazonEC2 volumeType.
    AttributeValues []*AttributeValue `type:"list"`

    // The pagination token that indicates the next set of results to retrieve.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetAttributeValuesOutput) GoString

func (s GetAttributeValuesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAttributeValuesOutput) SetAttributeValues

func (s *GetAttributeValuesOutput) SetAttributeValues(v []*AttributeValue) *GetAttributeValuesOutput

SetAttributeValues sets the AttributeValues field's value.

func (*GetAttributeValuesOutput) SetNextToken

func (s *GetAttributeValuesOutput) SetNextToken(v string) *GetAttributeValuesOutput

SetNextToken sets the NextToken field's value.

func (GetAttributeValuesOutput) String

func (s GetAttributeValuesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetPriceListFileUrlInput

type GetPriceListFileUrlInput struct {

    // The format that you want to retrieve your Price List files in. The FileFormat
    // can be obtained from the ListPriceLists (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_ListPriceLists.html)
    // response.
    //
    // FileFormat is a required field
    FileFormat *string `min:"1" type:"string" required:"true"`

    // The unique identifier that maps to where your Price List files are located.
    // PriceListArn can be obtained from the ListPriceLists (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_ListPriceLists.html)
    // response.
    //
    // PriceListArn is a required field
    PriceListArn *string `min:"18" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetPriceListFileUrlInput) GoString

func (s GetPriceListFileUrlInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPriceListFileUrlInput) SetFileFormat

func (s *GetPriceListFileUrlInput) SetFileFormat(v string) *GetPriceListFileUrlInput

SetFileFormat sets the FileFormat field's value.

func (*GetPriceListFileUrlInput) SetPriceListArn

func (s *GetPriceListFileUrlInput) SetPriceListArn(v string) *GetPriceListFileUrlInput

SetPriceListArn sets the PriceListArn field's value.

func (GetPriceListFileUrlInput) String

func (s GetPriceListFileUrlInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPriceListFileUrlInput) Validate

func (s *GetPriceListFileUrlInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetPriceListFileUrlOutput

type GetPriceListFileUrlOutput struct {

    // The URL to download your Price List file from.
    Url *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetPriceListFileUrlOutput) GoString

func (s GetPriceListFileUrlOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPriceListFileUrlOutput) SetUrl

func (s *GetPriceListFileUrlOutput) SetUrl(v string) *GetPriceListFileUrlOutput

SetUrl sets the Url field's value.

func (GetPriceListFileUrlOutput) String

func (s GetPriceListFileUrlOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetProductsInput

type GetProductsInput struct {

    // The list of filters that limit the returned products. only products that
    // match all filters are returned.
    Filters []*Filter `type:"list"`

    // The format version that you want the response to be in.
    //
    // Valid values are: aws_v1
    FormatVersion *string `type:"string"`

    // The maximum number of results to return in the response.
    MaxResults *int64 `min:"1" type:"integer"`

    // The pagination token that indicates the next set of results that you want
    // to retrieve.
    NextToken *string `type:"string"`

    // The code for the service whose products you want to retrieve.
    //
    // ServiceCode is a required field
    ServiceCode *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetProductsInput) GoString

func (s GetProductsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetProductsInput) SetFilters

func (s *GetProductsInput) SetFilters(v []*Filter) *GetProductsInput

SetFilters sets the Filters field's value.

func (*GetProductsInput) SetFormatVersion

func (s *GetProductsInput) SetFormatVersion(v string) *GetProductsInput

SetFormatVersion sets the FormatVersion field's value.

func (*GetProductsInput) SetMaxResults

func (s *GetProductsInput) SetMaxResults(v int64) *GetProductsInput

SetMaxResults sets the MaxResults field's value.

func (*GetProductsInput) SetNextToken

func (s *GetProductsInput) SetNextToken(v string) *GetProductsInput

SetNextToken sets the NextToken field's value.

func (*GetProductsInput) SetServiceCode

func (s *GetProductsInput) SetServiceCode(v string) *GetProductsInput

SetServiceCode sets the ServiceCode field's value.

func (GetProductsInput) String

func (s GetProductsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetProductsInput) Validate

func (s *GetProductsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetProductsOutput

type GetProductsOutput struct {

    // The format version of the response. For example, aws_v1.
    FormatVersion *string `type:"string"`

    // The pagination token that indicates the next set of results to retrieve.
    NextToken *string `type:"string"`

    // The list of products that match your filters. The list contains both the
    // product metadata and the price information.
    PriceList []aws.JSONValue `type:"list"`
    // contains filtered or unexported fields
}

func (GetProductsOutput) GoString

func (s GetProductsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetProductsOutput) SetFormatVersion

func (s *GetProductsOutput) SetFormatVersion(v string) *GetProductsOutput

SetFormatVersion sets the FormatVersion field's value.

func (*GetProductsOutput) SetNextToken

func (s *GetProductsOutput) SetNextToken(v string) *GetProductsOutput

SetNextToken sets the NextToken field's value.

func (*GetProductsOutput) SetPriceList

func (s *GetProductsOutput) SetPriceList(v []aws.JSONValue) *GetProductsOutput

SetPriceList sets the PriceList field's value.

func (GetProductsOutput) String

func (s GetProductsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InternalErrorException

type InternalErrorException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

An error on the server occurred during the processing of your request. Try again later.

func (*InternalErrorException) Code

func (s *InternalErrorException) Code() string

Code returns the exception type name.

func (*InternalErrorException) Error

func (s *InternalErrorException) Error() string

func (InternalErrorException) GoString

func (s InternalErrorException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InternalErrorException) Message

func (s *InternalErrorException) Message() string

Message returns the exception's message.

func (*InternalErrorException) OrigErr

func (s *InternalErrorException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalErrorException) RequestID

func (s *InternalErrorException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalErrorException) StatusCode

func (s *InternalErrorException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalErrorException) String

func (s InternalErrorException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidNextTokenException

type InvalidNextTokenException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The pagination token is invalid. Try again without a pagination token.

func (*InvalidNextTokenException) Code

func (s *InvalidNextTokenException) Code() string

Code returns the exception type name.

func (*InvalidNextTokenException) Error

func (s *InvalidNextTokenException) Error() string

func (InvalidNextTokenException) GoString

func (s InvalidNextTokenException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidNextTokenException) Message

func (s *InvalidNextTokenException) Message() string

Message returns the exception's message.

func (*InvalidNextTokenException) OrigErr

func (s *InvalidNextTokenException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidNextTokenException) RequestID

func (s *InvalidNextTokenException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidNextTokenException) StatusCode

func (s *InvalidNextTokenException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidNextTokenException) String

func (s InvalidNextTokenException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidParameterException

type InvalidParameterException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

One or more parameters had an invalid value.

func (*InvalidParameterException) Code

func (s *InvalidParameterException) Code() string

Code returns the exception type name.

func (*InvalidParameterException) Error

func (s *InvalidParameterException) Error() string

func (InvalidParameterException) GoString

func (s InvalidParameterException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidParameterException) Message

func (s *InvalidParameterException) Message() string

Message returns the exception's message.

func (*InvalidParameterException) OrigErr

func (s *InvalidParameterException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidParameterException) RequestID

func (s *InvalidParameterException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidParameterException) StatusCode

func (s *InvalidParameterException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidParameterException) String

func (s InvalidParameterException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListPriceListsInput

type ListPriceListsInput struct {

    // The three alphabetical character ISO-4217 currency code that the Price List
    // files are denominated in.
    //
    // CurrencyCode is a required field
    CurrencyCode *string `type:"string" required:"true"`

    // The date that the Price List file prices are effective from.
    //
    // EffectiveDate is a required field
    EffectiveDate *time.Time `type:"timestamp" required:"true"`

    // The maximum number of results to return in the response.
    MaxResults *int64 `min:"1" type:"integer"`

    // The pagination token that indicates the next set of results that you want
    // to retrieve.
    NextToken *string `type:"string"`

    // This is used to filter the Price List by Amazon Web Services Region. For
    // example, to get the price list only for the US East (N. Virginia) Region,
    // use us-east-1. If nothing is specified, you retrieve price lists for all
    // applicable Regions. The available RegionCode list can be retrieved from GetAttributeValues
    // (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_GetAttributeValues.html)
    // API.
    RegionCode *string `min:"1" type:"string"`

    // The service code or the Savings Plan service code for the attributes that
    // you want to retrieve. For example, to get the list of applicable Amazon EC2
    // price lists, use AmazonEC2. For a full list of service codes containing On-Demand
    // and Reserved Instance (RI) pricing, use the DescribeServices (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_DescribeServices.html#awscostmanagement-pricing_DescribeServices-request-FormatVersion)
    // API.
    //
    // To retrieve the Reserved Instance and Compute Savings Plan price lists, use
    // ComputeSavingsPlans.
    //
    // To retrieve Machine Learning Savings Plans price lists, use MachineLearningSavingsPlans.
    //
    // ServiceCode is a required field
    ServiceCode *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListPriceListsInput) GoString

func (s ListPriceListsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPriceListsInput) SetCurrencyCode

func (s *ListPriceListsInput) SetCurrencyCode(v string) *ListPriceListsInput

SetCurrencyCode sets the CurrencyCode field's value.

func (*ListPriceListsInput) SetEffectiveDate

func (s *ListPriceListsInput) SetEffectiveDate(v time.Time) *ListPriceListsInput

SetEffectiveDate sets the EffectiveDate field's value.

func (*ListPriceListsInput) SetMaxResults

func (s *ListPriceListsInput) SetMaxResults(v int64) *ListPriceListsInput

SetMaxResults sets the MaxResults field's value.

func (*ListPriceListsInput) SetNextToken

func (s *ListPriceListsInput) SetNextToken(v string) *ListPriceListsInput

SetNextToken sets the NextToken field's value.

func (*ListPriceListsInput) SetRegionCode

func (s *ListPriceListsInput) SetRegionCode(v string) *ListPriceListsInput

SetRegionCode sets the RegionCode field's value.

func (*ListPriceListsInput) SetServiceCode

func (s *ListPriceListsInput) SetServiceCode(v string) *ListPriceListsInput

SetServiceCode sets the ServiceCode field's value.

func (ListPriceListsInput) String

func (s ListPriceListsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPriceListsInput) Validate

func (s *ListPriceListsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPriceListsOutput

type ListPriceListsOutput struct {

    // The pagination token that indicates the next set of results to retrieve.
    NextToken *string `type:"string"`

    // The type of price list references that match your request.
    PriceLists []*PriceList `type:"list"`
    // contains filtered or unexported fields
}

func (ListPriceListsOutput) GoString

func (s ListPriceListsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPriceListsOutput) SetNextToken

func (s *ListPriceListsOutput) SetNextToken(v string) *ListPriceListsOutput

SetNextToken sets the NextToken field's value.

func (*ListPriceListsOutput) SetPriceLists

func (s *ListPriceListsOutput) SetPriceLists(v []*PriceList) *ListPriceListsOutput

SetPriceLists sets the PriceLists field's value.

func (ListPriceListsOutput) String

func (s ListPriceListsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NotFoundException

type NotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The requested resource can't be found.

func (*NotFoundException) Code

func (s *NotFoundException) Code() string

Code returns the exception type name.

func (*NotFoundException) Error

func (s *NotFoundException) Error() string

func (NotFoundException) GoString

func (s NotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotFoundException) Message

func (s *NotFoundException) Message() string

Message returns the exception's message.

func (*NotFoundException) OrigErr

func (s *NotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*NotFoundException) RequestID

func (s *NotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*NotFoundException) StatusCode

func (s *NotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (NotFoundException) String

func (s NotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PriceList

type PriceList struct {

    // The three alphabetical character ISO-4217 currency code the Price List files
    // are denominated in.
    CurrencyCode *string `type:"string"`

    // The format you want to retrieve your Price List files. The FileFormat can
    // be obtained from the ListPriceList (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_ListPriceLists.html)
    // response.
    FileFormats []*string `type:"list"`

    // The unique identifier that maps to where your Price List files are located.
    // PriceListArn can be obtained from the ListPriceList (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_ListPriceLists.html)
    // response.
    PriceListArn *string `min:"18" type:"string"`

    // This is used to filter the Price List by Amazon Web Services Region. For
    // example, to get the price list only for the US East (N. Virginia) Region,
    // use us-east-1. If nothing is specified, you retrieve price lists for all
    // applicable Regions. The available RegionCode list can be retrieved from GetAttributeValues
    // (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_GetAttributeValues.html)
    // API.
    RegionCode *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}
This feature is in preview release and is subject to change. Your use of
Amazon Web Services Price List API is subject to the Beta Service Participation
terms of the Amazon Web Services Service Terms (https://aws.amazon.com/service-terms/)
(Section 1.10).

This is the type of price list references that match your request.

func (PriceList) GoString

func (s PriceList) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PriceList) SetCurrencyCode

func (s *PriceList) SetCurrencyCode(v string) *PriceList

SetCurrencyCode sets the CurrencyCode field's value.

func (*PriceList) SetFileFormats

func (s *PriceList) SetFileFormats(v []*string) *PriceList

SetFileFormats sets the FileFormats field's value.

func (*PriceList) SetPriceListArn

func (s *PriceList) SetPriceListArn(v string) *PriceList

SetPriceListArn sets the PriceListArn field's value.

func (*PriceList) SetRegionCode

func (s *PriceList) SetRegionCode(v string) *PriceList

SetRegionCode sets the RegionCode field's value.

func (PriceList) String

func (s PriceList) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Pricing

type Pricing struct {
    *client.Client
}

Pricing provides the API operation methods for making requests to AWS Price List Service. See this package's package overview docs for details on the service.

Pricing methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *Pricing

New creates a new instance of the Pricing client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a Pricing client from just a session.
svc := pricing.New(mySession)

// Create a Pricing client with additional configuration
svc := pricing.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*Pricing) DescribeServices

func (c *Pricing) DescribeServices(input *DescribeServicesInput) (*DescribeServicesOutput, error)

DescribeServices API operation for AWS Price List Service.

Returns the metadata for one service or a list of the metadata for all services. Use this without a service code to get the service codes for all services. Use it with a service code, such as AmazonEC2, to get information specific to that service, such as the attribute names available for that service. For example, some of the attribute names available for EC2 are volumeType, maxIopsVolume, operation, locationType, and instanceCapacity10xlarge.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Price List Service's API operation DescribeServices for usage and error information.

Returned Error Types:

  • InvalidParameterException One or more parameters had an invalid value.

  • InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.

  • NotFoundException The requested resource can't be found.

  • InternalErrorException An error on the server occurred during the processing of your request. Try again later.

  • ThrottlingException You've made too many requests exceeding service quotas.

  • ExpiredNextTokenException The pagination token expired. Try again without a pagination token.

See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/DescribeServices

Example (Shared00)

To retrieve a list of services and service codes Retrieves the service for the given Service Code.

Code:

svc := pricing.New(session.New())
input := &pricing.DescribeServicesInput{
    FormatVersion: aws.String("aws_v1"),
    MaxResults:    aws.Int64(1),
    ServiceCode:   aws.String("AmazonEC2"),
}

result, err := svc.DescribeServices(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case pricing.ErrCodeInternalErrorException:
            fmt.Println(pricing.ErrCodeInternalErrorException, aerr.Error())
        case pricing.ErrCodeInvalidParameterException:
            fmt.Println(pricing.ErrCodeInvalidParameterException, aerr.Error())
        case pricing.ErrCodeNotFoundException:
            fmt.Println(pricing.ErrCodeNotFoundException, aerr.Error())
        case pricing.ErrCodeInvalidNextTokenException:
            fmt.Println(pricing.ErrCodeInvalidNextTokenException, aerr.Error())
        case pricing.ErrCodeExpiredNextTokenException:
            fmt.Println(pricing.ErrCodeExpiredNextTokenException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Pricing) DescribeServicesPages

func (c *Pricing) DescribeServicesPages(input *DescribeServicesInput, fn func(*DescribeServicesOutput, bool) bool) error

DescribeServicesPages iterates over the pages of a DescribeServices operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeServices method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeServices operation.
pageNum := 0
err := client.DescribeServicesPages(params,
    func(page *pricing.DescribeServicesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Pricing) DescribeServicesPagesWithContext

func (c *Pricing) DescribeServicesPagesWithContext(ctx aws.Context, input *DescribeServicesInput, fn func(*DescribeServicesOutput, bool) bool, opts ...request.Option) error

DescribeServicesPagesWithContext same as DescribeServicesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Pricing) DescribeServicesRequest

func (c *Pricing) DescribeServicesRequest(input *DescribeServicesInput) (req *request.Request, output *DescribeServicesOutput)

DescribeServicesRequest generates a "aws/request.Request" representing the client's request for the DescribeServices operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeServices for more information on using the DescribeServices API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeServicesRequest method.
req, resp := client.DescribeServicesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/DescribeServices

func (*Pricing) DescribeServicesWithContext

func (c *Pricing) DescribeServicesWithContext(ctx aws.Context, input *DescribeServicesInput, opts ...request.Option) (*DescribeServicesOutput, error)

DescribeServicesWithContext is the same as DescribeServices with the addition of the ability to pass a context and additional request options.

See DescribeServices for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Pricing) GetAttributeValues

func (c *Pricing) GetAttributeValues(input *GetAttributeValuesInput) (*GetAttributeValuesOutput, error)

GetAttributeValues API operation for AWS Price List Service.

Returns a list of attribute values. Attributes are similar to the details in a Price List API offer file. For a list of available attributes, see Offer File Definitions (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/reading-an-offer.html#pps-defs) in the Billing and Cost Management User Guide (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-what-is.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Price List Service's API operation GetAttributeValues for usage and error information.

Returned Error Types:

  • InvalidParameterException One or more parameters had an invalid value.

  • InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.

  • NotFoundException The requested resource can't be found.

  • InternalErrorException An error on the server occurred during the processing of your request. Try again later.

  • ThrottlingException You've made too many requests exceeding service quotas.

  • ExpiredNextTokenException The pagination token expired. Try again without a pagination token.

See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/GetAttributeValues

Example (Shared00)

To retrieve a list of attribute values This operation returns a list of values available for the given attribute.

Code:

svc := pricing.New(session.New())
input := &pricing.GetAttributeValuesInput{
    AttributeName: aws.String("volumeType"),
    MaxResults:    aws.Int64(2),
    ServiceCode:   aws.String("AmazonEC2"),
}

result, err := svc.GetAttributeValues(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case pricing.ErrCodeInternalErrorException:
            fmt.Println(pricing.ErrCodeInternalErrorException, aerr.Error())
        case pricing.ErrCodeInvalidParameterException:
            fmt.Println(pricing.ErrCodeInvalidParameterException, aerr.Error())
        case pricing.ErrCodeNotFoundException:
            fmt.Println(pricing.ErrCodeNotFoundException, aerr.Error())
        case pricing.ErrCodeInvalidNextTokenException:
            fmt.Println(pricing.ErrCodeInvalidNextTokenException, aerr.Error())
        case pricing.ErrCodeExpiredNextTokenException:
            fmt.Println(pricing.ErrCodeExpiredNextTokenException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Pricing) GetAttributeValuesPages

func (c *Pricing) GetAttributeValuesPages(input *GetAttributeValuesInput, fn func(*GetAttributeValuesOutput, bool) bool) error

GetAttributeValuesPages iterates over the pages of a GetAttributeValues operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetAttributeValues method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetAttributeValues operation.
pageNum := 0
err := client.GetAttributeValuesPages(params,
    func(page *pricing.GetAttributeValuesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Pricing) GetAttributeValuesPagesWithContext

func (c *Pricing) GetAttributeValuesPagesWithContext(ctx aws.Context, input *GetAttributeValuesInput, fn func(*GetAttributeValuesOutput, bool) bool, opts ...request.Option) error

GetAttributeValuesPagesWithContext same as GetAttributeValuesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Pricing) GetAttributeValuesRequest

func (c *Pricing) GetAttributeValuesRequest(input *GetAttributeValuesInput) (req *request.Request, output *GetAttributeValuesOutput)

GetAttributeValuesRequest generates a "aws/request.Request" representing the client's request for the GetAttributeValues operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAttributeValues for more information on using the GetAttributeValues API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAttributeValuesRequest method.
req, resp := client.GetAttributeValuesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/GetAttributeValues

func (*Pricing) GetAttributeValuesWithContext

func (c *Pricing) GetAttributeValuesWithContext(ctx aws.Context, input *GetAttributeValuesInput, opts ...request.Option) (*GetAttributeValuesOutput, error)

GetAttributeValuesWithContext is the same as GetAttributeValues with the addition of the ability to pass a context and additional request options.

See GetAttributeValues for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Pricing) GetPriceListFileUrl

func (c *Pricing) GetPriceListFileUrl(input *GetPriceListFileUrlInput) (*GetPriceListFileUrlOutput, error)

GetPriceListFileUrl API operation for AWS Price List Service.

This feature is in preview release and is subject to change. Your use of
Amazon Web Services Price List API is subject to the Beta Service Participation
terms of the Amazon Web Services Service Terms (https://aws.amazon.com/service-terms/)
(Section 1.10).

This returns the URL that you can retrieve your Price List file from. This URL is based on the PriceListArn and FileFormat that you retrieve from the ListPriceLists (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_ListPriceLists.html) response.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Price List Service's API operation GetPriceListFileUrl for usage and error information.

Returned Error Types:

  • InvalidParameterException One or more parameters had an invalid value.

  • NotFoundException The requested resource can't be found.

  • AccessDeniedException General authentication failure. The request wasn't signed correctly.

  • InternalErrorException An error on the server occurred during the processing of your request. Try again later.

  • ThrottlingException You've made too many requests exceeding service quotas.

  • ResourceNotFoundException The requested resource can't be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/GetPriceListFileUrl

func (*Pricing) GetPriceListFileUrlRequest

func (c *Pricing) GetPriceListFileUrlRequest(input *GetPriceListFileUrlInput) (req *request.Request, output *GetPriceListFileUrlOutput)

GetPriceListFileUrlRequest generates a "aws/request.Request" representing the client's request for the GetPriceListFileUrl operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPriceListFileUrl for more information on using the GetPriceListFileUrl API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPriceListFileUrlRequest method.
req, resp := client.GetPriceListFileUrlRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/GetPriceListFileUrl

func (*Pricing) GetPriceListFileUrlWithContext

func (c *Pricing) GetPriceListFileUrlWithContext(ctx aws.Context, input *GetPriceListFileUrlInput, opts ...request.Option) (*GetPriceListFileUrlOutput, error)

GetPriceListFileUrlWithContext is the same as GetPriceListFileUrl with the addition of the ability to pass a context and additional request options.

See GetPriceListFileUrl for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Pricing) GetProducts

func (c *Pricing) GetProducts(input *GetProductsInput) (*GetProductsOutput, error)

GetProducts API operation for AWS Price List Service.

Returns a list of all products that match the filter criteria.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Price List Service's API operation GetProducts for usage and error information.

Returned Error Types:

  • InvalidParameterException One or more parameters had an invalid value.

  • InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.

  • NotFoundException The requested resource can't be found.

  • InternalErrorException An error on the server occurred during the processing of your request. Try again later.

  • ThrottlingException You've made too many requests exceeding service quotas.

  • ExpiredNextTokenException The pagination token expired. Try again without a pagination token.

See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/GetProducts

func (*Pricing) GetProductsPages

func (c *Pricing) GetProductsPages(input *GetProductsInput, fn func(*GetProductsOutput, bool) bool) error

GetProductsPages iterates over the pages of a GetProducts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetProducts method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetProducts operation.
pageNum := 0
err := client.GetProductsPages(params,
    func(page *pricing.GetProductsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Pricing) GetProductsPagesWithContext

func (c *Pricing) GetProductsPagesWithContext(ctx aws.Context, input *GetProductsInput, fn func(*GetProductsOutput, bool) bool, opts ...request.Option) error

GetProductsPagesWithContext same as GetProductsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Pricing) GetProductsRequest

func (c *Pricing) GetProductsRequest(input *GetProductsInput) (req *request.Request, output *GetProductsOutput)

GetProductsRequest generates a "aws/request.Request" representing the client's request for the GetProducts operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetProducts for more information on using the GetProducts API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetProductsRequest method.
req, resp := client.GetProductsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/GetProducts

func (*Pricing) GetProductsWithContext

func (c *Pricing) GetProductsWithContext(ctx aws.Context, input *GetProductsInput, opts ...request.Option) (*GetProductsOutput, error)

GetProductsWithContext is the same as GetProducts with the addition of the ability to pass a context and additional request options.

See GetProducts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Pricing) ListPriceLists

func (c *Pricing) ListPriceLists(input *ListPriceListsInput) (*ListPriceListsOutput, error)

ListPriceLists API operation for AWS Price List Service.

This feature is in preview release and is subject to change. Your use of
Amazon Web Services Price List API is subject to the Beta Service Participation
terms of the Amazon Web Services Service Terms (https://aws.amazon.com/service-terms/)
(Section 1.10).

This returns a list of Price List references that the requester if authorized to view, given a ServiceCode, CurrencyCode, and an EffectiveDate. Use without a RegionCode filter to list Price List references from all available Amazon Web Services Regions. Use with a RegionCode filter to get the Price List reference that's specific to a specific Amazon Web Services Region. You can use the PriceListArn from the response to get your preferred Price List files through the GetPriceListFileUrl (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_GetPriceListFileUrl.html) API.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Price List Service's API operation ListPriceLists for usage and error information.

Returned Error Types:

  • InvalidParameterException One or more parameters had an invalid value.

  • InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.

  • NotFoundException The requested resource can't be found.

  • AccessDeniedException General authentication failure. The request wasn't signed correctly.

  • InternalErrorException An error on the server occurred during the processing of your request. Try again later.

  • ThrottlingException You've made too many requests exceeding service quotas.

  • ResourceNotFoundException The requested resource can't be found.

  • ExpiredNextTokenException The pagination token expired. Try again without a pagination token.

See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/ListPriceLists

func (*Pricing) ListPriceListsPages

func (c *Pricing) ListPriceListsPages(input *ListPriceListsInput, fn func(*ListPriceListsOutput, bool) bool) error

ListPriceListsPages iterates over the pages of a ListPriceLists operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPriceLists method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPriceLists operation.
pageNum := 0
err := client.ListPriceListsPages(params,
    func(page *pricing.ListPriceListsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Pricing) ListPriceListsPagesWithContext

func (c *Pricing) ListPriceListsPagesWithContext(ctx aws.Context, input *ListPriceListsInput, fn func(*ListPriceListsOutput, bool) bool, opts ...request.Option) error

ListPriceListsPagesWithContext same as ListPriceListsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Pricing) ListPriceListsRequest

func (c *Pricing) ListPriceListsRequest(input *ListPriceListsInput) (req *request.Request, output *ListPriceListsOutput)

ListPriceListsRequest generates a "aws/request.Request" representing the client's request for the ListPriceLists operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPriceLists for more information on using the ListPriceLists API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPriceListsRequest method.
req, resp := client.ListPriceListsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/ListPriceLists

func (*Pricing) ListPriceListsWithContext

func (c *Pricing) ListPriceListsWithContext(ctx aws.Context, input *ListPriceListsInput, opts ...request.Option) (*ListPriceListsOutput, error)

ListPriceListsWithContext is the same as ListPriceLists with the addition of the ability to pass a context and additional request options.

See ListPriceLists for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type ResourceNotFoundException

type ResourceNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The requested resource can't be found.

func (*ResourceNotFoundException) Code

func (s *ResourceNotFoundException) Code() string

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceNotFoundException) Message

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Service

type Service struct {

    // The attributes that are available for this service.
    AttributeNames []*string `type:"list"`

    // The code for the Amazon Web Services service.
    //
    // ServiceCode is a required field
    ServiceCode *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

The metadata for a service, such as the service code and available attribute names.

func (Service) GoString

func (s Service) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Service) SetAttributeNames

func (s *Service) SetAttributeNames(v []*string) *Service

SetAttributeNames sets the AttributeNames field's value.

func (*Service) SetServiceCode

func (s *Service) SetServiceCode(v string) *Service

SetServiceCode sets the ServiceCode field's value.

func (Service) String

func (s Service) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ThrottlingException

type ThrottlingException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You've made too many requests exceeding service quotas.

func (*ThrottlingException) Code

func (s *ThrottlingException) Code() string

Code returns the exception type name.

func (*ThrottlingException) Error

func (s *ThrottlingException) Error() string

func (ThrottlingException) GoString

func (s ThrottlingException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ThrottlingException) Message

func (s *ThrottlingException) Message() string

Message returns the exception's message.

func (*ThrottlingException) OrigErr

func (s *ThrottlingException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ThrottlingException) RequestID

func (s *ThrottlingException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ThrottlingException) StatusCode

func (s *ThrottlingException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ThrottlingException) String

func (s ThrottlingException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".