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 are filtering by service code this is the
actual service code, such as AmazonEC2. If you are 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 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.
Copyright © 2021. All rights reserved.