@aws-sdk/client-eks 3.775.0 → 3.777.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 +2 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +1 -0
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +1 -0
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccessEntryCommand.d.ts +1 -0
- package/dist-types/commands/CreateAddonCommand.d.ts +1 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +13 -10
- package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +1 -0
- package/dist-types/commands/CreateNodegroupCommand.d.ts +3 -2
- package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessEntryCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAddonCommand.d.ts +1 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +7 -4
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +1 -0
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +2 -1
- package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +1 -0
- package/dist-types/commands/DeregisterClusterCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAccessEntryCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAddonCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +18 -18
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInsightCommand.d.ts +1 -0
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeUpdateCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +1 -0
- package/dist-types/commands/ListAccessEntriesCommand.d.ts +1 -0
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -0
- package/dist-types/commands/ListAddonsCommand.d.ts +1 -0
- package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +1 -0
- package/dist-types/commands/ListClustersCommand.d.ts +5 -5
- package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +1 -0
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +1 -0
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +1 -0
- package/dist-types/commands/ListInsightsCommand.d.ts +1 -0
- package/dist-types/commands/ListNodegroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -6
- package/dist-types/commands/ListUpdatesCommand.d.ts +1 -0
- package/dist-types/commands/RegisterClusterCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAccessEntryCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAddonCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -390,8 +390,10 @@ var AMITypes = {
|
|
|
390
390
|
AL2_x86_64: "AL2_x86_64",
|
|
391
391
|
AL2_x86_64_GPU: "AL2_x86_64_GPU",
|
|
392
392
|
BOTTLEROCKET_ARM_64: "BOTTLEROCKET_ARM_64",
|
|
393
|
+
BOTTLEROCKET_ARM_64_FIPS: "BOTTLEROCKET_ARM_64_FIPS",
|
|
393
394
|
BOTTLEROCKET_ARM_64_NVIDIA: "BOTTLEROCKET_ARM_64_NVIDIA",
|
|
394
395
|
BOTTLEROCKET_x86_64: "BOTTLEROCKET_x86_64",
|
|
396
|
+
BOTTLEROCKET_x86_64_FIPS: "BOTTLEROCKET_x86_64_FIPS",
|
|
395
397
|
BOTTLEROCKET_x86_64_NVIDIA: "BOTTLEROCKET_x86_64_NVIDIA",
|
|
396
398
|
CUSTOM: "CUSTOM",
|
|
397
399
|
WINDOWS_CORE_2019_x86_64: "WINDOWS_CORE_2019_x86_64",
|
|
@@ -51,8 +51,10 @@ export const AMITypes = {
|
|
|
51
51
|
AL2_x86_64: "AL2_x86_64",
|
|
52
52
|
AL2_x86_64_GPU: "AL2_x86_64_GPU",
|
|
53
53
|
BOTTLEROCKET_ARM_64: "BOTTLEROCKET_ARM_64",
|
|
54
|
+
BOTTLEROCKET_ARM_64_FIPS: "BOTTLEROCKET_ARM_64_FIPS",
|
|
54
55
|
BOTTLEROCKET_ARM_64_NVIDIA: "BOTTLEROCKET_ARM_64_NVIDIA",
|
|
55
56
|
BOTTLEROCKET_x86_64: "BOTTLEROCKET_x86_64",
|
|
57
|
+
BOTTLEROCKET_x86_64_FIPS: "BOTTLEROCKET_x86_64_FIPS",
|
|
56
58
|
BOTTLEROCKET_x86_64_NVIDIA: "BOTTLEROCKET_x86_64_NVIDIA",
|
|
57
59
|
CUSTOM: "CUSTOM",
|
|
58
60
|
WINDOWS_CORE_2019_x86_64: "WINDOWS_CORE_2019_x86_64",
|
|
@@ -93,6 +93,7 @@ declare const AssociateAccessPolicyCommand_base: {
|
|
|
93
93
|
* @throws {@link EKSServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class AssociateAccessPolicyCommand extends AssociateAccessPolicyCommand_base {
|
|
@@ -117,6 +117,7 @@ declare const AssociateEncryptionConfigCommand_base: {
|
|
|
117
117
|
* @throws {@link EKSServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class AssociateEncryptionConfigCommand extends AssociateEncryptionConfigCommand_base {
|
|
@@ -129,6 +129,7 @@ declare const AssociateIdentityProviderConfigCommand_base: {
|
|
|
129
129
|
* @throws {@link EKSServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
131
131
|
*
|
|
132
|
+
*
|
|
132
133
|
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class AssociateIdentityProviderConfigCommand extends AssociateIdentityProviderConfigCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const CreateAccessEntryCommand_base: {
|
|
|
113
113
|
* @throws {@link EKSServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class CreateAccessEntryCommand extends CreateAccessEntryCommand_base {
|
|
@@ -130,6 +130,7 @@ declare const CreateAddonCommand_base: {
|
|
|
130
130
|
* @throws {@link EKSServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
132
132
|
*
|
|
133
|
+
*
|
|
133
134
|
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class CreateAddonCommand extends CreateAddonCommand_base {
|
|
@@ -324,30 +324,33 @@ declare const CreateClusterCommand_base: {
|
|
|
324
324
|
* @throws {@link EKSServiceException}
|
|
325
325
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
326
326
|
*
|
|
327
|
-
*
|
|
327
|
+
*
|
|
328
328
|
* @example To create a new cluster
|
|
329
329
|
* ```javascript
|
|
330
330
|
* // The following example creates an Amazon EKS cluster called prod.
|
|
331
331
|
* const input = {
|
|
332
|
-
*
|
|
333
|
-
*
|
|
334
|
-
*
|
|
335
|
-
*
|
|
336
|
-
* "securityGroupIds": [
|
|
332
|
+
* clientRequestToken: "1d2129a1-3d38-460a-9756-e5b91fddb951",
|
|
333
|
+
* name: "prod",
|
|
334
|
+
* resourcesVpcConfig: {
|
|
335
|
+
* securityGroupIds: [
|
|
337
336
|
* "sg-6979fe18"
|
|
338
337
|
* ],
|
|
339
|
-
*
|
|
338
|
+
* subnetIds: [
|
|
340
339
|
* "subnet-6782e71e",
|
|
341
340
|
* "subnet-e7e761ac"
|
|
342
341
|
* ]
|
|
343
342
|
* },
|
|
344
|
-
*
|
|
343
|
+
* roleArn: "arn:aws:iam::012345678910:role/eks-service-role-AWSServiceRoleForAmazonEKS-J7ONKE3BQ4PI",
|
|
344
|
+
* version: "1.10"
|
|
345
345
|
* };
|
|
346
346
|
* const command = new CreateClusterCommand(input);
|
|
347
|
-
* await client.send(command);
|
|
348
|
-
*
|
|
347
|
+
* const response = await client.send(command);
|
|
348
|
+
* /* response is
|
|
349
|
+
* { /* empty *\/ }
|
|
350
|
+
* *\/
|
|
349
351
|
* ```
|
|
350
352
|
*
|
|
353
|
+
* @public
|
|
351
354
|
*/
|
|
352
355
|
export declare class CreateClusterCommand extends CreateClusterCommand_base {
|
|
353
356
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -112,6 +112,7 @@ declare const CreateEksAnywhereSubscriptionCommand_base: {
|
|
|
112
112
|
* @throws {@link EKSServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class CreateEksAnywhereSubscriptionCommand extends CreateEksAnywhereSubscriptionCommand_base {
|
|
@@ -151,6 +151,7 @@ declare const CreateFargateProfileCommand_base: {
|
|
|
151
151
|
* @throws {@link EKSServiceException}
|
|
152
152
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
153
153
|
*
|
|
154
|
+
*
|
|
154
155
|
* @public
|
|
155
156
|
*/
|
|
156
157
|
export declare class CreateFargateProfileCommand extends CreateFargateProfileCommand_base {
|
|
@@ -66,7 +66,7 @@ declare const CreateNodegroupCommand_base: {
|
|
|
66
66
|
* instanceTypes: [
|
|
67
67
|
* "STRING_VALUE",
|
|
68
68
|
* ],
|
|
69
|
-
* amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
|
|
69
|
+
* amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
|
|
70
70
|
* remoteAccess: { // RemoteAccessConfig
|
|
71
71
|
* ec2SshKey: "STRING_VALUE",
|
|
72
72
|
* sourceSecurityGroups: [
|
|
@@ -135,7 +135,7 @@ declare const CreateNodegroupCommand_base: {
|
|
|
135
135
|
* // "STRING_VALUE",
|
|
136
136
|
* // ],
|
|
137
137
|
* // },
|
|
138
|
-
* // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
|
|
138
|
+
* // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
|
|
139
139
|
* // nodeRole: "STRING_VALUE",
|
|
140
140
|
* // labels: { // labelsMap
|
|
141
141
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -220,6 +220,7 @@ declare const CreateNodegroupCommand_base: {
|
|
|
220
220
|
* @throws {@link EKSServiceException}
|
|
221
221
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
222
222
|
*
|
|
223
|
+
*
|
|
223
224
|
* @public
|
|
224
225
|
*/
|
|
225
226
|
export declare class CreateNodegroupCommand extends CreateNodegroupCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const CreatePodIdentityAssociationCommand_base: {
|
|
|
107
107
|
* @throws {@link EKSServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class CreatePodIdentityAssociationCommand extends CreatePodIdentityAssociationCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DeleteAccessEntryCommand_base: {
|
|
|
69
69
|
* @throws {@link EKSServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteAccessEntryCommand extends DeleteAccessEntryCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const DeleteAddonCommand_base: {
|
|
|
113
113
|
* @throws {@link EKSServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class DeleteAddonCommand extends DeleteAddonCommand_base {
|
|
@@ -202,18 +202,21 @@ declare const DeleteClusterCommand_base: {
|
|
|
202
202
|
* @throws {@link EKSServiceException}
|
|
203
203
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
204
204
|
*
|
|
205
|
-
*
|
|
205
|
+
*
|
|
206
206
|
* @example To delete a cluster
|
|
207
207
|
* ```javascript
|
|
208
208
|
* // This example command deletes a cluster named `devel` in your default region.
|
|
209
209
|
* const input = {
|
|
210
|
-
*
|
|
210
|
+
* name: "devel"
|
|
211
211
|
* };
|
|
212
212
|
* const command = new DeleteClusterCommand(input);
|
|
213
|
-
* await client.send(command);
|
|
214
|
-
*
|
|
213
|
+
* const response = await client.send(command);
|
|
214
|
+
* /* response is
|
|
215
|
+
* { /* empty *\/ }
|
|
216
|
+
* *\/
|
|
215
217
|
* ```
|
|
216
218
|
*
|
|
219
|
+
* @public
|
|
217
220
|
*/
|
|
218
221
|
export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
|
|
219
222
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -101,6 +101,7 @@ declare const DeleteEksAnywhereSubscriptionCommand_base: {
|
|
|
101
101
|
* @throws {@link EKSServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class DeleteEksAnywhereSubscriptionCommand extends DeleteEksAnywhereSubscriptionCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const DeleteFargateProfileCommand_base: {
|
|
|
113
113
|
* @throws {@link EKSServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class DeleteFargateProfileCommand extends DeleteFargateProfileCommand_base {
|
|
@@ -68,7 +68,7 @@ declare const DeleteNodegroupCommand_base: {
|
|
|
68
68
|
* // "STRING_VALUE",
|
|
69
69
|
* // ],
|
|
70
70
|
* // },
|
|
71
|
-
* // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
|
|
71
|
+
* // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
|
|
72
72
|
* // nodeRole: "STRING_VALUE",
|
|
73
73
|
* // labels: { // labelsMap
|
|
74
74
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -152,6 +152,7 @@ declare const DeleteNodegroupCommand_base: {
|
|
|
152
152
|
* @throws {@link EKSServiceException}
|
|
153
153
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
154
154
|
*
|
|
155
|
+
*
|
|
155
156
|
* @public
|
|
156
157
|
*/
|
|
157
158
|
export declare class DeleteNodegroupCommand extends DeleteNodegroupCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const DeletePodIdentityAssociationCommand_base: {
|
|
|
86
86
|
* @throws {@link EKSServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DeletePodIdentityAssociationCommand extends DeletePodIdentityAssociationCommand_base {
|
|
@@ -202,6 +202,7 @@ declare const DeregisterClusterCommand_base: {
|
|
|
202
202
|
* @throws {@link EKSServiceException}
|
|
203
203
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
204
204
|
*
|
|
205
|
+
*
|
|
205
206
|
* @public
|
|
206
207
|
*/
|
|
207
208
|
export declare class DeregisterClusterCommand extends DeregisterClusterCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const DescribeAccessEntryCommand_base: {
|
|
|
82
82
|
* @throws {@link EKSServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DescribeAccessEntryCommand extends DescribeAccessEntryCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const DescribeAddonCommand_base: {
|
|
|
110
110
|
* @throws {@link EKSServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class DescribeAddonCommand extends DescribeAddonCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DescribeAddonConfigurationCommand_base: {
|
|
|
78
78
|
* @throws {@link EKSServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DescribeAddonConfigurationCommand extends DescribeAddonConfigurationCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const DescribeAddonVersionsCommand_base: {
|
|
|
116
116
|
* @throws {@link EKSServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class DescribeAddonVersionsCommand extends DescribeAddonVersionsCommand_base {
|
|
@@ -199,44 +199,44 @@ declare const DescribeClusterCommand_base: {
|
|
|
199
199
|
* @throws {@link EKSServiceException}
|
|
200
200
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
201
201
|
*
|
|
202
|
-
*
|
|
202
|
+
*
|
|
203
203
|
* @example To describe a cluster
|
|
204
204
|
* ```javascript
|
|
205
205
|
* // This example command provides a description of the specified cluster in your default region.
|
|
206
206
|
* const input = {
|
|
207
|
-
*
|
|
207
|
+
* name: "devel"
|
|
208
208
|
* };
|
|
209
209
|
* const command = new DescribeClusterCommand(input);
|
|
210
210
|
* const response = await client.send(command);
|
|
211
|
-
* /* response
|
|
211
|
+
* /* response is
|
|
212
212
|
* {
|
|
213
|
-
*
|
|
214
|
-
*
|
|
215
|
-
*
|
|
216
|
-
*
|
|
217
|
-
* "certificateAuthority": {
|
|
218
|
-
* "data": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRFNE1EVXpNVEl6TVRFek1Wb1hEVEk0TURVeU9ESXpNVEV6TVZvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTTZWCjVUaG4rdFcySm9Xa2hQMzRlVUZMNitaRXJOZGIvWVdrTmtDdWNGS2RaaXl2TjlMVmdvUmV2MjlFVFZlN1ZGbSsKUTJ3ZURyRXJiQyt0dVlibkFuN1ZLYmE3ay9hb1BHekZMdmVnb0t6b0M1N2NUdGVwZzRIazRlK2tIWHNaME10MApyb3NzcjhFM1ROeExETnNJTThGL1cwdjhsTGNCbWRPcjQyV2VuTjFHZXJnaDNSZ2wzR3JIazBnNTU0SjFWenJZCm9hTi8zODFUczlOTFF2QTBXb0xIcjBFRlZpTFdSZEoyZ3lXaC9ybDVyOFNDOHZaQXg1YW1BU0hVd01aTFpWRC8KTDBpOW4wRVM0MkpVdzQyQmxHOEdpd3NhTkJWV3lUTHZKclNhRXlDSHFtVVZaUTFDZkFXUjl0L3JleVVOVXM3TApWV1FqM3BFbk9RMitMSWJrc0RzQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFNZ3RsQ1dIQ2U2YzVHMXl2YlFTS0Q4K2hUalkKSm1NSG56L2EvRGt0WG9YUjFVQzIrZUgzT1BZWmVjRVZZZHVaSlZCckNNQ2VWR0ZkeWdBYlNLc1FxWDg0S2RXbAp1MU5QaERDSmEyRHliN2pVMUV6VThTQjFGZUZ5ZFE3a0hNS1E1blpBRVFQOTY4S01hSGUrSm0yQ2x1UFJWbEJVCjF4WlhTS1gzTVZ0K1Q0SU1EV2d6c3JRSjVuQkRjdEtLcUZtM3pKdVVubHo5ZEpVckdscEltMjVJWXJDckxYUFgKWkUwRUtRNWEzMHhkVWNrTHRGQkQrOEtBdFdqSS9yZUZPNzM1YnBMdVoyOTBaNm42QlF3elRrS0p4cnhVc3QvOAppNGsxcnlsaUdWMm5SSjBUYjNORkczNHgrYWdzYTRoSTFPbU90TFM0TmgvRXJxT3lIUXNDc2hEQUtKUT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo="
|
|
213
|
+
* cluster: {
|
|
214
|
+
* arn: "arn:aws:eks:us-west-2:012345678910:cluster/devel",
|
|
215
|
+
* certificateAuthority: {
|
|
216
|
+
* data: "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRFNE1EVXpNVEl6TVRFek1Wb1hEVEk0TURVeU9ESXpNVEV6TVZvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTTZWCjVUaG4rdFcySm9Xa2hQMzRlVUZMNitaRXJOZGIvWVdrTmtDdWNGS2RaaXl2TjlMVmdvUmV2MjlFVFZlN1ZGbSsKUTJ3ZURyRXJiQyt0dVlibkFuN1ZLYmE3ay9hb1BHekZMdmVnb0t6b0M1N2NUdGVwZzRIazRlK2tIWHNaME10MApyb3NzcjhFM1ROeExETnNJTThGL1cwdjhsTGNCbWRPcjQyV2VuTjFHZXJnaDNSZ2wzR3JIazBnNTU0SjFWenJZCm9hTi8zODFUczlOTFF2QTBXb0xIcjBFRlZpTFdSZEoyZ3lXaC9ybDVyOFNDOHZaQXg1YW1BU0hVd01aTFpWRC8KTDBpOW4wRVM0MkpVdzQyQmxHOEdpd3NhTkJWV3lUTHZKclNhRXlDSHFtVVZaUTFDZkFXUjl0L3JleVVOVXM3TApWV1FqM3BFbk9RMitMSWJrc0RzQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFNZ3RsQ1dIQ2U2YzVHMXl2YlFTS0Q4K2hUalkKSm1NSG56L2EvRGt0WG9YUjFVQzIrZUgzT1BZWmVjRVZZZHVaSlZCckNNQ2VWR0ZkeWdBYlNLc1FxWDg0S2RXbAp1MU5QaERDSmEyRHliN2pVMUV6VThTQjFGZUZ5ZFE3a0hNS1E1blpBRVFQOTY4S01hSGUrSm0yQ2x1UFJWbEJVCjF4WlhTS1gzTVZ0K1Q0SU1EV2d6c3JRSjVuQkRjdEtLcUZtM3pKdVVubHo5ZEpVckdscEltMjVJWXJDckxYUFgKWkUwRUtRNWEzMHhkVWNrTHRGQkQrOEtBdFdqSS9yZUZPNzM1YnBMdVoyOTBaNm42QlF3elRrS0p4cnhVc3QvOAppNGsxcnlsaUdWMm5SSjBUYjNORkczNHgrYWdzYTRoSTFPbU90TFM0TmgvRXJxT3lIUXNDc2hEQUtKUT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo="
|
|
219
217
|
* },
|
|
220
|
-
*
|
|
221
|
-
*
|
|
222
|
-
* "
|
|
223
|
-
*
|
|
218
|
+
* createdAt: 1.527807879988E9,
|
|
219
|
+
* endpoint: "https://A0DCCD80A04F01705DD065655C30CC3D.yl4.us-west-2.eks.amazonaws.com",
|
|
220
|
+
* name: "devel",
|
|
221
|
+
* resourcesVpcConfig: {
|
|
222
|
+
* securityGroupIds: [
|
|
224
223
|
* "sg-6979fe18"
|
|
225
224
|
* ],
|
|
226
|
-
*
|
|
225
|
+
* subnetIds: [
|
|
227
226
|
* "subnet-6782e71e",
|
|
228
227
|
* "subnet-e7e761ac"
|
|
229
228
|
* ],
|
|
230
|
-
*
|
|
229
|
+
* vpcId: "vpc-950809ec"
|
|
231
230
|
* },
|
|
232
|
-
*
|
|
233
|
-
*
|
|
231
|
+
* roleArn: "arn:aws:iam::012345678910:role/eks-service-role-AWSServiceRoleForAmazonEKS-J7ONKE3BQ4PI",
|
|
232
|
+
* status: "ACTIVE",
|
|
233
|
+
* version: "1.10"
|
|
234
234
|
* }
|
|
235
235
|
* }
|
|
236
236
|
* *\/
|
|
237
|
-
* // example id: to-describe-a-cluster-1527868708512
|
|
238
237
|
* ```
|
|
239
238
|
*
|
|
239
|
+
* @public
|
|
240
240
|
*/
|
|
241
241
|
export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
|
|
242
242
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -88,6 +88,7 @@ declare const DescribeClusterVersionsCommand_base: {
|
|
|
88
88
|
* @throws {@link EKSServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class DescribeClusterVersionsCommand extends DescribeClusterVersionsCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const DescribeEksAnywhereSubscriptionCommand_base: {
|
|
|
97
97
|
* @throws {@link EKSServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class DescribeEksAnywhereSubscriptionCommand extends DescribeEksAnywhereSubscriptionCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const DescribeFargateProfileCommand_base: {
|
|
|
105
105
|
* @throws {@link EKSServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class DescribeFargateProfileCommand extends DescribeFargateProfileCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const DescribeIdentityProviderConfigCommand_base: {
|
|
|
98
98
|
* @throws {@link EKSServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class DescribeIdentityProviderConfigCommand extends DescribeIdentityProviderConfigCommand_base {
|
|
@@ -123,6 +123,7 @@ declare const DescribeInsightCommand_base: {
|
|
|
123
123
|
* @throws {@link EKSServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
125
125
|
*
|
|
126
|
+
*
|
|
126
127
|
* @public
|
|
127
128
|
*/
|
|
128
129
|
export declare class DescribeInsightCommand extends DescribeInsightCommand_base {
|
|
@@ -68,7 +68,7 @@ declare const DescribeNodegroupCommand_base: {
|
|
|
68
68
|
* // "STRING_VALUE",
|
|
69
69
|
* // ],
|
|
70
70
|
* // },
|
|
71
|
-
* // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
|
|
71
|
+
* // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
|
|
72
72
|
* // nodeRole: "STRING_VALUE",
|
|
73
73
|
* // labels: { // labelsMap
|
|
74
74
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -149,6 +149,7 @@ declare const DescribeNodegroupCommand_base: {
|
|
|
149
149
|
* @throws {@link EKSServiceException}
|
|
150
150
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
151
151
|
*
|
|
152
|
+
*
|
|
152
153
|
* @public
|
|
153
154
|
*/
|
|
154
155
|
export declare class DescribeNodegroupCommand extends DescribeNodegroupCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const DescribePodIdentityAssociationCommand_base: {
|
|
|
89
89
|
* @throws {@link EKSServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class DescribePodIdentityAssociationCommand extends DescribePodIdentityAssociationCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const DescribeUpdateCommand_base: {
|
|
|
98
98
|
* @throws {@link EKSServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class DescribeUpdateCommand extends DescribeUpdateCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DisassociateAccessPolicyCommand_base: {
|
|
|
67
67
|
* @throws {@link EKSServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DisassociateAccessPolicyCommand extends DisassociateAccessPolicyCommand_base {
|
|
@@ -111,6 +111,7 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
|
|
|
111
111
|
* @throws {@link EKSServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class DisassociateIdentityProviderConfigCommand extends DisassociateIdentityProviderConfigCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListAccessEntriesCommand_base: {
|
|
|
77
77
|
* @throws {@link EKSServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListAccessEntriesCommand extends ListAccessEntriesCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const ListAccessPoliciesCommand_base: {
|
|
|
64
64
|
* @throws {@link EKSServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class ListAccessPoliciesCommand extends ListAccessPoliciesCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListAddonsCommand_base: {
|
|
|
81
81
|
* @throws {@link EKSServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListAddonsCommand extends ListAddonsCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListAssociatedAccessPoliciesCommand_base: {
|
|
|
85
85
|
* @throws {@link EKSServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListAssociatedAccessPoliciesCommand extends ListAssociatedAccessPoliciesCommand_base {
|
|
@@ -76,24 +76,24 @@ declare const ListClustersCommand_base: {
|
|
|
76
76
|
* @throws {@link EKSServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
78
78
|
*
|
|
79
|
-
*
|
|
79
|
+
*
|
|
80
80
|
* @example To list your available clusters
|
|
81
81
|
* ```javascript
|
|
82
82
|
* // This example command lists all of your available clusters in your default region.
|
|
83
|
-
* const input = {};
|
|
83
|
+
* const input = { /* empty *\/ };
|
|
84
84
|
* const command = new ListClustersCommand(input);
|
|
85
85
|
* const response = await client.send(command);
|
|
86
|
-
* /* response
|
|
86
|
+
* /* response is
|
|
87
87
|
* {
|
|
88
|
-
*
|
|
88
|
+
* clusters: [
|
|
89
89
|
* "devel",
|
|
90
90
|
* "prod"
|
|
91
91
|
* ]
|
|
92
92
|
* }
|
|
93
93
|
* *\/
|
|
94
|
-
* // example id: to-list-your-available-clusters-1527868801040
|
|
95
94
|
* ```
|
|
96
95
|
*
|
|
96
|
+
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class ListClustersCommand extends ListClustersCommand_base {
|
|
99
99
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -102,6 +102,7 @@ declare const ListEksAnywhereSubscriptionsCommand_base: {
|
|
|
102
102
|
* @throws {@link EKSServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class ListEksAnywhereSubscriptionsCommand extends ListEksAnywhereSubscriptionsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListFargateProfilesCommand_base: {
|
|
|
78
78
|
* @throws {@link EKSServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListFargateProfilesCommand extends ListFargateProfilesCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ListIdentityProviderConfigsCommand_base: {
|
|
|
83
83
|
* @throws {@link EKSServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListIdentityProviderConfigsCommand extends ListIdentityProviderConfigsCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const ListInsightsCommand_base: {
|
|
|
101
101
|
* @throws {@link EKSServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class ListInsightsCommand extends ListInsightsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListNodegroupsCommand_base: {
|
|
|
81
81
|
* @throws {@link EKSServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListNodegroupsCommand extends ListNodegroupsCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const ListPodIdentityAssociationsCommand_base: {
|
|
|
86
86
|
* @throws {@link EKSServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListPodIdentityAssociationsCommand extends ListPodIdentityAssociationsCommand_base {
|
|
@@ -64,25 +64,25 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link EKSServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
66
66
|
*
|
|
67
|
-
*
|
|
67
|
+
*
|
|
68
68
|
* @example To list tags for a cluster
|
|
69
69
|
* ```javascript
|
|
70
70
|
* // This example lists all of the tags for the `beta` cluster.
|
|
71
71
|
* const input = {
|
|
72
|
-
*
|
|
72
|
+
* resourceArn: "arn:aws:eks:us-west-2:012345678910:cluster/beta"
|
|
73
73
|
* };
|
|
74
74
|
* const command = new ListTagsForResourceCommand(input);
|
|
75
75
|
* const response = await client.send(command);
|
|
76
|
-
* /* response
|
|
76
|
+
* /* response is
|
|
77
77
|
* {
|
|
78
|
-
*
|
|
79
|
-
*
|
|
78
|
+
* tags: {
|
|
79
|
+
* aws:tag:domain: "beta"
|
|
80
80
|
* }
|
|
81
81
|
* }
|
|
82
82
|
* *\/
|
|
83
|
-
* // example id: to-list-tags-for-a-cluster-1568666903378
|
|
84
83
|
* ```
|
|
85
84
|
*
|
|
85
|
+
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
88
88
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -80,6 +80,7 @@ declare const ListUpdatesCommand_base: {
|
|
|
80
80
|
* @throws {@link EKSServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListUpdatesCommand extends ListUpdatesCommand_base {
|
|
@@ -226,6 +226,7 @@ declare const RegisterClusterCommand_base: {
|
|
|
226
226
|
* @throws {@link EKSServiceException}
|
|
227
227
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
228
228
|
*
|
|
229
|
+
*
|
|
229
230
|
* @public
|
|
230
231
|
*/
|
|
231
232
|
export declare class RegisterClusterCommand extends RegisterClusterCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const TagResourceCommand_base: {
|
|
|
69
69
|
* @throws {@link EKSServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
|
|
|
63
63
|
* @throws {@link EKSServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const UpdateAccessEntryCommand_base: {
|
|
|
91
91
|
* @throws {@link EKSServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class UpdateAccessEntryCommand extends UpdateAccessEntryCommand_base {
|
|
@@ -111,6 +111,7 @@ declare const UpdateAddonCommand_base: {
|
|
|
111
111
|
* @throws {@link EKSServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class UpdateAddonCommand extends UpdateAddonCommand_base {
|
|
@@ -187,6 +187,7 @@ declare const UpdateClusterConfigCommand_base: {
|
|
|
187
187
|
* @throws {@link EKSServiceException}
|
|
188
188
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
189
189
|
*
|
|
190
|
+
*
|
|
190
191
|
* @public
|
|
191
192
|
*/
|
|
192
193
|
export declare class UpdateClusterConfigCommand extends UpdateClusterConfigCommand_base {
|
|
@@ -126,6 +126,7 @@ declare const UpdateClusterVersionCommand_base: {
|
|
|
126
126
|
* @throws {@link EKSServiceException}
|
|
127
127
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
128
128
|
*
|
|
129
|
+
*
|
|
129
130
|
* @public
|
|
130
131
|
*/
|
|
131
132
|
export declare class UpdateClusterVersionCommand extends UpdateClusterVersionCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const UpdateEksAnywhereSubscriptionCommand_base: {
|
|
|
105
105
|
* @throws {@link EKSServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class UpdateEksAnywhereSubscriptionCommand extends UpdateEksAnywhereSubscriptionCommand_base {
|
|
@@ -143,6 +143,7 @@ declare const UpdateNodegroupConfigCommand_base: {
|
|
|
143
143
|
* @throws {@link EKSServiceException}
|
|
144
144
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
145
145
|
*
|
|
146
|
+
*
|
|
146
147
|
* @public
|
|
147
148
|
*/
|
|
148
149
|
export declare class UpdateNodegroupConfigCommand extends UpdateNodegroupConfigCommand_base {
|
|
@@ -130,6 +130,7 @@ declare const UpdateNodegroupVersionCommand_base: {
|
|
|
130
130
|
* @throws {@link EKSServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
132
132
|
*
|
|
133
|
+
*
|
|
133
134
|
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class UpdateNodegroupVersionCommand extends UpdateNodegroupVersionCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const UpdatePodIdentityAssociationCommand_base: {
|
|
|
90
90
|
* @throws {@link EKSServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class UpdatePodIdentityAssociationCommand extends UpdatePodIdentityAssociationCommand_base {
|
|
@@ -503,8 +503,10 @@ export declare const AMITypes: {
|
|
|
503
503
|
readonly AL2_x86_64: "AL2_x86_64";
|
|
504
504
|
readonly AL2_x86_64_GPU: "AL2_x86_64_GPU";
|
|
505
505
|
readonly BOTTLEROCKET_ARM_64: "BOTTLEROCKET_ARM_64";
|
|
506
|
+
readonly BOTTLEROCKET_ARM_64_FIPS: "BOTTLEROCKET_ARM_64_FIPS";
|
|
506
507
|
readonly BOTTLEROCKET_ARM_64_NVIDIA: "BOTTLEROCKET_ARM_64_NVIDIA";
|
|
507
508
|
readonly BOTTLEROCKET_x86_64: "BOTTLEROCKET_x86_64";
|
|
509
|
+
readonly BOTTLEROCKET_x86_64_FIPS: "BOTTLEROCKET_x86_64_FIPS";
|
|
508
510
|
readonly BOTTLEROCKET_x86_64_NVIDIA: "BOTTLEROCKET_x86_64_NVIDIA";
|
|
509
511
|
readonly CUSTOM: "CUSTOM";
|
|
510
512
|
readonly WINDOWS_CORE_2019_x86_64: "WINDOWS_CORE_2019_x86_64";
|
|
@@ -139,8 +139,10 @@ export declare const AMITypes: {
|
|
|
139
139
|
readonly AL2_x86_64: "AL2_x86_64";
|
|
140
140
|
readonly AL2_x86_64_GPU: "AL2_x86_64_GPU";
|
|
141
141
|
readonly BOTTLEROCKET_ARM_64: "BOTTLEROCKET_ARM_64";
|
|
142
|
+
readonly BOTTLEROCKET_ARM_64_FIPS: "BOTTLEROCKET_ARM_64_FIPS";
|
|
142
143
|
readonly BOTTLEROCKET_ARM_64_NVIDIA: "BOTTLEROCKET_ARM_64_NVIDIA";
|
|
143
144
|
readonly BOTTLEROCKET_x86_64: "BOTTLEROCKET_x86_64";
|
|
145
|
+
readonly BOTTLEROCKET_x86_64_FIPS: "BOTTLEROCKET_x86_64_FIPS";
|
|
144
146
|
readonly BOTTLEROCKET_x86_64_NVIDIA: "BOTTLEROCKET_x86_64_NVIDIA";
|
|
145
147
|
readonly CUSTOM: "CUSTOM";
|
|
146
148
|
readonly WINDOWS_CORE_2019_x86_64: "WINDOWS_CORE_2019_x86_64";
|
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.777.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|