@aws-sdk/client-eks 3.533.0 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/EKS.d.ts +5 -1
- package/dist-types/EKSClient.d.ts +1 -1
- package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +2 -1
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +2 -1
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +2 -1
- package/dist-types/commands/CreateAccessEntryCommand.d.ts +2 -1
- package/dist-types/commands/CreateAddonCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +2 -1
- package/dist-types/commands/CreateNodegroupCommand.d.ts +2 -1
- package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccessEntryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAddonCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +2 -1
- package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterClusterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccessEntryCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddonCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInsightCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeUpdateCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +2 -1
- package/dist-types/commands/ListAccessEntriesCommand.d.ts +2 -1
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListAddonsCommand.d.ts +2 -1
- package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListClustersCommand.d.ts +2 -1
- package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +2 -1
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListInsightsCommand.d.ts +2 -1
- package/dist-types/commands/ListNodegroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListUpdatesCommand.d.ts +2 -1
- package/dist-types/commands/RegisterClusterCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAccessEntryCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAddonCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +678 -678
- package/dist-types/ts3.4/EKS.d.ts +4 -0
- package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +9 -0
- package/package.json +41 -41
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.