@aws-sdk/client-eks 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/EKS.d.ts +588 -175
- package/dist-types/ts3.4/EKSClient.d.ts +307 -107
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1167 -1472
- 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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +8 -8
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,107 +1,307 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateEncryptionConfigCommandInput,
|
|
47
|
+
AssociateEncryptionConfigCommandOutput,
|
|
48
|
+
} from "./commands/AssociateEncryptionConfigCommand";
|
|
49
|
+
import {
|
|
50
|
+
AssociateIdentityProviderConfigCommandInput,
|
|
51
|
+
AssociateIdentityProviderConfigCommandOutput,
|
|
52
|
+
} from "./commands/AssociateIdentityProviderConfigCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateAddonCommandInput,
|
|
55
|
+
CreateAddonCommandOutput,
|
|
56
|
+
} from "./commands/CreateAddonCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateClusterCommandInput,
|
|
59
|
+
CreateClusterCommandOutput,
|
|
60
|
+
} from "./commands/CreateClusterCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateFargateProfileCommandInput,
|
|
63
|
+
CreateFargateProfileCommandOutput,
|
|
64
|
+
} from "./commands/CreateFargateProfileCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateNodegroupCommandInput,
|
|
67
|
+
CreateNodegroupCommandOutput,
|
|
68
|
+
} from "./commands/CreateNodegroupCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteAddonCommandInput,
|
|
71
|
+
DeleteAddonCommandOutput,
|
|
72
|
+
} from "./commands/DeleteAddonCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteClusterCommandInput,
|
|
75
|
+
DeleteClusterCommandOutput,
|
|
76
|
+
} from "./commands/DeleteClusterCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteFargateProfileCommandInput,
|
|
79
|
+
DeleteFargateProfileCommandOutput,
|
|
80
|
+
} from "./commands/DeleteFargateProfileCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteNodegroupCommandInput,
|
|
83
|
+
DeleteNodegroupCommandOutput,
|
|
84
|
+
} from "./commands/DeleteNodegroupCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeregisterClusterCommandInput,
|
|
87
|
+
DeregisterClusterCommandOutput,
|
|
88
|
+
} from "./commands/DeregisterClusterCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeAddonCommandInput,
|
|
91
|
+
DescribeAddonCommandOutput,
|
|
92
|
+
} from "./commands/DescribeAddonCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeAddonVersionsCommandInput,
|
|
95
|
+
DescribeAddonVersionsCommandOutput,
|
|
96
|
+
} from "./commands/DescribeAddonVersionsCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribeClusterCommandInput,
|
|
99
|
+
DescribeClusterCommandOutput,
|
|
100
|
+
} from "./commands/DescribeClusterCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribeFargateProfileCommandInput,
|
|
103
|
+
DescribeFargateProfileCommandOutput,
|
|
104
|
+
} from "./commands/DescribeFargateProfileCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribeIdentityProviderConfigCommandInput,
|
|
107
|
+
DescribeIdentityProviderConfigCommandOutput,
|
|
108
|
+
} from "./commands/DescribeIdentityProviderConfigCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeNodegroupCommandInput,
|
|
111
|
+
DescribeNodegroupCommandOutput,
|
|
112
|
+
} from "./commands/DescribeNodegroupCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeUpdateCommandInput,
|
|
115
|
+
DescribeUpdateCommandOutput,
|
|
116
|
+
} from "./commands/DescribeUpdateCommand";
|
|
117
|
+
import {
|
|
118
|
+
DisassociateIdentityProviderConfigCommandInput,
|
|
119
|
+
DisassociateIdentityProviderConfigCommandOutput,
|
|
120
|
+
} from "./commands/DisassociateIdentityProviderConfigCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListAddonsCommandInput,
|
|
123
|
+
ListAddonsCommandOutput,
|
|
124
|
+
} from "./commands/ListAddonsCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListClustersCommandInput,
|
|
127
|
+
ListClustersCommandOutput,
|
|
128
|
+
} from "./commands/ListClustersCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListFargateProfilesCommandInput,
|
|
131
|
+
ListFargateProfilesCommandOutput,
|
|
132
|
+
} from "./commands/ListFargateProfilesCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListIdentityProviderConfigsCommandInput,
|
|
135
|
+
ListIdentityProviderConfigsCommandOutput,
|
|
136
|
+
} from "./commands/ListIdentityProviderConfigsCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListNodegroupsCommandInput,
|
|
139
|
+
ListNodegroupsCommandOutput,
|
|
140
|
+
} from "./commands/ListNodegroupsCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListTagsForResourceCommandInput,
|
|
143
|
+
ListTagsForResourceCommandOutput,
|
|
144
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListUpdatesCommandInput,
|
|
147
|
+
ListUpdatesCommandOutput,
|
|
148
|
+
} from "./commands/ListUpdatesCommand";
|
|
149
|
+
import {
|
|
150
|
+
RegisterClusterCommandInput,
|
|
151
|
+
RegisterClusterCommandOutput,
|
|
152
|
+
} from "./commands/RegisterClusterCommand";
|
|
153
|
+
import {
|
|
154
|
+
TagResourceCommandInput,
|
|
155
|
+
TagResourceCommandOutput,
|
|
156
|
+
} from "./commands/TagResourceCommand";
|
|
157
|
+
import {
|
|
158
|
+
UntagResourceCommandInput,
|
|
159
|
+
UntagResourceCommandOutput,
|
|
160
|
+
} from "./commands/UntagResourceCommand";
|
|
161
|
+
import {
|
|
162
|
+
UpdateAddonCommandInput,
|
|
163
|
+
UpdateAddonCommandOutput,
|
|
164
|
+
} from "./commands/UpdateAddonCommand";
|
|
165
|
+
import {
|
|
166
|
+
UpdateClusterConfigCommandInput,
|
|
167
|
+
UpdateClusterConfigCommandOutput,
|
|
168
|
+
} from "./commands/UpdateClusterConfigCommand";
|
|
169
|
+
import {
|
|
170
|
+
UpdateClusterVersionCommandInput,
|
|
171
|
+
UpdateClusterVersionCommandOutput,
|
|
172
|
+
} from "./commands/UpdateClusterVersionCommand";
|
|
173
|
+
import {
|
|
174
|
+
UpdateNodegroupConfigCommandInput,
|
|
175
|
+
UpdateNodegroupConfigCommandOutput,
|
|
176
|
+
} from "./commands/UpdateNodegroupConfigCommand";
|
|
177
|
+
import {
|
|
178
|
+
UpdateNodegroupVersionCommandInput,
|
|
179
|
+
UpdateNodegroupVersionCommandOutput,
|
|
180
|
+
} from "./commands/UpdateNodegroupVersionCommand";
|
|
181
|
+
export declare type ServiceInputTypes =
|
|
182
|
+
| AssociateEncryptionConfigCommandInput
|
|
183
|
+
| AssociateIdentityProviderConfigCommandInput
|
|
184
|
+
| CreateAddonCommandInput
|
|
185
|
+
| CreateClusterCommandInput
|
|
186
|
+
| CreateFargateProfileCommandInput
|
|
187
|
+
| CreateNodegroupCommandInput
|
|
188
|
+
| DeleteAddonCommandInput
|
|
189
|
+
| DeleteClusterCommandInput
|
|
190
|
+
| DeleteFargateProfileCommandInput
|
|
191
|
+
| DeleteNodegroupCommandInput
|
|
192
|
+
| DeregisterClusterCommandInput
|
|
193
|
+
| DescribeAddonCommandInput
|
|
194
|
+
| DescribeAddonVersionsCommandInput
|
|
195
|
+
| DescribeClusterCommandInput
|
|
196
|
+
| DescribeFargateProfileCommandInput
|
|
197
|
+
| DescribeIdentityProviderConfigCommandInput
|
|
198
|
+
| DescribeNodegroupCommandInput
|
|
199
|
+
| DescribeUpdateCommandInput
|
|
200
|
+
| DisassociateIdentityProviderConfigCommandInput
|
|
201
|
+
| ListAddonsCommandInput
|
|
202
|
+
| ListClustersCommandInput
|
|
203
|
+
| ListFargateProfilesCommandInput
|
|
204
|
+
| ListIdentityProviderConfigsCommandInput
|
|
205
|
+
| ListNodegroupsCommandInput
|
|
206
|
+
| ListTagsForResourceCommandInput
|
|
207
|
+
| ListUpdatesCommandInput
|
|
208
|
+
| RegisterClusterCommandInput
|
|
209
|
+
| TagResourceCommandInput
|
|
210
|
+
| UntagResourceCommandInput
|
|
211
|
+
| UpdateAddonCommandInput
|
|
212
|
+
| UpdateClusterConfigCommandInput
|
|
213
|
+
| UpdateClusterVersionCommandInput
|
|
214
|
+
| UpdateNodegroupConfigCommandInput
|
|
215
|
+
| UpdateNodegroupVersionCommandInput;
|
|
216
|
+
export declare type ServiceOutputTypes =
|
|
217
|
+
| AssociateEncryptionConfigCommandOutput
|
|
218
|
+
| AssociateIdentityProviderConfigCommandOutput
|
|
219
|
+
| CreateAddonCommandOutput
|
|
220
|
+
| CreateClusterCommandOutput
|
|
221
|
+
| CreateFargateProfileCommandOutput
|
|
222
|
+
| CreateNodegroupCommandOutput
|
|
223
|
+
| DeleteAddonCommandOutput
|
|
224
|
+
| DeleteClusterCommandOutput
|
|
225
|
+
| DeleteFargateProfileCommandOutput
|
|
226
|
+
| DeleteNodegroupCommandOutput
|
|
227
|
+
| DeregisterClusterCommandOutput
|
|
228
|
+
| DescribeAddonCommandOutput
|
|
229
|
+
| DescribeAddonVersionsCommandOutput
|
|
230
|
+
| DescribeClusterCommandOutput
|
|
231
|
+
| DescribeFargateProfileCommandOutput
|
|
232
|
+
| DescribeIdentityProviderConfigCommandOutput
|
|
233
|
+
| DescribeNodegroupCommandOutput
|
|
234
|
+
| DescribeUpdateCommandOutput
|
|
235
|
+
| DisassociateIdentityProviderConfigCommandOutput
|
|
236
|
+
| ListAddonsCommandOutput
|
|
237
|
+
| ListClustersCommandOutput
|
|
238
|
+
| ListFargateProfilesCommandOutput
|
|
239
|
+
| ListIdentityProviderConfigsCommandOutput
|
|
240
|
+
| ListNodegroupsCommandOutput
|
|
241
|
+
| ListTagsForResourceCommandOutput
|
|
242
|
+
| ListUpdatesCommandOutput
|
|
243
|
+
| RegisterClusterCommandOutput
|
|
244
|
+
| TagResourceCommandOutput
|
|
245
|
+
| UntagResourceCommandOutput
|
|
246
|
+
| UpdateAddonCommandOutput
|
|
247
|
+
| UpdateClusterConfigCommandOutput
|
|
248
|
+
| UpdateClusterVersionCommandOutput
|
|
249
|
+
| UpdateNodegroupConfigCommandOutput
|
|
250
|
+
| UpdateNodegroupVersionCommandOutput;
|
|
251
|
+
export interface ClientDefaults
|
|
252
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
253
|
+
requestHandler?: __HttpHandler;
|
|
254
|
+
sha256?: __HashConstructor;
|
|
255
|
+
urlParser?: __UrlParser;
|
|
256
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
257
|
+
streamCollector?: __StreamCollector;
|
|
258
|
+
base64Decoder?: __Decoder;
|
|
259
|
+
base64Encoder?: __Encoder;
|
|
260
|
+
utf8Decoder?: __Decoder;
|
|
261
|
+
utf8Encoder?: __Encoder;
|
|
262
|
+
runtime?: string;
|
|
263
|
+
disableHostPrefix?: boolean;
|
|
264
|
+
maxAttempts?: number | __Provider<number>;
|
|
265
|
+
retryMode?: string | __Provider<string>;
|
|
266
|
+
logger?: __Logger;
|
|
267
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
268
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
269
|
+
serviceId?: string;
|
|
270
|
+
region?: string | __Provider<string>;
|
|
271
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
272
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
273
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
274
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
275
|
+
}
|
|
276
|
+
declare type EKSClientConfigType = Partial<
|
|
277
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
278
|
+
> &
|
|
279
|
+
ClientDefaults &
|
|
280
|
+
RegionInputConfig &
|
|
281
|
+
EndpointsInputConfig &
|
|
282
|
+
RetryInputConfig &
|
|
283
|
+
HostHeaderInputConfig &
|
|
284
|
+
AwsAuthInputConfig &
|
|
285
|
+
UserAgentInputConfig;
|
|
286
|
+
export interface EKSClientConfig extends EKSClientConfigType {}
|
|
287
|
+
declare type EKSClientResolvedConfigType =
|
|
288
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
289
|
+
Required<ClientDefaults> &
|
|
290
|
+
RegionResolvedConfig &
|
|
291
|
+
EndpointsResolvedConfig &
|
|
292
|
+
RetryResolvedConfig &
|
|
293
|
+
HostHeaderResolvedConfig &
|
|
294
|
+
AwsAuthResolvedConfig &
|
|
295
|
+
UserAgentResolvedConfig;
|
|
296
|
+
export interface EKSClientResolvedConfig extends EKSClientResolvedConfigType {}
|
|
297
|
+
export declare class EKSClient extends __Client<
|
|
298
|
+
__HttpHandlerOptions,
|
|
299
|
+
ServiceInputTypes,
|
|
300
|
+
ServiceOutputTypes,
|
|
301
|
+
EKSClientResolvedConfig
|
|
302
|
+
> {
|
|
303
|
+
readonly config: EKSClientResolvedConfig;
|
|
304
|
+
constructor(configuration: EKSClientConfig);
|
|
305
|
+
destroy(): void;
|
|
306
|
+
}
|
|
307
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EKSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EKSClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociateEncryptionConfigRequest,
|
|
15
|
+
AssociateEncryptionConfigResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateEncryptionConfigCommandInput
|
|
18
|
+
extends AssociateEncryptionConfigRequest {}
|
|
19
|
+
export interface AssociateEncryptionConfigCommandOutput
|
|
20
|
+
extends AssociateEncryptionConfigResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AssociateEncryptionConfigCommand extends $Command<
|
|
23
|
+
AssociateEncryptionConfigCommandInput,
|
|
24
|
+
AssociateEncryptionConfigCommandOutput,
|
|
25
|
+
EKSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociateEncryptionConfigCommandInput;
|
|
28
|
+
constructor(input: AssociateEncryptionConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: EKSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AssociateEncryptionConfigCommandInput,
|
|
35
|
+
AssociateEncryptionConfigCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EKSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EKSClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociateIdentityProviderConfigRequest,
|
|
15
|
+
AssociateIdentityProviderConfigResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateIdentityProviderConfigCommandInput
|
|
18
|
+
extends AssociateIdentityProviderConfigRequest {}
|
|
19
|
+
export interface AssociateIdentityProviderConfigCommandOutput
|
|
20
|
+
extends AssociateIdentityProviderConfigResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AssociateIdentityProviderConfigCommand extends $Command<
|
|
23
|
+
AssociateIdentityProviderConfigCommandInput,
|
|
24
|
+
AssociateIdentityProviderConfigCommandOutput,
|
|
25
|
+
EKSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociateIdentityProviderConfigCommandInput;
|
|
28
|
+
constructor(input: AssociateIdentityProviderConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: EKSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AssociateIdentityProviderConfigCommandInput,
|
|
35
|
+
AssociateIdentityProviderConfigCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EKSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EKSClient";
|
|
13
|
+
import { CreateAddonRequest, CreateAddonResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateAddonCommandInput extends CreateAddonRequest {}
|
|
15
|
+
export interface CreateAddonCommandOutput
|
|
16
|
+
extends CreateAddonResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateAddonCommand extends $Command<
|
|
19
|
+
CreateAddonCommandInput,
|
|
20
|
+
CreateAddonCommandOutput,
|
|
21
|
+
EKSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateAddonCommandInput;
|
|
24
|
+
constructor(input: CreateAddonCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: EKSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateAddonCommandInput, CreateAddonCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EKSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EKSClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateClusterRequest,
|
|
15
|
+
CreateClusterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateClusterCommandInput extends CreateClusterRequest {}
|
|
18
|
+
export interface CreateClusterCommandOutput
|
|
19
|
+
extends CreateClusterResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateClusterCommand extends $Command<
|
|
22
|
+
CreateClusterCommandInput,
|
|
23
|
+
CreateClusterCommandOutput,
|
|
24
|
+
EKSClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateClusterCommandInput;
|
|
27
|
+
constructor(input: CreateClusterCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: EKSClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|