@aws-sdk/client-elasticsearch-service 3.137.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +488 -906
- package/dist-es/protocols/Aws_restJson1.js +632 -891
- package/dist-types/models/models_0.d.ts +11 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3 -1
- package/package.json +6 -6
|
@@ -691,7 +691,7 @@ export interface DomainEndpointOptions {
|
|
|
691
691
|
*/
|
|
692
692
|
CustomEndpointCertificateArn?: string;
|
|
693
693
|
}
|
|
694
|
-
export declare type VolumeType = "gp2" | "io1" | "standard";
|
|
694
|
+
export declare type VolumeType = "gp2" | "gp3" | "io1" | "standard";
|
|
695
695
|
/**
|
|
696
696
|
* <p>Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs" target="_blank"> Configuring EBS-based Storage</a>.</p>
|
|
697
697
|
*/
|
|
@@ -709,9 +709,13 @@ export interface EBSOptions {
|
|
|
709
709
|
*/
|
|
710
710
|
VolumeSize?: number;
|
|
711
711
|
/**
|
|
712
|
-
* <p>Specifies the
|
|
712
|
+
* <p>Specifies the IOPS for Provisioned IOPS And GP3 EBS volume (SSD).</p>
|
|
713
713
|
*/
|
|
714
714
|
Iops?: number;
|
|
715
|
+
/**
|
|
716
|
+
* <p>Specifies the Throughput for GP3 EBS volume (SSD).</p>
|
|
717
|
+
*/
|
|
718
|
+
Throughput?: number;
|
|
715
719
|
}
|
|
716
720
|
/**
|
|
717
721
|
* <p>Specifies the configuration for cold storage options such as enabled</p>
|
|
@@ -1964,6 +1968,10 @@ export interface StorageTypeLimit {
|
|
|
1964
1968
|
* Maximum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.
|
|
1965
1969
|
* <li>MinimumIops</li>
|
|
1966
1970
|
* Minimum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.
|
|
1971
|
+
* <li>MaximumThroughput</li>
|
|
1972
|
+
* Maximum amount of Throughput that is applicable for given storage type.It can be empty if it is not applicable.
|
|
1973
|
+
* <li>MinimumThroughput</li>
|
|
1974
|
+
* Minimum amount of Throughput that is applicable for given storage type.It can be empty if it is not applicable.
|
|
1967
1975
|
* </ol>
|
|
1968
1976
|
* </p>
|
|
1969
1977
|
*/
|
|
@@ -2005,6 +2013,7 @@ export interface StorageType {
|
|
|
2005
2013
|
* <ol>
|
|
2006
2014
|
* <li>standard</li>
|
|
2007
2015
|
* <li>gp2</li>
|
|
2016
|
+
* <li>gp3</li>
|
|
2008
2017
|
* <li>io1</li>
|
|
2009
2018
|
* </ol>
|
|
2010
2019
|
* Refer <code><a>VolumeType</a></code> for more information regarding above EBS storage options.
|
|
@@ -352,7 +352,7 @@ export interface DomainEndpointOptions {
|
|
|
352
352
|
|
|
353
353
|
CustomEndpointCertificateArn?: string;
|
|
354
354
|
}
|
|
355
|
-
export declare type VolumeType = "gp2" | "io1" | "standard";
|
|
355
|
+
export declare type VolumeType = "gp2" | "gp3" | "io1" | "standard";
|
|
356
356
|
|
|
357
357
|
export interface EBSOptions {
|
|
358
358
|
|
|
@@ -363,6 +363,8 @@ export interface EBSOptions {
|
|
|
363
363
|
VolumeSize?: number;
|
|
364
364
|
|
|
365
365
|
Iops?: number;
|
|
366
|
+
|
|
367
|
+
Throughput?: number;
|
|
366
368
|
}
|
|
367
369
|
|
|
368
370
|
export interface ColdStorageOptions {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elasticsearch-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elasticsearch Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.142.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",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.142.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.142.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.142.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.142.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.142.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|