From 0d8cad306b15646f0e67e0d54197d031377065fd Mon Sep 17 00:00:00 2001
From: awstools 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
- * Tagging Amazon OpenSearch Service domains.
The key-value pair that exists if the OpenSearch Service domain uses VPC endpoints. Example
- * key, value
:
- * 'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.
The key-value pair that exists if the OpenSearch Service domain uses VPC endpoints. For example:
+ *
+ * IPv4 IP addresses -
+ * 'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
+ *
+ * Dual stack IP addresses -
+ * 'vpcv2':'vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.aos.us-east-1.on.aws'
+ *
The DualStack Hosted Zone Id for the domain.
+ * @public + */ + DomainEndpointV2HostedZoneId?: string; + /** *The status of the domain configuration. True if OpenSearch Service is processing * configuration changes. False if the configuration is active.
diff --git a/clients/client-opensearch/src/protocols/Aws_restJson1.ts b/clients/client-opensearch/src/protocols/Aws_restJson1.ts index 988f78e84323..3352f8e9819e 100644 --- a/clients/client-opensearch/src/protocols/Aws_restJson1.ts +++ b/clients/client-opensearch/src/protocols/Aws_restJson1.ts @@ -3788,6 +3788,7 @@ const de_DomainStatus = (output: any, context: __SerdeContext): DomainStatus => Created: __expectBoolean, Deleted: __expectBoolean, DomainEndpointOptions: _json, + DomainEndpointV2HostedZoneId: __expectString, DomainId: __expectString, DomainName: __expectString, DomainProcessingStatus: __expectString, diff --git a/codegen/sdk-codegen/aws-models/opensearch.json b/codegen/sdk-codegen/aws-models/opensearch.json index 5dd0bdd57607..478d7912be09 100644 --- a/codegen/sdk-codegen/aws-models/opensearch.json +++ b/codegen/sdk-codegen/aws-models/opensearch.json @@ -373,7 +373,7 @@ } ], "traits": { - "smithy.api#documentation": "Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of\n case-sensitive key-value pairs. A domain can have up to 10 tags. For more information, see\n Tagging Amazon OpenSearch Service domains.
", + "smithy.api#documentation": "Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of\n case-sensitive key-value pairs. A domain can have up to 10 tags. For more information, see\n Tagging Amazon OpenSearch Service domains.\n
", "smithy.api#http": { "method": "POST", "uri": "/2021-01-01/tags", @@ -6204,7 +6204,13 @@ "Endpoints": { "target": "com.amazonaws.opensearch#EndpointsMap", "traits": { - "smithy.api#documentation": "The key-value pair that exists if the OpenSearch Service domain uses VPC endpoints. Example\n key, value
:\n 'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.
The key-value pair that exists if the OpenSearch Service domain uses VPC endpoints. For example:
\n\n IPv4 IP addresses -\n 'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
\n
\n Dual stack IP addresses -\n 'vpcv2':'vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.aos.us-east-1.on.aws'
\n
The DualStack Hosted Zone Id for the domain.
" } }, "Processing": { @@ -7229,6 +7235,9 @@ "smithy.api#output": {} } }, + "com.amazonaws.opensearch#HostedZoneId": { + "type": "string" + }, "com.amazonaws.opensearch#IPAddressType": { "type": "enum", "members": {