|
4321 | 4321 | "DomainNameStatus" : {
|
4322 | 4322 | "shape" : "DomainNameStatus",
|
4323 | 4323 | "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>" |
4325 | 4325 | },
|
4326 | 4326 | "DomainNameStatusMessage" : {
|
4327 | 4327 | "shape" : "__string",
|
|
4342 | 4342 | "shape" : "SecurityPolicy",
|
4343 | 4343 | "locationName" : "securityPolicy",
|
4344 | 4344 | "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>" |
4345 | 4350 | }
|
4346 | 4351 | },
|
4347 | 4352 | "documentation" : "<p>The domain name configuration.</p>"
|
|
4355 | 4360 | },
|
4356 | 4361 | "DomainNameStatus" : {
|
4357 | 4362 | "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" ] |
4360 | 4365 | },
|
4361 | 4366 | "DomainNames" : {
|
4362 | 4367 | "type" : "structure",
|
|
0 commit comments