codegen-resources.paginators-1.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of servicequotas Show documentation
Show all versions of servicequotas Show documentation
The AWS Java SDK for Service Quotas module holds the client classes that are used for
communicating with Service Quotas.
{
"pagination": {
"ListAWSDefaultServiceQuotas": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Quotas"
},
"ListRequestedServiceQuotaChangeHistory": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "RequestedQuotas"
},
"ListRequestedServiceQuotaChangeHistoryByQuota": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "RequestedQuotas"
},
"ListServiceQuotaIncreaseRequestsInTemplate": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "ServiceQuotaIncreaseRequestInTemplateList"
},
"ListServiceQuotas": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Quotas"
},
"ListServices": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Services"
}
}
}