python-botocore/botocore/data/pricing/2017-10-15/paginators-1.json
2021-08-18 08:45:16 -07:00

29 lines
654 B
JSON

{
"pagination": {
"DescribeServices": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Services",
"non_aggregate_keys": [
"FormatVersion"
]
},
"GetAttributeValues": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "AttributeValues"
},
"GetProducts": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "PriceList",
"non_aggregate_keys": [
"FormatVersion"
]
}
}
}