File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
clients/client-api-gateway/src/models
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff line change 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 },
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 }
You can’t perform that action at this time.
0 commit comments