Skip to content

Commit ad02702

Browse files
author
AWS
committed
Amazon OpenSearch Service Update: This release enables customers to create Route53 A and AAAA alias record types to point custom endpoint domain to OpenSearch domain's dualstack search endpoint.
1 parent 31ec0e7 commit ad02702

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
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": "Amazon OpenSearch Service",
4+
"contributor": "",
5+
"description": "This release enables customers to create Route53 A and AAAA alias record types to point custom endpoint domain to OpenSearch domain's dualstack search endpoint."
6+
}

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
{"shape":"ValidationException"},
5858
{"shape":"InternalException"}
5959
],
60-
"documentation":"<p>Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of case-sensitive key-value pairs. A domain can have up to 10 tags. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-awsresourcetagging.html\">Tagging Amazon OpenSearch Service domains</a>.</p>"
60+
"documentation":"<p>Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of case-sensitive key-value pairs. A domain can have up to 10 tags. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-awsresourcetagging.html\">Tagging Amazon OpenSearch Service domains</a>. </p>"
6161
},
6262
"AssociatePackage":{
6363
"name":"AssociatePackage",
@@ -3496,7 +3496,11 @@
34963496
},
34973497
"Endpoints":{
34983498
"shape":"EndpointsMap",
3499-
"documentation":"<p>The key-value pair that exists if the OpenSearch Service domain uses VPC endpoints. Example <code>key, value</code>: <code>'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'</code>.</p>"
3499+
"documentation":"<p>The key-value pair that exists if the OpenSearch Service domain uses VPC endpoints. For example:</p> <ul> <li> <p> <b>IPv4 IP addresses</b> - <code>'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'</code> </p> </li> <li> <p> <b>Dual stack IP addresses</b> - <code>'vpcv2':'vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.aos.us-east-1.on.aws'</code> </p> </li> </ul>"
3500+
},
3501+
"DomainEndpointV2HostedZoneId":{
3502+
"shape":"HostedZoneId",
3503+
"documentation":"<p>The DualStack Hosted Zone Id for the domain. </p>"
35003504
},
35013505
"Processing":{
35023506
"shape":"Boolean",
@@ -4054,6 +4058,7 @@
40544058
},
40554059
"documentation":"<p>Container for the response returned by the <code>GetUpgradeStatus</code> operation.</p>"
40564060
},
4061+
"HostedZoneId":{"type":"string"},
40574062
"IPAddressType":{
40584063
"type":"string",
40594064
"enum":[

0 commit comments

Comments
 (0)