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 {
669
669
domainName : string | undefined ;
670
670
671
671
/**
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>
673
673
* @public
674
674
*/
675
675
domainNameId ?: string | undefined ;
@@ -3763,7 +3763,7 @@ export interface GetDomainNameRequest {
3763
3763
3764
3764
/**
3765
3765
* <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.
3767
3767
* </p>
3768
3768
* @public
3769
3769
*/
Original file line number Diff line number Diff line change 2255
2255
"domainNameId" : {
2256
2256
"target" : " com.amazonaws.apigateway#String" ,
2257
2257
"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>" ,
2259
2259
"smithy.api#httpQuery" : " domainNameId"
2260
2260
}
2261
2261
},
6765
6765
"domainNameId" : {
6766
6766
"target" : " com.amazonaws.apigateway#String" ,
6767
6767
"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>" ,
6769
6769
"smithy.api#httpQuery" : " domainNameId"
6770
6770
}
6771
6771
}
You can’t perform that action at this time.
0 commit comments