Skip to content

Commit 55b8031

Browse files
author
AWS
committed
AmazonApiGatewayV2 Update: Adding support for ACM imported or private CA certificates for mTLS enabled domain names
1 parent 6200371 commit 55b8031

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AmazonApiGatewayV2",
4+
"contributor": "",
5+
"description": "Adding support for ACM imported or private CA certificates for mTLS enabled domain names"
6+
}

services/apigatewayv2/src/main/resources/codegen-resources/service-2.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4321,7 +4321,7 @@
43214321
"DomainNameStatus" : {
43224322
"shape" : "DomainNameStatus",
43234323
"locationName" : "domainNameStatus",
4324-
"documentation" : "<p>The status of the domain name migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.</p>"
4324+
"documentation" : "<p>The status of the domain name migration. The valid values are AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, and PENDING_OWNERSHIP_VERIFICATION. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.</p>"
43254325
},
43264326
"DomainNameStatusMessage" : {
43274327
"shape" : "__string",
@@ -4342,6 +4342,11 @@
43424342
"shape" : "SecurityPolicy",
43434343
"locationName" : "securityPolicy",
43444344
"documentation" : "<p>The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.</p>"
4345+
},
4346+
"OwnershipVerificationCertificateArn" : {
4347+
"shape" : "Arn",
4348+
"locationName" : "ownershipVerificationCertificateArn",
4349+
"documentation" : "<p>The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn</p>"
43454350
}
43464351
},
43474352
"documentation" : "<p>The domain name configuration.</p>"
@@ -4355,8 +4360,8 @@
43554360
},
43564361
"DomainNameStatus" : {
43574362
"type" : "string",
4358-
"documentation" : "<p>The status of the domain name migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.</p>",
4359-
"enum" : [ "AVAILABLE", "UPDATING" ]
4363+
"documentation" : "<p>The status of the domain name migration. The valid values are AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, and PENDING_OWNERSHIP_VERIFICATION. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.</p>",
4364+
"enum" : [ "AVAILABLE", "UPDATING", "PENDING_CERTIFICATE_REIMPORT", "PENDING_OWNERSHIP_VERIFICATION" ]
43604365
},
43614366
"DomainNames" : {
43624367
"type" : "structure",

0 commit comments

Comments
 (0)