Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions codegen/sdk/aws-models/apigateway.2015-07-09.json
Original file line number Diff line number Diff line change
Expand Up @@ -8839,7 +8839,7 @@
"limit": {
"target": "com.amazonaws.apigateway#Integer",
"traits": {
"smithy.api#documentation": "<p>The maximum number of requests that can be made in a given time period.</p>"
"smithy.api#documentation": "<p>The target maximum number of requests that can be made in a given time period.</p>"
}
},
"offset": {
Expand Down Expand Up @@ -9755,13 +9755,13 @@
"burstLimit": {
"target": "com.amazonaws.apigateway#Integer",
"traits": {
"smithy.api#documentation": "<p>The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.</p>"
"smithy.api#documentation": "<p>The API target request burst rate limit. This allows more requests through for a period of time than the target rate limit.</p>"
}
},
"rateLimit": {
"target": "com.amazonaws.apigateway#Double",
"traits": {
"smithy.api#documentation": "<p>The API request steady-state rate limit.</p>"
"smithy.api#documentation": "<p>The API target request rate limit.</p>"
}
}
},
Expand Down Expand Up @@ -11415,13 +11415,13 @@
"throttle": {
"target": "com.amazonaws.apigateway#ThrottleSettings",
"traits": {
"smithy.api#documentation": "<p>The request throttle limits of a usage plan.</p>"
"smithy.api#documentation": "<p>Map containing method level throttling information for API stage in a usage plan.</p>"
}
},
"quota": {
"target": "com.amazonaws.apigateway#QuotaSettings",
"traits": {
"smithy.api#documentation": "<p>The maximum number of permitted requests per a given unit time interval.</p>"
"smithy.api#documentation": "<p>The target maximum number of permitted requests per a given unit time interval.</p>"
}
},
"productCode": {
Expand All @@ -11438,7 +11438,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>Represents a usage plan than can specify who can assess associated API stages with specified request limits and quotas.</p>\n <div class=\"remarks\">\n <p>In a usage plan, you associate an API by specifying the API's Id and a stage name of the specified API. You add plan customers by adding API keys to the plan. </p>\n </div>\n <div class=\"seeAlso\">\n <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-usage-plans.html\">Create and Use Usage Plans</a>\n </div>"
"smithy.api#documentation": "<p>Represents a usage plan used to specify who can assess associated API stages. Optionally, target request rate and quota limits can be set. \n In some cases clients can exceed the targets that you set. Don’t rely on usage plans to control costs. \n Consider using <a href=\"https://docs.aws.amazon.com/cost-management/latest/userguide/budgets-managing-costs.html\">AWS Budgets</a> to monitor costs \n and <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF</a> to manage API requests.</p>\n <div class=\"remarks\">\n <p>In a usage plan, you associate an API by specifying the API's Id and a stage name of the specified API. You add plan customers by adding API keys to the plan. </p>\n </div>\n <div class=\"seeAlso\">\n <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-usage-plans.html\">Create and Use Usage Plans</a>\n </div>"
}
},
"com.amazonaws.apigateway#UsagePlanKey": {
Expand Down
Loading