pricing_describe_services: Returns the metadata for one service or a list of the...

View source: R/pricing_operations.R

pricing_describe_servicesR Documentation

Returns the metadata for one service or a list of the metadata for all services

Description

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.

Usage

pricing_describe_services(
  ServiceCode = NULL,
  FormatVersion = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

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 get_products call. To retrieve a list of all services, leave this blank.

FormatVersion

The format version that you want the response to be in.

Valid values are: aws_v1

NextToken

The pagination token that indicates the next set of results that you want to retrieve.

MaxResults

The maximum number of results that you want returned in the response.


paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.