@aws-sdk/client-opensearch 3.484.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.
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainConfigCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +25 -11
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +34 -34
|
@@ -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>
|
|
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>
|
|
1950
|
-
*
|
|
1951
|
-
*
|
|
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
|
|
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>
|
|
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
|
-
*
|
|
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
|
-
*
|
|
4272
|
-
*
|
|
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
|
-
*
|
|
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>
|
|
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.
|
|
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",
|
|
@@ -20,42 +20,42 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/core": "^1.2.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.3.
|
|
39
|
-
"@smithy/hash-node": "^2.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.
|
|
43
|
-
"@smithy/middleware-retry": "^2.0.
|
|
44
|
-
"@smithy/middleware-serde": "^2.0.
|
|
45
|
-
"@smithy/middleware-stack": "^2.0.
|
|
46
|
-
"@smithy/node-config-provider": "^2.1.
|
|
47
|
-
"@smithy/node-http-handler": "^2.2.
|
|
48
|
-
"@smithy/protocol-http": "^3.0.
|
|
49
|
-
"@smithy/smithy-client": "^2.2.
|
|
50
|
-
"@smithy/types": "^2.
|
|
51
|
-
"@smithy/url-parser": "^2.0.
|
|
23
|
+
"@aws-sdk/client-sts": "3.485.0",
|
|
24
|
+
"@aws-sdk/core": "3.485.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.485.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.485.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.485.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.485.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.485.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.485.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.485.0",
|
|
32
|
+
"@aws-sdk/types": "3.485.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.485.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.485.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.485.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.23",
|
|
37
|
+
"@smithy/core": "^1.2.2",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.3.2",
|
|
39
|
+
"@smithy/hash-node": "^2.0.18",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.0.16",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.0.18",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.3.0",
|
|
43
|
+
"@smithy/middleware-retry": "^2.0.26",
|
|
44
|
+
"@smithy/middleware-serde": "^2.0.16",
|
|
45
|
+
"@smithy/middleware-stack": "^2.0.10",
|
|
46
|
+
"@smithy/node-config-provider": "^2.1.9",
|
|
47
|
+
"@smithy/node-http-handler": "^2.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^3.0.12",
|
|
49
|
+
"@smithy/smithy-client": "^2.2.1",
|
|
50
|
+
"@smithy/types": "^2.8.0",
|
|
51
|
+
"@smithy/url-parser": "^2.0.16",
|
|
52
52
|
"@smithy/util-base64": "^2.0.1",
|
|
53
53
|
"@smithy/util-body-length-browser": "^2.0.1",
|
|
54
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
57
|
-
"@smithy/util-endpoints": "^1.0.
|
|
58
|
-
"@smithy/util-retry": "^2.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.0.24",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.0.32",
|
|
57
|
+
"@smithy/util-endpoints": "^1.0.8",
|
|
58
|
+
"@smithy/util-retry": "^2.0.9",
|
|
59
59
|
"@smithy/util-utf8": "^2.0.2",
|
|
60
60
|
"tslib": "^2.5.0"
|
|
61
61
|
},
|