@aws-sdk/client-opensearch 3.485.0 → 3.486.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -300,6 +300,7 @@ exports.OpenSearchWarmPartitionInstanceType = {
300
300
  exports.TLSSecurityPolicy = {
301
301
  POLICY_MIN_TLS_1_0_2019_07: "Policy-Min-TLS-1-0-2019-07",
302
302
  POLICY_MIN_TLS_1_2_2019_07: "Policy-Min-TLS-1-2-2019-07",
303
+ POLICY_MIN_TLS_1_2_PFS_2023_10: "Policy-Min-TLS-1-2-PFS-2023-10",
303
304
  };
304
305
  exports.VolumeType = {
305
306
  gp2: "gp2",
@@ -287,6 +287,7 @@ export const OpenSearchWarmPartitionInstanceType = {
287
287
  export const TLSSecurityPolicy = {
288
288
  POLICY_MIN_TLS_1_0_2019_07: "Policy-Min-TLS-1-0-2019-07",
289
289
  POLICY_MIN_TLS_1_2_2019_07: "Policy-Min-TLS-1-2-2019-07",
290
+ POLICY_MIN_TLS_1_2_PFS_2023_10: "Policy-Min-TLS-1-2-PFS-2023-10",
290
291
  };
291
292
  export const VolumeType = {
292
293
  gp2: "gp2",
@@ -98,7 +98,7 @@ declare const CreateDomainCommand_base: {
98
98
  * },
99
99
  * DomainEndpointOptions: { // DomainEndpointOptions
100
100
  * EnforceHTTPS: true || false,
101
- * TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07",
101
+ * TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07" || "Policy-Min-TLS-1-2-PFS-2023-10",
102
102
  * CustomEndpointEnabled: true || false,
103
103
  * CustomEndpoint: "STRING_VALUE",
104
104
  * CustomEndpointCertificateArn: "STRING_VALUE",
@@ -251,7 +251,7 @@ declare const CreateDomainCommand_base: {
251
251
  * // },
252
252
  * // DomainEndpointOptions: { // DomainEndpointOptions
253
253
  * // EnforceHTTPS: true || false,
254
- * // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07",
254
+ * // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07" || "Policy-Min-TLS-1-2-PFS-2023-10",
255
255
  * // CustomEndpointEnabled: true || false,
256
256
  * // CustomEndpoint: "STRING_VALUE",
257
257
  * // CustomEndpointCertificateArn: "STRING_VALUE",
@@ -130,7 +130,7 @@ declare const DeleteDomainCommand_base: {
130
130
  * // },
131
131
  * // DomainEndpointOptions: { // DomainEndpointOptions
132
132
  * // EnforceHTTPS: true || false,
133
- * // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07",
133
+ * // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07" || "Policy-Min-TLS-1-2-PFS-2023-10",
134
134
  * // CustomEndpointEnabled: true || false,
135
135
  * // CustomEndpoint: "STRING_VALUE",
136
136
  * // CustomEndpointCertificateArn: "STRING_VALUE",
@@ -130,7 +130,7 @@ declare const DescribeDomainCommand_base: {
130
130
  * // },
131
131
  * // DomainEndpointOptions: { // DomainEndpointOptions
132
132
  * // EnforceHTTPS: true || false,
133
- * // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07",
133
+ * // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07" || "Policy-Min-TLS-1-2-PFS-2023-10",
134
134
  * // CustomEndpointEnabled: true || false,
135
135
  * // CustomEndpoint: "STRING_VALUE",
136
136
  * // CustomEndpointCertificateArn: "STRING_VALUE",
@@ -174,7 +174,7 @@ declare const DescribeDomainConfigCommand_base: {
174
174
  * // DomainEndpointOptions: { // DomainEndpointOptionsStatus
175
175
  * // Options: { // DomainEndpointOptions
176
176
  * // EnforceHTTPS: true || false,
177
- * // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07",
177
+ * // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07" || "Policy-Min-TLS-1-2-PFS-2023-10",
178
178
  * // CustomEndpointEnabled: true || false,
179
179
  * // CustomEndpoint: "STRING_VALUE",
180
180
  * // CustomEndpointCertificateArn: "STRING_VALUE",
@@ -133,7 +133,7 @@ declare const DescribeDomainsCommand_base: {
133
133
  * // },
134
134
  * // DomainEndpointOptions: { // DomainEndpointOptions
135
135
  * // EnforceHTTPS: true || false,
136
- * // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07",
136
+ * // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07" || "Policy-Min-TLS-1-2-PFS-2023-10",
137
137
  * // CustomEndpointEnabled: true || false,
138
138
  * // CustomEndpoint: "STRING_VALUE",
139
139
  * // CustomEndpointCertificateArn: "STRING_VALUE",
@@ -144,7 +144,7 @@ declare const DescribeDryRunProgressCommand_base: {
144
144
  * // },
145
145
  * // DomainEndpointOptions: { // DomainEndpointOptions
146
146
  * // EnforceHTTPS: true || false,
147
- * // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07",
147
+ * // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07" || "Policy-Min-TLS-1-2-PFS-2023-10",
148
148
  * // CustomEndpointEnabled: true || false,
149
149
  * // CustomEndpoint: "STRING_VALUE",
150
150
  * // CustomEndpointCertificateArn: "STRING_VALUE",
@@ -95,7 +95,7 @@ declare const UpdateDomainConfigCommand_base: {
95
95
  * },
96
96
  * DomainEndpointOptions: { // DomainEndpointOptions
97
97
  * EnforceHTTPS: true || false,
98
- * TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07",
98
+ * TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07" || "Policy-Min-TLS-1-2-PFS-2023-10",
99
99
  * CustomEndpointEnabled: true || false,
100
100
  * CustomEndpoint: "STRING_VALUE",
101
101
  * CustomEndpointCertificateArn: "STRING_VALUE",
@@ -293,7 +293,7 @@ declare const UpdateDomainConfigCommand_base: {
293
293
  * // DomainEndpointOptions: { // DomainEndpointOptionsStatus
294
294
  * // Options: { // DomainEndpointOptions
295
295
  * // EnforceHTTPS: true || false,
296
- * // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07",
296
+ * // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07" || "Policy-Min-TLS-1-2-PFS-2023-10",
297
297
  * // CustomEndpointEnabled: true || false,
298
298
  * // CustomEndpoint: "STRING_VALUE",
299
299
  * // CustomEndpointCertificateArn: "STRING_VALUE",
@@ -1394,6 +1394,7 @@ export interface CognitoOptions {
1394
1394
  export declare const TLSSecurityPolicy: {
1395
1395
  readonly POLICY_MIN_TLS_1_0_2019_07: "Policy-Min-TLS-1-0-2019-07";
1396
1396
  readonly POLICY_MIN_TLS_1_2_2019_07: "Policy-Min-TLS-1-2-2019-07";
1397
+ readonly POLICY_MIN_TLS_1_2_PFS_2023_10: "Policy-Min-TLS-1-2-PFS-2023-10";
1397
1398
  };
1398
1399
  /**
1399
1400
  * @public
@@ -1424,6 +1425,11 @@ export interface DomainEndpointOptions {
1424
1425
  * <b>Policy-Min-TLS-1-2-2019-07:</b> TLS security policy that
1425
1426
  * supports only TLS version 1.2</p>
1426
1427
  * </li>
1428
+ * <li>
1429
+ * <p>
1430
+ * <b>Policy-Min-TLS-1-2-PFS-2023-10:</b> TLS security policy that
1431
+ * supports TLS version 1.2 to TLS version 1.3 with perfect forward secrecy cipher suites</p>
1432
+ * </li>
1427
1433
  * </ul>
1428
1434
  */
1429
1435
  TLSSecurityPolicy?: TLSSecurityPolicy;
@@ -1708,7 +1714,9 @@ export interface CreateDomainRequest {
1708
1714
  AccessPolicies?: string;
1709
1715
  /**
1710
1716
  * @public
1711
- * <p>The type of IP addresses supported by the endpoint for the domain.</p>
1717
+ * <p>Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to share
1718
+ * domain resources across IPv4 and IPv6 address types, and is the recommended option.
1719
+ * If you set your IP address type to dual stack, you can't change your address type later.</p>
1712
1720
  */
1713
1721
  IPAddressType?: IPAddressType;
1714
1722
  /**
@@ -1946,14 +1954,15 @@ export interface DomainStatus {
1946
1954
  Endpoint?: string;
1947
1955
  /**
1948
1956
  * @public
1949
- * <p>The domain endpoint to which index and search requests are submitted. For example,
1950
- * <code>search-imdb-movies-oopcnjfn6ugo.eu-west-1.es.amazonaws.com</code> or
1951
- * <code>doc-imdb-movies-oopcnjfn6u.eu-west-1.es.amazonaws.com</code>.</p>
1957
+ * <p>If <code>IPAddressType</code> to set to <code>dualstack</code>, a version 2 domain endpoint is provisioned.
1958
+ * This endpoint functions like a normal endpoint, except that it works with both IPv4 and IPv6 IP addresses.
1959
+ * Normal endpoints work only with IPv4 IP addresses.
1960
+ * </p>
1952
1961
  */
1953
1962
  EndpointV2?: string;
1954
1963
  /**
1955
1964
  * @public
1956
- * <p>The key-value pair that exists if the OpenSearch Service domain uses VPC endpoints.. Example
1965
+ * <p>The key-value pair that exists if the OpenSearch Service domain uses VPC endpoints. Example
1957
1966
  * <code>key, value</code>:
1958
1967
  * <code>'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'</code>.</p>
1959
1968
  */
@@ -3382,7 +3391,9 @@ export interface DomainConfig {
3382
3391
  AccessPolicies?: AccessPoliciesStatus;
3383
3392
  /**
3384
3393
  * @public
3385
- * <p>The type of IP addresses supported by the endpoint for the domain.</p>
3394
+ * <p>Choose either dual stack or IPv4 as your IP address type.
3395
+ * Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option.
3396
+ * If you set your IP address type to dual stack, you can't change your address type later.</p>
3386
3397
  */
3387
3398
  IPAddressType?: IPAddressTypeStatus;
3388
3399
  /**
@@ -4262,14 +4273,14 @@ export interface DescribePackagesRequest {
4262
4273
  /**
4263
4274
  * @public
4264
4275
  * <p>An optional parameter that specifies the maximum number of results to return. You can use
4265
- * <code>nextToken</code> to get the next page of results.</p>
4276
+ * <code>nextToken</code> to get the next page of results.</p>
4266
4277
  */
4267
4278
  MaxResults?: number;
4268
4279
  /**
4269
4280
  * @public
4270
4281
  * <p>If your initial <code>DescribePackageFilters</code> operation returns a
4271
- * <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent
4272
- * <code>DescribePackageFilters</code> operations, which returns results in the next page.</p>
4282
+ * <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent
4283
+ * <code>DescribePackageFilters</code> operations, which returns results in the next page.</p>
4273
4284
  */
4274
4285
  NextToken?: string;
4275
4286
  }
@@ -4286,7 +4297,7 @@ export interface DescribePackagesResponse {
4286
4297
  /**
4287
4298
  * @public
4288
4299
  * <p>When <code>nextToken</code> is returned, there are more results available. The value of
4289
- * <code>nextToken</code> is a unique pagination token for each page. Make the call again using the
4300
+ * <code>nextToken</code> is a unique pagination token for each page. Make the call again using the
4290
4301
  * returned token to retrieve the next page.</p>
4291
4302
  */
4292
4303
  NextToken?: string;
@@ -6029,7 +6040,10 @@ export interface UpdateDomainConfigRequest {
6029
6040
  AccessPolicies?: string;
6030
6041
  /**
6031
6042
  * @public
6032
- * <p>The type of IP addresses supported by the endpoint for the domain.</p>
6043
+ * <p>Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across
6044
+ * IPv4 and IPv6 address types, and is the recommended option.
6045
+ * If your IP address type is currently set to dual stack, you can't change it.
6046
+ * </p>
6033
6047
  */
6034
6048
  IPAddressType?: IPAddressType;
6035
6049
  /**
@@ -464,6 +464,7 @@ export interface CognitoOptions {
464
464
  export declare const TLSSecurityPolicy: {
465
465
  readonly POLICY_MIN_TLS_1_0_2019_07: "Policy-Min-TLS-1-0-2019-07";
466
466
  readonly POLICY_MIN_TLS_1_2_2019_07: "Policy-Min-TLS-1-2-2019-07";
467
+ readonly POLICY_MIN_TLS_1_2_PFS_2023_10: "Policy-Min-TLS-1-2-PFS-2023-10";
467
468
  };
468
469
  export type TLSSecurityPolicy =
469
470
  (typeof TLSSecurityPolicy)[keyof typeof TLSSecurityPolicy];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-opensearch",
3
3
  "description": "AWS SDK for JavaScript Opensearch Client for Node.js, Browser and React Native",
4
- "version": "3.485.0",
4
+ "version": "3.486.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",