@aws-sdk/client-eks 3.1087.0 → 3.1089.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-cjs/index.js +1 -1
- package/dist-types/ts3.4/EKS.d.ts +224 -272
- package/dist-types/ts3.4/EKSClient.d.ts +19 -44
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelUpdateCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeCapabilityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInsightsRefreshCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartInsightsRefreshCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +16 -32
- package/dist-types/ts3.4/models/errors.d.ts +12 -42
- package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +3 -5
- package/package.json +38 -38