Skip to content

Commit 75b806b

Browse files
author
awstools
committed
docs(client-api-gateway): Documentation updates for Amazon API Gateway
1 parent 660165d commit 75b806b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ export interface CreateBasePathMappingRequest {
669669
domainName: string | undefined;
670670

671671
/**
672-
* <p>The identifier for the domain name resource. Supported only for private custom domain names.</p>
672+
* <p>The identifier for the domain name resource. Required for private custom domain names.</p>
673673
* @public
674674
*/
675675
domainNameId?: string | undefined;
@@ -3763,7 +3763,7 @@ export interface GetDomainNameRequest {
37633763

37643764
/**
37653765
* <p>
3766-
* The identifier for the domain name resource. Supported only for private custom domain names.
3766+
* The identifier for the domain name resource. Required for private custom domain names.
37673767
* </p>
37683768
* @public
37693769
*/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2255,7 +2255,7 @@
22552255
"domainNameId": {
22562256
"target": "com.amazonaws.apigateway#String",
22572257
"traits": {
2258-
"smithy.api#documentation": "<p>The identifier for the domain name resource. Supported only for private custom domain names.</p>",
2258+
"smithy.api#documentation": "<p>The identifier for the domain name resource. Required for private custom domain names.</p>",
22592259
"smithy.api#httpQuery": "domainNameId"
22602260
}
22612261
},
@@ -6765,7 +6765,7 @@
67656765
"domainNameId": {
67666766
"target": "com.amazonaws.apigateway#String",
67676767
"traits": {
6768-
"smithy.api#documentation": "<p>\n The identifier for the domain name resource. Supported only for private custom domain names.\n</p>",
6768+
"smithy.api#documentation": "<p>\n The identifier for the domain name resource. Required for private custom domain names.\n</p>",
67696769
"smithy.api#httpQuery": "domainNameId"
67706770
}
67716771
}

0 commit comments

Comments
 (0)