String value
The specific value of an attributeName.
String serviceCode
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.
String formatVersion
The format version that you want the response to be in.
Valid values are: aws_v1
String nextToken
The pagination token that indicates the next set of results that you want to retrieve.
Integer maxResults
The maximum number of results that you want returned in the response.
String type
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.
String field
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.
String value
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.
String serviceCode
The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an
EC2 attribute, use AmazonEC2.
String attributeName
The name of the attribute that you want to retrieve the values for, such as volumeType.
String nextToken
The pagination token that indicates the next set of results that you want to retrieve.
Integer maxResults
The maximum number of results to return in response.
String priceListArn
The unique identifier that maps to where your Price List files are located. PriceListArn can be
obtained from the ListPriceLists response.
String fileFormat
The format that you want to retrieve your Price List files in. The FileFormat can be obtained from
the
ListPriceLists response.
String url
The URL to download your Price List file from.
String serviceCode
The code for the service whose products you want to retrieve.
List<E> filters
The list of filters that limit the returned products. only products that match all filters are returned.
String formatVersion
The format version that you want the response to be in.
Valid values are: aws_v1
String nextToken
The pagination token that indicates the next set of results that you want to retrieve.
Integer maxResults
The maximum number of results to return in the response.
String formatVersion
The format version of the response. For example, aws_v1.
List<E> priceList
The list of products that match your filters. The list contains both the product metadata and the price information.
String nextToken
The pagination token that indicates the next set of results to retrieve.
String serviceCode
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 API.
To retrieve the Reserved Instance and Compute Savings Plan price lists, use ComputeSavingsPlans.
To retrieve Machine Learning Savings Plans price lists, use MachineLearningSavingsPlans.
Date effectiveDate
The date that the Price List file prices are effective from.
String regionCode
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 API.
String currencyCode
The three alphabetical character ISO-4217 currency code that the Price List files are denominated in.
String nextToken
The pagination token that indicates the next set of results that you want to retrieve.
Integer maxResults
The maximum number of results to return in the response.
String priceListArn
The unique identifier that maps to where your Price List files are located. PriceListArn can be
obtained from the
ListPriceList response.
String regionCode
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 API.
String currencyCode
The three alphabetical character ISO-4217 currency code the Price List files are denominated in.
List<E> fileFormats
The format you want to retrieve your Price List files. The FileFormat can be obtained from the
ListPriceList response.
Copyright © 2023. All rights reserved.