Skip to content

Commit 5bc9810

Browse files
author
awstools
committed
docs(client-api-gateway): Documentation updates for Amazon API Gateway
1 parent f98e6ab commit 5bc9810

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-api-gateway/src/models/models_0.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ export interface DomainName {
13111311
domainNameId?: string | undefined;
13121312

13131313
/**
1314-
* <p>The ARN of the domain name. Supported only for private custom domain names.
1314+
* <p>The ARN of the domain name.
13151315
* </p>
13161316
* @public
13171317
*/
@@ -1875,7 +1875,7 @@ export interface Integration {
18751875
contentHandling?: ContentHandlingStrategy | undefined;
18761876

18771877
/**
1878-
* <p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.</p>
1878+
* <p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds. You can increase the default value to longer than 29 seconds for Regional or private APIs only.</p>
18791879
* @public
18801880
*/
18811881
timeoutInMillis?: number | undefined;
@@ -5222,7 +5222,7 @@ export interface PutIntegrationRequest {
52225222
contentHandling?: ContentHandlingStrategy | undefined;
52235223

52245224
/**
5225-
* <p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.</p>
5225+
* <p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds. You can increase the default value to longer than 29 seconds for Regional or private APIs only.</p>
52265226
* @public
52275227
*/
52285228
timeoutInMillis?: number | undefined;

codegen/sdk-codegen/aws-models/api-gateway.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5046,7 +5046,7 @@
50465046
"domainNameArn": {
50475047
"target": "com.amazonaws.apigateway#String",
50485048
"traits": {
5049-
"smithy.api#documentation": "<p>The ARN of the domain name. Supported only for private custom domain names.\n</p>"
5049+
"smithy.api#documentation": "<p>The ARN of the domain name.\n</p>"
50505050
}
50515051
},
50525052
"certificateName": {
@@ -8988,7 +8988,7 @@
89888988
"target": "com.amazonaws.apigateway#Integer",
89898989
"traits": {
89908990
"smithy.api#default": 0,
8991-
"smithy.api#documentation": "<p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.</p>"
8991+
"smithy.api#documentation": "<p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds. You can increase the default value to longer than 29 seconds for Regional or private APIs only.</p>"
89928992
}
89938993
},
89948994
"cacheNamespace": {
@@ -10045,7 +10045,7 @@
1004510045
"timeoutInMillis": {
1004610046
"target": "com.amazonaws.apigateway#NullableInteger",
1004710047
"traits": {
10048-
"smithy.api#documentation": "<p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.</p>"
10048+
"smithy.api#documentation": "<p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds. You can increase the default value to longer than 29 seconds for Regional or private APIs only.</p>"
1004910049
}
1005010050
},
1005110051
"tlsConfig": {

0 commit comments

Comments
 (0)