@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
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
4
|
import { AssociateAccessPolicyRequest, AssociateAccessPolicyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AssociateAccessPolicyCommandInput extends AssociateAccessPolicy
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AssociateAccessPolicyCommandOutput extends AssociateAccessPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AssociateAccessPolicyCommand_base: {
|
|
24
|
+
new (input: AssociateAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Associates an access policy and its scope to an access entry. For more information
|
|
@@ -89,23 +92,5 @@ export interface AssociateAccessPolicyCommandOutput extends AssociateAccessPolic
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class AssociateAccessPolicyCommand extends
|
|
93
|
-
readonly input: AssociateAccessPolicyCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: AssociateAccessPolicyCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class AssociateAccessPolicyCommand extends AssociateAccessPolicyCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
4
|
import { AssociateEncryptionConfigRequest, AssociateEncryptionConfigResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AssociateEncryptionConfigCommandInput extends AssociateEncrypti
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AssociateEncryptionConfigCommandOutput extends AssociateEncryptionConfigResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AssociateEncryptionConfigCommand_base: {
|
|
24
|
+
new (input: AssociateEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Associates an encryption configuration to an existing cluster.</p>
|
|
@@ -109,23 +112,5 @@ export interface AssociateEncryptionConfigCommandOutput extends AssociateEncrypt
|
|
|
109
112
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
110
113
|
*
|
|
111
114
|
*/
|
|
112
|
-
export declare class AssociateEncryptionConfigCommand extends
|
|
113
|
-
readonly input: AssociateEncryptionConfigCommandInput;
|
|
114
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
115
|
-
/**
|
|
116
|
-
* @public
|
|
117
|
-
*/
|
|
118
|
-
constructor(input: AssociateEncryptionConfigCommandInput);
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput>;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private serialize;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private deserialize;
|
|
115
|
+
export declare class AssociateEncryptionConfigCommand extends AssociateEncryptionConfigCommand_base {
|
|
131
116
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
4
|
import { AssociateIdentityProviderConfigRequest, AssociateIdentityProviderConfigResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AssociateIdentityProviderConfigCommandInput extends AssociateId
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AssociateIdentityProviderConfigCommandOutput extends AssociateIdentityProviderConfigResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AssociateIdentityProviderConfigCommand_base: {
|
|
24
|
+
new (input: AssociateIdentityProviderConfigCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Associates an identity provider configuration to a cluster.</p>
|
|
@@ -121,23 +124,5 @@ export interface AssociateIdentityProviderConfigCommandOutput extends AssociateI
|
|
|
121
124
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
122
125
|
*
|
|
123
126
|
*/
|
|
124
|
-
export declare class AssociateIdentityProviderConfigCommand extends
|
|
125
|
-
readonly input: AssociateIdentityProviderConfigCommandInput;
|
|
126
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
127
|
-
/**
|
|
128
|
-
* @public
|
|
129
|
-
*/
|
|
130
|
-
constructor(input: AssociateIdentityProviderConfigCommandInput);
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput>;
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
private serialize;
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
private deserialize;
|
|
127
|
+
export declare class AssociateIdentityProviderConfigCommand extends AssociateIdentityProviderConfigCommand_base {
|
|
143
128
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
4
|
import { CreateAccessEntryRequest, CreateAccessEntryResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateAccessEntryCommandInput extends CreateAccessEntryRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateAccessEntryCommandOutput extends CreateAccessEntryResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateAccessEntryCommand_base: {
|
|
24
|
+
new (input: CreateAccessEntryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an access entry.</p>
|
|
@@ -109,23 +112,5 @@ export interface CreateAccessEntryCommandOutput extends CreateAccessEntryRespons
|
|
|
109
112
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
110
113
|
*
|
|
111
114
|
*/
|
|
112
|
-
export declare class CreateAccessEntryCommand extends
|
|
113
|
-
readonly input: CreateAccessEntryCommandInput;
|
|
114
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
115
|
-
/**
|
|
116
|
-
* @public
|
|
117
|
-
*/
|
|
118
|
-
constructor(input: CreateAccessEntryCommandInput);
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput>;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private serialize;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private deserialize;
|
|
115
|
+
export declare class CreateAccessEntryCommand extends CreateAccessEntryCommand_base {
|
|
131
116
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
4
|
import { CreateAddonRequest, CreateAddonResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateAddonCommandInput extends CreateAddonRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateAddonCommandOutput extends CreateAddonResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateAddonCommand_base: {
|
|
24
|
+
new (input: CreateAddonCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAddonCommandInput, CreateAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an Amazon EKS add-on.</p>
|
|
@@ -117,23 +120,5 @@ export interface CreateAddonCommandOutput extends CreateAddonResponse, __Metadat
|
|
|
117
120
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
118
121
|
*
|
|
119
122
|
*/
|
|
120
|
-
export declare class CreateAddonCommand extends
|
|
121
|
-
readonly input: CreateAddonCommandInput;
|
|
122
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
123
|
-
/**
|
|
124
|
-
* @public
|
|
125
|
-
*/
|
|
126
|
-
constructor(input: CreateAddonCommandInput);
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAddonCommandInput, CreateAddonCommandOutput>;
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
private serialize;
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
private deserialize;
|
|
123
|
+
export declare class CreateAddonCommand extends CreateAddonCommand_base {
|
|
139
124
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
4
|
import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateClusterCommandInput extends CreateClusterRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateClusterCommand_base: {
|
|
24
|
+
new (input: CreateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an Amazon EKS control plane.</p>
|
|
@@ -283,23 +286,5 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
|
|
|
283
286
|
* ```
|
|
284
287
|
*
|
|
285
288
|
*/
|
|
286
|
-
export declare class CreateClusterCommand extends
|
|
287
|
-
readonly input: CreateClusterCommandInput;
|
|
288
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
289
|
-
/**
|
|
290
|
-
* @public
|
|
291
|
-
*/
|
|
292
|
-
constructor(input: CreateClusterCommandInput);
|
|
293
|
-
/**
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
|
|
297
|
-
/**
|
|
298
|
-
* @internal
|
|
299
|
-
*/
|
|
300
|
-
private serialize;
|
|
301
|
-
/**
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
|
-
private deserialize;
|
|
289
|
+
export declare class CreateClusterCommand extends CreateClusterCommand_base {
|
|
305
290
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
4
|
import { CreateEksAnywhereSubscriptionRequest, CreateEksAnywhereSubscriptionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateEksAnywhereSubscriptionCommandInput extends CreateEksAnyw
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateEksAnywhereSubscriptionCommandOutput extends CreateEksAnywhereSubscriptionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateEksAnywhereSubscriptionCommand_base: {
|
|
24
|
+
new (input: CreateEksAnywhereSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an EKS Anywhere subscription. When a subscription is created, it is a contract
|
|
@@ -103,23 +106,5 @@ export interface CreateEksAnywhereSubscriptionCommandOutput extends CreateEksAny
|
|
|
103
106
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
104
107
|
*
|
|
105
108
|
*/
|
|
106
|
-
export declare class CreateEksAnywhereSubscriptionCommand extends
|
|
107
|
-
readonly input: CreateEksAnywhereSubscriptionCommandInput;
|
|
108
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
109
|
-
/**
|
|
110
|
-
* @public
|
|
111
|
-
*/
|
|
112
|
-
constructor(input: CreateEksAnywhereSubscriptionCommandInput);
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput>;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private serialize;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private deserialize;
|
|
109
|
+
export declare class CreateEksAnywhereSubscriptionCommand extends CreateEksAnywhereSubscriptionCommand_base {
|
|
125
110
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
4
|
import { CreateFargateProfileRequest, CreateFargateProfileResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateFargateProfileCommandInput extends CreateFargateProfileRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateFargateProfileCommandOutput extends CreateFargateProfileResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateFargateProfileCommand_base: {
|
|
24
|
+
new (input: CreateFargateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an Fargate profile for your Amazon EKS cluster. You
|
|
@@ -140,23 +143,5 @@ export interface CreateFargateProfileCommandOutput extends CreateFargateProfileR
|
|
|
140
143
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
141
144
|
*
|
|
142
145
|
*/
|
|
143
|
-
export declare class CreateFargateProfileCommand extends
|
|
144
|
-
readonly input: CreateFargateProfileCommandInput;
|
|
145
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
146
|
-
/**
|
|
147
|
-
* @public
|
|
148
|
-
*/
|
|
149
|
-
constructor(input: CreateFargateProfileCommandInput);
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput>;
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
private serialize;
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
|
-
private deserialize;
|
|
146
|
+
export declare class CreateFargateProfileCommand extends CreateFargateProfileCommand_base {
|
|
162
147
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
4
|
import { CreateNodegroupRequest, CreateNodegroupResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateNodegroupCommandInput extends CreateNodegroupRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateNodegroupCommand_base: {
|
|
24
|
+
new (input: CreateNodegroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNodegroupCommandInput, CreateNodegroupCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a managed node group for an Amazon EKS cluster.</p>
|
|
@@ -205,23 +208,5 @@ export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, _
|
|
|
205
208
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
206
209
|
*
|
|
207
210
|
*/
|
|
208
|
-
export declare class CreateNodegroupCommand extends
|
|
209
|
-
readonly input: CreateNodegroupCommandInput;
|
|
210
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
211
|
-
/**
|
|
212
|
-
* @public
|
|
213
|
-
*/
|
|
214
|
-
constructor(input: CreateNodegroupCommandInput);
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNodegroupCommandInput, CreateNodegroupCommandOutput>;
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
|
-
private serialize;
|
|
223
|
-
/**
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
226
|
-
private deserialize;
|
|
211
|
+
export declare class CreateNodegroupCommand extends CreateNodegroupCommand_base {
|
|
227
212
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
4
|
import { CreatePodIdentityAssociationRequest, CreatePodIdentityAssociationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreatePodIdentityAssociationCommandInput extends CreatePodIdent
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreatePodIdentityAssociationCommandOutput extends CreatePodIdentityAssociationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreatePodIdentityAssociationCommand_base: {
|
|
24
|
+
new (input: CreatePodIdentityAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an EKS Pod Identity association between a service account in an Amazon EKS cluster and an IAM role
|
|
@@ -102,23 +105,5 @@ export interface CreatePodIdentityAssociationCommandOutput extends CreatePodIden
|
|
|
102
105
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
103
106
|
*
|
|
104
107
|
*/
|
|
105
|
-
export declare class CreatePodIdentityAssociationCommand extends
|
|
106
|
-
readonly input: CreatePodIdentityAssociationCommandInput;
|
|
107
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
108
|
-
/**
|
|
109
|
-
* @public
|
|
110
|
-
*/
|
|
111
|
-
constructor(input: CreatePodIdentityAssociationCommandInput);
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput>;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private serialize;
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private deserialize;
|
|
108
|
+
export declare class CreatePodIdentityAssociationCommand extends CreatePodIdentityAssociationCommand_base {
|
|
124
109
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
4
|
import { DeleteAccessEntryRequest, DeleteAccessEntryResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteAccessEntryCommandInput extends DeleteAccessEntryRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteAccessEntryCommandOutput extends DeleteAccessEntryResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteAccessEntryCommand_base: {
|
|
24
|
+
new (input: DeleteAccessEntryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an access entry.</p>
|
|
@@ -65,23 +68,5 @@ export interface DeleteAccessEntryCommandOutput extends DeleteAccessEntryRespons
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class DeleteAccessEntryCommand extends
|
|
69
|
-
readonly input: DeleteAccessEntryCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: DeleteAccessEntryCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class DeleteAccessEntryCommand extends DeleteAccessEntryCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
4
|
import { DeleteAddonRequest, DeleteAddonResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteAddonCommandInput extends DeleteAddonRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteAddonCommandOutput extends DeleteAddonResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteAddonCommand_base: {
|
|
24
|
+
new (input: DeleteAddonCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAddonCommandInput, DeleteAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an Amazon EKS add-on.</p>
|
|
@@ -106,23 +109,5 @@ export interface DeleteAddonCommandOutput extends DeleteAddonResponse, __Metadat
|
|
|
106
109
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
107
110
|
*
|
|
108
111
|
*/
|
|
109
|
-
export declare class DeleteAddonCommand extends
|
|
110
|
-
readonly input: DeleteAddonCommandInput;
|
|
111
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
112
|
-
/**
|
|
113
|
-
* @public
|
|
114
|
-
*/
|
|
115
|
-
constructor(input: DeleteAddonCommandInput);
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAddonCommandInput, DeleteAddonCommandOutput>;
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private serialize;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private deserialize;
|
|
112
|
+
export declare class DeleteAddonCommand extends DeleteAddonCommand_base {
|
|
128
113
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
4
|
import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteClusterCommandInput extends DeleteClusterRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteClusterCommand_base: {
|
|
24
|
+
new (input: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an Amazon EKS cluster control plane.</p>
|
|
@@ -178,23 +181,5 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
|
|
|
178
181
|
* ```
|
|
179
182
|
*
|
|
180
183
|
*/
|
|
181
|
-
export declare class DeleteClusterCommand extends
|
|
182
|
-
readonly input: DeleteClusterCommandInput;
|
|
183
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
184
|
-
/**
|
|
185
|
-
* @public
|
|
186
|
-
*/
|
|
187
|
-
constructor(input: DeleteClusterCommandInput);
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteClusterCommandInput, DeleteClusterCommandOutput>;
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
private serialize;
|
|
196
|
-
/**
|
|
197
|
-
* @internal
|
|
198
|
-
*/
|
|
199
|
-
private deserialize;
|
|
184
|
+
export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
|
|
200
185
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
4
|
import { DeleteEksAnywhereSubscriptionRequest, DeleteEksAnywhereSubscriptionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteEksAnywhereSubscriptionCommandInput extends DeleteEksAnyw
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteEksAnywhereSubscriptionCommandOutput extends DeleteEksAnywhereSubscriptionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteEksAnywhereSubscriptionCommand_base: {
|
|
24
|
+
new (input: DeleteEksAnywhereSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an expired or inactive subscription. Deleting inactive subscriptions removes
|
|
@@ -91,23 +94,5 @@ export interface DeleteEksAnywhereSubscriptionCommandOutput extends DeleteEksAny
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class DeleteEksAnywhereSubscriptionCommand extends
|
|
95
|
-
readonly input: DeleteEksAnywhereSubscriptionCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: DeleteEksAnywhereSubscriptionCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class DeleteEksAnywhereSubscriptionCommand extends DeleteEksAnywhereSubscriptionCommand_base {
|
|
113
98
|
}
|