Skip to content

Commit

Permalink
docs(client-api-gateway): Documentation updates for Amazon API Gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 15, 2025
1 parent 660165d commit 75b806b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clients/client-api-gateway/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ export interface CreateBasePathMappingRequest {
domainName: string | undefined;

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

/**
* <p>
* The identifier for the domain name resource. Supported only for private custom domain names.
* The identifier for the domain name resource. Required for private custom domain names.
* </p>
* @public
*/
Expand Down
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/api-gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -2255,7 +2255,7 @@
"domainNameId": {
"target": "com.amazonaws.apigateway#String",
"traits": {
"smithy.api#documentation": "<p>The identifier for the domain name resource. Supported only for private custom domain names.</p>",
"smithy.api#documentation": "<p>The identifier for the domain name resource. Required for private custom domain names.</p>",
"smithy.api#httpQuery": "domainNameId"
}
},
Expand Down Expand Up @@ -6765,7 +6765,7 @@
"domainNameId": {
"target": "com.amazonaws.apigateway#String",
"traits": {
"smithy.api#documentation": "<p>\n The identifier for the domain name resource. Supported only for private custom domain names.\n</p>",
"smithy.api#documentation": "<p>\n The identifier for the domain name resource. Required for private custom domain names.\n</p>",
"smithy.api#httpQuery": "domainNameId"
}
}
Expand Down

0 comments on commit 75b806b

Please sign in to comment.