@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 +1 -0
- package/dist-es/models/enums.js +1 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -2
- package/dist-types/commands/DeleteClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterClusterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
- package/dist-types/commands/RegisterClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
package/dist-es/models/enums.js
CHANGED
|
@@ -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);
|
|
@@ -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>,
|
|
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.
|
|
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",
|