python-botocore/botocore/data/pricing/2017-10-15/paginators-1.json

29 lines
654 B
JSON
Raw Normal View History

2018-01-15 17:34:17 +01:00
{
"pagination": {
"DescribeServices": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Services",
2021-08-18 17:45:16 +02:00
"non_aggregate_keys": [
"FormatVersion"
]
2018-01-15 17:34:17 +01:00
},
"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",
2021-08-18 17:45:16 +02:00
"non_aggregate_keys": [
"FormatVersion"
]
2018-01-15 17:34:17 +01:00
}
}
}