@aws-sdk/client-eks 3.774.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.
Files changed (68) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +107 -19
  3. package/dist-es/EKSClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/models/models_0.js +30 -0
  7. package/dist-es/protocols/Aws_restJson1.js +36 -1
  8. package/dist-es/runtimeExtensions.js +2 -14
  9. package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +1 -0
  10. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +5 -0
  11. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +5 -0
  12. package/dist-types/commands/CreateAccessEntryCommand.d.ts +1 -0
  13. package/dist-types/commands/CreateAddonCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateClusterCommand.d.ts +13 -10
  15. package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateFargateProfileCommand.d.ts +1 -0
  17. package/dist-types/commands/CreateNodegroupCommand.d.ts +3 -2
  18. package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +1 -0
  19. package/dist-types/commands/DeleteAccessEntryCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteAddonCommand.d.ts +1 -0
  21. package/dist-types/commands/DeleteClusterCommand.d.ts +7 -4
  22. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +1 -0
  23. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +1 -0
  24. package/dist-types/commands/DeleteNodegroupCommand.d.ts +2 -1
  25. package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +1 -0
  26. package/dist-types/commands/DeregisterClusterCommand.d.ts +1 -0
  27. package/dist-types/commands/DescribeAccessEntryCommand.d.ts +1 -0
  28. package/dist-types/commands/DescribeAddonCommand.d.ts +1 -0
  29. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +1 -0
  30. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +1 -0
  31. package/dist-types/commands/DescribeClusterCommand.d.ts +18 -18
  32. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +1 -0
  33. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +1 -0
  34. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +1 -0
  35. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +1 -0
  36. package/dist-types/commands/DescribeInsightCommand.d.ts +1 -0
  37. package/dist-types/commands/DescribeNodegroupCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +1 -0
  39. package/dist-types/commands/DescribeUpdateCommand.d.ts +1 -0
  40. package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +1 -0
  41. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +5 -0
  42. package/dist-types/commands/ListAccessEntriesCommand.d.ts +1 -0
  43. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -0
  44. package/dist-types/commands/ListAddonsCommand.d.ts +1 -0
  45. package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +1 -0
  46. package/dist-types/commands/ListClustersCommand.d.ts +5 -5
  47. package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +1 -0
  48. package/dist-types/commands/ListFargateProfilesCommand.d.ts +1 -0
  49. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +1 -0
  50. package/dist-types/commands/ListInsightsCommand.d.ts +1 -0
  51. package/dist-types/commands/ListNodegroupsCommand.d.ts +1 -0
  52. package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +1 -0
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -6
  54. package/dist-types/commands/ListUpdatesCommand.d.ts +1 -0
  55. package/dist-types/commands/RegisterClusterCommand.d.ts +1 -0
  56. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  57. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  58. package/dist-types/commands/UpdateAccessEntryCommand.d.ts +1 -0
  59. package/dist-types/commands/UpdateAddonCommand.d.ts +1 -0
  60. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +5 -0
  61. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +15 -0
  62. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +1 -0
  63. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +1 -0
  64. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +1 -0
  65. package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +1 -0
  66. package/dist-types/models/models_0.d.ts +50 -1
  67. package/dist-types/ts3.4/models/models_0.d.ts +19 -0
  68. package/package.json +34 -34
@@ -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
- * @public
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
- * "name": "devel"
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
- * "cluster": {
214
- * "version": "1.10",
215
- * "name": "devel",
216
- * "arn": "arn:aws:eks:us-west-2:012345678910:cluster/devel",
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
- * "createdAt": 1527807879.988,
221
- * "endpoint": "https://A0DCCD80A04F01705DD065655C30CC3D.yl4.us-west-2.eks.amazonaws.com",
222
- * "resourcesVpcConfig": {
223
- * "securityGroupIds": [
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
- * "subnetIds": [
225
+ * subnetIds: [
227
226
  * "subnet-6782e71e",
228
227
  * "subnet-e7e761ac"
229
228
  * ],
230
- * "vpcId": "vpc-950809ec"
229
+ * vpcId: "vpc-950809ec"
231
230
  * },
232
- * "roleArn": "arn:aws:iam::012345678910:role/eks-service-role-AWSServiceRoleForAmazonEKS-J7ONKE3BQ4PI",
233
- * "status": "ACTIVE"
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 {
@@ -104,9 +104,14 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
104
104
  * @throws {@link ServerException} (server fault)
105
105
  * <p>These errors are usually caused by a server-side issue.</p>
106
106
  *
107
+ * @throws {@link ThrottlingException} (client fault)
108
+ * <p>The request or operation couldn't be performed because a service is throttling
109
+ * requests.</p>
110
+ *
107
111
  * @throws {@link EKSServiceException}
108
112
  * <p>Base exception class for all service exceptions from EKS service.</p>
109
113
  *
114
+ *
110
115
  * @public
111
116
  */
112
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
- * @public
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
- * "clusters": [
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
- * @public
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
- * "resourceArn": "arn:aws:eks:us-west-2:012345678910:cluster/beta"
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
- * "tags": {
79
- * "aws:tag:domain": "beta"
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 {
@@ -180,9 +180,14 @@ declare const UpdateClusterConfigCommand_base: {
180
180
  * @throws {@link ServerException} (server fault)
181
181
  * <p>These errors are usually caused by a server-side issue.</p>
182
182
  *
183
+ * @throws {@link ThrottlingException} (client fault)
184
+ * <p>The request or operation couldn't be performed because a service is throttling
185
+ * requests.</p>
186
+ *
183
187
  * @throws {@link EKSServiceException}
184
188
  * <p>Base exception class for all service exceptions from EKS service.</p>
185
189
  *
190
+ *
186
191
  * @public
187
192
  */
188
193
  export declare class UpdateClusterConfigCommand extends UpdateClusterConfigCommand_base {
@@ -49,6 +49,7 @@ declare const UpdateClusterVersionCommand_base: {
49
49
  * name: "STRING_VALUE", // required
50
50
  * version: "STRING_VALUE", // required
51
51
  * clientRequestToken: "STRING_VALUE",
52
+ * force: true || false,
52
53
  * };
53
54
  * const command = new UpdateClusterVersionCommand(input);
54
55
  * const response = await client.send(command);
@@ -97,6 +98,15 @@ declare const UpdateClusterVersionCommand_base: {
97
98
  * <p>The request is invalid given the state of the cluster. Check the state of the cluster
98
99
  * and the associated operations.</p>
99
100
  *
101
+ * @throws {@link InvalidStateException} (client fault)
102
+ * <p>Amazon EKS detected upgrade readiness issues. Call the <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_ListInsights.html">
103
+ * <code>ListInsights</code>
104
+ * </a> API to view detected upgrade blocking issues.
105
+ * Pass the <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateClusterVersion.html#API_UpdateClusterVersion_RequestBody">
106
+ * <code>force</code>
107
+ * </a> flag when updating to override upgrade readiness
108
+ * errors.</p>
109
+ *
100
110
  * @throws {@link ResourceInUseException} (client fault)
101
111
  * <p>The specified resource is in use.</p>
102
112
  *
@@ -109,9 +119,14 @@ declare const UpdateClusterVersionCommand_base: {
109
119
  * @throws {@link ServerException} (server fault)
110
120
  * <p>These errors are usually caused by a server-side issue.</p>
111
121
  *
122
+ * @throws {@link ThrottlingException} (client fault)
123
+ * <p>The request or operation couldn't be performed because a service is throttling
124
+ * requests.</p>
125
+ *
112
126
  * @throws {@link EKSServiceException}
113
127
  * <p>Base exception class for all service exceptions from EKS service.</p>
114
128
  *
129
+ *
115
130
  * @public
116
131
  */
117
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 {