@aws-sdk/client-eks 3.975.0 → 3.980.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 +97 -70
- package/dist-es/EKS.js +51 -1
- package/dist-types/EKS.d.ts +155 -1
- package/dist-types/ts3.4/EKS.d.ts +184 -1
- package/package.json +18 -18
package/dist-cjs/index.js
CHANGED
|
@@ -3351,76 +3351,6 @@ class UpdatePodIdentityAssociationCommand extends smithyClient.Command
|
|
|
3351
3351
|
.build() {
|
|
3352
3352
|
}
|
|
3353
3353
|
|
|
3354
|
-
const commands = {
|
|
3355
|
-
AssociateAccessPolicyCommand,
|
|
3356
|
-
AssociateEncryptionConfigCommand,
|
|
3357
|
-
AssociateIdentityProviderConfigCommand,
|
|
3358
|
-
CreateAccessEntryCommand,
|
|
3359
|
-
CreateAddonCommand,
|
|
3360
|
-
CreateCapabilityCommand,
|
|
3361
|
-
CreateClusterCommand,
|
|
3362
|
-
CreateEksAnywhereSubscriptionCommand,
|
|
3363
|
-
CreateFargateProfileCommand,
|
|
3364
|
-
CreateNodegroupCommand,
|
|
3365
|
-
CreatePodIdentityAssociationCommand,
|
|
3366
|
-
DeleteAccessEntryCommand,
|
|
3367
|
-
DeleteAddonCommand,
|
|
3368
|
-
DeleteCapabilityCommand,
|
|
3369
|
-
DeleteClusterCommand,
|
|
3370
|
-
DeleteEksAnywhereSubscriptionCommand,
|
|
3371
|
-
DeleteFargateProfileCommand,
|
|
3372
|
-
DeleteNodegroupCommand,
|
|
3373
|
-
DeletePodIdentityAssociationCommand,
|
|
3374
|
-
DeregisterClusterCommand,
|
|
3375
|
-
DescribeAccessEntryCommand,
|
|
3376
|
-
DescribeAddonCommand,
|
|
3377
|
-
DescribeAddonConfigurationCommand,
|
|
3378
|
-
DescribeAddonVersionsCommand,
|
|
3379
|
-
DescribeCapabilityCommand,
|
|
3380
|
-
DescribeClusterCommand,
|
|
3381
|
-
DescribeClusterVersionsCommand,
|
|
3382
|
-
DescribeEksAnywhereSubscriptionCommand,
|
|
3383
|
-
DescribeFargateProfileCommand,
|
|
3384
|
-
DescribeIdentityProviderConfigCommand,
|
|
3385
|
-
DescribeInsightCommand,
|
|
3386
|
-
DescribeInsightsRefreshCommand,
|
|
3387
|
-
DescribeNodegroupCommand,
|
|
3388
|
-
DescribePodIdentityAssociationCommand,
|
|
3389
|
-
DescribeUpdateCommand,
|
|
3390
|
-
DisassociateAccessPolicyCommand,
|
|
3391
|
-
DisassociateIdentityProviderConfigCommand,
|
|
3392
|
-
ListAccessEntriesCommand,
|
|
3393
|
-
ListAccessPoliciesCommand,
|
|
3394
|
-
ListAddonsCommand,
|
|
3395
|
-
ListAssociatedAccessPoliciesCommand,
|
|
3396
|
-
ListCapabilitiesCommand,
|
|
3397
|
-
ListClustersCommand,
|
|
3398
|
-
ListEksAnywhereSubscriptionsCommand,
|
|
3399
|
-
ListFargateProfilesCommand,
|
|
3400
|
-
ListIdentityProviderConfigsCommand,
|
|
3401
|
-
ListInsightsCommand,
|
|
3402
|
-
ListNodegroupsCommand,
|
|
3403
|
-
ListPodIdentityAssociationsCommand,
|
|
3404
|
-
ListTagsForResourceCommand,
|
|
3405
|
-
ListUpdatesCommand,
|
|
3406
|
-
RegisterClusterCommand,
|
|
3407
|
-
StartInsightsRefreshCommand,
|
|
3408
|
-
TagResourceCommand,
|
|
3409
|
-
UntagResourceCommand,
|
|
3410
|
-
UpdateAccessEntryCommand,
|
|
3411
|
-
UpdateAddonCommand,
|
|
3412
|
-
UpdateCapabilityCommand,
|
|
3413
|
-
UpdateClusterConfigCommand,
|
|
3414
|
-
UpdateClusterVersionCommand,
|
|
3415
|
-
UpdateEksAnywhereSubscriptionCommand,
|
|
3416
|
-
UpdateNodegroupConfigCommand,
|
|
3417
|
-
UpdateNodegroupVersionCommand,
|
|
3418
|
-
UpdatePodIdentityAssociationCommand,
|
|
3419
|
-
};
|
|
3420
|
-
class EKS extends EKSClient {
|
|
3421
|
-
}
|
|
3422
|
-
smithyClient.createAggregatedClient(commands, EKS);
|
|
3423
|
-
|
|
3424
3354
|
const paginateDescribeAddonVersions = core.createPaginator(EKSClient, DescribeAddonVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3425
3355
|
|
|
3426
3356
|
const paginateDescribeClusterVersions = core.createPaginator(EKSClient, DescribeClusterVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -3775,6 +3705,103 @@ const waitUntilNodegroupDeleted = async (params, input) => {
|
|
|
3775
3705
|
return utilWaiter.checkExceptions(result);
|
|
3776
3706
|
};
|
|
3777
3707
|
|
|
3708
|
+
const commands = {
|
|
3709
|
+
AssociateAccessPolicyCommand,
|
|
3710
|
+
AssociateEncryptionConfigCommand,
|
|
3711
|
+
AssociateIdentityProviderConfigCommand,
|
|
3712
|
+
CreateAccessEntryCommand,
|
|
3713
|
+
CreateAddonCommand,
|
|
3714
|
+
CreateCapabilityCommand,
|
|
3715
|
+
CreateClusterCommand,
|
|
3716
|
+
CreateEksAnywhereSubscriptionCommand,
|
|
3717
|
+
CreateFargateProfileCommand,
|
|
3718
|
+
CreateNodegroupCommand,
|
|
3719
|
+
CreatePodIdentityAssociationCommand,
|
|
3720
|
+
DeleteAccessEntryCommand,
|
|
3721
|
+
DeleteAddonCommand,
|
|
3722
|
+
DeleteCapabilityCommand,
|
|
3723
|
+
DeleteClusterCommand,
|
|
3724
|
+
DeleteEksAnywhereSubscriptionCommand,
|
|
3725
|
+
DeleteFargateProfileCommand,
|
|
3726
|
+
DeleteNodegroupCommand,
|
|
3727
|
+
DeletePodIdentityAssociationCommand,
|
|
3728
|
+
DeregisterClusterCommand,
|
|
3729
|
+
DescribeAccessEntryCommand,
|
|
3730
|
+
DescribeAddonCommand,
|
|
3731
|
+
DescribeAddonConfigurationCommand,
|
|
3732
|
+
DescribeAddonVersionsCommand,
|
|
3733
|
+
DescribeCapabilityCommand,
|
|
3734
|
+
DescribeClusterCommand,
|
|
3735
|
+
DescribeClusterVersionsCommand,
|
|
3736
|
+
DescribeEksAnywhereSubscriptionCommand,
|
|
3737
|
+
DescribeFargateProfileCommand,
|
|
3738
|
+
DescribeIdentityProviderConfigCommand,
|
|
3739
|
+
DescribeInsightCommand,
|
|
3740
|
+
DescribeInsightsRefreshCommand,
|
|
3741
|
+
DescribeNodegroupCommand,
|
|
3742
|
+
DescribePodIdentityAssociationCommand,
|
|
3743
|
+
DescribeUpdateCommand,
|
|
3744
|
+
DisassociateAccessPolicyCommand,
|
|
3745
|
+
DisassociateIdentityProviderConfigCommand,
|
|
3746
|
+
ListAccessEntriesCommand,
|
|
3747
|
+
ListAccessPoliciesCommand,
|
|
3748
|
+
ListAddonsCommand,
|
|
3749
|
+
ListAssociatedAccessPoliciesCommand,
|
|
3750
|
+
ListCapabilitiesCommand,
|
|
3751
|
+
ListClustersCommand,
|
|
3752
|
+
ListEksAnywhereSubscriptionsCommand,
|
|
3753
|
+
ListFargateProfilesCommand,
|
|
3754
|
+
ListIdentityProviderConfigsCommand,
|
|
3755
|
+
ListInsightsCommand,
|
|
3756
|
+
ListNodegroupsCommand,
|
|
3757
|
+
ListPodIdentityAssociationsCommand,
|
|
3758
|
+
ListTagsForResourceCommand,
|
|
3759
|
+
ListUpdatesCommand,
|
|
3760
|
+
RegisterClusterCommand,
|
|
3761
|
+
StartInsightsRefreshCommand,
|
|
3762
|
+
TagResourceCommand,
|
|
3763
|
+
UntagResourceCommand,
|
|
3764
|
+
UpdateAccessEntryCommand,
|
|
3765
|
+
UpdateAddonCommand,
|
|
3766
|
+
UpdateCapabilityCommand,
|
|
3767
|
+
UpdateClusterConfigCommand,
|
|
3768
|
+
UpdateClusterVersionCommand,
|
|
3769
|
+
UpdateEksAnywhereSubscriptionCommand,
|
|
3770
|
+
UpdateNodegroupConfigCommand,
|
|
3771
|
+
UpdateNodegroupVersionCommand,
|
|
3772
|
+
UpdatePodIdentityAssociationCommand,
|
|
3773
|
+
};
|
|
3774
|
+
const paginators = {
|
|
3775
|
+
paginateDescribeAddonVersions,
|
|
3776
|
+
paginateDescribeClusterVersions,
|
|
3777
|
+
paginateListAccessEntries,
|
|
3778
|
+
paginateListAccessPolicies,
|
|
3779
|
+
paginateListAddons,
|
|
3780
|
+
paginateListAssociatedAccessPolicies,
|
|
3781
|
+
paginateListCapabilities,
|
|
3782
|
+
paginateListClusters,
|
|
3783
|
+
paginateListEksAnywhereSubscriptions,
|
|
3784
|
+
paginateListFargateProfiles,
|
|
3785
|
+
paginateListIdentityProviderConfigs,
|
|
3786
|
+
paginateListInsights,
|
|
3787
|
+
paginateListNodegroups,
|
|
3788
|
+
paginateListPodIdentityAssociations,
|
|
3789
|
+
paginateListUpdates,
|
|
3790
|
+
};
|
|
3791
|
+
const waiters = {
|
|
3792
|
+
waitUntilAddonActive,
|
|
3793
|
+
waitUntilAddonDeleted,
|
|
3794
|
+
waitUntilClusterActive,
|
|
3795
|
+
waitUntilClusterDeleted,
|
|
3796
|
+
waitUntilFargateProfileActive,
|
|
3797
|
+
waitUntilFargateProfileDeleted,
|
|
3798
|
+
waitUntilNodegroupActive,
|
|
3799
|
+
waitUntilNodegroupDeleted,
|
|
3800
|
+
};
|
|
3801
|
+
class EKS extends EKSClient {
|
|
3802
|
+
}
|
|
3803
|
+
smithyClient.createAggregatedClient(commands, EKS, { paginators, waiters });
|
|
3804
|
+
|
|
3778
3805
|
const AuthenticationMode = {
|
|
3779
3806
|
API: "API",
|
|
3780
3807
|
API_AND_CONFIG_MAP: "API_AND_CONFIG_MAP",
|
package/dist-es/EKS.js
CHANGED
|
@@ -64,6 +64,29 @@ import { UpdateNodegroupConfigCommand, } from "./commands/UpdateNodegroupConfigC
|
|
|
64
64
|
import { UpdateNodegroupVersionCommand, } from "./commands/UpdateNodegroupVersionCommand";
|
|
65
65
|
import { UpdatePodIdentityAssociationCommand, } from "./commands/UpdatePodIdentityAssociationCommand";
|
|
66
66
|
import { EKSClient } from "./EKSClient";
|
|
67
|
+
import { paginateDescribeAddonVersions } from "./pagination/DescribeAddonVersionsPaginator";
|
|
68
|
+
import { paginateDescribeClusterVersions } from "./pagination/DescribeClusterVersionsPaginator";
|
|
69
|
+
import { paginateListAccessEntries } from "./pagination/ListAccessEntriesPaginator";
|
|
70
|
+
import { paginateListAccessPolicies } from "./pagination/ListAccessPoliciesPaginator";
|
|
71
|
+
import { paginateListAddons } from "./pagination/ListAddonsPaginator";
|
|
72
|
+
import { paginateListAssociatedAccessPolicies } from "./pagination/ListAssociatedAccessPoliciesPaginator";
|
|
73
|
+
import { paginateListCapabilities } from "./pagination/ListCapabilitiesPaginator";
|
|
74
|
+
import { paginateListClusters } from "./pagination/ListClustersPaginator";
|
|
75
|
+
import { paginateListEksAnywhereSubscriptions } from "./pagination/ListEksAnywhereSubscriptionsPaginator";
|
|
76
|
+
import { paginateListFargateProfiles } from "./pagination/ListFargateProfilesPaginator";
|
|
77
|
+
import { paginateListIdentityProviderConfigs } from "./pagination/ListIdentityProviderConfigsPaginator";
|
|
78
|
+
import { paginateListInsights } from "./pagination/ListInsightsPaginator";
|
|
79
|
+
import { paginateListNodegroups } from "./pagination/ListNodegroupsPaginator";
|
|
80
|
+
import { paginateListPodIdentityAssociations } from "./pagination/ListPodIdentityAssociationsPaginator";
|
|
81
|
+
import { paginateListUpdates } from "./pagination/ListUpdatesPaginator";
|
|
82
|
+
import { waitUntilAddonActive } from "./waiters/waitForAddonActive";
|
|
83
|
+
import { waitUntilAddonDeleted } from "./waiters/waitForAddonDeleted";
|
|
84
|
+
import { waitUntilClusterActive } from "./waiters/waitForClusterActive";
|
|
85
|
+
import { waitUntilClusterDeleted } from "./waiters/waitForClusterDeleted";
|
|
86
|
+
import { waitUntilFargateProfileActive } from "./waiters/waitForFargateProfileActive";
|
|
87
|
+
import { waitUntilFargateProfileDeleted } from "./waiters/waitForFargateProfileDeleted";
|
|
88
|
+
import { waitUntilNodegroupActive } from "./waiters/waitForNodegroupActive";
|
|
89
|
+
import { waitUntilNodegroupDeleted } from "./waiters/waitForNodegroupDeleted";
|
|
67
90
|
const commands = {
|
|
68
91
|
AssociateAccessPolicyCommand,
|
|
69
92
|
AssociateEncryptionConfigCommand,
|
|
@@ -130,6 +153,33 @@ const commands = {
|
|
|
130
153
|
UpdateNodegroupVersionCommand,
|
|
131
154
|
UpdatePodIdentityAssociationCommand,
|
|
132
155
|
};
|
|
156
|
+
const paginators = {
|
|
157
|
+
paginateDescribeAddonVersions,
|
|
158
|
+
paginateDescribeClusterVersions,
|
|
159
|
+
paginateListAccessEntries,
|
|
160
|
+
paginateListAccessPolicies,
|
|
161
|
+
paginateListAddons,
|
|
162
|
+
paginateListAssociatedAccessPolicies,
|
|
163
|
+
paginateListCapabilities,
|
|
164
|
+
paginateListClusters,
|
|
165
|
+
paginateListEksAnywhereSubscriptions,
|
|
166
|
+
paginateListFargateProfiles,
|
|
167
|
+
paginateListIdentityProviderConfigs,
|
|
168
|
+
paginateListInsights,
|
|
169
|
+
paginateListNodegroups,
|
|
170
|
+
paginateListPodIdentityAssociations,
|
|
171
|
+
paginateListUpdates,
|
|
172
|
+
};
|
|
173
|
+
const waiters = {
|
|
174
|
+
waitUntilAddonActive,
|
|
175
|
+
waitUntilAddonDeleted,
|
|
176
|
+
waitUntilClusterActive,
|
|
177
|
+
waitUntilClusterDeleted,
|
|
178
|
+
waitUntilFargateProfileActive,
|
|
179
|
+
waitUntilFargateProfileDeleted,
|
|
180
|
+
waitUntilNodegroupActive,
|
|
181
|
+
waitUntilNodegroupDeleted,
|
|
182
|
+
};
|
|
133
183
|
export class EKS extends EKSClient {
|
|
134
184
|
}
|
|
135
|
-
createAggregatedClient(commands, EKS);
|
|
185
|
+
createAggregatedClient(commands, EKS, { paginators, waiters });
|
package/dist-types/EKS.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput } from "./commands/AssociateAccessPolicyCommand";
|
|
3
4
|
import { AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput } from "./commands/AssociateEncryptionConfigCommand";
|
|
4
5
|
import { AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput } from "./commands/AssociateIdentityProviderConfigCommand";
|
|
@@ -454,6 +455,159 @@ export interface EKS {
|
|
|
454
455
|
updatePodIdentityAssociation(args: UpdatePodIdentityAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePodIdentityAssociationCommandOutput>;
|
|
455
456
|
updatePodIdentityAssociation(args: UpdatePodIdentityAssociationCommandInput, cb: (err: any, data?: UpdatePodIdentityAssociationCommandOutput) => void): void;
|
|
456
457
|
updatePodIdentityAssociation(args: UpdatePodIdentityAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePodIdentityAssociationCommandOutput) => void): void;
|
|
458
|
+
/**
|
|
459
|
+
* @see {@link DescribeAddonVersionsCommand}
|
|
460
|
+
* @param args - command input.
|
|
461
|
+
* @param paginationConfig - optional pagination config.
|
|
462
|
+
* @returns AsyncIterable of {@link DescribeAddonVersionsCommandOutput}.
|
|
463
|
+
*/
|
|
464
|
+
paginateDescribeAddonVersions(args?: DescribeAddonVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeAddonVersionsCommandOutput>;
|
|
465
|
+
/**
|
|
466
|
+
* @see {@link DescribeClusterVersionsCommand}
|
|
467
|
+
* @param args - command input.
|
|
468
|
+
* @param paginationConfig - optional pagination config.
|
|
469
|
+
* @returns AsyncIterable of {@link DescribeClusterVersionsCommandOutput}.
|
|
470
|
+
*/
|
|
471
|
+
paginateDescribeClusterVersions(args?: DescribeClusterVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeClusterVersionsCommandOutput>;
|
|
472
|
+
/**
|
|
473
|
+
* @see {@link ListAccessEntriesCommand}
|
|
474
|
+
* @param args - command input.
|
|
475
|
+
* @param paginationConfig - optional pagination config.
|
|
476
|
+
* @returns AsyncIterable of {@link ListAccessEntriesCommandOutput}.
|
|
477
|
+
*/
|
|
478
|
+
paginateListAccessEntries(args: ListAccessEntriesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccessEntriesCommandOutput>;
|
|
479
|
+
/**
|
|
480
|
+
* @see {@link ListAccessPoliciesCommand}
|
|
481
|
+
* @param args - command input.
|
|
482
|
+
* @param paginationConfig - optional pagination config.
|
|
483
|
+
* @returns AsyncIterable of {@link ListAccessPoliciesCommandOutput}.
|
|
484
|
+
*/
|
|
485
|
+
paginateListAccessPolicies(args?: ListAccessPoliciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccessPoliciesCommandOutput>;
|
|
486
|
+
/**
|
|
487
|
+
* @see {@link ListAddonsCommand}
|
|
488
|
+
* @param args - command input.
|
|
489
|
+
* @param paginationConfig - optional pagination config.
|
|
490
|
+
* @returns AsyncIterable of {@link ListAddonsCommandOutput}.
|
|
491
|
+
*/
|
|
492
|
+
paginateListAddons(args: ListAddonsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAddonsCommandOutput>;
|
|
493
|
+
/**
|
|
494
|
+
* @see {@link ListAssociatedAccessPoliciesCommand}
|
|
495
|
+
* @param args - command input.
|
|
496
|
+
* @param paginationConfig - optional pagination config.
|
|
497
|
+
* @returns AsyncIterable of {@link ListAssociatedAccessPoliciesCommandOutput}.
|
|
498
|
+
*/
|
|
499
|
+
paginateListAssociatedAccessPolicies(args: ListAssociatedAccessPoliciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssociatedAccessPoliciesCommandOutput>;
|
|
500
|
+
/**
|
|
501
|
+
* @see {@link ListCapabilitiesCommand}
|
|
502
|
+
* @param args - command input.
|
|
503
|
+
* @param paginationConfig - optional pagination config.
|
|
504
|
+
* @returns AsyncIterable of {@link ListCapabilitiesCommandOutput}.
|
|
505
|
+
*/
|
|
506
|
+
paginateListCapabilities(args: ListCapabilitiesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCapabilitiesCommandOutput>;
|
|
507
|
+
/**
|
|
508
|
+
* @see {@link ListClustersCommand}
|
|
509
|
+
* @param args - command input.
|
|
510
|
+
* @param paginationConfig - optional pagination config.
|
|
511
|
+
* @returns AsyncIterable of {@link ListClustersCommandOutput}.
|
|
512
|
+
*/
|
|
513
|
+
paginateListClusters(args?: ListClustersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListClustersCommandOutput>;
|
|
514
|
+
/**
|
|
515
|
+
* @see {@link ListEksAnywhereSubscriptionsCommand}
|
|
516
|
+
* @param args - command input.
|
|
517
|
+
* @param paginationConfig - optional pagination config.
|
|
518
|
+
* @returns AsyncIterable of {@link ListEksAnywhereSubscriptionsCommandOutput}.
|
|
519
|
+
*/
|
|
520
|
+
paginateListEksAnywhereSubscriptions(args?: ListEksAnywhereSubscriptionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEksAnywhereSubscriptionsCommandOutput>;
|
|
521
|
+
/**
|
|
522
|
+
* @see {@link ListFargateProfilesCommand}
|
|
523
|
+
* @param args - command input.
|
|
524
|
+
* @param paginationConfig - optional pagination config.
|
|
525
|
+
* @returns AsyncIterable of {@link ListFargateProfilesCommandOutput}.
|
|
526
|
+
*/
|
|
527
|
+
paginateListFargateProfiles(args: ListFargateProfilesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFargateProfilesCommandOutput>;
|
|
528
|
+
/**
|
|
529
|
+
* @see {@link ListIdentityProviderConfigsCommand}
|
|
530
|
+
* @param args - command input.
|
|
531
|
+
* @param paginationConfig - optional pagination config.
|
|
532
|
+
* @returns AsyncIterable of {@link ListIdentityProviderConfigsCommandOutput}.
|
|
533
|
+
*/
|
|
534
|
+
paginateListIdentityProviderConfigs(args: ListIdentityProviderConfigsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListIdentityProviderConfigsCommandOutput>;
|
|
535
|
+
/**
|
|
536
|
+
* @see {@link ListInsightsCommand}
|
|
537
|
+
* @param args - command input.
|
|
538
|
+
* @param paginationConfig - optional pagination config.
|
|
539
|
+
* @returns AsyncIterable of {@link ListInsightsCommandOutput}.
|
|
540
|
+
*/
|
|
541
|
+
paginateListInsights(args: ListInsightsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListInsightsCommandOutput>;
|
|
542
|
+
/**
|
|
543
|
+
* @see {@link ListNodegroupsCommand}
|
|
544
|
+
* @param args - command input.
|
|
545
|
+
* @param paginationConfig - optional pagination config.
|
|
546
|
+
* @returns AsyncIterable of {@link ListNodegroupsCommandOutput}.
|
|
547
|
+
*/
|
|
548
|
+
paginateListNodegroups(args: ListNodegroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListNodegroupsCommandOutput>;
|
|
549
|
+
/**
|
|
550
|
+
* @see {@link ListPodIdentityAssociationsCommand}
|
|
551
|
+
* @param args - command input.
|
|
552
|
+
* @param paginationConfig - optional pagination config.
|
|
553
|
+
* @returns AsyncIterable of {@link ListPodIdentityAssociationsCommandOutput}.
|
|
554
|
+
*/
|
|
555
|
+
paginateListPodIdentityAssociations(args: ListPodIdentityAssociationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPodIdentityAssociationsCommandOutput>;
|
|
556
|
+
/**
|
|
557
|
+
* @see {@link ListUpdatesCommand}
|
|
558
|
+
* @param args - command input.
|
|
559
|
+
* @param paginationConfig - optional pagination config.
|
|
560
|
+
* @returns AsyncIterable of {@link ListUpdatesCommandOutput}.
|
|
561
|
+
*/
|
|
562
|
+
paginateListUpdates(args: ListUpdatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUpdatesCommandOutput>;
|
|
563
|
+
/**
|
|
564
|
+
* @see {@link DescribeAddonCommand}
|
|
565
|
+
* @param args - command input.
|
|
566
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
567
|
+
*/
|
|
568
|
+
waitUntilAddonActive(args: DescribeAddonCommandInput, waiterConfig: number | Omit<WaiterConfiguration<EKS>, "client">): Promise<WaiterResult>;
|
|
569
|
+
/**
|
|
570
|
+
* @see {@link DescribeAddonCommand}
|
|
571
|
+
* @param args - command input.
|
|
572
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
573
|
+
*/
|
|
574
|
+
waitUntilAddonDeleted(args: DescribeAddonCommandInput, waiterConfig: number | Omit<WaiterConfiguration<EKS>, "client">): Promise<WaiterResult>;
|
|
575
|
+
/**
|
|
576
|
+
* @see {@link DescribeClusterCommand}
|
|
577
|
+
* @param args - command input.
|
|
578
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
579
|
+
*/
|
|
580
|
+
waitUntilClusterActive(args: DescribeClusterCommandInput, waiterConfig: number | Omit<WaiterConfiguration<EKS>, "client">): Promise<WaiterResult>;
|
|
581
|
+
/**
|
|
582
|
+
* @see {@link DescribeClusterCommand}
|
|
583
|
+
* @param args - command input.
|
|
584
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
585
|
+
*/
|
|
586
|
+
waitUntilClusterDeleted(args: DescribeClusterCommandInput, waiterConfig: number | Omit<WaiterConfiguration<EKS>, "client">): Promise<WaiterResult>;
|
|
587
|
+
/**
|
|
588
|
+
* @see {@link DescribeFargateProfileCommand}
|
|
589
|
+
* @param args - command input.
|
|
590
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
591
|
+
*/
|
|
592
|
+
waitUntilFargateProfileActive(args: DescribeFargateProfileCommandInput, waiterConfig: number | Omit<WaiterConfiguration<EKS>, "client">): Promise<WaiterResult>;
|
|
593
|
+
/**
|
|
594
|
+
* @see {@link DescribeFargateProfileCommand}
|
|
595
|
+
* @param args - command input.
|
|
596
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
597
|
+
*/
|
|
598
|
+
waitUntilFargateProfileDeleted(args: DescribeFargateProfileCommandInput, waiterConfig: number | Omit<WaiterConfiguration<EKS>, "client">): Promise<WaiterResult>;
|
|
599
|
+
/**
|
|
600
|
+
* @see {@link DescribeNodegroupCommand}
|
|
601
|
+
* @param args - command input.
|
|
602
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
603
|
+
*/
|
|
604
|
+
waitUntilNodegroupActive(args: DescribeNodegroupCommandInput, waiterConfig: number | Omit<WaiterConfiguration<EKS>, "client">): Promise<WaiterResult>;
|
|
605
|
+
/**
|
|
606
|
+
* @see {@link DescribeNodegroupCommand}
|
|
607
|
+
* @param args - command input.
|
|
608
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
609
|
+
*/
|
|
610
|
+
waitUntilNodegroupDeleted(args: DescribeNodegroupCommandInput, waiterConfig: number | Omit<WaiterConfiguration<EKS>, "client">): Promise<WaiterResult>;
|
|
457
611
|
}
|
|
458
612
|
/**
|
|
459
613
|
* <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
AssociateAccessPolicyCommandInput,
|
|
4
10
|
AssociateAccessPolicyCommandOutput,
|
|
@@ -1100,5 +1106,182 @@ export interface EKS {
|
|
|
1100
1106
|
options: __HttpHandlerOptions,
|
|
1101
1107
|
cb: (err: any, data?: UpdatePodIdentityAssociationCommandOutput) => void
|
|
1102
1108
|
): void;
|
|
1109
|
+
paginateDescribeAddonVersions(
|
|
1110
|
+
args?: DescribeAddonVersionsCommandInput,
|
|
1111
|
+
paginationConfig?: Pick<
|
|
1112
|
+
PaginationConfiguration,
|
|
1113
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1114
|
+
>
|
|
1115
|
+
): Paginator<DescribeAddonVersionsCommandOutput>;
|
|
1116
|
+
paginateDescribeClusterVersions(
|
|
1117
|
+
args?: DescribeClusterVersionsCommandInput,
|
|
1118
|
+
paginationConfig?: Pick<
|
|
1119
|
+
PaginationConfiguration,
|
|
1120
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1121
|
+
>
|
|
1122
|
+
): Paginator<DescribeClusterVersionsCommandOutput>;
|
|
1123
|
+
paginateListAccessEntries(
|
|
1124
|
+
args: ListAccessEntriesCommandInput,
|
|
1125
|
+
paginationConfig?: Pick<
|
|
1126
|
+
PaginationConfiguration,
|
|
1127
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1128
|
+
>
|
|
1129
|
+
): Paginator<ListAccessEntriesCommandOutput>;
|
|
1130
|
+
paginateListAccessPolicies(
|
|
1131
|
+
args?: ListAccessPoliciesCommandInput,
|
|
1132
|
+
paginationConfig?: Pick<
|
|
1133
|
+
PaginationConfiguration,
|
|
1134
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1135
|
+
>
|
|
1136
|
+
): Paginator<ListAccessPoliciesCommandOutput>;
|
|
1137
|
+
paginateListAddons(
|
|
1138
|
+
args: ListAddonsCommandInput,
|
|
1139
|
+
paginationConfig?: Pick<
|
|
1140
|
+
PaginationConfiguration,
|
|
1141
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1142
|
+
>
|
|
1143
|
+
): Paginator<ListAddonsCommandOutput>;
|
|
1144
|
+
paginateListAssociatedAccessPolicies(
|
|
1145
|
+
args: ListAssociatedAccessPoliciesCommandInput,
|
|
1146
|
+
paginationConfig?: Pick<
|
|
1147
|
+
PaginationConfiguration,
|
|
1148
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1149
|
+
>
|
|
1150
|
+
): Paginator<ListAssociatedAccessPoliciesCommandOutput>;
|
|
1151
|
+
paginateListCapabilities(
|
|
1152
|
+
args: ListCapabilitiesCommandInput,
|
|
1153
|
+
paginationConfig?: Pick<
|
|
1154
|
+
PaginationConfiguration,
|
|
1155
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1156
|
+
>
|
|
1157
|
+
): Paginator<ListCapabilitiesCommandOutput>;
|
|
1158
|
+
paginateListClusters(
|
|
1159
|
+
args?: ListClustersCommandInput,
|
|
1160
|
+
paginationConfig?: Pick<
|
|
1161
|
+
PaginationConfiguration,
|
|
1162
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1163
|
+
>
|
|
1164
|
+
): Paginator<ListClustersCommandOutput>;
|
|
1165
|
+
paginateListEksAnywhereSubscriptions(
|
|
1166
|
+
args?: ListEksAnywhereSubscriptionsCommandInput,
|
|
1167
|
+
paginationConfig?: Pick<
|
|
1168
|
+
PaginationConfiguration,
|
|
1169
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1170
|
+
>
|
|
1171
|
+
): Paginator<ListEksAnywhereSubscriptionsCommandOutput>;
|
|
1172
|
+
paginateListFargateProfiles(
|
|
1173
|
+
args: ListFargateProfilesCommandInput,
|
|
1174
|
+
paginationConfig?: Pick<
|
|
1175
|
+
PaginationConfiguration,
|
|
1176
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1177
|
+
>
|
|
1178
|
+
): Paginator<ListFargateProfilesCommandOutput>;
|
|
1179
|
+
paginateListIdentityProviderConfigs(
|
|
1180
|
+
args: ListIdentityProviderConfigsCommandInput,
|
|
1181
|
+
paginationConfig?: Pick<
|
|
1182
|
+
PaginationConfiguration,
|
|
1183
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1184
|
+
>
|
|
1185
|
+
): Paginator<ListIdentityProviderConfigsCommandOutput>;
|
|
1186
|
+
paginateListInsights(
|
|
1187
|
+
args: ListInsightsCommandInput,
|
|
1188
|
+
paginationConfig?: Pick<
|
|
1189
|
+
PaginationConfiguration,
|
|
1190
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1191
|
+
>
|
|
1192
|
+
): Paginator<ListInsightsCommandOutput>;
|
|
1193
|
+
paginateListNodegroups(
|
|
1194
|
+
args: ListNodegroupsCommandInput,
|
|
1195
|
+
paginationConfig?: Pick<
|
|
1196
|
+
PaginationConfiguration,
|
|
1197
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1198
|
+
>
|
|
1199
|
+
): Paginator<ListNodegroupsCommandOutput>;
|
|
1200
|
+
paginateListPodIdentityAssociations(
|
|
1201
|
+
args: ListPodIdentityAssociationsCommandInput,
|
|
1202
|
+
paginationConfig?: Pick<
|
|
1203
|
+
PaginationConfiguration,
|
|
1204
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1205
|
+
>
|
|
1206
|
+
): Paginator<ListPodIdentityAssociationsCommandOutput>;
|
|
1207
|
+
paginateListUpdates(
|
|
1208
|
+
args: ListUpdatesCommandInput,
|
|
1209
|
+
paginationConfig?: Pick<
|
|
1210
|
+
PaginationConfiguration,
|
|
1211
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1212
|
+
>
|
|
1213
|
+
): Paginator<ListUpdatesCommandOutput>;
|
|
1214
|
+
waitUntilAddonActive(
|
|
1215
|
+
args: DescribeAddonCommandInput,
|
|
1216
|
+
waiterConfig:
|
|
1217
|
+
| number
|
|
1218
|
+
| Pick<
|
|
1219
|
+
WaiterConfiguration<EKS>,
|
|
1220
|
+
Exclude<keyof WaiterConfiguration<EKS>, "client">
|
|
1221
|
+
>
|
|
1222
|
+
): Promise<WaiterResult>;
|
|
1223
|
+
waitUntilAddonDeleted(
|
|
1224
|
+
args: DescribeAddonCommandInput,
|
|
1225
|
+
waiterConfig:
|
|
1226
|
+
| number
|
|
1227
|
+
| Pick<
|
|
1228
|
+
WaiterConfiguration<EKS>,
|
|
1229
|
+
Exclude<keyof WaiterConfiguration<EKS>, "client">
|
|
1230
|
+
>
|
|
1231
|
+
): Promise<WaiterResult>;
|
|
1232
|
+
waitUntilClusterActive(
|
|
1233
|
+
args: DescribeClusterCommandInput,
|
|
1234
|
+
waiterConfig:
|
|
1235
|
+
| number
|
|
1236
|
+
| Pick<
|
|
1237
|
+
WaiterConfiguration<EKS>,
|
|
1238
|
+
Exclude<keyof WaiterConfiguration<EKS>, "client">
|
|
1239
|
+
>
|
|
1240
|
+
): Promise<WaiterResult>;
|
|
1241
|
+
waitUntilClusterDeleted(
|
|
1242
|
+
args: DescribeClusterCommandInput,
|
|
1243
|
+
waiterConfig:
|
|
1244
|
+
| number
|
|
1245
|
+
| Pick<
|
|
1246
|
+
WaiterConfiguration<EKS>,
|
|
1247
|
+
Exclude<keyof WaiterConfiguration<EKS>, "client">
|
|
1248
|
+
>
|
|
1249
|
+
): Promise<WaiterResult>;
|
|
1250
|
+
waitUntilFargateProfileActive(
|
|
1251
|
+
args: DescribeFargateProfileCommandInput,
|
|
1252
|
+
waiterConfig:
|
|
1253
|
+
| number
|
|
1254
|
+
| Pick<
|
|
1255
|
+
WaiterConfiguration<EKS>,
|
|
1256
|
+
Exclude<keyof WaiterConfiguration<EKS>, "client">
|
|
1257
|
+
>
|
|
1258
|
+
): Promise<WaiterResult>;
|
|
1259
|
+
waitUntilFargateProfileDeleted(
|
|
1260
|
+
args: DescribeFargateProfileCommandInput,
|
|
1261
|
+
waiterConfig:
|
|
1262
|
+
| number
|
|
1263
|
+
| Pick<
|
|
1264
|
+
WaiterConfiguration<EKS>,
|
|
1265
|
+
Exclude<keyof WaiterConfiguration<EKS>, "client">
|
|
1266
|
+
>
|
|
1267
|
+
): Promise<WaiterResult>;
|
|
1268
|
+
waitUntilNodegroupActive(
|
|
1269
|
+
args: DescribeNodegroupCommandInput,
|
|
1270
|
+
waiterConfig:
|
|
1271
|
+
| number
|
|
1272
|
+
| Pick<
|
|
1273
|
+
WaiterConfiguration<EKS>,
|
|
1274
|
+
Exclude<keyof WaiterConfiguration<EKS>, "client">
|
|
1275
|
+
>
|
|
1276
|
+
): Promise<WaiterResult>;
|
|
1277
|
+
waitUntilNodegroupDeleted(
|
|
1278
|
+
args: DescribeNodegroupCommandInput,
|
|
1279
|
+
waiterConfig:
|
|
1280
|
+
| number
|
|
1281
|
+
| Pick<
|
|
1282
|
+
WaiterConfiguration<EKS>,
|
|
1283
|
+
Exclude<keyof WaiterConfiguration<EKS>, "client">
|
|
1284
|
+
>
|
|
1285
|
+
): Promise<WaiterResult>;
|
|
1103
1286
|
}
|
|
1104
1287
|
export declare class EKS extends EKSClient implements EKS {}
|
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.980.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-eks",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.5",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|