@aws-sdk/client-eks 3.1006.0 → 3.1007.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
@@ -1514,6 +1514,7 @@ const ProvisionedControlPlaneTier = {
1514
1514
  STANDARD: "standard",
1515
1515
  TIER_2XL: "tier-2xl",
1516
1516
  TIER_4XL: "tier-4xl",
1517
+ TIER_8XL: "tier-8xl",
1517
1518
  TIER_XL: "tier-xl",
1518
1519
  };
1519
1520
  const IpFamily = {
@@ -179,6 +179,7 @@ export const ProvisionedControlPlaneTier = {
179
179
  STANDARD: "standard",
180
180
  TIER_2XL: "tier-2xl",
181
181
  TIER_4XL: "tier-4xl",
182
+ TIER_8XL: "tier-8xl",
182
183
  TIER_XL: "tier-xl",
183
184
  };
184
185
  export const IpFamily = {
@@ -166,7 +166,7 @@ declare const CreateClusterCommand_base: {
166
166
  * },
167
167
  * deletionProtection: true || false,
168
168
  * controlPlaneScalingConfig: { // ControlPlaneScalingConfig
169
- * tier: "standard" || "tier-xl" || "tier-2xl" || "tier-4xl",
169
+ * tier: "standard" || "tier-xl" || "tier-2xl" || "tier-4xl" || "tier-8xl",
170
170
  * },
171
171
  * };
172
172
  * const command = new CreateClusterCommand(input);
@@ -294,7 +294,7 @@ declare const CreateClusterCommand_base: {
294
294
  * // },
295
295
  * // deletionProtection: true || false,
296
296
  * // controlPlaneScalingConfig: { // ControlPlaneScalingConfig
297
- * // tier: "standard" || "tier-xl" || "tier-2xl" || "tier-4xl",
297
+ * // tier: "standard" || "tier-xl" || "tier-2xl" || "tier-4xl" || "tier-8xl",
298
298
  * // },
299
299
  * // },
300
300
  * // };
@@ -172,7 +172,7 @@ declare const DeleteClusterCommand_base: {
172
172
  * // },
173
173
  * // deletionProtection: true || false,
174
174
  * // controlPlaneScalingConfig: { // ControlPlaneScalingConfig
175
- * // tier: "standard" || "tier-xl" || "tier-2xl" || "tier-4xl",
175
+ * // tier: "standard" || "tier-xl" || "tier-2xl" || "tier-4xl" || "tier-8xl",
176
176
  * // },
177
177
  * // },
178
178
  * // };
@@ -166,7 +166,7 @@ declare const DeregisterClusterCommand_base: {
166
166
  * // },
167
167
  * // deletionProtection: true || false,
168
168
  * // controlPlaneScalingConfig: { // ControlPlaneScalingConfig
169
- * // tier: "standard" || "tier-xl" || "tier-2xl" || "tier-4xl",
169
+ * // tier: "standard" || "tier-xl" || "tier-2xl" || "tier-4xl" || "tier-8xl",
170
170
  * // },
171
171
  * // },
172
172
  * // };
@@ -172,7 +172,7 @@ declare const DescribeClusterCommand_base: {
172
172
  * // },
173
173
  * // deletionProtection: true || false,
174
174
  * // controlPlaneScalingConfig: { // ControlPlaneScalingConfig
175
- * // tier: "standard" || "tier-xl" || "tier-2xl" || "tier-4xl",
175
+ * // tier: "standard" || "tier-xl" || "tier-2xl" || "tier-4xl" || "tier-8xl",
176
176
  * // },
177
177
  * // },
178
178
  * // };
@@ -185,7 +185,7 @@ declare const RegisterClusterCommand_base: {
185
185
  * // },
186
186
  * // deletionProtection: true || false,
187
187
  * // controlPlaneScalingConfig: { // ControlPlaneScalingConfig
188
- * // tier: "standard" || "tier-xl" || "tier-2xl" || "tier-4xl",
188
+ * // tier: "standard" || "tier-xl" || "tier-2xl" || "tier-4xl" || "tier-8xl",
189
189
  * // },
190
190
  * // },
191
191
  * // };
@@ -158,7 +158,7 @@ declare const UpdateClusterConfigCommand_base: {
158
158
  * },
159
159
  * deletionProtection: true || false,
160
160
  * controlPlaneScalingConfig: { // ControlPlaneScalingConfig
161
- * tier: "standard" || "tier-xl" || "tier-2xl" || "tier-4xl",
161
+ * tier: "standard" || "tier-xl" || "tier-2xl" || "tier-4xl" || "tier-8xl",
162
162
  * },
163
163
  * };
164
164
  * const command = new UpdateClusterConfigCommand(input);
@@ -311,6 +311,7 @@ export declare const ProvisionedControlPlaneTier: {
311
311
  readonly STANDARD: "standard";
312
312
  readonly TIER_2XL: "tier-2xl";
313
313
  readonly TIER_4XL: "tier-4xl";
314
+ readonly TIER_8XL: "tier-8xl";
314
315
  readonly TIER_XL: "tier-xl";
315
316
  };
316
317
  /**
@@ -1544,7 +1544,7 @@ export interface ComputeConfigRequest {
1544
1544
  */
1545
1545
  export interface ControlPlaneScalingConfig {
1546
1546
  /**
1547
- * <p>The control plane scaling tier configuration. Available options are <code>standard</code>, <code>tier-xl</code>, <code>tier-2xl</code>, or <code>tier-4xl</code>. For more information, see EKS Provisioned Control Plane in the Amazon EKS User Guide.</p>
1547
+ * <p>The control plane scaling tier configuration. Available options are <code>standard</code>, <code>tier-xl</code>, <code>tier-2xl</code>, <code>tier-4xl, or tier-8xl</code>. For more information, see EKS Provisioned Control Plane in the Amazon EKS User Guide.</p>
1548
1548
  * @public
1549
1549
  */
1550
1550
  tier?: ProvisionedControlPlaneTier | undefined;
@@ -205,6 +205,7 @@ export declare const ProvisionedControlPlaneTier: {
205
205
  readonly STANDARD: "standard";
206
206
  readonly TIER_2XL: "tier-2xl";
207
207
  readonly TIER_4XL: "tier-4xl";
208
+ readonly TIER_8XL: "tier-8xl";
208
209
  readonly TIER_XL: "tier-xl";
209
210
  };
210
211
  export type ProvisionedControlPlaneTier =
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.1006.0",
4
+ "version": "3.1007.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-eks",