@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 CHANGED
@@ -705,6 +705,7 @@ var FargateProfileStatus = {
705
705
  DELETING: "DELETING"
706
706
  };
707
707
  var CapacityTypes = {
708
+ CAPACITY_BLOCK: "CAPACITY_BLOCK",
708
709
  ON_DEMAND: "ON_DEMAND",
709
710
  SPOT: "SPOT"
710
711
  };
@@ -329,6 +329,7 @@ export const FargateProfileStatus = {
329
329
  DELETING: "DELETING",
330
330
  };
331
331
  export const CapacityTypes = {
332
+ CAPACITY_BLOCK: "CAPACITY_BLOCK",
332
333
  ON_DEMAND: "ON_DEMAND",
333
334
  SPOT: "SPOT",
334
335
  };
@@ -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"),
@@ -2612,6 +2612,7 @@ export interface CreateFargateProfileResponse {
2612
2612
  * @enum
2613
2613
  */
2614
2614
  export declare const CapacityTypes: {
2615
+ readonly CAPACITY_BLOCK: "CAPACITY_BLOCK";
2615
2616
  readonly ON_DEMAND: "ON_DEMAND";
2616
2617
  readonly SPOT: "SPOT";
2617
2618
  };
@@ -667,6 +667,7 @@ export interface CreateFargateProfileResponse {
667
667
  fargateProfile?: FargateProfile;
668
668
  }
669
669
  export declare const CapacityTypes: {
670
+ readonly CAPACITY_BLOCK: "CAPACITY_BLOCK";
670
671
  readonly ON_DEMAND: "ON_DEMAND";
671
672
  readonly SPOT: "SPOT";
672
673
  };
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.605.0",
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.600.0",
24
- "@aws-sdk/client-sts": "3.600.0",
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",