@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.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/EKSServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +198 -3
- package/dist-cjs/protocols/Aws_restJson1.js +417 -1497
- package/dist-es/index.js +1 -0
- package/dist-es/models/EKSServiceException.js +12 -0
- package/dist-es/models/models_0.js +183 -1
- package/dist-es/protocols/Aws_restJson1.js +835 -1647
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/EKSServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +93 -53
- package/dist-types/ts3.4/EKS.d.ts +175 -0
- package/dist-types/ts3.4/EKSClient.d.ts +107 -0
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +34 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/EKSServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1677 -0
- package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +104 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +8 -0
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +7 -0
- 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 @@
|
|
|
1
|
+
export * from "./models_0";
|