@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,107 +1,332 @@
|
|
|
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
|
+
|
|
255
|
+
sha256?: __HashConstructor;
|
|
256
|
+
|
|
257
|
+
urlParser?: __UrlParser;
|
|
258
|
+
|
|
259
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
260
|
+
|
|
261
|
+
streamCollector?: __StreamCollector;
|
|
262
|
+
|
|
263
|
+
base64Decoder?: __Decoder;
|
|
264
|
+
|
|
265
|
+
base64Encoder?: __Encoder;
|
|
266
|
+
|
|
267
|
+
utf8Decoder?: __Decoder;
|
|
268
|
+
|
|
269
|
+
utf8Encoder?: __Encoder;
|
|
270
|
+
|
|
271
|
+
runtime?: string;
|
|
272
|
+
|
|
273
|
+
disableHostPrefix?: boolean;
|
|
274
|
+
|
|
275
|
+
maxAttempts?: number | __Provider<number>;
|
|
276
|
+
|
|
277
|
+
retryMode?: string | __Provider<string>;
|
|
278
|
+
|
|
279
|
+
logger?: __Logger;
|
|
280
|
+
|
|
281
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
282
|
+
|
|
283
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
284
|
+
|
|
285
|
+
serviceId?: string;
|
|
286
|
+
|
|
287
|
+
region?: string | __Provider<string>;
|
|
288
|
+
|
|
289
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
290
|
+
|
|
291
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
292
|
+
|
|
293
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
294
|
+
|
|
295
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
296
|
+
}
|
|
297
|
+
declare type EKSClientConfigType = Partial<
|
|
298
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
299
|
+
> &
|
|
300
|
+
ClientDefaults &
|
|
301
|
+
RegionInputConfig &
|
|
302
|
+
EndpointsInputConfig &
|
|
303
|
+
RetryInputConfig &
|
|
304
|
+
HostHeaderInputConfig &
|
|
305
|
+
AwsAuthInputConfig &
|
|
306
|
+
UserAgentInputConfig;
|
|
307
|
+
|
|
308
|
+
export interface EKSClientConfig extends EKSClientConfigType {}
|
|
309
|
+
declare type EKSClientResolvedConfigType =
|
|
310
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
311
|
+
Required<ClientDefaults> &
|
|
312
|
+
RegionResolvedConfig &
|
|
313
|
+
EndpointsResolvedConfig &
|
|
314
|
+
RetryResolvedConfig &
|
|
315
|
+
HostHeaderResolvedConfig &
|
|
316
|
+
AwsAuthResolvedConfig &
|
|
317
|
+
UserAgentResolvedConfig;
|
|
318
|
+
|
|
319
|
+
export interface EKSClientResolvedConfig extends EKSClientResolvedConfigType {}
|
|
320
|
+
|
|
321
|
+
export declare class EKSClient extends __Client<
|
|
322
|
+
__HttpHandlerOptions,
|
|
323
|
+
ServiceInputTypes,
|
|
324
|
+
ServiceOutputTypes,
|
|
325
|
+
EKSClientResolvedConfig
|
|
326
|
+
> {
|
|
327
|
+
readonly config: EKSClientResolvedConfig;
|
|
328
|
+
constructor(configuration: EKSClientConfig);
|
|
329
|
+
|
|
330
|
+
destroy(): void;
|
|
331
|
+
}
|
|
332
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
|
|
23
|
+
export declare class AssociateEncryptionConfigCommand extends $Command<
|
|
24
|
+
AssociateEncryptionConfigCommandInput,
|
|
25
|
+
AssociateEncryptionConfigCommandOutput,
|
|
26
|
+
EKSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateEncryptionConfigCommandInput;
|
|
29
|
+
constructor(input: AssociateEncryptionConfigCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EKSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateEncryptionConfigCommandInput,
|
|
37
|
+
AssociateEncryptionConfigCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
|
|
23
|
+
export declare class AssociateIdentityProviderConfigCommand extends $Command<
|
|
24
|
+
AssociateIdentityProviderConfigCommandInput,
|
|
25
|
+
AssociateIdentityProviderConfigCommandOutput,
|
|
26
|
+
EKSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateIdentityProviderConfigCommandInput;
|
|
29
|
+
constructor(input: AssociateIdentityProviderConfigCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EKSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateIdentityProviderConfigCommandInput,
|
|
37
|
+
AssociateIdentityProviderConfigCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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
|
+
|
|
19
|
+
export declare class CreateAddonCommand extends $Command<
|
|
20
|
+
CreateAddonCommandInput,
|
|
21
|
+
CreateAddonCommandOutput,
|
|
22
|
+
EKSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateAddonCommandInput;
|
|
25
|
+
constructor(input: CreateAddonCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: EKSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateAddonCommandInput, CreateAddonCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|