|
1046 | 1046 | "shapes":{
|
1047 | 1047 | "ARN":{
|
1048 | 1048 | "type":"string",
|
1049 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the domain. See <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/index.html\">Identifiers for IAM Entities </a> in <i>Using AWS Identity and Access Management</i> for more information. </p>", |
| 1049 | + "documentation":"<p>The Amazon Resource Name (ARN) of the domain. See <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/index.html\">Identifiers for IAM Entities </a> in <i>Using Amazon Web Services Identity and Access Management</i> for more information. </p>", |
1050 | 1050 | "max":2048,
|
1051 | 1051 | "min":20,
|
1052 | 1052 | "pattern":".*"
|
|
1980 | 1980 | },
|
1981 | 1981 | "IPAddressType":{
|
1982 | 1982 | "shape":"IPAddressType",
|
1983 |
| - "documentation":"<p>The type of IP addresses supported by the endpoint for the domain.</p>" |
| 1983 | + "documentation":"<p>Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If you set your IP address type to dual stack, you can't change your address type later.</p>" |
1984 | 1984 | },
|
1985 | 1985 | "SnapshotOptions":{
|
1986 | 1986 | "shape":"SnapshotOptions",
|
|
3017 | 3017 | },
|
3018 | 3018 | "IPAddressType":{
|
3019 | 3019 | "shape":"IPAddressTypeStatus",
|
3020 |
| - "documentation":"<p>The type of IP addresses supported by the endpoint for the domain.</p>" |
| 3020 | + "documentation":"<p>Choose either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If you set your IP address type to dual stack, you can't change your address type later.</p>" |
3021 | 3021 | },
|
3022 | 3022 | "SnapshotOptions":{
|
3023 | 3023 | "shape":"SnapshotOptionsStatus",
|
|
3083 | 3083 | },
|
3084 | 3084 | "TLSSecurityPolicy":{
|
3085 | 3085 | "shape":"TLSSecurityPolicy",
|
3086 |
| - "documentation":"<p>Specify the TLS security policy to apply to the HTTPS endpoint of the domain. The policy can be one of the following values:</p> <ul> <li> <p> <b>Policy-Min-TLS-1-0-2019-07:</b> TLS security policy that supports TLS version 1.0 to TLS version 1.2</p> </li> <li> <p> <b>Policy-Min-TLS-1-2-2019-07:</b> TLS security policy that supports only TLS version 1.2</p> </li> </ul>" |
| 3086 | + "documentation":"<p>Specify the TLS security policy to apply to the HTTPS endpoint of the domain. The policy can be one of the following values:</p> <ul> <li> <p> <b>Policy-Min-TLS-1-0-2019-07:</b> TLS security policy that supports TLS version 1.0 to TLS version 1.2</p> </li> <li> <p> <b>Policy-Min-TLS-1-2-2019-07:</b> TLS security policy that supports only TLS version 1.2</p> </li> <li> <p> <b>Policy-Min-TLS-1-2-PFS-2023-10:</b> TLS security policy that supports TLS version 1.2 to TLS version 1.3 with perfect forward secrecy cipher suites</p> </li> </ul>" |
3087 | 3087 | },
|
3088 | 3088 | "CustomEndpointEnabled":{
|
3089 | 3089 | "shape":"Boolean",
|
|
3362 | 3362 | "shape":"ServiceUrl",
|
3363 | 3363 | "documentation":"<p>Domain-specific endpoint used to submit index, search, and data upload requests to the domain.</p>"
|
3364 | 3364 | },
|
3365 |
| - "EndpointV2":{"shape":"ServiceUrl"}, |
| 3365 | + "EndpointV2":{ |
| 3366 | + "shape":"ServiceUrl", |
| 3367 | + "documentation":"<p>If <code>IPAddressType</code> to set to <code>dualstack</code>, a version 2 domain endpoint is provisioned. This endpoint functions like a normal endpoint, except that it works with both IPv4 and IPv6 IP addresses. Normal endpoints work only with IPv4 IP addresses. </p>" |
| 3368 | + }, |
3366 | 3369 | "Endpoints":{
|
3367 | 3370 | "shape":"EndpointsMap",
|
3368 |
| - "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>" |
| 3371 | + "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>" |
3369 | 3372 | },
|
3370 | 3373 | "Processing":{
|
3371 | 3374 | "shape":"Boolean",
|
|
5968 | 5971 | "type":"string",
|
5969 | 5972 | "enum":[
|
5970 | 5973 | "Policy-Min-TLS-1-0-2019-07",
|
5971 |
| - "Policy-Min-TLS-1-2-2019-07" |
| 5974 | + "Policy-Min-TLS-1-2-2019-07", |
| 5975 | + "Policy-Min-TLS-1-2-PFS-2023-10" |
5972 | 5976 | ]
|
5973 | 5977 | },
|
5974 | 5978 | "Tag":{
|
|
6100 | 6104 | },
|
6101 | 6105 | "IPAddressType":{
|
6102 | 6106 | "shape":"IPAddressType",
|
6103 |
| - "documentation":"<p>The type of IP addresses supported by the endpoint for the domain.</p>" |
| 6107 | + "documentation":"<p>Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If your IP address type is currently set to dual stack, you can't change it. </p>" |
6104 | 6108 | },
|
6105 | 6109 | "LogPublishingOptions":{
|
6106 | 6110 | "shape":"LogPublishingOptions",
|
|
0 commit comments