@aws-sdk/client-eks 3.168.0 → 3.170.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 +19 -0
- package/dist-cjs/models/models_0.js +28 -3
- package/dist-cjs/protocols/Aws_restJson1.js +43 -0
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +41 -2
- package/dist-types/models/models_0.d.ts +152 -10
- package/dist-types/ts3.4/EKS.d.ts +622 -175
- package/dist-types/ts3.4/EKSClient.d.ts +332 -107
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +34 -34
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/EKSServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1609 -1420
- package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +413 -104
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +8 -8
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,175 +1,622 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AssociateEncryptionConfigCommandInput,
|
|
4
|
+
AssociateEncryptionConfigCommandOutput,
|
|
5
|
+
} from "./commands/AssociateEncryptionConfigCommand";
|
|
6
|
+
import {
|
|
7
|
+
AssociateIdentityProviderConfigCommandInput,
|
|
8
|
+
AssociateIdentityProviderConfigCommandOutput,
|
|
9
|
+
} from "./commands/AssociateIdentityProviderConfigCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateAddonCommandInput,
|
|
12
|
+
CreateAddonCommandOutput,
|
|
13
|
+
} from "./commands/CreateAddonCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateClusterCommandInput,
|
|
16
|
+
CreateClusterCommandOutput,
|
|
17
|
+
} from "./commands/CreateClusterCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateFargateProfileCommandInput,
|
|
20
|
+
CreateFargateProfileCommandOutput,
|
|
21
|
+
} from "./commands/CreateFargateProfileCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateNodegroupCommandInput,
|
|
24
|
+
CreateNodegroupCommandOutput,
|
|
25
|
+
} from "./commands/CreateNodegroupCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteAddonCommandInput,
|
|
28
|
+
DeleteAddonCommandOutput,
|
|
29
|
+
} from "./commands/DeleteAddonCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteClusterCommandInput,
|
|
32
|
+
DeleteClusterCommandOutput,
|
|
33
|
+
} from "./commands/DeleteClusterCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteFargateProfileCommandInput,
|
|
36
|
+
DeleteFargateProfileCommandOutput,
|
|
37
|
+
} from "./commands/DeleteFargateProfileCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteNodegroupCommandInput,
|
|
40
|
+
DeleteNodegroupCommandOutput,
|
|
41
|
+
} from "./commands/DeleteNodegroupCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeregisterClusterCommandInput,
|
|
44
|
+
DeregisterClusterCommandOutput,
|
|
45
|
+
} from "./commands/DeregisterClusterCommand";
|
|
46
|
+
import {
|
|
47
|
+
DescribeAddonCommandInput,
|
|
48
|
+
DescribeAddonCommandOutput,
|
|
49
|
+
} from "./commands/DescribeAddonCommand";
|
|
50
|
+
import {
|
|
51
|
+
DescribeAddonVersionsCommandInput,
|
|
52
|
+
DescribeAddonVersionsCommandOutput,
|
|
53
|
+
} from "./commands/DescribeAddonVersionsCommand";
|
|
54
|
+
import {
|
|
55
|
+
DescribeClusterCommandInput,
|
|
56
|
+
DescribeClusterCommandOutput,
|
|
57
|
+
} from "./commands/DescribeClusterCommand";
|
|
58
|
+
import {
|
|
59
|
+
DescribeFargateProfileCommandInput,
|
|
60
|
+
DescribeFargateProfileCommandOutput,
|
|
61
|
+
} from "./commands/DescribeFargateProfileCommand";
|
|
62
|
+
import {
|
|
63
|
+
DescribeIdentityProviderConfigCommandInput,
|
|
64
|
+
DescribeIdentityProviderConfigCommandOutput,
|
|
65
|
+
} from "./commands/DescribeIdentityProviderConfigCommand";
|
|
66
|
+
import {
|
|
67
|
+
DescribeNodegroupCommandInput,
|
|
68
|
+
DescribeNodegroupCommandOutput,
|
|
69
|
+
} from "./commands/DescribeNodegroupCommand";
|
|
70
|
+
import {
|
|
71
|
+
DescribeUpdateCommandInput,
|
|
72
|
+
DescribeUpdateCommandOutput,
|
|
73
|
+
} from "./commands/DescribeUpdateCommand";
|
|
74
|
+
import {
|
|
75
|
+
DisassociateIdentityProviderConfigCommandInput,
|
|
76
|
+
DisassociateIdentityProviderConfigCommandOutput,
|
|
77
|
+
} from "./commands/DisassociateIdentityProviderConfigCommand";
|
|
78
|
+
import {
|
|
79
|
+
ListAddonsCommandInput,
|
|
80
|
+
ListAddonsCommandOutput,
|
|
81
|
+
} from "./commands/ListAddonsCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListClustersCommandInput,
|
|
84
|
+
ListClustersCommandOutput,
|
|
85
|
+
} from "./commands/ListClustersCommand";
|
|
86
|
+
import {
|
|
87
|
+
ListFargateProfilesCommandInput,
|
|
88
|
+
ListFargateProfilesCommandOutput,
|
|
89
|
+
} from "./commands/ListFargateProfilesCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListIdentityProviderConfigsCommandInput,
|
|
92
|
+
ListIdentityProviderConfigsCommandOutput,
|
|
93
|
+
} from "./commands/ListIdentityProviderConfigsCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListNodegroupsCommandInput,
|
|
96
|
+
ListNodegroupsCommandOutput,
|
|
97
|
+
} from "./commands/ListNodegroupsCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListTagsForResourceCommandInput,
|
|
100
|
+
ListTagsForResourceCommandOutput,
|
|
101
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListUpdatesCommandInput,
|
|
104
|
+
ListUpdatesCommandOutput,
|
|
105
|
+
} from "./commands/ListUpdatesCommand";
|
|
106
|
+
import {
|
|
107
|
+
RegisterClusterCommandInput,
|
|
108
|
+
RegisterClusterCommandOutput,
|
|
109
|
+
} from "./commands/RegisterClusterCommand";
|
|
110
|
+
import {
|
|
111
|
+
TagResourceCommandInput,
|
|
112
|
+
TagResourceCommandOutput,
|
|
113
|
+
} from "./commands/TagResourceCommand";
|
|
114
|
+
import {
|
|
115
|
+
UntagResourceCommandInput,
|
|
116
|
+
UntagResourceCommandOutput,
|
|
117
|
+
} from "./commands/UntagResourceCommand";
|
|
118
|
+
import {
|
|
119
|
+
UpdateAddonCommandInput,
|
|
120
|
+
UpdateAddonCommandOutput,
|
|
121
|
+
} from "./commands/UpdateAddonCommand";
|
|
122
|
+
import {
|
|
123
|
+
UpdateClusterConfigCommandInput,
|
|
124
|
+
UpdateClusterConfigCommandOutput,
|
|
125
|
+
} from "./commands/UpdateClusterConfigCommand";
|
|
126
|
+
import {
|
|
127
|
+
UpdateClusterVersionCommandInput,
|
|
128
|
+
UpdateClusterVersionCommandOutput,
|
|
129
|
+
} from "./commands/UpdateClusterVersionCommand";
|
|
130
|
+
import {
|
|
131
|
+
UpdateNodegroupConfigCommandInput,
|
|
132
|
+
UpdateNodegroupConfigCommandOutput,
|
|
133
|
+
} from "./commands/UpdateNodegroupConfigCommand";
|
|
134
|
+
import {
|
|
135
|
+
UpdateNodegroupVersionCommandInput,
|
|
136
|
+
UpdateNodegroupVersionCommandOutput,
|
|
137
|
+
} from "./commands/UpdateNodegroupVersionCommand";
|
|
138
|
+
import { EKSClient } from "./EKSClient";
|
|
139
|
+
|
|
140
|
+
export declare class EKS extends EKSClient {
|
|
141
|
+
associateEncryptionConfig(
|
|
142
|
+
args: AssociateEncryptionConfigCommandInput,
|
|
143
|
+
options?: __HttpHandlerOptions
|
|
144
|
+
): Promise<AssociateEncryptionConfigCommandOutput>;
|
|
145
|
+
associateEncryptionConfig(
|
|
146
|
+
args: AssociateEncryptionConfigCommandInput,
|
|
147
|
+
cb: (err: any, data?: AssociateEncryptionConfigCommandOutput) => void
|
|
148
|
+
): void;
|
|
149
|
+
associateEncryptionConfig(
|
|
150
|
+
args: AssociateEncryptionConfigCommandInput,
|
|
151
|
+
options: __HttpHandlerOptions,
|
|
152
|
+
cb: (err: any, data?: AssociateEncryptionConfigCommandOutput) => void
|
|
153
|
+
): void;
|
|
154
|
+
|
|
155
|
+
associateIdentityProviderConfig(
|
|
156
|
+
args: AssociateIdentityProviderConfigCommandInput,
|
|
157
|
+
options?: __HttpHandlerOptions
|
|
158
|
+
): Promise<AssociateIdentityProviderConfigCommandOutput>;
|
|
159
|
+
associateIdentityProviderConfig(
|
|
160
|
+
args: AssociateIdentityProviderConfigCommandInput,
|
|
161
|
+
cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void
|
|
162
|
+
): void;
|
|
163
|
+
associateIdentityProviderConfig(
|
|
164
|
+
args: AssociateIdentityProviderConfigCommandInput,
|
|
165
|
+
options: __HttpHandlerOptions,
|
|
166
|
+
cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void
|
|
167
|
+
): void;
|
|
168
|
+
|
|
169
|
+
createAddon(
|
|
170
|
+
args: CreateAddonCommandInput,
|
|
171
|
+
options?: __HttpHandlerOptions
|
|
172
|
+
): Promise<CreateAddonCommandOutput>;
|
|
173
|
+
createAddon(
|
|
174
|
+
args: CreateAddonCommandInput,
|
|
175
|
+
cb: (err: any, data?: CreateAddonCommandOutput) => void
|
|
176
|
+
): void;
|
|
177
|
+
createAddon(
|
|
178
|
+
args: CreateAddonCommandInput,
|
|
179
|
+
options: __HttpHandlerOptions,
|
|
180
|
+
cb: (err: any, data?: CreateAddonCommandOutput) => void
|
|
181
|
+
): void;
|
|
182
|
+
|
|
183
|
+
createCluster(
|
|
184
|
+
args: CreateClusterCommandInput,
|
|
185
|
+
options?: __HttpHandlerOptions
|
|
186
|
+
): Promise<CreateClusterCommandOutput>;
|
|
187
|
+
createCluster(
|
|
188
|
+
args: CreateClusterCommandInput,
|
|
189
|
+
cb: (err: any, data?: CreateClusterCommandOutput) => void
|
|
190
|
+
): void;
|
|
191
|
+
createCluster(
|
|
192
|
+
args: CreateClusterCommandInput,
|
|
193
|
+
options: __HttpHandlerOptions,
|
|
194
|
+
cb: (err: any, data?: CreateClusterCommandOutput) => void
|
|
195
|
+
): void;
|
|
196
|
+
|
|
197
|
+
createFargateProfile(
|
|
198
|
+
args: CreateFargateProfileCommandInput,
|
|
199
|
+
options?: __HttpHandlerOptions
|
|
200
|
+
): Promise<CreateFargateProfileCommandOutput>;
|
|
201
|
+
createFargateProfile(
|
|
202
|
+
args: CreateFargateProfileCommandInput,
|
|
203
|
+
cb: (err: any, data?: CreateFargateProfileCommandOutput) => void
|
|
204
|
+
): void;
|
|
205
|
+
createFargateProfile(
|
|
206
|
+
args: CreateFargateProfileCommandInput,
|
|
207
|
+
options: __HttpHandlerOptions,
|
|
208
|
+
cb: (err: any, data?: CreateFargateProfileCommandOutput) => void
|
|
209
|
+
): void;
|
|
210
|
+
|
|
211
|
+
createNodegroup(
|
|
212
|
+
args: CreateNodegroupCommandInput,
|
|
213
|
+
options?: __HttpHandlerOptions
|
|
214
|
+
): Promise<CreateNodegroupCommandOutput>;
|
|
215
|
+
createNodegroup(
|
|
216
|
+
args: CreateNodegroupCommandInput,
|
|
217
|
+
cb: (err: any, data?: CreateNodegroupCommandOutput) => void
|
|
218
|
+
): void;
|
|
219
|
+
createNodegroup(
|
|
220
|
+
args: CreateNodegroupCommandInput,
|
|
221
|
+
options: __HttpHandlerOptions,
|
|
222
|
+
cb: (err: any, data?: CreateNodegroupCommandOutput) => void
|
|
223
|
+
): void;
|
|
224
|
+
|
|
225
|
+
deleteAddon(
|
|
226
|
+
args: DeleteAddonCommandInput,
|
|
227
|
+
options?: __HttpHandlerOptions
|
|
228
|
+
): Promise<DeleteAddonCommandOutput>;
|
|
229
|
+
deleteAddon(
|
|
230
|
+
args: DeleteAddonCommandInput,
|
|
231
|
+
cb: (err: any, data?: DeleteAddonCommandOutput) => void
|
|
232
|
+
): void;
|
|
233
|
+
deleteAddon(
|
|
234
|
+
args: DeleteAddonCommandInput,
|
|
235
|
+
options: __HttpHandlerOptions,
|
|
236
|
+
cb: (err: any, data?: DeleteAddonCommandOutput) => void
|
|
237
|
+
): void;
|
|
238
|
+
|
|
239
|
+
deleteCluster(
|
|
240
|
+
args: DeleteClusterCommandInput,
|
|
241
|
+
options?: __HttpHandlerOptions
|
|
242
|
+
): Promise<DeleteClusterCommandOutput>;
|
|
243
|
+
deleteCluster(
|
|
244
|
+
args: DeleteClusterCommandInput,
|
|
245
|
+
cb: (err: any, data?: DeleteClusterCommandOutput) => void
|
|
246
|
+
): void;
|
|
247
|
+
deleteCluster(
|
|
248
|
+
args: DeleteClusterCommandInput,
|
|
249
|
+
options: __HttpHandlerOptions,
|
|
250
|
+
cb: (err: any, data?: DeleteClusterCommandOutput) => void
|
|
251
|
+
): void;
|
|
252
|
+
|
|
253
|
+
deleteFargateProfile(
|
|
254
|
+
args: DeleteFargateProfileCommandInput,
|
|
255
|
+
options?: __HttpHandlerOptions
|
|
256
|
+
): Promise<DeleteFargateProfileCommandOutput>;
|
|
257
|
+
deleteFargateProfile(
|
|
258
|
+
args: DeleteFargateProfileCommandInput,
|
|
259
|
+
cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void
|
|
260
|
+
): void;
|
|
261
|
+
deleteFargateProfile(
|
|
262
|
+
args: DeleteFargateProfileCommandInput,
|
|
263
|
+
options: __HttpHandlerOptions,
|
|
264
|
+
cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void
|
|
265
|
+
): void;
|
|
266
|
+
|
|
267
|
+
deleteNodegroup(
|
|
268
|
+
args: DeleteNodegroupCommandInput,
|
|
269
|
+
options?: __HttpHandlerOptions
|
|
270
|
+
): Promise<DeleteNodegroupCommandOutput>;
|
|
271
|
+
deleteNodegroup(
|
|
272
|
+
args: DeleteNodegroupCommandInput,
|
|
273
|
+
cb: (err: any, data?: DeleteNodegroupCommandOutput) => void
|
|
274
|
+
): void;
|
|
275
|
+
deleteNodegroup(
|
|
276
|
+
args: DeleteNodegroupCommandInput,
|
|
277
|
+
options: __HttpHandlerOptions,
|
|
278
|
+
cb: (err: any, data?: DeleteNodegroupCommandOutput) => void
|
|
279
|
+
): void;
|
|
280
|
+
|
|
281
|
+
deregisterCluster(
|
|
282
|
+
args: DeregisterClusterCommandInput,
|
|
283
|
+
options?: __HttpHandlerOptions
|
|
284
|
+
): Promise<DeregisterClusterCommandOutput>;
|
|
285
|
+
deregisterCluster(
|
|
286
|
+
args: DeregisterClusterCommandInput,
|
|
287
|
+
cb: (err: any, data?: DeregisterClusterCommandOutput) => void
|
|
288
|
+
): void;
|
|
289
|
+
deregisterCluster(
|
|
290
|
+
args: DeregisterClusterCommandInput,
|
|
291
|
+
options: __HttpHandlerOptions,
|
|
292
|
+
cb: (err: any, data?: DeregisterClusterCommandOutput) => void
|
|
293
|
+
): void;
|
|
294
|
+
|
|
295
|
+
describeAddon(
|
|
296
|
+
args: DescribeAddonCommandInput,
|
|
297
|
+
options?: __HttpHandlerOptions
|
|
298
|
+
): Promise<DescribeAddonCommandOutput>;
|
|
299
|
+
describeAddon(
|
|
300
|
+
args: DescribeAddonCommandInput,
|
|
301
|
+
cb: (err: any, data?: DescribeAddonCommandOutput) => void
|
|
302
|
+
): void;
|
|
303
|
+
describeAddon(
|
|
304
|
+
args: DescribeAddonCommandInput,
|
|
305
|
+
options: __HttpHandlerOptions,
|
|
306
|
+
cb: (err: any, data?: DescribeAddonCommandOutput) => void
|
|
307
|
+
): void;
|
|
308
|
+
|
|
309
|
+
describeAddonVersions(
|
|
310
|
+
args: DescribeAddonVersionsCommandInput,
|
|
311
|
+
options?: __HttpHandlerOptions
|
|
312
|
+
): Promise<DescribeAddonVersionsCommandOutput>;
|
|
313
|
+
describeAddonVersions(
|
|
314
|
+
args: DescribeAddonVersionsCommandInput,
|
|
315
|
+
cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void
|
|
316
|
+
): void;
|
|
317
|
+
describeAddonVersions(
|
|
318
|
+
args: DescribeAddonVersionsCommandInput,
|
|
319
|
+
options: __HttpHandlerOptions,
|
|
320
|
+
cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void
|
|
321
|
+
): void;
|
|
322
|
+
|
|
323
|
+
describeCluster(
|
|
324
|
+
args: DescribeClusterCommandInput,
|
|
325
|
+
options?: __HttpHandlerOptions
|
|
326
|
+
): Promise<DescribeClusterCommandOutput>;
|
|
327
|
+
describeCluster(
|
|
328
|
+
args: DescribeClusterCommandInput,
|
|
329
|
+
cb: (err: any, data?: DescribeClusterCommandOutput) => void
|
|
330
|
+
): void;
|
|
331
|
+
describeCluster(
|
|
332
|
+
args: DescribeClusterCommandInput,
|
|
333
|
+
options: __HttpHandlerOptions,
|
|
334
|
+
cb: (err: any, data?: DescribeClusterCommandOutput) => void
|
|
335
|
+
): void;
|
|
336
|
+
|
|
337
|
+
describeFargateProfile(
|
|
338
|
+
args: DescribeFargateProfileCommandInput,
|
|
339
|
+
options?: __HttpHandlerOptions
|
|
340
|
+
): Promise<DescribeFargateProfileCommandOutput>;
|
|
341
|
+
describeFargateProfile(
|
|
342
|
+
args: DescribeFargateProfileCommandInput,
|
|
343
|
+
cb: (err: any, data?: DescribeFargateProfileCommandOutput) => void
|
|
344
|
+
): void;
|
|
345
|
+
describeFargateProfile(
|
|
346
|
+
args: DescribeFargateProfileCommandInput,
|
|
347
|
+
options: __HttpHandlerOptions,
|
|
348
|
+
cb: (err: any, data?: DescribeFargateProfileCommandOutput) => void
|
|
349
|
+
): void;
|
|
350
|
+
|
|
351
|
+
describeIdentityProviderConfig(
|
|
352
|
+
args: DescribeIdentityProviderConfigCommandInput,
|
|
353
|
+
options?: __HttpHandlerOptions
|
|
354
|
+
): Promise<DescribeIdentityProviderConfigCommandOutput>;
|
|
355
|
+
describeIdentityProviderConfig(
|
|
356
|
+
args: DescribeIdentityProviderConfigCommandInput,
|
|
357
|
+
cb: (err: any, data?: DescribeIdentityProviderConfigCommandOutput) => void
|
|
358
|
+
): void;
|
|
359
|
+
describeIdentityProviderConfig(
|
|
360
|
+
args: DescribeIdentityProviderConfigCommandInput,
|
|
361
|
+
options: __HttpHandlerOptions,
|
|
362
|
+
cb: (err: any, data?: DescribeIdentityProviderConfigCommandOutput) => void
|
|
363
|
+
): void;
|
|
364
|
+
|
|
365
|
+
describeNodegroup(
|
|
366
|
+
args: DescribeNodegroupCommandInput,
|
|
367
|
+
options?: __HttpHandlerOptions
|
|
368
|
+
): Promise<DescribeNodegroupCommandOutput>;
|
|
369
|
+
describeNodegroup(
|
|
370
|
+
args: DescribeNodegroupCommandInput,
|
|
371
|
+
cb: (err: any, data?: DescribeNodegroupCommandOutput) => void
|
|
372
|
+
): void;
|
|
373
|
+
describeNodegroup(
|
|
374
|
+
args: DescribeNodegroupCommandInput,
|
|
375
|
+
options: __HttpHandlerOptions,
|
|
376
|
+
cb: (err: any, data?: DescribeNodegroupCommandOutput) => void
|
|
377
|
+
): void;
|
|
378
|
+
|
|
379
|
+
describeUpdate(
|
|
380
|
+
args: DescribeUpdateCommandInput,
|
|
381
|
+
options?: __HttpHandlerOptions
|
|
382
|
+
): Promise<DescribeUpdateCommandOutput>;
|
|
383
|
+
describeUpdate(
|
|
384
|
+
args: DescribeUpdateCommandInput,
|
|
385
|
+
cb: (err: any, data?: DescribeUpdateCommandOutput) => void
|
|
386
|
+
): void;
|
|
387
|
+
describeUpdate(
|
|
388
|
+
args: DescribeUpdateCommandInput,
|
|
389
|
+
options: __HttpHandlerOptions,
|
|
390
|
+
cb: (err: any, data?: DescribeUpdateCommandOutput) => void
|
|
391
|
+
): void;
|
|
392
|
+
|
|
393
|
+
disassociateIdentityProviderConfig(
|
|
394
|
+
args: DisassociateIdentityProviderConfigCommandInput,
|
|
395
|
+
options?: __HttpHandlerOptions
|
|
396
|
+
): Promise<DisassociateIdentityProviderConfigCommandOutput>;
|
|
397
|
+
disassociateIdentityProviderConfig(
|
|
398
|
+
args: DisassociateIdentityProviderConfigCommandInput,
|
|
399
|
+
cb: (
|
|
400
|
+
err: any,
|
|
401
|
+
data?: DisassociateIdentityProviderConfigCommandOutput
|
|
402
|
+
) => void
|
|
403
|
+
): void;
|
|
404
|
+
disassociateIdentityProviderConfig(
|
|
405
|
+
args: DisassociateIdentityProviderConfigCommandInput,
|
|
406
|
+
options: __HttpHandlerOptions,
|
|
407
|
+
cb: (
|
|
408
|
+
err: any,
|
|
409
|
+
data?: DisassociateIdentityProviderConfigCommandOutput
|
|
410
|
+
) => void
|
|
411
|
+
): void;
|
|
412
|
+
|
|
413
|
+
listAddons(
|
|
414
|
+
args: ListAddonsCommandInput,
|
|
415
|
+
options?: __HttpHandlerOptions
|
|
416
|
+
): Promise<ListAddonsCommandOutput>;
|
|
417
|
+
listAddons(
|
|
418
|
+
args: ListAddonsCommandInput,
|
|
419
|
+
cb: (err: any, data?: ListAddonsCommandOutput) => void
|
|
420
|
+
): void;
|
|
421
|
+
listAddons(
|
|
422
|
+
args: ListAddonsCommandInput,
|
|
423
|
+
options: __HttpHandlerOptions,
|
|
424
|
+
cb: (err: any, data?: ListAddonsCommandOutput) => void
|
|
425
|
+
): void;
|
|
426
|
+
|
|
427
|
+
listClusters(
|
|
428
|
+
args: ListClustersCommandInput,
|
|
429
|
+
options?: __HttpHandlerOptions
|
|
430
|
+
): Promise<ListClustersCommandOutput>;
|
|
431
|
+
listClusters(
|
|
432
|
+
args: ListClustersCommandInput,
|
|
433
|
+
cb: (err: any, data?: ListClustersCommandOutput) => void
|
|
434
|
+
): void;
|
|
435
|
+
listClusters(
|
|
436
|
+
args: ListClustersCommandInput,
|
|
437
|
+
options: __HttpHandlerOptions,
|
|
438
|
+
cb: (err: any, data?: ListClustersCommandOutput) => void
|
|
439
|
+
): void;
|
|
440
|
+
|
|
441
|
+
listFargateProfiles(
|
|
442
|
+
args: ListFargateProfilesCommandInput,
|
|
443
|
+
options?: __HttpHandlerOptions
|
|
444
|
+
): Promise<ListFargateProfilesCommandOutput>;
|
|
445
|
+
listFargateProfiles(
|
|
446
|
+
args: ListFargateProfilesCommandInput,
|
|
447
|
+
cb: (err: any, data?: ListFargateProfilesCommandOutput) => void
|
|
448
|
+
): void;
|
|
449
|
+
listFargateProfiles(
|
|
450
|
+
args: ListFargateProfilesCommandInput,
|
|
451
|
+
options: __HttpHandlerOptions,
|
|
452
|
+
cb: (err: any, data?: ListFargateProfilesCommandOutput) => void
|
|
453
|
+
): void;
|
|
454
|
+
|
|
455
|
+
listIdentityProviderConfigs(
|
|
456
|
+
args: ListIdentityProviderConfigsCommandInput,
|
|
457
|
+
options?: __HttpHandlerOptions
|
|
458
|
+
): Promise<ListIdentityProviderConfigsCommandOutput>;
|
|
459
|
+
listIdentityProviderConfigs(
|
|
460
|
+
args: ListIdentityProviderConfigsCommandInput,
|
|
461
|
+
cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void
|
|
462
|
+
): void;
|
|
463
|
+
listIdentityProviderConfigs(
|
|
464
|
+
args: ListIdentityProviderConfigsCommandInput,
|
|
465
|
+
options: __HttpHandlerOptions,
|
|
466
|
+
cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void
|
|
467
|
+
): void;
|
|
468
|
+
|
|
469
|
+
listNodegroups(
|
|
470
|
+
args: ListNodegroupsCommandInput,
|
|
471
|
+
options?: __HttpHandlerOptions
|
|
472
|
+
): Promise<ListNodegroupsCommandOutput>;
|
|
473
|
+
listNodegroups(
|
|
474
|
+
args: ListNodegroupsCommandInput,
|
|
475
|
+
cb: (err: any, data?: ListNodegroupsCommandOutput) => void
|
|
476
|
+
): void;
|
|
477
|
+
listNodegroups(
|
|
478
|
+
args: ListNodegroupsCommandInput,
|
|
479
|
+
options: __HttpHandlerOptions,
|
|
480
|
+
cb: (err: any, data?: ListNodegroupsCommandOutput) => void
|
|
481
|
+
): void;
|
|
482
|
+
|
|
483
|
+
listTagsForResource(
|
|
484
|
+
args: ListTagsForResourceCommandInput,
|
|
485
|
+
options?: __HttpHandlerOptions
|
|
486
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
487
|
+
listTagsForResource(
|
|
488
|
+
args: ListTagsForResourceCommandInput,
|
|
489
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
490
|
+
): void;
|
|
491
|
+
listTagsForResource(
|
|
492
|
+
args: ListTagsForResourceCommandInput,
|
|
493
|
+
options: __HttpHandlerOptions,
|
|
494
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
495
|
+
): void;
|
|
496
|
+
|
|
497
|
+
listUpdates(
|
|
498
|
+
args: ListUpdatesCommandInput,
|
|
499
|
+
options?: __HttpHandlerOptions
|
|
500
|
+
): Promise<ListUpdatesCommandOutput>;
|
|
501
|
+
listUpdates(
|
|
502
|
+
args: ListUpdatesCommandInput,
|
|
503
|
+
cb: (err: any, data?: ListUpdatesCommandOutput) => void
|
|
504
|
+
): void;
|
|
505
|
+
listUpdates(
|
|
506
|
+
args: ListUpdatesCommandInput,
|
|
507
|
+
options: __HttpHandlerOptions,
|
|
508
|
+
cb: (err: any, data?: ListUpdatesCommandOutput) => void
|
|
509
|
+
): void;
|
|
510
|
+
|
|
511
|
+
registerCluster(
|
|
512
|
+
args: RegisterClusterCommandInput,
|
|
513
|
+
options?: __HttpHandlerOptions
|
|
514
|
+
): Promise<RegisterClusterCommandOutput>;
|
|
515
|
+
registerCluster(
|
|
516
|
+
args: RegisterClusterCommandInput,
|
|
517
|
+
cb: (err: any, data?: RegisterClusterCommandOutput) => void
|
|
518
|
+
): void;
|
|
519
|
+
registerCluster(
|
|
520
|
+
args: RegisterClusterCommandInput,
|
|
521
|
+
options: __HttpHandlerOptions,
|
|
522
|
+
cb: (err: any, data?: RegisterClusterCommandOutput) => void
|
|
523
|
+
): void;
|
|
524
|
+
|
|
525
|
+
tagResource(
|
|
526
|
+
args: TagResourceCommandInput,
|
|
527
|
+
options?: __HttpHandlerOptions
|
|
528
|
+
): Promise<TagResourceCommandOutput>;
|
|
529
|
+
tagResource(
|
|
530
|
+
args: TagResourceCommandInput,
|
|
531
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
532
|
+
): void;
|
|
533
|
+
tagResource(
|
|
534
|
+
args: TagResourceCommandInput,
|
|
535
|
+
options: __HttpHandlerOptions,
|
|
536
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
537
|
+
): void;
|
|
538
|
+
|
|
539
|
+
untagResource(
|
|
540
|
+
args: UntagResourceCommandInput,
|
|
541
|
+
options?: __HttpHandlerOptions
|
|
542
|
+
): Promise<UntagResourceCommandOutput>;
|
|
543
|
+
untagResource(
|
|
544
|
+
args: UntagResourceCommandInput,
|
|
545
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
546
|
+
): void;
|
|
547
|
+
untagResource(
|
|
548
|
+
args: UntagResourceCommandInput,
|
|
549
|
+
options: __HttpHandlerOptions,
|
|
550
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
551
|
+
): void;
|
|
552
|
+
|
|
553
|
+
updateAddon(
|
|
554
|
+
args: UpdateAddonCommandInput,
|
|
555
|
+
options?: __HttpHandlerOptions
|
|
556
|
+
): Promise<UpdateAddonCommandOutput>;
|
|
557
|
+
updateAddon(
|
|
558
|
+
args: UpdateAddonCommandInput,
|
|
559
|
+
cb: (err: any, data?: UpdateAddonCommandOutput) => void
|
|
560
|
+
): void;
|
|
561
|
+
updateAddon(
|
|
562
|
+
args: UpdateAddonCommandInput,
|
|
563
|
+
options: __HttpHandlerOptions,
|
|
564
|
+
cb: (err: any, data?: UpdateAddonCommandOutput) => void
|
|
565
|
+
): void;
|
|
566
|
+
|
|
567
|
+
updateClusterConfig(
|
|
568
|
+
args: UpdateClusterConfigCommandInput,
|
|
569
|
+
options?: __HttpHandlerOptions
|
|
570
|
+
): Promise<UpdateClusterConfigCommandOutput>;
|
|
571
|
+
updateClusterConfig(
|
|
572
|
+
args: UpdateClusterConfigCommandInput,
|
|
573
|
+
cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void
|
|
574
|
+
): void;
|
|
575
|
+
updateClusterConfig(
|
|
576
|
+
args: UpdateClusterConfigCommandInput,
|
|
577
|
+
options: __HttpHandlerOptions,
|
|
578
|
+
cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void
|
|
579
|
+
): void;
|
|
580
|
+
|
|
581
|
+
updateClusterVersion(
|
|
582
|
+
args: UpdateClusterVersionCommandInput,
|
|
583
|
+
options?: __HttpHandlerOptions
|
|
584
|
+
): Promise<UpdateClusterVersionCommandOutput>;
|
|
585
|
+
updateClusterVersion(
|
|
586
|
+
args: UpdateClusterVersionCommandInput,
|
|
587
|
+
cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void
|
|
588
|
+
): void;
|
|
589
|
+
updateClusterVersion(
|
|
590
|
+
args: UpdateClusterVersionCommandInput,
|
|
591
|
+
options: __HttpHandlerOptions,
|
|
592
|
+
cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void
|
|
593
|
+
): void;
|
|
594
|
+
|
|
595
|
+
updateNodegroupConfig(
|
|
596
|
+
args: UpdateNodegroupConfigCommandInput,
|
|
597
|
+
options?: __HttpHandlerOptions
|
|
598
|
+
): Promise<UpdateNodegroupConfigCommandOutput>;
|
|
599
|
+
updateNodegroupConfig(
|
|
600
|
+
args: UpdateNodegroupConfigCommandInput,
|
|
601
|
+
cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void
|
|
602
|
+
): void;
|
|
603
|
+
updateNodegroupConfig(
|
|
604
|
+
args: UpdateNodegroupConfigCommandInput,
|
|
605
|
+
options: __HttpHandlerOptions,
|
|
606
|
+
cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void
|
|
607
|
+
): void;
|
|
608
|
+
|
|
609
|
+
updateNodegroupVersion(
|
|
610
|
+
args: UpdateNodegroupVersionCommandInput,
|
|
611
|
+
options?: __HttpHandlerOptions
|
|
612
|
+
): Promise<UpdateNodegroupVersionCommandOutput>;
|
|
613
|
+
updateNodegroupVersion(
|
|
614
|
+
args: UpdateNodegroupVersionCommandInput,
|
|
615
|
+
cb: (err: any, data?: UpdateNodegroupVersionCommandOutput) => void
|
|
616
|
+
): void;
|
|
617
|
+
updateNodegroupVersion(
|
|
618
|
+
args: UpdateNodegroupVersionCommandInput,
|
|
619
|
+
options: __HttpHandlerOptions,
|
|
620
|
+
cb: (err: any, data?: UpdateNodegroupVersionCommandOutput) => void
|
|
621
|
+
): void;
|
|
622
|
+
}
|