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
.
See https://www.paws-r-sdk.com/docs/pricing_describe_services/ for full documentation.
pricing_describe_services(
ServiceCode = NULL,
FormatVersion = NULL,
NextToken = NULL,
MaxResults = NULL
)
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
get_products
call. To retrieve a list of all
services, leave this blank.
The format version that you want the response to be in.
Valid values are: aws_v1
The pagination token that indicates the next set of results that you want to retrieve.
The maximum number of results that you want returned in the response.