python-botocore/botocore/data/servicecatalog-appregistry/2020-06-24/paginators-1.json

35 lines
928 B
JSON
Raw Normal View History

2021-01-26 16:12:20 +01:00
{
"pagination": {
"ListApplications": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "applications"
},
"ListAssociatedAttributeGroups": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "attributeGroups"
},
"ListAssociatedResources": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "resources"
},
"ListAttributeGroups": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "attributeGroups"
2022-12-12 17:14:19 +01:00
},
"ListAttributeGroupsForApplication": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "attributeGroupsDetails"
2021-01-26 16:12:20 +01:00
}
}
}