@aws-sdk/client-eks 3.37.0 → 3.38.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 CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
12
+ * **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
13
+
14
+
15
+
16
+
17
+
6
18
  # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
19
 
8
20
 
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./AssociateEncryptionConfigCommand"), exports);
5
+ tslib_1.__exportStar(require("./AssociateIdentityProviderConfigCommand"), exports);
6
+ tslib_1.__exportStar(require("./CreateAddonCommand"), exports);
7
+ tslib_1.__exportStar(require("./CreateClusterCommand"), exports);
8
+ tslib_1.__exportStar(require("./CreateFargateProfileCommand"), exports);
9
+ tslib_1.__exportStar(require("./CreateNodegroupCommand"), exports);
10
+ tslib_1.__exportStar(require("./DeleteAddonCommand"), exports);
11
+ tslib_1.__exportStar(require("./DeleteClusterCommand"), exports);
12
+ tslib_1.__exportStar(require("./DeleteFargateProfileCommand"), exports);
13
+ tslib_1.__exportStar(require("./DeleteNodegroupCommand"), exports);
14
+ tslib_1.__exportStar(require("./DeregisterClusterCommand"), exports);
15
+ tslib_1.__exportStar(require("./DescribeAddonCommand"), exports);
16
+ tslib_1.__exportStar(require("./DescribeAddonVersionsCommand"), exports);
17
+ tslib_1.__exportStar(require("./DescribeClusterCommand"), exports);
18
+ tslib_1.__exportStar(require("./DescribeFargateProfileCommand"), exports);
19
+ tslib_1.__exportStar(require("./DescribeIdentityProviderConfigCommand"), exports);
20
+ tslib_1.__exportStar(require("./DescribeNodegroupCommand"), exports);
21
+ tslib_1.__exportStar(require("./DescribeUpdateCommand"), exports);
22
+ tslib_1.__exportStar(require("./DisassociateIdentityProviderConfigCommand"), exports);
23
+ tslib_1.__exportStar(require("./ListAddonsCommand"), exports);
24
+ tslib_1.__exportStar(require("./ListClustersCommand"), exports);
25
+ tslib_1.__exportStar(require("./ListFargateProfilesCommand"), exports);
26
+ tslib_1.__exportStar(require("./ListIdentityProviderConfigsCommand"), exports);
27
+ tslib_1.__exportStar(require("./ListNodegroupsCommand"), exports);
28
+ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
29
+ tslib_1.__exportStar(require("./ListUpdatesCommand"), exports);
30
+ tslib_1.__exportStar(require("./RegisterClusterCommand"), exports);
31
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
32
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
33
+ tslib_1.__exportStar(require("./UpdateAddonCommand"), exports);
34
+ tslib_1.__exportStar(require("./UpdateClusterConfigCommand"), exports);
35
+ tslib_1.__exportStar(require("./UpdateClusterVersionCommand"), exports);
36
+ tslib_1.__exportStar(require("./UpdateNodegroupConfigCommand"), exports);
37
+ tslib_1.__exportStar(require("./UpdateNodegroupVersionCommand"), exports);
package/dist-cjs/index.js CHANGED
@@ -1,56 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./EKSClient"), exports);
5
4
  tslib_1.__exportStar(require("./EKS"), exports);
6
- tslib_1.__exportStar(require("./commands/AssociateEncryptionConfigCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/AssociateIdentityProviderConfigCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/CreateAddonCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/CreateClusterCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/CreateFargateProfileCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/CreateNodegroupCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/DeleteAddonCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/DeleteClusterCommand"), exports);
14
- tslib_1.__exportStar(require("./commands/DeleteFargateProfileCommand"), exports);
15
- tslib_1.__exportStar(require("./commands/DeleteNodegroupCommand"), exports);
16
- tslib_1.__exportStar(require("./commands/DeregisterClusterCommand"), exports);
17
- tslib_1.__exportStar(require("./commands/DescribeAddonCommand"), exports);
18
- tslib_1.__exportStar(require("./waiters/waitForAddonActive"), exports);
19
- tslib_1.__exportStar(require("./waiters/waitForAddonDeleted"), exports);
20
- tslib_1.__exportStar(require("./commands/DescribeAddonVersionsCommand"), exports);
21
- tslib_1.__exportStar(require("./pagination/DescribeAddonVersionsPaginator"), exports);
22
- tslib_1.__exportStar(require("./commands/DescribeClusterCommand"), exports);
23
- tslib_1.__exportStar(require("./waiters/waitForClusterActive"), exports);
24
- tslib_1.__exportStar(require("./waiters/waitForClusterDeleted"), exports);
25
- tslib_1.__exportStar(require("./commands/DescribeFargateProfileCommand"), exports);
26
- tslib_1.__exportStar(require("./waiters/waitForFargateProfileActive"), exports);
27
- tslib_1.__exportStar(require("./waiters/waitForFargateProfileDeleted"), exports);
28
- tslib_1.__exportStar(require("./commands/DescribeIdentityProviderConfigCommand"), exports);
29
- tslib_1.__exportStar(require("./commands/DescribeNodegroupCommand"), exports);
30
- tslib_1.__exportStar(require("./waiters/waitForNodegroupActive"), exports);
31
- tslib_1.__exportStar(require("./waiters/waitForNodegroupDeleted"), exports);
32
- tslib_1.__exportStar(require("./commands/DescribeUpdateCommand"), exports);
33
- tslib_1.__exportStar(require("./commands/DisassociateIdentityProviderConfigCommand"), exports);
34
- tslib_1.__exportStar(require("./commands/ListAddonsCommand"), exports);
35
- tslib_1.__exportStar(require("./pagination/ListAddonsPaginator"), exports);
36
- tslib_1.__exportStar(require("./commands/ListClustersCommand"), exports);
37
- tslib_1.__exportStar(require("./pagination/ListClustersPaginator"), exports);
38
- tslib_1.__exportStar(require("./commands/ListFargateProfilesCommand"), exports);
39
- tslib_1.__exportStar(require("./pagination/ListFargateProfilesPaginator"), exports);
40
- tslib_1.__exportStar(require("./commands/ListIdentityProviderConfigsCommand"), exports);
41
- tslib_1.__exportStar(require("./pagination/ListIdentityProviderConfigsPaginator"), exports);
42
- tslib_1.__exportStar(require("./commands/ListNodegroupsCommand"), exports);
43
- tslib_1.__exportStar(require("./pagination/ListNodegroupsPaginator"), exports);
44
- tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
45
- tslib_1.__exportStar(require("./commands/ListUpdatesCommand"), exports);
46
- tslib_1.__exportStar(require("./pagination/ListUpdatesPaginator"), exports);
47
- tslib_1.__exportStar(require("./commands/RegisterClusterCommand"), exports);
48
- tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
49
- tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
50
- tslib_1.__exportStar(require("./commands/UpdateAddonCommand"), exports);
51
- tslib_1.__exportStar(require("./commands/UpdateClusterConfigCommand"), exports);
52
- tslib_1.__exportStar(require("./commands/UpdateClusterVersionCommand"), exports);
53
- tslib_1.__exportStar(require("./commands/UpdateNodegroupConfigCommand"), exports);
54
- tslib_1.__exportStar(require("./commands/UpdateNodegroupVersionCommand"), exports);
55
- tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
56
- tslib_1.__exportStar(require("./models/index"), exports);
5
+ tslib_1.__exportStar(require("./EKSClient"), exports);
6
+ tslib_1.__exportStar(require("./commands"), exports);
7
+ tslib_1.__exportStar(require("./models"), exports);
8
+ tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./waiters"), exports);
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./DescribeAddonVersionsPaginator"), exports);
5
+ tslib_1.__exportStar(require("./Interfaces"), exports);
6
+ tslib_1.__exportStar(require("./ListAddonsPaginator"), exports);
7
+ tslib_1.__exportStar(require("./ListClustersPaginator"), exports);
8
+ tslib_1.__exportStar(require("./ListFargateProfilesPaginator"), exports);
9
+ tslib_1.__exportStar(require("./ListIdentityProviderConfigsPaginator"), exports);
10
+ tslib_1.__exportStar(require("./ListNodegroupsPaginator"), exports);
11
+ tslib_1.__exportStar(require("./ListUpdatesPaginator"), exports);
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./waitForAddonActive"), exports);
5
+ tslib_1.__exportStar(require("./waitForAddonDeleted"), exports);
6
+ tslib_1.__exportStar(require("./waitForClusterActive"), exports);
7
+ tslib_1.__exportStar(require("./waitForClusterDeleted"), exports);
8
+ tslib_1.__exportStar(require("./waitForFargateProfileActive"), exports);
9
+ tslib_1.__exportStar(require("./waitForFargateProfileDeleted"), exports);
10
+ tslib_1.__exportStar(require("./waitForNodegroupActive"), exports);
11
+ tslib_1.__exportStar(require("./waitForNodegroupDeleted"), exports);
@@ -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";
package/dist-es/index.js CHANGED
@@ -1,53 +1,6 @@
1
- export * from "./EKSClient";
2
1
  export * from "./EKS";
3
- export * from "./commands/AssociateEncryptionConfigCommand";
4
- export * from "./commands/AssociateIdentityProviderConfigCommand";
5
- export * from "./commands/CreateAddonCommand";
6
- export * from "./commands/CreateClusterCommand";
7
- export * from "./commands/CreateFargateProfileCommand";
8
- export * from "./commands/CreateNodegroupCommand";
9
- export * from "./commands/DeleteAddonCommand";
10
- export * from "./commands/DeleteClusterCommand";
11
- export * from "./commands/DeleteFargateProfileCommand";
12
- export * from "./commands/DeleteNodegroupCommand";
13
- export * from "./commands/DeregisterClusterCommand";
14
- export * from "./commands/DescribeAddonCommand";
15
- export * from "./waiters/waitForAddonActive";
16
- export * from "./waiters/waitForAddonDeleted";
17
- export * from "./commands/DescribeAddonVersionsCommand";
18
- export * from "./pagination/DescribeAddonVersionsPaginator";
19
- export * from "./commands/DescribeClusterCommand";
20
- export * from "./waiters/waitForClusterActive";
21
- export * from "./waiters/waitForClusterDeleted";
22
- export * from "./commands/DescribeFargateProfileCommand";
23
- export * from "./waiters/waitForFargateProfileActive";
24
- export * from "./waiters/waitForFargateProfileDeleted";
25
- export * from "./commands/DescribeIdentityProviderConfigCommand";
26
- export * from "./commands/DescribeNodegroupCommand";
27
- export * from "./waiters/waitForNodegroupActive";
28
- export * from "./waiters/waitForNodegroupDeleted";
29
- export * from "./commands/DescribeUpdateCommand";
30
- export * from "./commands/DisassociateIdentityProviderConfigCommand";
31
- export * from "./commands/ListAddonsCommand";
32
- export * from "./pagination/ListAddonsPaginator";
33
- export * from "./commands/ListClustersCommand";
34
- export * from "./pagination/ListClustersPaginator";
35
- export * from "./commands/ListFargateProfilesCommand";
36
- export * from "./pagination/ListFargateProfilesPaginator";
37
- export * from "./commands/ListIdentityProviderConfigsCommand";
38
- export * from "./pagination/ListIdentityProviderConfigsPaginator";
39
- export * from "./commands/ListNodegroupsCommand";
40
- export * from "./pagination/ListNodegroupsPaginator";
41
- export * from "./commands/ListTagsForResourceCommand";
42
- export * from "./commands/ListUpdatesCommand";
43
- export * from "./pagination/ListUpdatesPaginator";
44
- export * from "./commands/RegisterClusterCommand";
45
- export * from "./commands/TagResourceCommand";
46
- export * from "./commands/UntagResourceCommand";
47
- export * from "./commands/UpdateAddonCommand";
48
- export * from "./commands/UpdateClusterConfigCommand";
49
- export * from "./commands/UpdateClusterVersionCommand";
50
- export * from "./commands/UpdateNodegroupConfigCommand";
51
- export * from "./commands/UpdateNodegroupVersionCommand";
52
- export * from "./pagination/Interfaces";
53
- export * from "./models/index";
2
+ export * from "./EKSClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
@@ -0,0 +1,8 @@
1
+ export * from "./DescribeAddonVersionsPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListAddonsPaginator";
4
+ export * from "./ListClustersPaginator";
5
+ export * from "./ListFargateProfilesPaginator";
6
+ export * from "./ListIdentityProviderConfigsPaginator";
7
+ export * from "./ListNodegroupsPaginator";
8
+ export * from "./ListUpdatesPaginator";
@@ -0,0 +1,8 @@
1
+ export * from "./waitForAddonActive";
2
+ export * from "./waitForAddonDeleted";
3
+ export * from "./waitForClusterActive";
4
+ export * from "./waitForClusterDeleted";
5
+ export * from "./waitForFargateProfileActive";
6
+ export * from "./waitForFargateProfileDeleted";
7
+ export * from "./waitForNodegroupActive";
8
+ export * from "./waitForNodegroupDeleted";
@@ -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";
@@ -1,53 +1,6 @@
1
- export * from "./EKSClient";
2
1
  export * from "./EKS";
3
- export * from "./commands/AssociateEncryptionConfigCommand";
4
- export * from "./commands/AssociateIdentityProviderConfigCommand";
5
- export * from "./commands/CreateAddonCommand";
6
- export * from "./commands/CreateClusterCommand";
7
- export * from "./commands/CreateFargateProfileCommand";
8
- export * from "./commands/CreateNodegroupCommand";
9
- export * from "./commands/DeleteAddonCommand";
10
- export * from "./commands/DeleteClusterCommand";
11
- export * from "./commands/DeleteFargateProfileCommand";
12
- export * from "./commands/DeleteNodegroupCommand";
13
- export * from "./commands/DeregisterClusterCommand";
14
- export * from "./commands/DescribeAddonCommand";
15
- export * from "./waiters/waitForAddonActive";
16
- export * from "./waiters/waitForAddonDeleted";
17
- export * from "./commands/DescribeAddonVersionsCommand";
18
- export * from "./pagination/DescribeAddonVersionsPaginator";
19
- export * from "./commands/DescribeClusterCommand";
20
- export * from "./waiters/waitForClusterActive";
21
- export * from "./waiters/waitForClusterDeleted";
22
- export * from "./commands/DescribeFargateProfileCommand";
23
- export * from "./waiters/waitForFargateProfileActive";
24
- export * from "./waiters/waitForFargateProfileDeleted";
25
- export * from "./commands/DescribeIdentityProviderConfigCommand";
26
- export * from "./commands/DescribeNodegroupCommand";
27
- export * from "./waiters/waitForNodegroupActive";
28
- export * from "./waiters/waitForNodegroupDeleted";
29
- export * from "./commands/DescribeUpdateCommand";
30
- export * from "./commands/DisassociateIdentityProviderConfigCommand";
31
- export * from "./commands/ListAddonsCommand";
32
- export * from "./pagination/ListAddonsPaginator";
33
- export * from "./commands/ListClustersCommand";
34
- export * from "./pagination/ListClustersPaginator";
35
- export * from "./commands/ListFargateProfilesCommand";
36
- export * from "./pagination/ListFargateProfilesPaginator";
37
- export * from "./commands/ListIdentityProviderConfigsCommand";
38
- export * from "./pagination/ListIdentityProviderConfigsPaginator";
39
- export * from "./commands/ListNodegroupsCommand";
40
- export * from "./pagination/ListNodegroupsPaginator";
41
- export * from "./commands/ListTagsForResourceCommand";
42
- export * from "./commands/ListUpdatesCommand";
43
- export * from "./pagination/ListUpdatesPaginator";
44
- export * from "./commands/RegisterClusterCommand";
45
- export * from "./commands/TagResourceCommand";
46
- export * from "./commands/UntagResourceCommand";
47
- export * from "./commands/UpdateAddonCommand";
48
- export * from "./commands/UpdateClusterConfigCommand";
49
- export * from "./commands/UpdateClusterVersionCommand";
50
- export * from "./commands/UpdateNodegroupConfigCommand";
51
- export * from "./commands/UpdateNodegroupVersionCommand";
52
- export * from "./pagination/Interfaces";
53
- export * from "./models/index";
2
+ export * from "./EKSClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
@@ -0,0 +1,8 @@
1
+ export * from "./DescribeAddonVersionsPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListAddonsPaginator";
4
+ export * from "./ListClustersPaginator";
5
+ export * from "./ListFargateProfilesPaginator";
6
+ export * from "./ListIdentityProviderConfigsPaginator";
7
+ export * from "./ListNodegroupsPaginator";
8
+ export * from "./ListUpdatesPaginator";
@@ -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";
@@ -1,53 +1,6 @@
1
- export * from "./EKSClient";
2
1
  export * from "./EKS";
3
- export * from "./commands/AssociateEncryptionConfigCommand";
4
- export * from "./commands/AssociateIdentityProviderConfigCommand";
5
- export * from "./commands/CreateAddonCommand";
6
- export * from "./commands/CreateClusterCommand";
7
- export * from "./commands/CreateFargateProfileCommand";
8
- export * from "./commands/CreateNodegroupCommand";
9
- export * from "./commands/DeleteAddonCommand";
10
- export * from "./commands/DeleteClusterCommand";
11
- export * from "./commands/DeleteFargateProfileCommand";
12
- export * from "./commands/DeleteNodegroupCommand";
13
- export * from "./commands/DeregisterClusterCommand";
14
- export * from "./commands/DescribeAddonCommand";
15
- export * from "./waiters/waitForAddonActive";
16
- export * from "./waiters/waitForAddonDeleted";
17
- export * from "./commands/DescribeAddonVersionsCommand";
18
- export * from "./pagination/DescribeAddonVersionsPaginator";
19
- export * from "./commands/DescribeClusterCommand";
20
- export * from "./waiters/waitForClusterActive";
21
- export * from "./waiters/waitForClusterDeleted";
22
- export * from "./commands/DescribeFargateProfileCommand";
23
- export * from "./waiters/waitForFargateProfileActive";
24
- export * from "./waiters/waitForFargateProfileDeleted";
25
- export * from "./commands/DescribeIdentityProviderConfigCommand";
26
- export * from "./commands/DescribeNodegroupCommand";
27
- export * from "./waiters/waitForNodegroupActive";
28
- export * from "./waiters/waitForNodegroupDeleted";
29
- export * from "./commands/DescribeUpdateCommand";
30
- export * from "./commands/DisassociateIdentityProviderConfigCommand";
31
- export * from "./commands/ListAddonsCommand";
32
- export * from "./pagination/ListAddonsPaginator";
33
- export * from "./commands/ListClustersCommand";
34
- export * from "./pagination/ListClustersPaginator";
35
- export * from "./commands/ListFargateProfilesCommand";
36
- export * from "./pagination/ListFargateProfilesPaginator";
37
- export * from "./commands/ListIdentityProviderConfigsCommand";
38
- export * from "./pagination/ListIdentityProviderConfigsPaginator";
39
- export * from "./commands/ListNodegroupsCommand";
40
- export * from "./pagination/ListNodegroupsPaginator";
41
- export * from "./commands/ListTagsForResourceCommand";
42
- export * from "./commands/ListUpdatesCommand";
43
- export * from "./pagination/ListUpdatesPaginator";
44
- export * from "./commands/RegisterClusterCommand";
45
- export * from "./commands/TagResourceCommand";
46
- export * from "./commands/UntagResourceCommand";
47
- export * from "./commands/UpdateAddonCommand";
48
- export * from "./commands/UpdateClusterConfigCommand";
49
- export * from "./commands/UpdateClusterVersionCommand";
50
- export * from "./commands/UpdateNodegroupConfigCommand";
51
- export * from "./commands/UpdateNodegroupVersionCommand";
52
- export * from "./pagination/Interfaces";
53
- export * from "./models/index";
2
+ export * from "./EKSClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
@@ -0,0 +1,8 @@
1
+ export * from "./DescribeAddonVersionsPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListAddonsPaginator";
4
+ export * from "./ListClustersPaginator";
5
+ export * from "./ListFargateProfilesPaginator";
6
+ export * from "./ListIdentityProviderConfigsPaginator";
7
+ export * from "./ListNodegroupsPaginator";
8
+ export * from "./ListUpdatesPaginator";
@@ -0,0 +1,8 @@
1
+ export * from "./waitForAddonActive";
2
+ export * from "./waitForAddonDeleted";
3
+ export * from "./waitForClusterActive";
4
+ export * from "./waitForClusterDeleted";
5
+ export * from "./waitForFargateProfileActive";
6
+ export * from "./waitForFargateProfileDeleted";
7
+ export * from "./waitForNodegroupActive";
8
+ export * from "./waitForNodegroupDeleted";
@@ -0,0 +1,8 @@
1
+ export * from "./waitForAddonActive";
2
+ export * from "./waitForAddonDeleted";
3
+ export * from "./waitForClusterActive";
4
+ export * from "./waitForClusterDeleted";
5
+ export * from "./waitForFargateProfileActive";
6
+ export * from "./waitForFargateProfileDeleted";
7
+ export * from "./waitForNodegroupActive";
8
+ export * from "./waitForNodegroupDeleted";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-eks",
3
3
  "description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
4
- "version": "3.37.0",
4
+ "version": "3.38.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,40 +21,40 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "^1.0.0",
23
23
  "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.37.0",
25
- "@aws-sdk/config-resolver": "3.37.0",
26
- "@aws-sdk/credential-provider-node": "3.37.0",
27
- "@aws-sdk/fetch-http-handler": "3.37.0",
28
- "@aws-sdk/hash-node": "3.37.0",
29
- "@aws-sdk/invalid-dependency": "3.37.0",
30
- "@aws-sdk/middleware-content-length": "3.37.0",
31
- "@aws-sdk/middleware-host-header": "3.37.0",
32
- "@aws-sdk/middleware-logger": "3.37.0",
33
- "@aws-sdk/middleware-retry": "3.37.0",
34
- "@aws-sdk/middleware-serde": "3.37.0",
35
- "@aws-sdk/middleware-signing": "3.37.0",
36
- "@aws-sdk/middleware-stack": "3.37.0",
37
- "@aws-sdk/middleware-user-agent": "3.37.0",
38
- "@aws-sdk/node-config-provider": "3.37.0",
39
- "@aws-sdk/node-http-handler": "3.37.0",
40
- "@aws-sdk/protocol-http": "3.37.0",
41
- "@aws-sdk/smithy-client": "3.37.0",
42
- "@aws-sdk/types": "3.37.0",
43
- "@aws-sdk/url-parser": "3.37.0",
24
+ "@aws-sdk/client-sts": "3.38.0",
25
+ "@aws-sdk/config-resolver": "3.38.0",
26
+ "@aws-sdk/credential-provider-node": "3.38.0",
27
+ "@aws-sdk/fetch-http-handler": "3.38.0",
28
+ "@aws-sdk/hash-node": "3.38.0",
29
+ "@aws-sdk/invalid-dependency": "3.38.0",
30
+ "@aws-sdk/middleware-content-length": "3.38.0",
31
+ "@aws-sdk/middleware-host-header": "3.38.0",
32
+ "@aws-sdk/middleware-logger": "3.38.0",
33
+ "@aws-sdk/middleware-retry": "3.38.0",
34
+ "@aws-sdk/middleware-serde": "3.38.0",
35
+ "@aws-sdk/middleware-signing": "3.38.0",
36
+ "@aws-sdk/middleware-stack": "3.38.0",
37
+ "@aws-sdk/middleware-user-agent": "3.38.0",
38
+ "@aws-sdk/node-config-provider": "3.38.0",
39
+ "@aws-sdk/node-http-handler": "3.38.0",
40
+ "@aws-sdk/protocol-http": "3.38.0",
41
+ "@aws-sdk/smithy-client": "3.38.0",
42
+ "@aws-sdk/types": "3.38.0",
43
+ "@aws-sdk/url-parser": "3.38.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.37.0",
49
- "@aws-sdk/util-user-agent-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.38.0",
49
+ "@aws-sdk/util-user-agent-node": "3.38.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
- "@aws-sdk/util-waiter": "3.37.0",
52
+ "@aws-sdk/util-waiter": "3.38.0",
53
53
  "tslib": "^2.3.0",
54
54
  "uuid": "^8.3.2"
55
55
  },
56
56
  "devDependencies": {
57
- "@aws-sdk/client-documentation-generator": "3.37.0",
57
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
58
58
  "@types/node": "^12.7.5",
59
59
  "@types/uuid": "^8.3.0",
60
60
  "downlevel-dts": "0.7.0",