@aws-sdk/client-eks 3.477.0 → 3.481.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/README.md +16 -0
- package/dist-cjs/EKS.js +4 -0
- package/dist-cjs/commands/AssociateAccessPolicyCommand.js +18 -41
- package/dist-cjs/commands/AssociateEncryptionConfigCommand.js +18 -41
- package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +18 -41
- package/dist-cjs/commands/CreateAccessEntryCommand.js +18 -41
- package/dist-cjs/commands/CreateAddonCommand.js +18 -41
- package/dist-cjs/commands/CreateClusterCommand.js +18 -41
- package/dist-cjs/commands/CreateEksAnywhereSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/CreateFargateProfileCommand.js +18 -41
- package/dist-cjs/commands/CreateNodegroupCommand.js +18 -41
- package/dist-cjs/commands/CreatePodIdentityAssociationCommand.js +18 -41
- package/dist-cjs/commands/DeleteAccessEntryCommand.js +18 -41
- package/dist-cjs/commands/DeleteAddonCommand.js +18 -41
- package/dist-cjs/commands/DeleteClusterCommand.js +18 -41
- package/dist-cjs/commands/DeleteEksAnywhereSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/DeleteFargateProfileCommand.js +18 -41
- package/dist-cjs/commands/DeleteNodegroupCommand.js +18 -41
- package/dist-cjs/commands/DeletePodIdentityAssociationCommand.js +18 -41
- package/dist-cjs/commands/DeregisterClusterCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccessEntryCommand.js +18 -41
- package/dist-cjs/commands/DescribeAddonCommand.js +18 -41
- package/dist-cjs/commands/DescribeAddonConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeAddonVersionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeClusterCommand.js +18 -41
- package/dist-cjs/commands/DescribeEksAnywhereSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/DescribeFargateProfileCommand.js +18 -41
- package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +18 -41
- package/dist-cjs/commands/DescribeInsightCommand.js +28 -0
- package/dist-cjs/commands/DescribeNodegroupCommand.js +18 -41
- package/dist-cjs/commands/DescribePodIdentityAssociationCommand.js +18 -41
- package/dist-cjs/commands/DescribeUpdateCommand.js +18 -41
- package/dist-cjs/commands/DisassociateAccessPolicyCommand.js +18 -41
- package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +18 -41
- package/dist-cjs/commands/ListAccessEntriesCommand.js +18 -41
- package/dist-cjs/commands/ListAccessPoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListAddonsCommand.js +18 -41
- package/dist-cjs/commands/ListAssociatedAccessPoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListClustersCommand.js +18 -41
- package/dist-cjs/commands/ListEksAnywhereSubscriptionsCommand.js +18 -41
- package/dist-cjs/commands/ListFargateProfilesCommand.js +18 -41
- package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListInsightsCommand.js +28 -0
- package/dist-cjs/commands/ListNodegroupsCommand.js +18 -41
- package/dist-cjs/commands/ListPodIdentityAssociationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListUpdatesCommand.js +18 -41
- package/dist-cjs/commands/RegisterClusterCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAccessEntryCommand.js +18 -41
- package/dist-cjs/commands/UpdateAddonCommand.js +18 -41
- package/dist-cjs/commands/UpdateClusterConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateClusterVersionCommand.js +18 -41
- package/dist-cjs/commands/UpdateEksAnywhereSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +18 -41
- package/dist-cjs/commands/UpdatePodIdentityAssociationCommand.js +18 -41
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/models/models_0.js +10 -1
- package/dist-cjs/pagination/DescribeAddonVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAccessEntriesPaginator.js +2 -24
- package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +2 -24
- package/dist-cjs/pagination/ListAddonsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAssociatedAccessPoliciesPaginator.js +2 -24
- package/dist-cjs/pagination/ListClustersPaginator.js +2 -24
- package/dist-cjs/pagination/ListEksAnywhereSubscriptionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFargateProfilesPaginator.js +2 -24
- package/dist-cjs/pagination/ListIdentityProviderConfigsPaginator.js +2 -24
- package/dist-cjs/pagination/ListInsightsPaginator.js +7 -0
- package/dist-cjs/pagination/ListNodegroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPodIdentityAssociationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListUpdatesPaginator.js +2 -24
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +250 -134
- package/dist-es/EKS.js +4 -0
- package/dist-es/commands/AssociateAccessPolicyCommand.js +18 -41
- package/dist-es/commands/AssociateEncryptionConfigCommand.js +18 -41
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +18 -41
- package/dist-es/commands/CreateAccessEntryCommand.js +18 -41
- package/dist-es/commands/CreateAddonCommand.js +18 -41
- package/dist-es/commands/CreateClusterCommand.js +18 -41
- package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +18 -41
- package/dist-es/commands/CreateFargateProfileCommand.js +18 -41
- package/dist-es/commands/CreateNodegroupCommand.js +18 -41
- package/dist-es/commands/CreatePodIdentityAssociationCommand.js +18 -41
- package/dist-es/commands/DeleteAccessEntryCommand.js +18 -41
- package/dist-es/commands/DeleteAddonCommand.js +18 -41
- package/dist-es/commands/DeleteClusterCommand.js +18 -41
- package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +18 -41
- package/dist-es/commands/DeleteFargateProfileCommand.js +18 -41
- package/dist-es/commands/DeleteNodegroupCommand.js +18 -41
- package/dist-es/commands/DeletePodIdentityAssociationCommand.js +18 -41
- package/dist-es/commands/DeregisterClusterCommand.js +18 -41
- package/dist-es/commands/DescribeAccessEntryCommand.js +18 -41
- package/dist-es/commands/DescribeAddonCommand.js +18 -41
- package/dist-es/commands/DescribeAddonConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeAddonVersionsCommand.js +18 -41
- package/dist-es/commands/DescribeClusterCommand.js +18 -41
- package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +18 -41
- package/dist-es/commands/DescribeFargateProfileCommand.js +18 -41
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +18 -41
- package/dist-es/commands/DescribeInsightCommand.js +24 -0
- package/dist-es/commands/DescribeNodegroupCommand.js +18 -41
- package/dist-es/commands/DescribePodIdentityAssociationCommand.js +18 -41
- package/dist-es/commands/DescribeUpdateCommand.js +18 -41
- package/dist-es/commands/DisassociateAccessPolicyCommand.js +18 -41
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +18 -41
- package/dist-es/commands/ListAccessEntriesCommand.js +18 -41
- package/dist-es/commands/ListAccessPoliciesCommand.js +18 -41
- package/dist-es/commands/ListAddonsCommand.js +18 -41
- package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +18 -41
- package/dist-es/commands/ListClustersCommand.js +18 -41
- package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +18 -41
- package/dist-es/commands/ListFargateProfilesCommand.js +18 -41
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js +18 -41
- package/dist-es/commands/ListInsightsCommand.js +24 -0
- package/dist-es/commands/ListNodegroupsCommand.js +18 -41
- package/dist-es/commands/ListPodIdentityAssociationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListUpdatesCommand.js +18 -41
- package/dist-es/commands/RegisterClusterCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAccessEntryCommand.js +18 -41
- package/dist-es/commands/UpdateAddonCommand.js +18 -41
- package/dist-es/commands/UpdateClusterConfigCommand.js +18 -41
- package/dist-es/commands/UpdateClusterVersionCommand.js +18 -41
- package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +18 -41
- package/dist-es/commands/UpdateNodegroupConfigCommand.js +18 -41
- package/dist-es/commands/UpdateNodegroupVersionCommand.js +18 -41
- package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +18 -41
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/pagination/DescribeAddonVersionsPaginator.js +2 -23
- package/dist-es/pagination/ListAccessEntriesPaginator.js +2 -23
- package/dist-es/pagination/ListAccessPoliciesPaginator.js +2 -23
- package/dist-es/pagination/ListAddonsPaginator.js +2 -23
- package/dist-es/pagination/ListAssociatedAccessPoliciesPaginator.js +2 -23
- package/dist-es/pagination/ListClustersPaginator.js +2 -23
- package/dist-es/pagination/ListEksAnywhereSubscriptionsPaginator.js +2 -23
- package/dist-es/pagination/ListFargateProfilesPaginator.js +2 -23
- package/dist-es/pagination/ListIdentityProviderConfigsPaginator.js +2 -23
- package/dist-es/pagination/ListInsightsPaginator.js +4 -0
- package/dist-es/pagination/ListNodegroupsPaginator.js +2 -23
- package/dist-es/pagination/ListPodIdentityAssociationsPaginator.js +2 -23
- package/dist-es/pagination/ListUpdatesPaginator.js +2 -23
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +244 -132
- package/dist-types/EKS.d.ts +14 -0
- package/dist-types/EKSClient.d.ts +4 -2
- package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +6 -21
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +6 -21
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +6 -21
- package/dist-types/commands/CreateAccessEntryCommand.d.ts +6 -21
- package/dist-types/commands/CreateAddonCommand.d.ts +6 -21
- package/dist-types/commands/CreateClusterCommand.d.ts +6 -21
- package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +6 -21
- package/dist-types/commands/CreateNodegroupCommand.d.ts +6 -21
- package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAccessEntryCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAddonCommand.d.ts +6 -21
- package/dist-types/commands/DeleteClusterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +6 -21
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +6 -21
- package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterClusterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccessEntryCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAddonCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeClusterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +6 -21
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +6 -21
- package/dist-types/commands/DescribeInsightCommand.d.ts +118 -0
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +6 -21
- package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeUpdateCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +6 -21
- package/dist-types/commands/ListAccessEntriesCommand.d.ts +6 -21
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListAddonsCommand.d.ts +6 -21
- package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListClustersCommand.d.ts +6 -21
- package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +6 -21
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +6 -21
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListInsightsCommand.d.ts +102 -0
- package/dist-types/commands/ListNodegroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListUpdatesCommand.d.ts +6 -21
- package/dist-types/commands/RegisterClusterCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAccessEntryCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAddonCommand.d.ts +6 -21
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +6 -21
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +359 -5
- package/dist-types/pagination/DescribeAddonVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccessEntriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAddonsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEksAnywhereSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFargateProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIdentityProviderConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInsightsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListNodegroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPodIdentityAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUpdatesPaginator.d.ts +1 -1
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/EKS.d.ts +34 -0
- package/dist-types/ts3.4/EKSClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +82 -0
- package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAccessEntriesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEksAnywhereSubscriptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInsightsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPodIdentityAssociationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +11 -11
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdatePodIdentityAssociationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EKSClient";
|
|
29
|
-
const commandName = "UpdatePodIdentityAssociationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSWesleyFrontend",
|
|
38
|
-
operation: "UpdatePodIdentityAssociation",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UpdatePodIdentityAssociationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdatePodIdentityAssociationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdatePodIdentityAssociationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSWesleyFrontend", "UpdatePodIdentityAssociation", {})
|
|
22
|
+
.n("EKSClient", "UpdatePodIdentityAssociationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdatePodIdentityAssociationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdatePodIdentityAssociationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdatePodIdentityAssociationCommand = UpdatePodIdentityAssociationCommand;
|
|
@@ -27,6 +27,7 @@ tslib_1.__exportStar(require("./DescribeClusterCommand"), exports);
|
|
|
27
27
|
tslib_1.__exportStar(require("./DescribeEksAnywhereSubscriptionCommand"), exports);
|
|
28
28
|
tslib_1.__exportStar(require("./DescribeFargateProfileCommand"), exports);
|
|
29
29
|
tslib_1.__exportStar(require("./DescribeIdentityProviderConfigCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./DescribeInsightCommand"), exports);
|
|
30
31
|
tslib_1.__exportStar(require("./DescribeNodegroupCommand"), exports);
|
|
31
32
|
tslib_1.__exportStar(require("./DescribePodIdentityAssociationCommand"), exports);
|
|
32
33
|
tslib_1.__exportStar(require("./DescribeUpdateCommand"), exports);
|
|
@@ -40,6 +41,7 @@ tslib_1.__exportStar(require("./ListClustersCommand"), exports);
|
|
|
40
41
|
tslib_1.__exportStar(require("./ListEksAnywhereSubscriptionsCommand"), exports);
|
|
41
42
|
tslib_1.__exportStar(require("./ListFargateProfilesCommand"), exports);
|
|
42
43
|
tslib_1.__exportStar(require("./ListIdentityProviderConfigsCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./ListInsightsCommand"), exports);
|
|
43
45
|
tslib_1.__exportStar(require("./ListNodegroupsCommand"), exports);
|
|
44
46
|
tslib_1.__exportStar(require("./ListPodIdentityAssociationsCommand"), exports);
|
|
45
47
|
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.resolveClientEndpointParameters = void 0;
|
|
3
|
+
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
4
|
const resolveClientEndpointParameters = (options) => {
|
|
5
5
|
return {
|
|
6
6
|
...options,
|
|
@@ -10,3 +10,9 @@ const resolveClientEndpointParameters = (options) => {
|
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
+
exports.commonParams = {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ResourcePropagationDelayException = exports.ConnectorConfigProvider = exports.NotFoundException = exports.BadRequestException = exports.EksAnywhereSubscriptionStatus = exports.ConfigStatus = exports.NodegroupStatus = exports.NodegroupIssueCode = exports.TaintEffect = exports.CapacityTypes = exports.FargateProfileStatus = exports.EksAnywhereSubscriptionTermUnit = exports.EksAnywhereSubscriptionLicenseType = exports.UnsupportedAvailabilityZoneException = exports.ServiceUnavailableException = exports.ClusterStatus = exports.ClusterIssueCode = exports.LogType = exports.IpFamily = exports.ResolveConflicts = exports.ResourceLimitExceededException = exports.ResourceInUseException = exports.ClientException = exports.UpdateType = exports.UpdateStatus = exports.UpdateParamType = exports.ErrorCode = exports.ServerException = exports.ResourceNotFoundException = exports.InvalidRequestException = exports.InvalidParameterException = exports.AMITypes = exports.AddonStatus = exports.AddonIssueCode = exports.AccessScopeType = exports.AccessDeniedException = exports.AuthenticationMode = void 0;
|
|
3
|
+
exports.ResourcePropagationDelayException = exports.ConnectorConfigProvider = exports.NotFoundException = exports.BadRequestException = exports.EksAnywhereSubscriptionStatus = exports.InsightStatusValue = exports.Category = exports.ConfigStatus = exports.NodegroupStatus = exports.NodegroupIssueCode = exports.TaintEffect = exports.CapacityTypes = exports.FargateProfileStatus = exports.EksAnywhereSubscriptionTermUnit = exports.EksAnywhereSubscriptionLicenseType = exports.UnsupportedAvailabilityZoneException = exports.ServiceUnavailableException = exports.ClusterStatus = exports.ClusterIssueCode = exports.LogType = exports.IpFamily = exports.ResolveConflicts = exports.ResourceLimitExceededException = exports.ResourceInUseException = exports.ClientException = exports.UpdateType = exports.UpdateStatus = exports.UpdateParamType = exports.ErrorCode = exports.ServerException = exports.ResourceNotFoundException = exports.InvalidRequestException = exports.InvalidParameterException = exports.AMITypes = exports.AddonStatus = exports.AddonIssueCode = exports.AccessScopeType = exports.AccessDeniedException = exports.AuthenticationMode = void 0;
|
|
4
4
|
const EKSServiceException_1 = require("./EKSServiceException");
|
|
5
5
|
exports.AuthenticationMode = {
|
|
6
6
|
API: "API",
|
|
@@ -388,6 +388,15 @@ exports.ConfigStatus = {
|
|
|
388
388
|
CREATING: "CREATING",
|
|
389
389
|
DELETING: "DELETING",
|
|
390
390
|
};
|
|
391
|
+
exports.Category = {
|
|
392
|
+
UPGRADE_READINESS: "UPGRADE_READINESS",
|
|
393
|
+
};
|
|
394
|
+
exports.InsightStatusValue = {
|
|
395
|
+
ERROR: "ERROR",
|
|
396
|
+
PASSING: "PASSING",
|
|
397
|
+
UNKNOWN: "UNKNOWN",
|
|
398
|
+
WARNING: "WARNING",
|
|
399
|
+
};
|
|
391
400
|
exports.EksAnywhereSubscriptionStatus = {
|
|
392
401
|
ACTIVE: "ACTIVE",
|
|
393
402
|
CREATING: "CREATING",
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateDescribeAddonVersions = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const DescribeAddonVersionsCommand_1 = require("../commands/DescribeAddonVersionsCommand");
|
|
5
6
|
const EKSClient_1 = require("../EKSClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new DescribeAddonVersionsCommand_1.DescribeAddonVersionsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateDescribeAddonVersions(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof EKSClient_1.EKSClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected EKS | EKSClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateDescribeAddonVersions = paginateDescribeAddonVersions;
|
|
7
|
+
exports.paginateDescribeAddonVersions = (0, core_1.createPaginator)(EKSClient_1.EKSClient, DescribeAddonVersionsCommand_1.DescribeAddonVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListAccessEntries = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListAccessEntriesCommand_1 = require("../commands/ListAccessEntriesCommand");
|
|
5
6
|
const EKSClient_1 = require("../EKSClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListAccessEntriesCommand_1.ListAccessEntriesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListAccessEntries(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof EKSClient_1.EKSClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected EKS | EKSClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListAccessEntries = paginateListAccessEntries;
|
|
7
|
+
exports.paginateListAccessEntries = (0, core_1.createPaginator)(EKSClient_1.EKSClient, ListAccessEntriesCommand_1.ListAccessEntriesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListAccessPolicies = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListAccessPoliciesCommand_1 = require("../commands/ListAccessPoliciesCommand");
|
|
5
6
|
const EKSClient_1 = require("../EKSClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListAccessPoliciesCommand_1.ListAccessPoliciesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListAccessPolicies(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof EKSClient_1.EKSClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected EKS | EKSClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListAccessPolicies = paginateListAccessPolicies;
|
|
7
|
+
exports.paginateListAccessPolicies = (0, core_1.createPaginator)(EKSClient_1.EKSClient, ListAccessPoliciesCommand_1.ListAccessPoliciesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListAddons = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListAddonsCommand_1 = require("../commands/ListAddonsCommand");
|
|
5
6
|
const EKSClient_1 = require("../EKSClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListAddonsCommand_1.ListAddonsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListAddons(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof EKSClient_1.EKSClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected EKS | EKSClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListAddons = paginateListAddons;
|
|
7
|
+
exports.paginateListAddons = (0, core_1.createPaginator)(EKSClient_1.EKSClient, ListAddonsCommand_1.ListAddonsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListAssociatedAccessPolicies = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListAssociatedAccessPoliciesCommand_1 = require("../commands/ListAssociatedAccessPoliciesCommand");
|
|
5
6
|
const EKSClient_1 = require("../EKSClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListAssociatedAccessPoliciesCommand_1.ListAssociatedAccessPoliciesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListAssociatedAccessPolicies(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof EKSClient_1.EKSClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected EKS | EKSClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListAssociatedAccessPolicies = paginateListAssociatedAccessPolicies;
|
|
7
|
+
exports.paginateListAssociatedAccessPolicies = (0, core_1.createPaginator)(EKSClient_1.EKSClient, ListAssociatedAccessPoliciesCommand_1.ListAssociatedAccessPoliciesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListClusters = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListClustersCommand_1 = require("../commands/ListClustersCommand");
|
|
5
6
|
const EKSClient_1 = require("../EKSClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListClustersCommand_1.ListClustersCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListClusters(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof EKSClient_1.EKSClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected EKS | EKSClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListClusters = paginateListClusters;
|
|
7
|
+
exports.paginateListClusters = (0, core_1.createPaginator)(EKSClient_1.EKSClient, ListClustersCommand_1.ListClustersCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListEksAnywhereSubscriptions = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListEksAnywhereSubscriptionsCommand_1 = require("../commands/ListEksAnywhereSubscriptionsCommand");
|
|
5
6
|
const EKSClient_1 = require("../EKSClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListEksAnywhereSubscriptionsCommand_1.ListEksAnywhereSubscriptionsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListEksAnywhereSubscriptions(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof EKSClient_1.EKSClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected EKS | EKSClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListEksAnywhereSubscriptions = paginateListEksAnywhereSubscriptions;
|
|
7
|
+
exports.paginateListEksAnywhereSubscriptions = (0, core_1.createPaginator)(EKSClient_1.EKSClient, ListEksAnywhereSubscriptionsCommand_1.ListEksAnywhereSubscriptionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListFargateProfiles = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListFargateProfilesCommand_1 = require("../commands/ListFargateProfilesCommand");
|
|
5
6
|
const EKSClient_1 = require("../EKSClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListFargateProfilesCommand_1.ListFargateProfilesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListFargateProfiles(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof EKSClient_1.EKSClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected EKS | EKSClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListFargateProfiles = paginateListFargateProfiles;
|
|
7
|
+
exports.paginateListFargateProfiles = (0, core_1.createPaginator)(EKSClient_1.EKSClient, ListFargateProfilesCommand_1.ListFargateProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListIdentityProviderConfigs = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListIdentityProviderConfigsCommand_1 = require("../commands/ListIdentityProviderConfigsCommand");
|
|
5
6
|
const EKSClient_1 = require("../EKSClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListIdentityProviderConfigsCommand_1.ListIdentityProviderConfigsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListIdentityProviderConfigs(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof EKSClient_1.EKSClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected EKS | EKSClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListIdentityProviderConfigs = paginateListIdentityProviderConfigs;
|
|
7
|
+
exports.paginateListIdentityProviderConfigs = (0, core_1.createPaginator)(EKSClient_1.EKSClient, ListIdentityProviderConfigsCommand_1.ListIdentityProviderConfigsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListInsights = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ListInsightsCommand_1 = require("../commands/ListInsightsCommand");
|
|
6
|
+
const EKSClient_1 = require("../EKSClient");
|
|
7
|
+
exports.paginateListInsights = (0, core_1.createPaginator)(EKSClient_1.EKSClient, ListInsightsCommand_1.ListInsightsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListNodegroups = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListNodegroupsCommand_1 = require("../commands/ListNodegroupsCommand");
|
|
5
6
|
const EKSClient_1 = require("../EKSClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListNodegroupsCommand_1.ListNodegroupsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListNodegroups(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof EKSClient_1.EKSClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected EKS | EKSClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListNodegroups = paginateListNodegroups;
|
|
7
|
+
exports.paginateListNodegroups = (0, core_1.createPaginator)(EKSClient_1.EKSClient, ListNodegroupsCommand_1.ListNodegroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListPodIdentityAssociations = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListPodIdentityAssociationsCommand_1 = require("../commands/ListPodIdentityAssociationsCommand");
|
|
5
6
|
const EKSClient_1 = require("../EKSClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListPodIdentityAssociationsCommand_1.ListPodIdentityAssociationsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListPodIdentityAssociations(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof EKSClient_1.EKSClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected EKS | EKSClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListPodIdentityAssociations = paginateListPodIdentityAssociations;
|
|
7
|
+
exports.paginateListPodIdentityAssociations = (0, core_1.createPaginator)(EKSClient_1.EKSClient, ListPodIdentityAssociationsCommand_1.ListPodIdentityAssociationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListUpdates = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListUpdatesCommand_1 = require("../commands/ListUpdatesCommand");
|
|
5
6
|
const EKSClient_1 = require("../EKSClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListUpdatesCommand_1.ListUpdatesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListUpdates(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof EKSClient_1.EKSClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected EKS | EKSClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListUpdates = paginateListUpdates;
|
|
7
|
+
exports.paginateListUpdates = (0, core_1.createPaginator)(EKSClient_1.EKSClient, ListUpdatesCommand_1.ListUpdatesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -11,6 +11,7 @@ tslib_1.__exportStar(require("./ListClustersPaginator"), exports);
|
|
|
11
11
|
tslib_1.__exportStar(require("./ListEksAnywhereSubscriptionsPaginator"), exports);
|
|
12
12
|
tslib_1.__exportStar(require("./ListFargateProfilesPaginator"), exports);
|
|
13
13
|
tslib_1.__exportStar(require("./ListIdentityProviderConfigsPaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListInsightsPaginator"), exports);
|
|
14
15
|
tslib_1.__exportStar(require("./ListNodegroupsPaginator"), exports);
|
|
15
16
|
tslib_1.__exportStar(require("./ListPodIdentityAssociationsPaginator"), exports);
|
|
16
17
|
tslib_1.__exportStar(require("./ListUpdatesPaginator"), exports);
|