Skip to content

Commit a28ea5e

Browse files
authored
feat: update AWS models to latest versions (#493)
1 parent 704ea10 commit a28ea5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+10385
-2438
lines changed

codegen/sdk/aws-models/apigateway.2015-07-09.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -8839,7 +8839,7 @@
88398839
"limit": {
88408840
"target": "com.amazonaws.apigateway#Integer",
88418841
"traits": {
8842-
"smithy.api#documentation": "<p>The maximum number of requests that can be made in a given time period.</p>"
8842+
"smithy.api#documentation": "<p>The target maximum number of requests that can be made in a given time period.</p>"
88438843
}
88448844
},
88458845
"offset": {
@@ -9755,13 +9755,13 @@
97559755
"burstLimit": {
97569756
"target": "com.amazonaws.apigateway#Integer",
97579757
"traits": {
9758-
"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>"
9758+
"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>"
97599759
}
97609760
},
97619761
"rateLimit": {
97629762
"target": "com.amazonaws.apigateway#Double",
97639763
"traits": {
9764-
"smithy.api#documentation": "<p>The API request steady-state rate limit.</p>"
9764+
"smithy.api#documentation": "<p>The API target request rate limit.</p>"
97659765
}
97669766
}
97679767
},
@@ -11415,13 +11415,13 @@
1141511415
"throttle": {
1141611416
"target": "com.amazonaws.apigateway#ThrottleSettings",
1141711417
"traits": {
11418-
"smithy.api#documentation": "<p>The request throttle limits of a usage plan.</p>"
11418+
"smithy.api#documentation": "<p>Map containing method level throttling information for API stage in a usage plan.</p>"
1141911419
}
1142011420
},
1142111421
"quota": {
1142211422
"target": "com.amazonaws.apigateway#QuotaSettings",
1142311423
"traits": {
11424-
"smithy.api#documentation": "<p>The maximum number of permitted requests per a given unit time interval.</p>"
11424+
"smithy.api#documentation": "<p>The target maximum number of permitted requests per a given unit time interval.</p>"
1142511425
}
1142611426
},
1142711427
"productCode": {
@@ -11438,7 +11438,7 @@
1143811438
}
1143911439
},
1144011440
"traits": {
11441-
"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>"
11441+
"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>"
1144211442
}
1144311443
},
1144411444
"com.amazonaws.apigateway#UsagePlanKey": {

0 commit comments

Comments
 (0)