@aws-sdk/client-eks 3.50.0 → 3.53.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 (78) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/EKSServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +198 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +417 -1497
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/EKSServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +183 -1
  9. package/dist-es/protocols/Aws_restJson1.js +835 -1647
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/EKSServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +93 -53
  13. package/dist-types/ts3.4/EKS.d.ts +175 -0
  14. package/dist-types/ts3.4/EKSClient.d.ts +107 -0
  15. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/index.d.ts +34 -0
  50. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  51. package/dist-types/ts3.4/index.d.ts +7 -0
  52. package/dist-types/ts3.4/models/EKSServiceException.d.ts +6 -0
  53. package/dist-types/ts3.4/models/index.d.ts +1 -0
  54. package/dist-types/ts3.4/models/models_0.d.ts +1677 -0
  55. package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  57. package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +4 -0
  58. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +4 -0
  59. package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +4 -0
  60. package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +4 -0
  61. package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +104 -0
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  69. package/dist-types/ts3.4/waiters/index.d.ts +8 -0
  70. package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +7 -0
  71. package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +7 -0
  72. package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +7 -0
  73. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +7 -0
  74. package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +7 -0
  75. package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +7 -0
  76. package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +7 -0
  77. package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +7 -0
  78. package/package.json +34 -34
@@ -0,0 +1,34 @@
1
+ export * from "./AssociateEncryptionConfigCommand";
2
+ export * from "./AssociateIdentityProviderConfigCommand";
3
+ export * from "./CreateAddonCommand";
4
+ export * from "./CreateClusterCommand";
5
+ export * from "./CreateFargateProfileCommand";
6
+ export * from "./CreateNodegroupCommand";
7
+ export * from "./DeleteAddonCommand";
8
+ export * from "./DeleteClusterCommand";
9
+ export * from "./DeleteFargateProfileCommand";
10
+ export * from "./DeleteNodegroupCommand";
11
+ export * from "./DeregisterClusterCommand";
12
+ export * from "./DescribeAddonCommand";
13
+ export * from "./DescribeAddonVersionsCommand";
14
+ export * from "./DescribeClusterCommand";
15
+ export * from "./DescribeFargateProfileCommand";
16
+ export * from "./DescribeIdentityProviderConfigCommand";
17
+ export * from "./DescribeNodegroupCommand";
18
+ export * from "./DescribeUpdateCommand";
19
+ export * from "./DisassociateIdentityProviderConfigCommand";
20
+ export * from "./ListAddonsCommand";
21
+ export * from "./ListClustersCommand";
22
+ export * from "./ListFargateProfilesCommand";
23
+ export * from "./ListIdentityProviderConfigsCommand";
24
+ export * from "./ListNodegroupsCommand";
25
+ export * from "./ListTagsForResourceCommand";
26
+ export * from "./ListUpdatesCommand";
27
+ export * from "./RegisterClusterCommand";
28
+ export * from "./TagResourceCommand";
29
+ export * from "./UntagResourceCommand";
30
+ export * from "./UpdateAddonCommand";
31
+ export * from "./UpdateClusterConfigCommand";
32
+ export * from "./UpdateClusterVersionCommand";
33
+ export * from "./UpdateNodegroupConfigCommand";
34
+ export * from "./UpdateNodegroupVersionCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,7 @@
1
+ export * from "./EKS";
2
+ export * from "./EKSClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
7
+ export { EKSServiceException } from "./models/EKSServiceException";
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class EKSServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -0,0 +1 @@
1
+ export * from "./models_0";