UNPKG

@aws-sdk/client-eks

Version:

AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native

516 lines (515 loc) 31.4 kB
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { SerdeContext as __SerdeContext } from "@smithy/types"; import { AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput } from "../commands/AssociateAccessPolicyCommand"; import { AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput } from "../commands/AssociateEncryptionConfigCommand"; import { AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput } from "../commands/AssociateIdentityProviderConfigCommand"; import { CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput } from "../commands/CreateAccessEntryCommand"; import { CreateAddonCommandInput, CreateAddonCommandOutput } from "../commands/CreateAddonCommand"; import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand"; import { CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput } from "../commands/CreateEksAnywhereSubscriptionCommand"; import { CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput } from "../commands/CreateFargateProfileCommand"; import { CreateNodegroupCommandInput, CreateNodegroupCommandOutput } from "../commands/CreateNodegroupCommand"; import { CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput } from "../commands/CreatePodIdentityAssociationCommand"; import { DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput } from "../commands/DeleteAccessEntryCommand"; import { DeleteAddonCommandInput, DeleteAddonCommandOutput } from "../commands/DeleteAddonCommand"; import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "../commands/DeleteClusterCommand"; import { DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput } from "../commands/DeleteEksAnywhereSubscriptionCommand"; import { DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput } from "../commands/DeleteFargateProfileCommand"; import { DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput } from "../commands/DeleteNodegroupCommand"; import { DeletePodIdentityAssociationCommandInput, DeletePodIdentityAssociationCommandOutput } from "../commands/DeletePodIdentityAssociationCommand"; import { DeregisterClusterCommandInput, DeregisterClusterCommandOutput } from "../commands/DeregisterClusterCommand"; import { DescribeAccessEntryCommandInput, DescribeAccessEntryCommandOutput } from "../commands/DescribeAccessEntryCommand"; import { DescribeAddonCommandInput, DescribeAddonCommandOutput } from "../commands/DescribeAddonCommand"; import { DescribeAddonConfigurationCommandInput, DescribeAddonConfigurationCommandOutput } from "../commands/DescribeAddonConfigurationCommand"; import { DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput } from "../commands/DescribeAddonVersionsCommand"; import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "../commands/DescribeClusterCommand"; import { DescribeClusterVersionsCommandInput, DescribeClusterVersionsCommandOutput } from "../commands/DescribeClusterVersionsCommand"; import { DescribeEksAnywhereSubscriptionCommandInput, DescribeEksAnywhereSubscriptionCommandOutput } from "../commands/DescribeEksAnywhereSubscriptionCommand"; import { DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput } from "../commands/DescribeFargateProfileCommand"; import { DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput } from "../commands/DescribeIdentityProviderConfigCommand"; import { DescribeInsightCommandInput, DescribeInsightCommandOutput } from "../commands/DescribeInsightCommand"; import { DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput } from "../commands/DescribeNodegroupCommand"; import { DescribePodIdentityAssociationCommandInput, DescribePodIdentityAssociationCommandOutput } from "../commands/DescribePodIdentityAssociationCommand"; import { DescribeUpdateCommandInput, DescribeUpdateCommandOutput } from "../commands/DescribeUpdateCommand"; import { DisassociateAccessPolicyCommandInput, DisassociateAccessPolicyCommandOutput } from "../commands/DisassociateAccessPolicyCommand"; import { DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput } from "../commands/DisassociateIdentityProviderConfigCommand"; import { ListAccessEntriesCommandInput, ListAccessEntriesCommandOutput } from "../commands/ListAccessEntriesCommand"; import { ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput } from "../commands/ListAccessPoliciesCommand"; import { ListAddonsCommandInput, ListAddonsCommandOutput } from "../commands/ListAddonsCommand"; import { ListAssociatedAccessPoliciesCommandInput, ListAssociatedAccessPoliciesCommandOutput } from "../commands/ListAssociatedAccessPoliciesCommand"; import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand"; import { ListEksAnywhereSubscriptionsCommandInput, ListEksAnywhereSubscriptionsCommandOutput } from "../commands/ListEksAnywhereSubscriptionsCommand"; import { ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput } from "../commands/ListFargateProfilesCommand"; import { ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput } from "../commands/ListIdentityProviderConfigsCommand"; import { ListInsightsCommandInput, ListInsightsCommandOutput } from "../commands/ListInsightsCommand"; import { ListNodegroupsCommandInput, ListNodegroupsCommandOutput } from "../commands/ListNodegroupsCommand"; import { ListPodIdentityAssociationsCommandInput, ListPodIdentityAssociationsCommandOutput } from "../commands/ListPodIdentityAssociationsCommand"; import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand"; import { ListUpdatesCommandInput, ListUpdatesCommandOutput } from "../commands/ListUpdatesCommand"; import { RegisterClusterCommandInput, RegisterClusterCommandOutput } from "../commands/RegisterClusterCommand"; import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand"; import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand"; import { UpdateAccessEntryCommandInput, UpdateAccessEntryCommandOutput } from "../commands/UpdateAccessEntryCommand"; import { UpdateAddonCommandInput, UpdateAddonCommandOutput } from "../commands/UpdateAddonCommand"; import { UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput } from "../commands/UpdateClusterConfigCommand"; import { UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput } from "../commands/UpdateClusterVersionCommand"; import { UpdateEksAnywhereSubscriptionCommandInput, UpdateEksAnywhereSubscriptionCommandOutput } from "../commands/UpdateEksAnywhereSubscriptionCommand"; import { UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput } from "../commands/UpdateNodegroupConfigCommand"; import { UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput } from "../commands/UpdateNodegroupVersionCommand"; import { UpdatePodIdentityAssociationCommandInput, UpdatePodIdentityAssociationCommandOutput } from "../commands/UpdatePodIdentityAssociationCommand"; /** * serializeAws_restJson1AssociateAccessPolicyCommand */ export declare const se_AssociateAccessPolicyCommand: (input: AssociateAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1AssociateEncryptionConfigCommand */ export declare const se_AssociateEncryptionConfigCommand: (input: AssociateEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1AssociateIdentityProviderConfigCommand */ export declare const se_AssociateIdentityProviderConfigCommand: (input: AssociateIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1CreateAccessEntryCommand */ export declare const se_CreateAccessEntryCommand: (input: CreateAccessEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1CreateAddonCommand */ export declare const se_CreateAddonCommand: (input: CreateAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1CreateClusterCommand */ export declare const se_CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1CreateEksAnywhereSubscriptionCommand */ export declare const se_CreateEksAnywhereSubscriptionCommand: (input: CreateEksAnywhereSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1CreateFargateProfileCommand */ export declare const se_CreateFargateProfileCommand: (input: CreateFargateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1CreateNodegroupCommand */ export declare const se_CreateNodegroupCommand: (input: CreateNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1CreatePodIdentityAssociationCommand */ export declare const se_CreatePodIdentityAssociationCommand: (input: CreatePodIdentityAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DeleteAccessEntryCommand */ export declare const se_DeleteAccessEntryCommand: (input: DeleteAccessEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DeleteAddonCommand */ export declare const se_DeleteAddonCommand: (input: DeleteAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DeleteClusterCommand */ export declare const se_DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DeleteEksAnywhereSubscriptionCommand */ export declare const se_DeleteEksAnywhereSubscriptionCommand: (input: DeleteEksAnywhereSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DeleteFargateProfileCommand */ export declare const se_DeleteFargateProfileCommand: (input: DeleteFargateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DeleteNodegroupCommand */ export declare const se_DeleteNodegroupCommand: (input: DeleteNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DeletePodIdentityAssociationCommand */ export declare const se_DeletePodIdentityAssociationCommand: (input: DeletePodIdentityAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DeregisterClusterCommand */ export declare const se_DeregisterClusterCommand: (input: DeregisterClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DescribeAccessEntryCommand */ export declare const se_DescribeAccessEntryCommand: (input: DescribeAccessEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DescribeAddonCommand */ export declare const se_DescribeAddonCommand: (input: DescribeAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DescribeAddonConfigurationCommand */ export declare const se_DescribeAddonConfigurationCommand: (input: DescribeAddonConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DescribeAddonVersionsCommand */ export declare const se_DescribeAddonVersionsCommand: (input: DescribeAddonVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DescribeClusterCommand */ export declare const se_DescribeClusterCommand: (input: DescribeClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DescribeClusterVersionsCommand */ export declare const se_DescribeClusterVersionsCommand: (input: DescribeClusterVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DescribeEksAnywhereSubscriptionCommand */ export declare const se_DescribeEksAnywhereSubscriptionCommand: (input: DescribeEksAnywhereSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DescribeFargateProfileCommand */ export declare const se_DescribeFargateProfileCommand: (input: DescribeFargateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DescribeIdentityProviderConfigCommand */ export declare const se_DescribeIdentityProviderConfigCommand: (input: DescribeIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DescribeInsightCommand */ export declare const se_DescribeInsightCommand: (input: DescribeInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DescribeNodegroupCommand */ export declare const se_DescribeNodegroupCommand: (input: DescribeNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DescribePodIdentityAssociationCommand */ export declare const se_DescribePodIdentityAssociationCommand: (input: DescribePodIdentityAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DescribeUpdateCommand */ export declare const se_DescribeUpdateCommand: (input: DescribeUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DisassociateAccessPolicyCommand */ export declare const se_DisassociateAccessPolicyCommand: (input: DisassociateAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DisassociateIdentityProviderConfigCommand */ export declare const se_DisassociateIdentityProviderConfigCommand: (input: DisassociateIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ListAccessEntriesCommand */ export declare const se_ListAccessEntriesCommand: (input: ListAccessEntriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ListAccessPoliciesCommand */ export declare const se_ListAccessPoliciesCommand: (input: ListAccessPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ListAddonsCommand */ export declare const se_ListAddonsCommand: (input: ListAddonsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ListAssociatedAccessPoliciesCommand */ export declare const se_ListAssociatedAccessPoliciesCommand: (input: ListAssociatedAccessPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ListClustersCommand */ export declare const se_ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ListEksAnywhereSubscriptionsCommand */ export declare const se_ListEksAnywhereSubscriptionsCommand: (input: ListEksAnywhereSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ListFargateProfilesCommand */ export declare const se_ListFargateProfilesCommand: (input: ListFargateProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ListIdentityProviderConfigsCommand */ export declare const se_ListIdentityProviderConfigsCommand: (input: ListIdentityProviderConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ListInsightsCommand */ export declare const se_ListInsightsCommand: (input: ListInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ListNodegroupsCommand */ export declare const se_ListNodegroupsCommand: (input: ListNodegroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ListPodIdentityAssociationsCommand */ export declare const se_ListPodIdentityAssociationsCommand: (input: ListPodIdentityAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ListTagsForResourceCommand */ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ListUpdatesCommand */ export declare const se_ListUpdatesCommand: (input: ListUpdatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1RegisterClusterCommand */ export declare const se_RegisterClusterCommand: (input: RegisterClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1TagResourceCommand */ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1UntagResourceCommand */ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1UpdateAccessEntryCommand */ export declare const se_UpdateAccessEntryCommand: (input: UpdateAccessEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1UpdateAddonCommand */ export declare const se_UpdateAddonCommand: (input: UpdateAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1UpdateClusterConfigCommand */ export declare const se_UpdateClusterConfigCommand: (input: UpdateClusterConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1UpdateClusterVersionCommand */ export declare const se_UpdateClusterVersionCommand: (input: UpdateClusterVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1UpdateEksAnywhereSubscriptionCommand */ export declare const se_UpdateEksAnywhereSubscriptionCommand: (input: UpdateEksAnywhereSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1UpdateNodegroupConfigCommand */ export declare const se_UpdateNodegroupConfigCommand: (input: UpdateNodegroupConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1UpdateNodegroupVersionCommand */ export declare const se_UpdateNodegroupVersionCommand: (input: UpdateNodegroupVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1UpdatePodIdentityAssociationCommand */ export declare const se_UpdatePodIdentityAssociationCommand: (input: UpdatePodIdentityAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * deserializeAws_restJson1AssociateAccessPolicyCommand */ export declare const de_AssociateAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAccessPolicyCommandOutput>; /** * deserializeAws_restJson1AssociateEncryptionConfigCommand */ export declare const de_AssociateEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateEncryptionConfigCommandOutput>; /** * deserializeAws_restJson1AssociateIdentityProviderConfigCommand */ export declare const de_AssociateIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIdentityProviderConfigCommandOutput>; /** * deserializeAws_restJson1CreateAccessEntryCommand */ export declare const de_CreateAccessEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessEntryCommandOutput>; /** * deserializeAws_restJson1CreateAddonCommand */ export declare const de_CreateAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAddonCommandOutput>; /** * deserializeAws_restJson1CreateClusterCommand */ export declare const de_CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>; /** * deserializeAws_restJson1CreateEksAnywhereSubscriptionCommand */ export declare const de_CreateEksAnywhereSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEksAnywhereSubscriptionCommandOutput>; /** * deserializeAws_restJson1CreateFargateProfileCommand */ export declare const de_CreateFargateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFargateProfileCommandOutput>; /** * deserializeAws_restJson1CreateNodegroupCommand */ export declare const de_CreateNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNodegroupCommandOutput>; /** * deserializeAws_restJson1CreatePodIdentityAssociationCommand */ export declare const de_CreatePodIdentityAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePodIdentityAssociationCommandOutput>; /** * deserializeAws_restJson1DeleteAccessEntryCommand */ export declare const de_DeleteAccessEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessEntryCommandOutput>; /** * deserializeAws_restJson1DeleteAddonCommand */ export declare const de_DeleteAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAddonCommandOutput>; /** * deserializeAws_restJson1DeleteClusterCommand */ export declare const de_DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>; /** * deserializeAws_restJson1DeleteEksAnywhereSubscriptionCommand */ export declare const de_DeleteEksAnywhereSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEksAnywhereSubscriptionCommandOutput>; /** * deserializeAws_restJson1DeleteFargateProfileCommand */ export declare const de_DeleteFargateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFargateProfileCommandOutput>; /** * deserializeAws_restJson1DeleteNodegroupCommand */ export declare const de_DeleteNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNodegroupCommandOutput>; /** * deserializeAws_restJson1DeletePodIdentityAssociationCommand */ export declare const de_DeletePodIdentityAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePodIdentityAssociationCommandOutput>; /** * deserializeAws_restJson1DeregisterClusterCommand */ export declare const de_DeregisterClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterClusterCommandOutput>; /** * deserializeAws_restJson1DescribeAccessEntryCommand */ export declare const de_DescribeAccessEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccessEntryCommandOutput>; /** * deserializeAws_restJson1DescribeAddonCommand */ export declare const de_DescribeAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddonCommandOutput>; /** * deserializeAws_restJson1DescribeAddonConfigurationCommand */ export declare const de_DescribeAddonConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddonConfigurationCommandOutput>; /** * deserializeAws_restJson1DescribeAddonVersionsCommand */ export declare const de_DescribeAddonVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddonVersionsCommandOutput>; /** * deserializeAws_restJson1DescribeClusterCommand */ export declare const de_DescribeClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterCommandOutput>; /** * deserializeAws_restJson1DescribeClusterVersionsCommand */ export declare const de_DescribeClusterVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterVersionsCommandOutput>; /** * deserializeAws_restJson1DescribeEksAnywhereSubscriptionCommand */ export declare const de_DescribeEksAnywhereSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEksAnywhereSubscriptionCommandOutput>; /** * deserializeAws_restJson1DescribeFargateProfileCommand */ export declare const de_DescribeFargateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFargateProfileCommandOutput>; /** * deserializeAws_restJson1DescribeIdentityProviderConfigCommand */ export declare const de_DescribeIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityProviderConfigCommandOutput>; /** * deserializeAws_restJson1DescribeInsightCommand */ export declare const de_DescribeInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInsightCommandOutput>; /** * deserializeAws_restJson1DescribeNodegroupCommand */ export declare const de_DescribeNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNodegroupCommandOutput>; /** * deserializeAws_restJson1DescribePodIdentityAssociationCommand */ export declare const de_DescribePodIdentityAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePodIdentityAssociationCommandOutput>; /** * deserializeAws_restJson1DescribeUpdateCommand */ export declare const de_DescribeUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUpdateCommandOutput>; /** * deserializeAws_restJson1DisassociateAccessPolicyCommand */ export declare const de_DisassociateAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAccessPolicyCommandOutput>; /** * deserializeAws_restJson1DisassociateIdentityProviderConfigCommand */ export declare const de_DisassociateIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIdentityProviderConfigCommandOutput>; /** * deserializeAws_restJson1ListAccessEntriesCommand */ export declare const de_ListAccessEntriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessEntriesCommandOutput>; /** * deserializeAws_restJson1ListAccessPoliciesCommand */ export declare const de_ListAccessPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPoliciesCommandOutput>; /** * deserializeAws_restJson1ListAddonsCommand */ export declare const de_ListAddonsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAddonsCommandOutput>; /** * deserializeAws_restJson1ListAssociatedAccessPoliciesCommand */ export declare const de_ListAssociatedAccessPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociatedAccessPoliciesCommandOutput>; /** * deserializeAws_restJson1ListClustersCommand */ export declare const de_ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>; /** * deserializeAws_restJson1ListEksAnywhereSubscriptionsCommand */ export declare const de_ListEksAnywhereSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEksAnywhereSubscriptionsCommandOutput>; /** * deserializeAws_restJson1ListFargateProfilesCommand */ export declare const de_ListFargateProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFargateProfilesCommandOutput>; /** * deserializeAws_restJson1ListIdentityProviderConfigsCommand */ export declare const de_ListIdentityProviderConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityProviderConfigsCommandOutput>; /** * deserializeAws_restJson1ListInsightsCommand */ export declare const de_ListInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInsightsCommandOutput>; /** * deserializeAws_restJson1ListNodegroupsCommand */ export declare const de_ListNodegroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNodegroupsCommandOutput>; /** * deserializeAws_restJson1ListPodIdentityAssociationsCommand */ export declare const de_ListPodIdentityAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPodIdentityAssociationsCommandOutput>; /** * deserializeAws_restJson1ListTagsForResourceCommand */ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>; /** * deserializeAws_restJson1ListUpdatesCommand */ export declare const de_ListUpdatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUpdatesCommandOutput>; /** * deserializeAws_restJson1RegisterClusterCommand */ export declare const de_RegisterClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterClusterCommandOutput>; /** * deserializeAws_restJson1TagResourceCommand */ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>; /** * deserializeAws_restJson1UntagResourceCommand */ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>; /** * deserializeAws_restJson1UpdateAccessEntryCommand */ export declare const de_UpdateAccessEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessEntryCommandOutput>; /** * deserializeAws_restJson1UpdateAddonCommand */ export declare const de_UpdateAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAddonCommandOutput>; /** * deserializeAws_restJson1UpdateClusterConfigCommand */ export declare const de_UpdateClusterConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterConfigCommandOutput>; /** * deserializeAws_restJson1UpdateClusterVersionCommand */ export declare const de_UpdateClusterVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterVersionCommandOutput>; /** * deserializeAws_restJson1UpdateEksAnywhereSubscriptionCommand */ export declare const de_UpdateEksAnywhereSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEksAnywhereSubscriptionCommandOutput>; /** * deserializeAws_restJson1UpdateNodegroupConfigCommand */ export declare const de_UpdateNodegroupConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNodegroupConfigCommandOutput>; /** * deserializeAws_restJson1UpdateNodegroupVersionCommand */ export declare const de_UpdateNodegroupVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNodegroupVersionCommandOutput>; /** * deserializeAws_restJson1UpdatePodIdentityAssociationCommand */ export declare const de_UpdatePodIdentityAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePodIdentityAssociationCommandOutput>;