@aws-sdk/client-eks 3.605.0 → 3.608.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/index.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/CreateNodegroupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -92,7 +92,7 @@ declare const CreateNodegroupCommand_base: {
|
|
|
92
92
|
* maxUnavailable: Number("int"),
|
|
93
93
|
* maxUnavailablePercentage: Number("int"),
|
|
94
94
|
* },
|
|
95
|
-
* capacityType: "ON_DEMAND" || "SPOT",
|
|
95
|
+
* capacityType: "ON_DEMAND" || "SPOT" || "CAPACITY_BLOCK",
|
|
96
96
|
* version: "STRING_VALUE",
|
|
97
97
|
* releaseVersion: "STRING_VALUE",
|
|
98
98
|
* };
|
|
@@ -108,7 +108,7 @@ declare const CreateNodegroupCommand_base: {
|
|
|
108
108
|
* // createdAt: new Date("TIMESTAMP"),
|
|
109
109
|
* // modifiedAt: new Date("TIMESTAMP"),
|
|
110
110
|
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "DEGRADED",
|
|
111
|
-
* // capacityType: "ON_DEMAND" || "SPOT",
|
|
111
|
+
* // capacityType: "ON_DEMAND" || "SPOT" || "CAPACITY_BLOCK",
|
|
112
112
|
* // scalingConfig: { // NodegroupScalingConfig
|
|
113
113
|
* // minSize: Number("int"),
|
|
114
114
|
* // maxSize: Number("int"),
|
|
@@ -50,7 +50,7 @@ declare const DeleteNodegroupCommand_base: {
|
|
|
50
50
|
* // createdAt: new Date("TIMESTAMP"),
|
|
51
51
|
* // modifiedAt: new Date("TIMESTAMP"),
|
|
52
52
|
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "DEGRADED",
|
|
53
|
-
* // capacityType: "ON_DEMAND" || "SPOT",
|
|
53
|
+
* // capacityType: "ON_DEMAND" || "SPOT" || "CAPACITY_BLOCK",
|
|
54
54
|
* // scalingConfig: { // NodegroupScalingConfig
|
|
55
55
|
* // minSize: Number("int"),
|
|
56
56
|
* // maxSize: Number("int"),
|
|
@@ -50,7 +50,7 @@ declare const DescribeNodegroupCommand_base: {
|
|
|
50
50
|
* // createdAt: new Date("TIMESTAMP"),
|
|
51
51
|
* // modifiedAt: new Date("TIMESTAMP"),
|
|
52
52
|
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "DEGRADED",
|
|
53
|
-
* // capacityType: "ON_DEMAND" || "SPOT",
|
|
53
|
+
* // capacityType: "ON_DEMAND" || "SPOT" || "CAPACITY_BLOCK",
|
|
54
54
|
* // scalingConfig: { // NodegroupScalingConfig
|
|
55
55
|
* // minSize: Number("int"),
|
|
56
56
|
* // maxSize: Number("int"),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-eks",
|
|
3
3
|
"description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.608.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-eks",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.606.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.606.0",
|
|
25
25
|
"@aws-sdk/core": "3.598.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.600.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.598.0",
|