@aws-sdk/client-eks 3.1087.0 → 3.1088.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.
Files changed (93) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/EKS.d.ts +224 -272
  3. package/dist-types/ts3.4/EKSClient.d.ts +19 -44
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CancelUpdateCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/DescribeCapabilityCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
  34. package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/DescribeInsightsRefreshCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +3 -5
  55. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +4 -9
  56. package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/StartInsightsRefreshCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +5 -10
  64. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +4 -9
  66. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  73. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  74. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  75. package/dist-types/ts3.4/models/enums.d.ts +16 -32
  76. package/dist-types/ts3.4/models/errors.d.ts +12 -42
  77. package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +1 -4
  78. package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +1 -4
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  83. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  84. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  85. package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +2 -2
  86. package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +2 -2
  87. package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +2 -2
  88. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +2 -2
  89. package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +3 -5
  90. package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +3 -5
  91. package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +3 -5
  92. package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +3 -5
  93. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75