@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
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
+
import { ListInsightsRequest, ListInsightsResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link ListInsightsCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface ListInsightsCommandInput extends ListInsightsRequest {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link ListInsightsCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface ListInsightsCommandOutput extends ListInsightsResponse, __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const ListInsightsCommand_base: {
|
|
24
|
+
new (input: ListInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInsightsCommandInput, ListInsightsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* <p>Returns a list of all insights checked for against the specified cluster. You can filter which insights are returned by category, associated Kubernetes version, and status.</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { EKSClient, ListInsightsCommand } from "@aws-sdk/client-eks"; // ES Modules import
|
|
34
|
+
* // const { EKSClient, ListInsightsCommand } = require("@aws-sdk/client-eks"); // CommonJS import
|
|
35
|
+
* const client = new EKSClient(config);
|
|
36
|
+
* const input = { // ListInsightsRequest
|
|
37
|
+
* clusterName: "STRING_VALUE", // required
|
|
38
|
+
* filter: { // InsightsFilter
|
|
39
|
+
* categories: [ // CategoryList
|
|
40
|
+
* "UPGRADE_READINESS",
|
|
41
|
+
* ],
|
|
42
|
+
* kubernetesVersions: [ // StringList
|
|
43
|
+
* "STRING_VALUE",
|
|
44
|
+
* ],
|
|
45
|
+
* statuses: [ // InsightStatusValueList
|
|
46
|
+
* "PASSING" || "WARNING" || "ERROR" || "UNKNOWN",
|
|
47
|
+
* ],
|
|
48
|
+
* },
|
|
49
|
+
* maxResults: Number("int"),
|
|
50
|
+
* nextToken: "STRING_VALUE",
|
|
51
|
+
* };
|
|
52
|
+
* const command = new ListInsightsCommand(input);
|
|
53
|
+
* const response = await client.send(command);
|
|
54
|
+
* // { // ListInsightsResponse
|
|
55
|
+
* // insights: [ // InsightSummaries
|
|
56
|
+
* // { // InsightSummary
|
|
57
|
+
* // id: "STRING_VALUE",
|
|
58
|
+
* // name: "STRING_VALUE",
|
|
59
|
+
* // category: "UPGRADE_READINESS",
|
|
60
|
+
* // kubernetesVersion: "STRING_VALUE",
|
|
61
|
+
* // lastRefreshTime: new Date("TIMESTAMP"),
|
|
62
|
+
* // lastTransitionTime: new Date("TIMESTAMP"),
|
|
63
|
+
* // description: "STRING_VALUE",
|
|
64
|
+
* // insightStatus: { // InsightStatus
|
|
65
|
+
* // status: "PASSING" || "WARNING" || "ERROR" || "UNKNOWN",
|
|
66
|
+
* // reason: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // nextToken: "STRING_VALUE",
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
73
|
+
* ```
|
|
74
|
+
*
|
|
75
|
+
* @param ListInsightsCommandInput - {@link ListInsightsCommandInput}
|
|
76
|
+
* @returns {@link ListInsightsCommandOutput}
|
|
77
|
+
* @see {@link ListInsightsCommandInput} for command's `input` shape.
|
|
78
|
+
* @see {@link ListInsightsCommandOutput} for command's `response` shape.
|
|
79
|
+
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
82
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
83
|
+
* request.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
86
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
87
|
+
* and the associated operations.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
90
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
91
|
+
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
92
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region specific.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link ServerException} (server fault)
|
|
95
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link EKSServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
99
|
+
*
|
|
100
|
+
*/
|
|
101
|
+
export declare class ListInsightsCommand extends ListInsightsCommand_base {
|
|
102
|
+
}
|
|
@@ -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 { ListNodegroupsRequest, ListNodegroupsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListNodegroupsCommandInput extends ListNodegroupsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListNodegroupsCommandOutput extends ListNodegroupsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListNodegroupsCommand_base: {
|
|
24
|
+
new (input: ListNodegroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNodegroupsCommandInput, ListNodegroupsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the managed node groups associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region. Self-managed node
|
|
@@ -77,23 +80,5 @@ export interface ListNodegroupsCommandOutput extends ListNodegroupsResponse, __M
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class ListNodegroupsCommand extends
|
|
81
|
-
readonly input: ListNodegroupsCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: ListNodegroupsCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNodegroupsCommandInput, ListNodegroupsCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class ListNodegroupsCommand extends ListNodegroupsCommand_base {
|
|
99
84
|
}
|
|
@@ -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 { ListPodIdentityAssociationsRequest, ListPodIdentityAssociationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListPodIdentityAssociationsCommandInput extends ListPodIdentity
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListPodIdentityAssociationsCommandOutput extends ListPodIdentityAssociationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListPodIdentityAssociationsCommand_base: {
|
|
24
|
+
new (input: ListPodIdentityAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPodIdentityAssociationsCommandInput, ListPodIdentityAssociationsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List the EKS Pod Identity associations in a cluster. You can filter the list by the namespace that the
|
|
@@ -81,23 +84,5 @@ export interface ListPodIdentityAssociationsCommandOutput extends ListPodIdentit
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class ListPodIdentityAssociationsCommand extends
|
|
85
|
-
readonly input: ListPodIdentityAssociationsCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: ListPodIdentityAssociationsCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPodIdentityAssociationsCommandInput, ListPodIdentityAssociationsCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class ListPodIdentityAssociationsCommand extends ListPodIdentityAssociationsCommand_base {
|
|
103
88
|
}
|
|
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List the tags for an Amazon EKS resource.</p>
|
|
@@ -79,23 +82,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
79
82
|
* ```
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class ListTagsForResourceCommand extends
|
|
83
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
101
86
|
}
|
|
@@ -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 { ListUpdatesRequest, ListUpdatesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListUpdatesCommandInput extends ListUpdatesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListUpdatesCommandOutput extends ListUpdatesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListUpdatesCommand_base: {
|
|
24
|
+
new (input: ListUpdatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListUpdatesCommandInput, ListUpdatesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the specified Amazon Web Services Region.</p>
|
|
@@ -75,23 +78,5 @@ export interface ListUpdatesCommandOutput extends ListUpdatesResponse, __Metadat
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class ListUpdatesCommand extends
|
|
79
|
-
readonly input: ListUpdatesCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: ListUpdatesCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUpdatesCommandInput, ListUpdatesCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class ListUpdatesCommand extends ListUpdatesCommand_base {
|
|
97
82
|
}
|
|
@@ -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 { RegisterClusterRequest, RegisterClusterResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RegisterClusterCommandInput extends RegisterClusterRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RegisterClusterCommandOutput extends RegisterClusterResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RegisterClusterCommand_base: {
|
|
24
|
+
new (input: RegisterClusterCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterClusterCommandInput, RegisterClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Connects a Kubernetes cluster to the Amazon EKS control plane. </p>
|
|
@@ -193,23 +196,5 @@ export interface RegisterClusterCommandOutput extends RegisterClusterResponse, _
|
|
|
193
196
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
194
197
|
*
|
|
195
198
|
*/
|
|
196
|
-
export declare class RegisterClusterCommand extends
|
|
197
|
-
readonly input: RegisterClusterCommandInput;
|
|
198
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
199
|
-
/**
|
|
200
|
-
* @public
|
|
201
|
-
*/
|
|
202
|
-
constructor(input: RegisterClusterCommandInput);
|
|
203
|
-
/**
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
206
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterClusterCommandInput, RegisterClusterCommandOutput>;
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
|
-
private serialize;
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
|
-
private deserialize;
|
|
199
|
+
export declare class RegisterClusterCommand extends RegisterClusterCommand_base {
|
|
215
200
|
}
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Associates the specified tags to an Amazon EKS resource with the specified
|
|
@@ -66,23 +69,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class TagResourceCommand extends
|
|
70
|
-
readonly input: TagResourceCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: TagResourceCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
88
73
|
}
|
|
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes specified tags from an Amazon EKS resource.</p>
|
|
@@ -60,23 +63,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class UntagResourceCommand extends
|
|
64
|
-
readonly input: UntagResourceCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: UntagResourceCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
82
67
|
}
|
|
@@ -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 { UpdateAccessEntryRequest, UpdateAccessEntryResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateAccessEntryCommandInput extends UpdateAccessEntryRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateAccessEntryCommandOutput extends UpdateAccessEntryResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateAccessEntryCommand_base: {
|
|
24
|
+
new (input: UpdateAccessEntryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessEntryCommandInput, UpdateAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an access entry.</p>
|
|
@@ -87,23 +90,5 @@ export interface UpdateAccessEntryCommandOutput extends UpdateAccessEntryRespons
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class UpdateAccessEntryCommand extends
|
|
91
|
-
readonly input: UpdateAccessEntryCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: UpdateAccessEntryCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccessEntryCommandInput, UpdateAccessEntryCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class UpdateAccessEntryCommand extends UpdateAccessEntryCommand_base {
|
|
109
94
|
}
|
|
@@ -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 { UpdateAddonRequest, UpdateAddonResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateAddonCommandInput extends UpdateAddonRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateAddonCommandOutput extends UpdateAddonResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateAddonCommand_base: {
|
|
24
|
+
new (input: UpdateAddonCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAddonCommandInput, UpdateAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an Amazon EKS add-on.</p>
|
|
@@ -101,23 +104,5 @@ export interface UpdateAddonCommandOutput extends UpdateAddonResponse, __Metadat
|
|
|
101
104
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
102
105
|
*
|
|
103
106
|
*/
|
|
104
|
-
export declare class UpdateAddonCommand extends
|
|
105
|
-
readonly input: UpdateAddonCommandInput;
|
|
106
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
107
|
-
/**
|
|
108
|
-
* @public
|
|
109
|
-
*/
|
|
110
|
-
constructor(input: UpdateAddonCommandInput);
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAddonCommandInput, UpdateAddonCommandOutput>;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private serialize;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private deserialize;
|
|
107
|
+
export declare class UpdateAddonCommand extends UpdateAddonCommand_base {
|
|
123
108
|
}
|
|
@@ -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 { UpdateClusterConfigRequest, UpdateClusterConfigResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateClusterConfigCommandInput extends UpdateClusterConfigRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateClusterConfigCommandOutput extends UpdateClusterConfigResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateClusterConfigCommand_base: {
|
|
24
|
+
new (input: UpdateClusterConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an Amazon EKS cluster configuration. Your cluster continues to
|
|
@@ -152,23 +155,5 @@ export interface UpdateClusterConfigCommandOutput extends UpdateClusterConfigRes
|
|
|
152
155
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
153
156
|
*
|
|
154
157
|
*/
|
|
155
|
-
export declare class UpdateClusterConfigCommand extends
|
|
156
|
-
readonly input: UpdateClusterConfigCommandInput;
|
|
157
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
158
|
-
/**
|
|
159
|
-
* @public
|
|
160
|
-
*/
|
|
161
|
-
constructor(input: UpdateClusterConfigCommandInput);
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
private serialize;
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
|
-
private deserialize;
|
|
158
|
+
export declare class UpdateClusterConfigCommand extends UpdateClusterConfigCommand_base {
|
|
174
159
|
}
|
|
@@ -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 { UpdateClusterVersionRequest, UpdateClusterVersionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateClusterVersionCommandInput extends UpdateClusterVersionRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateClusterVersionCommandOutput extends UpdateClusterVersionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateClusterVersionCommand_base: {
|
|
24
|
+
new (input: UpdateClusterVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an Amazon EKS cluster to the specified Kubernetes version. Your cluster
|
|
@@ -106,23 +109,5 @@ export interface UpdateClusterVersionCommandOutput extends UpdateClusterVersionR
|
|
|
106
109
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
107
110
|
*
|
|
108
111
|
*/
|
|
109
|
-
export declare class UpdateClusterVersionCommand extends
|
|
110
|
-
readonly input: UpdateClusterVersionCommandInput;
|
|
111
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
112
|
-
/**
|
|
113
|
-
* @public
|
|
114
|
-
*/
|
|
115
|
-
constructor(input: UpdateClusterVersionCommandInput);
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput>;
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private serialize;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private deserialize;
|
|
112
|
+
export declare class UpdateClusterVersionCommand extends UpdateClusterVersionCommand_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 { UpdateEksAnywhereSubscriptionRequest, UpdateEksAnywhereSubscriptionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateEksAnywhereSubscriptionCommandInput extends UpdateEksAnyw
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateEksAnywhereSubscriptionCommandOutput extends UpdateEksAnywhereSubscriptionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateEksAnywhereSubscriptionCommand_base: {
|
|
24
|
+
new (input: UpdateEksAnywhereSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEksAnywhereSubscriptionCommandInput, UpdateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Update an EKS Anywhere Subscription. Only auto renewal and tags can be updated after
|
|
@@ -95,23 +98,5 @@ export interface UpdateEksAnywhereSubscriptionCommandOutput extends UpdateEksAny
|
|
|
95
98
|
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
96
99
|
*
|
|
97
100
|
*/
|
|
98
|
-
export declare class UpdateEksAnywhereSubscriptionCommand extends
|
|
99
|
-
readonly input: UpdateEksAnywhereSubscriptionCommandInput;
|
|
100
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
101
|
-
/**
|
|
102
|
-
* @public
|
|
103
|
-
*/
|
|
104
|
-
constructor(input: UpdateEksAnywhereSubscriptionCommandInput);
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEksAnywhereSubscriptionCommandInput, UpdateEksAnywhereSubscriptionCommandOutput>;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private serialize;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private deserialize;
|
|
101
|
+
export declare class UpdateEksAnywhereSubscriptionCommand extends UpdateEksAnywhereSubscriptionCommand_base {
|
|
117
102
|
}
|