@aws-sdk/client-eks 3.1087.0 → 3.1088.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 (93) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/EKS.d.ts +224 -272
  3. package/dist-types/ts3.4/EKSClient.d.ts +19 -44
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CancelUpdateCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/DescribeCapabilityCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
  34. package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/DescribeInsightsRefreshCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +3 -5
  55. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +4 -9
  56. package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/StartInsightsRefreshCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +5 -10
  64. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +4 -9
  66. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  73. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  74. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  75. package/dist-types/ts3.4/models/enums.d.ts +16 -32
  76. package/dist-types/ts3.4/models/errors.d.ts +12 -42
  77. package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +1 -4
  78. package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +1 -4
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  83. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  84. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  85. package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +2 -2
  86. package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +2 -2
  87. package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +2 -2
  88. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +2 -2
  89. package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +3 -5
  90. package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +3 -5
  91. package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +3 -5
  92. package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +3 -5
  93. package/package.json +38 -38
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateClusterVersionRequest,
4
- UpdateClusterVersionResponse,
5
- } from "../models/models_0";
2
+ import { UpdateClusterVersionRequest, UpdateClusterVersionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateClusterVersionCommandInput
8
- extends UpdateClusterVersionRequest {}
4
+ export interface UpdateClusterVersionCommandInput extends UpdateClusterVersionRequest {}
9
5
  export interface UpdateClusterVersionCommandOutput
10
- extends UpdateClusterVersionResponse,
11
- __MetadataBearer {}
6
+ extends UpdateClusterVersionResponse, __MetadataBearer {}
12
7
  declare const UpdateClusterVersionCommand_base: {
13
8
  new (
14
- input: UpdateClusterVersionCommandInput
9
+ input: UpdateClusterVersionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateClusterVersionCommandInput,
17
12
  UpdateClusterVersionCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateClusterVersionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateClusterVersionCommandInput
18
+ input: UpdateClusterVersionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateClusterVersionCommandInput,
26
21
  UpdateClusterVersionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateEksAnywhereSubscriptionResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateEksAnywhereSubscriptionCommandInput
8
- extends UpdateEksAnywhereSubscriptionRequest {}
7
+ export interface UpdateEksAnywhereSubscriptionCommandInput extends UpdateEksAnywhereSubscriptionRequest {}
9
8
  export interface UpdateEksAnywhereSubscriptionCommandOutput
10
- extends UpdateEksAnywhereSubscriptionResponse,
11
- __MetadataBearer {}
9
+ extends UpdateEksAnywhereSubscriptionResponse, __MetadataBearer {}
12
10
  declare const UpdateEksAnywhereSubscriptionCommand_base: {
13
11
  new (
14
- input: UpdateEksAnywhereSubscriptionCommandInput
12
+ input: UpdateEksAnywhereSubscriptionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateEksAnywhereSubscriptionCommandInput,
17
15
  UpdateEksAnywhereSubscriptionCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateEksAnywhereSubscriptionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateEksAnywhereSubscriptionCommandInput
21
+ input: UpdateEksAnywhereSubscriptionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateEksAnywhereSubscriptionCommandInput,
26
24
  UpdateEksAnywhereSubscriptionCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateNodegroupConfigRequest,
4
- UpdateNodegroupConfigResponse,
5
- } from "../models/models_0";
2
+ import { UpdateNodegroupConfigRequest, UpdateNodegroupConfigResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateNodegroupConfigCommandInput
8
- extends UpdateNodegroupConfigRequest {}
4
+ export interface UpdateNodegroupConfigCommandInput extends UpdateNodegroupConfigRequest {}
9
5
  export interface UpdateNodegroupConfigCommandOutput
10
- extends UpdateNodegroupConfigResponse,
11
- __MetadataBearer {}
6
+ extends UpdateNodegroupConfigResponse, __MetadataBearer {}
12
7
  declare const UpdateNodegroupConfigCommand_base: {
13
8
  new (
14
- input: UpdateNodegroupConfigCommandInput
9
+ input: UpdateNodegroupConfigCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateNodegroupConfigCommandInput,
17
12
  UpdateNodegroupConfigCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateNodegroupConfigCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateNodegroupConfigCommandInput
18
+ input: UpdateNodegroupConfigCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateNodegroupConfigCommandInput,
26
21
  UpdateNodegroupConfigCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateNodegroupVersionRequest,
4
- UpdateNodegroupVersionResponse,
5
- } from "../models/models_0";
2
+ import { UpdateNodegroupVersionRequest, UpdateNodegroupVersionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateNodegroupVersionCommandInput
8
- extends UpdateNodegroupVersionRequest {}
4
+ export interface UpdateNodegroupVersionCommandInput extends UpdateNodegroupVersionRequest {}
9
5
  export interface UpdateNodegroupVersionCommandOutput
10
- extends UpdateNodegroupVersionResponse,
11
- __MetadataBearer {}
6
+ extends UpdateNodegroupVersionResponse, __MetadataBearer {}
12
7
  declare const UpdateNodegroupVersionCommand_base: {
13
8
  new (
14
- input: UpdateNodegroupVersionCommandInput
9
+ input: UpdateNodegroupVersionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateNodegroupVersionCommandInput,
17
12
  UpdateNodegroupVersionCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateNodegroupVersionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateNodegroupVersionCommandInput
18
+ input: UpdateNodegroupVersionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateNodegroupVersionCommandInput,
26
21
  UpdateNodegroupVersionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdatePodIdentityAssociationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdatePodIdentityAssociationCommandInput
8
- extends UpdatePodIdentityAssociationRequest {}
7
+ export interface UpdatePodIdentityAssociationCommandInput extends UpdatePodIdentityAssociationRequest {}
9
8
  export interface UpdatePodIdentityAssociationCommandOutput
10
- extends UpdatePodIdentityAssociationResponse,
11
- __MetadataBearer {}
9
+ extends UpdatePodIdentityAssociationResponse, __MetadataBearer {}
12
10
  declare const UpdatePodIdentityAssociationCommand_base: {
13
11
  new (
14
- input: UpdatePodIdentityAssociationCommandInput
12
+ input: UpdatePodIdentityAssociationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdatePodIdentityAssociationCommandInput,
17
15
  UpdatePodIdentityAssociationCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdatePodIdentityAssociationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdatePodIdentityAssociationCommandInput
21
+ input: UpdatePodIdentityAssociationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdatePodIdentityAssociationCommandInput,
26
24
  UpdatePodIdentityAssociationCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface EKSExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -3,14 +3,12 @@ export declare const AuthenticationMode: {
3
3
  readonly API_AND_CONFIG_MAP: "API_AND_CONFIG_MAP";
4
4
  readonly CONFIG_MAP: "CONFIG_MAP";
5
5
  };
6
- export type AuthenticationMode =
7
- (typeof AuthenticationMode)[keyof typeof AuthenticationMode];
6
+ export type AuthenticationMode = (typeof AuthenticationMode)[keyof typeof AuthenticationMode];
8
7
  export declare const AccessScopeType: {
9
8
  readonly cluster: "cluster";
10
9
  readonly namespace: "namespace";
11
10
  };
12
- export type AccessScopeType =
13
- (typeof AccessScopeType)[keyof typeof AccessScopeType];
11
+ export type AccessScopeType = (typeof AccessScopeType)[keyof typeof AccessScopeType];
14
12
  export declare const AddonIssueCode: {
15
13
  readonly ACCESS_DENIED: "AccessDenied";
16
14
  readonly ADDON_PERMISSION_FAILURE: "AddonPermissionFailure";
@@ -23,8 +21,7 @@ export declare const AddonIssueCode: {
23
21
  readonly K8S_RESOURCE_NOT_FOUND: "K8sResourceNotFound";
24
22
  readonly UNSUPPORTED_ADDON_MODIFICATION: "UnsupportedAddonModification";
25
23
  };
26
- export type AddonIssueCode =
27
- (typeof AddonIssueCode)[keyof typeof AddonIssueCode];
24
+ export type AddonIssueCode = (typeof AddonIssueCode)[keyof typeof AddonIssueCode];
28
25
  export declare const AddonStatus: {
29
26
  readonly ACTIVE: "ACTIVE";
30
27
  readonly CREATE_FAILED: "CREATE_FAILED";
@@ -66,8 +63,7 @@ export declare const SsoIdentityType: {
66
63
  readonly SSO_GROUP: "SSO_GROUP";
67
64
  readonly SSO_USER: "SSO_USER";
68
65
  };
69
- export type SsoIdentityType =
70
- (typeof SsoIdentityType)[keyof typeof SsoIdentityType];
66
+ export type SsoIdentityType = (typeof SsoIdentityType)[keyof typeof SsoIdentityType];
71
67
  export declare const ArgoCdRole: {
72
68
  readonly ADMIN: "ADMIN";
73
69
  readonly EDITOR: "EDITOR";
@@ -79,8 +75,7 @@ export declare const CancellationStatus: {
79
75
  readonly IN_PROGRESS: "InProgress";
80
76
  readonly SUCCESSFUL: "Successful";
81
77
  };
82
- export type CancellationStatus =
83
- (typeof CancellationStatus)[keyof typeof CancellationStatus];
78
+ export type CancellationStatus = (typeof CancellationStatus)[keyof typeof CancellationStatus];
84
79
  export declare const ErrorCode: {
85
80
  readonly ACCESS_DENIED: "AccessDenied";
86
81
  readonly ADMISSION_REQUEST_DENIED: "AdmissionRequestDenied";
@@ -154,8 +149,7 @@ export declare const UpdateParamType: {
154
149
  readonly WARM_POOL_STATE: "WarmPoolState";
155
150
  readonly ZONAL_SHIFT_CONFIG: "ZonalShiftConfig";
156
151
  };
157
- export type UpdateParamType =
158
- (typeof UpdateParamType)[keyof typeof UpdateParamType];
152
+ export type UpdateParamType = (typeof UpdateParamType)[keyof typeof UpdateParamType];
159
153
  export declare const UpdateStatus: {
160
154
  readonly CANCELLED: "Cancelled";
161
155
  readonly FAILED: "Failed";
@@ -191,8 +185,7 @@ export declare const ResolveConflicts: {
191
185
  readonly OVERWRITE: "OVERWRITE";
192
186
  readonly PRESERVE: "PRESERVE";
193
187
  };
194
- export type ResolveConflicts =
195
- (typeof ResolveConflicts)[keyof typeof ResolveConflicts];
188
+ export type ResolveConflicts = (typeof ResolveConflicts)[keyof typeof ResolveConflicts];
196
189
  export declare const CapabilityDeletePropagationPolicy: {
197
190
  readonly RETAIN: "RETAIN";
198
191
  };
@@ -203,14 +196,12 @@ export declare const CapabilityType: {
203
196
  readonly ARGOCD: "ARGOCD";
204
197
  readonly KRO: "KRO";
205
198
  };
206
- export type CapabilityType =
207
- (typeof CapabilityType)[keyof typeof CapabilityType];
199
+ export type CapabilityType = (typeof CapabilityType)[keyof typeof CapabilityType];
208
200
  export declare const CapabilityIssueCode: {
209
201
  readonly ACCESS_DENIED: "AccessDenied";
210
202
  readonly CLUSTER_UNREACHABLE: "ClusterUnreachable";
211
203
  };
212
- export type CapabilityIssueCode =
213
- (typeof CapabilityIssueCode)[keyof typeof CapabilityIssueCode];
204
+ export type CapabilityIssueCode = (typeof CapabilityIssueCode)[keyof typeof CapabilityIssueCode];
214
205
  export declare const CapabilityStatus: {
215
206
  readonly ACTIVE: "ACTIVE";
216
207
  readonly CREATE_FAILED: "CREATE_FAILED";
@@ -220,8 +211,7 @@ export declare const CapabilityStatus: {
220
211
  readonly DELETING: "DELETING";
221
212
  readonly UPDATING: "UPDATING";
222
213
  };
223
- export type CapabilityStatus =
224
- (typeof CapabilityStatus)[keyof typeof CapabilityStatus];
214
+ export type CapabilityStatus = (typeof CapabilityStatus)[keyof typeof CapabilityStatus];
225
215
  export declare const ProvisionedControlPlaneTier: {
226
216
  readonly STANDARD: "standard";
227
217
  readonly TIER_2XL: "tier-2xl";
@@ -282,8 +272,7 @@ export declare const ClusterIssueCode: {
282
272
  readonly UNSUPPORTED_VERSION: "UnsupportedVersion";
283
273
  readonly VPC_NOT_FOUND: "VpcNotFound";
284
274
  };
285
- export type ClusterIssueCode =
286
- (typeof ClusterIssueCode)[keyof typeof ClusterIssueCode];
275
+ export type ClusterIssueCode = (typeof ClusterIssueCode)[keyof typeof ClusterIssueCode];
287
276
  export declare const ClusterStatus: {
288
277
  readonly ACTIVE: "ACTIVE";
289
278
  readonly CREATING: "CREATING";
@@ -318,8 +307,7 @@ export declare const FargateProfileStatus: {
318
307
  readonly DELETE_FAILED: "DELETE_FAILED";
319
308
  readonly DELETING: "DELETING";
320
309
  };
321
- export type FargateProfileStatus =
322
- (typeof FargateProfileStatus)[keyof typeof FargateProfileStatus];
310
+ export type FargateProfileStatus = (typeof FargateProfileStatus)[keyof typeof FargateProfileStatus];
323
311
  export declare const CapacityTypes: {
324
312
  readonly CAPACITY_BLOCK: "CAPACITY_BLOCK";
325
313
  readonly ON_DEMAND: "ON_DEMAND";
@@ -388,8 +376,7 @@ export declare const NodegroupIssueCode: {
388
376
  readonly SOURCE_EC2_LAUNCH_TEMPLATE_NOT_FOUND: "SourceEc2LaunchTemplateNotFound";
389
377
  readonly UNKNOWN: "Unknown";
390
378
  };
391
- export type NodegroupIssueCode =
392
- (typeof NodegroupIssueCode)[keyof typeof NodegroupIssueCode];
379
+ export type NodegroupIssueCode = (typeof NodegroupIssueCode)[keyof typeof NodegroupIssueCode];
393
380
  export declare const NodegroupStatus: {
394
381
  readonly ACTIVE: "ACTIVE";
395
382
  readonly CREATE_FAILED: "CREATE_FAILED";
@@ -399,15 +386,13 @@ export declare const NodegroupStatus: {
399
386
  readonly DELETING: "DELETING";
400
387
  readonly UPDATING: "UPDATING";
401
388
  };
402
- export type NodegroupStatus =
403
- (typeof NodegroupStatus)[keyof typeof NodegroupStatus];
389
+ export type NodegroupStatus = (typeof NodegroupStatus)[keyof typeof NodegroupStatus];
404
390
  export declare const ClusterVersionStatus: {
405
391
  readonly extended_support: "extended-support";
406
392
  readonly standard_support: "standard-support";
407
393
  readonly unsupported: "unsupported";
408
394
  };
409
- export type ClusterVersionStatus =
410
- (typeof ClusterVersionStatus)[keyof typeof ClusterVersionStatus];
395
+ export type ClusterVersionStatus = (typeof ClusterVersionStatus)[keyof typeof ClusterVersionStatus];
411
396
  export declare const VersionStatus: {
412
397
  readonly EXTENDED_SUPPORT: "EXTENDED_SUPPORT";
413
398
  readonly STANDARD_SUPPORT: "STANDARD_SUPPORT";
@@ -432,8 +417,7 @@ export declare const InsightStatusValue: {
432
417
  readonly UNKNOWN: "UNKNOWN";
433
418
  readonly WARNING: "WARNING";
434
419
  };
435
- export type InsightStatusValue =
436
- (typeof InsightStatusValue)[keyof typeof InsightStatusValue];
420
+ export type InsightStatusValue = (typeof InsightStatusValue)[keyof typeof InsightStatusValue];
437
421
  export declare const InsightsRefreshStatus: {
438
422
  readonly COMPLETED: "COMPLETED";
439
423
  readonly FAILED: "FAILED";
@@ -3,9 +3,7 @@ import { EKSServiceException as __BaseException } from "./EKSServiceException";
3
3
  export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
5
5
  readonly $fault: "client";
6
- constructor(
7
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
- );
6
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
9
7
  }
10
8
  export declare class InvalidParameterException extends __BaseException {
11
9
  readonly name: "InvalidParameterException";
@@ -15,9 +13,7 @@ export declare class InvalidParameterException extends __BaseException {
15
13
  fargateProfileName?: string | undefined;
16
14
  addonName?: string | undefined;
17
15
  subscriptionId?: string | undefined;
18
- constructor(
19
- opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
20
- );
16
+ constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
21
17
  }
22
18
  export declare class InvalidRequestException extends __BaseException {
23
19
  readonly name: "InvalidRequestException";
@@ -26,9 +22,7 @@ export declare class InvalidRequestException extends __BaseException {
26
22
  nodegroupName?: string | undefined;
27
23
  addonName?: string | undefined;
28
24
  subscriptionId?: string | undefined;
29
- constructor(
30
- opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
31
- );
25
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
32
26
  }
33
27
  export declare class ResourceNotFoundException extends __BaseException {
34
28
  readonly name: "ResourceNotFoundException";
@@ -38,9 +32,7 @@ export declare class ResourceNotFoundException extends __BaseException {
38
32
  fargateProfileName?: string | undefined;
39
33
  addonName?: string | undefined;
40
34
  subscriptionId?: string | undefined;
41
- constructor(
42
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
43
- );
35
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
44
36
  }
45
37
  export declare class ServerException extends __BaseException {
46
38
  readonly name: "ServerException";
@@ -66,25 +58,19 @@ export declare class ResourceInUseException extends __BaseException {
66
58
  clusterName?: string | undefined;
67
59
  nodegroupName?: string | undefined;
68
60
  addonName?: string | undefined;
69
- constructor(
70
- opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
71
- );
61
+ constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
72
62
  }
73
63
  export declare class ThrottlingException extends __BaseException {
74
64
  readonly name: "ThrottlingException";
75
65
  readonly $fault: "client";
76
66
  clusterName?: string | undefined;
77
- constructor(
78
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
79
- );
67
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
80
68
  }
81
69
  export declare class InvalidStateException extends __BaseException {
82
70
  readonly name: "InvalidStateException";
83
71
  readonly $fault: "client";
84
72
  clusterName?: string | undefined;
85
- constructor(
86
- opts: __ExceptionOptionType<InvalidStateException, __BaseException>
87
- );
73
+ constructor(opts: __ExceptionOptionType<InvalidStateException, __BaseException>);
88
74
  }
89
75
  export declare class ResourceLimitExceededException extends __BaseException {
90
76
  readonly name: "ResourceLimitExceededException";
@@ -92,16 +78,12 @@ export declare class ResourceLimitExceededException extends __BaseException {
92
78
  clusterName?: string | undefined;
93
79
  nodegroupName?: string | undefined;
94
80
  subscriptionId?: string | undefined;
95
- constructor(
96
- opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
97
- );
81
+ constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
98
82
  }
99
83
  export declare class ServiceUnavailableException extends __BaseException {
100
84
  readonly name: "ServiceUnavailableException";
101
85
  readonly $fault: "server";
102
- constructor(
103
- opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
104
- );
86
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
105
87
  }
106
88
  export declare class UnsupportedAvailabilityZoneException extends __BaseException {
107
89
  readonly name: "UnsupportedAvailabilityZoneException";
@@ -109,19 +91,12 @@ export declare class UnsupportedAvailabilityZoneException extends __BaseExceptio
109
91
  clusterName?: string | undefined;
110
92
  nodegroupName?: string | undefined;
111
93
  validZones?: string[] | undefined;
112
- constructor(
113
- opts: __ExceptionOptionType<
114
- UnsupportedAvailabilityZoneException,
115
- __BaseException
116
- >
117
- );
94
+ constructor(opts: __ExceptionOptionType<UnsupportedAvailabilityZoneException, __BaseException>);
118
95
  }
119
96
  export declare class BadRequestException extends __BaseException {
120
97
  readonly name: "BadRequestException";
121
98
  readonly $fault: "client";
122
- constructor(
123
- opts: __ExceptionOptionType<BadRequestException, __BaseException>
124
- );
99
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
125
100
  }
126
101
  export declare class NotFoundException extends __BaseException {
127
102
  readonly name: "NotFoundException";
@@ -131,10 +106,5 @@ export declare class NotFoundException extends __BaseException {
131
106
  export declare class ResourcePropagationDelayException extends __BaseException {
132
107
  readonly name: "ResourcePropagationDelayException";
133
108
  readonly $fault: "client";
134
- constructor(
135
- opts: __ExceptionOptionType<
136
- ResourcePropagationDelayException,
137
- __BaseException
138
- >
139
- );
109
+ constructor(opts: __ExceptionOptionType<ResourcePropagationDelayException, __BaseException>);
140
110
  }
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListAddonsCommandInput,
4
- ListAddonsCommandOutput,
5
- } from "../commands/ListAddonsCommand";
2
+ import { ListAddonsCommandInput, ListAddonsCommandOutput } from "../commands/ListAddonsCommand";
6
3
  import { EKSPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListAddons: (
8
5
  config: EKSPaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListUpdatesCommandInput,
4
- ListUpdatesCommandOutput,
5
- } from "../commands/ListUpdatesCommand";
2
+ import { ListUpdatesCommandInput, ListUpdatesCommandOutput } from "../commands/ListUpdatesCommand";
6
3
  import { EKSPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListUpdates: (
8
5
  config: EKSPaginationConfiguration,
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
101
88
  signingRegion?: string;
102
89
  signerConstructor?: new (
103
90
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
92
  ) => import("@smithy/types").RequestSigner;
106
93
  };
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
18
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
19
19
  region: string | import("@smithy/types").Provider<string>;
20
- requestHandler:
21
- | RequestHandler
22
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
23
21
  retryMode: string | import("@smithy/types").Provider<string>;
24
22
  streamCollector: (
25
- stream:
26
- | import("stream").Readable
27
- | import("stream/web").ReadableStream
28
- | ReadableStream
29
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
30
24
  ) => Promise<Uint8Array>;
31
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
53
47
  logger: import("@smithy/types").Logger;
54
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- retryStrategy?:
57
- | import("@smithy/types").RetryStrategy
58
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
59
51
  endpoint?:
60
52
  | ((
61
53
  | string
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
77
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
78
70
  context?: {
79
71
  logger?: import("@smithy/types").Logger;
80
- }
72
+ },
81
73
  ) => import("@smithy/types").EndpointV2;
82
74
  tls?: boolean;
83
75
  serviceConfiguredEndpoint?: never;
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
89
81
  signer?:
90
82
  | import("@smithy/types").RequestSigner
91
83
  | ((
92
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
93
85
  ) => Promise<import("@smithy/types").RequestSigner>);
94
86
  signingEscapePath?: boolean;
95
87
  systemClockOffset?: number;
96
88
  signingRegion?: string;
97
89
  signerConstructor?: new (
98
90
  options: import("@smithy/signature-v4").SignatureV4Init &
99
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
100
92
  ) => import("@smithy/types").RequestSigner;
101
93
  };