@aws-sdk/client-eks 3.928.0 → 3.930.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.
Files changed (80) hide show
  1. package/dist-cjs/index.js +3037 -2731
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/EKSClient.js +2 -0
  4. package/dist-es/commands/AssociateAccessPolicyCommand.js +3 -9
  5. package/dist-es/commands/AssociateEncryptionConfigCommand.js +3 -9
  6. package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +3 -9
  7. package/dist-es/commands/CreateAccessEntryCommand.js +3 -9
  8. package/dist-es/commands/CreateAddonCommand.js +3 -9
  9. package/dist-es/commands/CreateClusterCommand.js +3 -9
  10. package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +3 -9
  11. package/dist-es/commands/CreateFargateProfileCommand.js +3 -9
  12. package/dist-es/commands/CreateNodegroupCommand.js +3 -9
  13. package/dist-es/commands/CreatePodIdentityAssociationCommand.js +3 -9
  14. package/dist-es/commands/DeleteAccessEntryCommand.js +3 -9
  15. package/dist-es/commands/DeleteAddonCommand.js +3 -9
  16. package/dist-es/commands/DeleteClusterCommand.js +3 -9
  17. package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +3 -9
  18. package/dist-es/commands/DeleteFargateProfileCommand.js +3 -9
  19. package/dist-es/commands/DeleteNodegroupCommand.js +3 -9
  20. package/dist-es/commands/DeletePodIdentityAssociationCommand.js +3 -9
  21. package/dist-es/commands/DeregisterClusterCommand.js +3 -9
  22. package/dist-es/commands/DescribeAccessEntryCommand.js +3 -9
  23. package/dist-es/commands/DescribeAddonCommand.js +3 -9
  24. package/dist-es/commands/DescribeAddonConfigurationCommand.js +3 -9
  25. package/dist-es/commands/DescribeAddonVersionsCommand.js +3 -9
  26. package/dist-es/commands/DescribeClusterCommand.js +3 -9
  27. package/dist-es/commands/DescribeClusterVersionsCommand.js +3 -9
  28. package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +3 -9
  29. package/dist-es/commands/DescribeFargateProfileCommand.js +3 -9
  30. package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +3 -9
  31. package/dist-es/commands/DescribeInsightCommand.js +3 -9
  32. package/dist-es/commands/DescribeInsightsRefreshCommand.js +3 -9
  33. package/dist-es/commands/DescribeNodegroupCommand.js +3 -9
  34. package/dist-es/commands/DescribePodIdentityAssociationCommand.js +3 -9
  35. package/dist-es/commands/DescribeUpdateCommand.js +3 -9
  36. package/dist-es/commands/DisassociateAccessPolicyCommand.js +3 -9
  37. package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +3 -9
  38. package/dist-es/commands/ListAccessEntriesCommand.js +3 -9
  39. package/dist-es/commands/ListAccessPoliciesCommand.js +3 -9
  40. package/dist-es/commands/ListAddonsCommand.js +3 -9
  41. package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +3 -9
  42. package/dist-es/commands/ListClustersCommand.js +3 -9
  43. package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +3 -9
  44. package/dist-es/commands/ListFargateProfilesCommand.js +3 -9
  45. package/dist-es/commands/ListIdentityProviderConfigsCommand.js +3 -9
  46. package/dist-es/commands/ListInsightsCommand.js +3 -9
  47. package/dist-es/commands/ListNodegroupsCommand.js +3 -9
  48. package/dist-es/commands/ListPodIdentityAssociationsCommand.js +3 -9
  49. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  50. package/dist-es/commands/ListUpdatesCommand.js +3 -9
  51. package/dist-es/commands/RegisterClusterCommand.js +3 -9
  52. package/dist-es/commands/StartInsightsRefreshCommand.js +3 -9
  53. package/dist-es/commands/TagResourceCommand.js +3 -9
  54. package/dist-es/commands/UntagResourceCommand.js +3 -9
  55. package/dist-es/commands/UpdateAccessEntryCommand.js +3 -9
  56. package/dist-es/commands/UpdateAddonCommand.js +3 -9
  57. package/dist-es/commands/UpdateClusterConfigCommand.js +3 -9
  58. package/dist-es/commands/UpdateClusterVersionCommand.js +3 -9
  59. package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +3 -9
  60. package/dist-es/commands/UpdateNodegroupConfigCommand.js +3 -9
  61. package/dist-es/commands/UpdateNodegroupVersionCommand.js +3 -9
  62. package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +3 -9
  63. package/dist-es/runtimeConfig.shared.js +2 -0
  64. package/dist-es/schemas/schemas_0.js +2900 -0
  65. package/dist-types/EKSClient.d.ts +10 -1
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  67. package/dist-types/runtimeConfig.d.ts +1 -0
  68. package/dist-types/runtimeConfig.native.d.ts +1 -0
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/schemas/schemas_0.d.ts +331 -0
  71. package/dist-types/ts3.4/EKSClient.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  76. package/dist-types/ts3.4/schemas/schemas_0.d.ts +336 -0
  77. package/package.json +34 -35
  78. package/dist-es/protocols/Aws_restJson1.js +0 -2288
  79. package/dist-types/protocols/Aws_restJson1.d.ts +0 -533
  80. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -713
@@ -1,713 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateAccessPolicyCommandInput,
8
- AssociateAccessPolicyCommandOutput,
9
- } from "../commands/AssociateAccessPolicyCommand";
10
- import {
11
- AssociateEncryptionConfigCommandInput,
12
- AssociateEncryptionConfigCommandOutput,
13
- } from "../commands/AssociateEncryptionConfigCommand";
14
- import {
15
- AssociateIdentityProviderConfigCommandInput,
16
- AssociateIdentityProviderConfigCommandOutput,
17
- } from "../commands/AssociateIdentityProviderConfigCommand";
18
- import {
19
- CreateAccessEntryCommandInput,
20
- CreateAccessEntryCommandOutput,
21
- } from "../commands/CreateAccessEntryCommand";
22
- import {
23
- CreateAddonCommandInput,
24
- CreateAddonCommandOutput,
25
- } from "../commands/CreateAddonCommand";
26
- import {
27
- CreateClusterCommandInput,
28
- CreateClusterCommandOutput,
29
- } from "../commands/CreateClusterCommand";
30
- import {
31
- CreateEksAnywhereSubscriptionCommandInput,
32
- CreateEksAnywhereSubscriptionCommandOutput,
33
- } from "../commands/CreateEksAnywhereSubscriptionCommand";
34
- import {
35
- CreateFargateProfileCommandInput,
36
- CreateFargateProfileCommandOutput,
37
- } from "../commands/CreateFargateProfileCommand";
38
- import {
39
- CreateNodegroupCommandInput,
40
- CreateNodegroupCommandOutput,
41
- } from "../commands/CreateNodegroupCommand";
42
- import {
43
- CreatePodIdentityAssociationCommandInput,
44
- CreatePodIdentityAssociationCommandOutput,
45
- } from "../commands/CreatePodIdentityAssociationCommand";
46
- import {
47
- DeleteAccessEntryCommandInput,
48
- DeleteAccessEntryCommandOutput,
49
- } from "../commands/DeleteAccessEntryCommand";
50
- import {
51
- DeleteAddonCommandInput,
52
- DeleteAddonCommandOutput,
53
- } from "../commands/DeleteAddonCommand";
54
- import {
55
- DeleteClusterCommandInput,
56
- DeleteClusterCommandOutput,
57
- } from "../commands/DeleteClusterCommand";
58
- import {
59
- DeleteEksAnywhereSubscriptionCommandInput,
60
- DeleteEksAnywhereSubscriptionCommandOutput,
61
- } from "../commands/DeleteEksAnywhereSubscriptionCommand";
62
- import {
63
- DeleteFargateProfileCommandInput,
64
- DeleteFargateProfileCommandOutput,
65
- } from "../commands/DeleteFargateProfileCommand";
66
- import {
67
- DeleteNodegroupCommandInput,
68
- DeleteNodegroupCommandOutput,
69
- } from "../commands/DeleteNodegroupCommand";
70
- import {
71
- DeletePodIdentityAssociationCommandInput,
72
- DeletePodIdentityAssociationCommandOutput,
73
- } from "../commands/DeletePodIdentityAssociationCommand";
74
- import {
75
- DeregisterClusterCommandInput,
76
- DeregisterClusterCommandOutput,
77
- } from "../commands/DeregisterClusterCommand";
78
- import {
79
- DescribeAccessEntryCommandInput,
80
- DescribeAccessEntryCommandOutput,
81
- } from "../commands/DescribeAccessEntryCommand";
82
- import {
83
- DescribeAddonCommandInput,
84
- DescribeAddonCommandOutput,
85
- } from "../commands/DescribeAddonCommand";
86
- import {
87
- DescribeAddonConfigurationCommandInput,
88
- DescribeAddonConfigurationCommandOutput,
89
- } from "../commands/DescribeAddonConfigurationCommand";
90
- import {
91
- DescribeAddonVersionsCommandInput,
92
- DescribeAddonVersionsCommandOutput,
93
- } from "../commands/DescribeAddonVersionsCommand";
94
- import {
95
- DescribeClusterCommandInput,
96
- DescribeClusterCommandOutput,
97
- } from "../commands/DescribeClusterCommand";
98
- import {
99
- DescribeClusterVersionsCommandInput,
100
- DescribeClusterVersionsCommandOutput,
101
- } from "../commands/DescribeClusterVersionsCommand";
102
- import {
103
- DescribeEksAnywhereSubscriptionCommandInput,
104
- DescribeEksAnywhereSubscriptionCommandOutput,
105
- } from "../commands/DescribeEksAnywhereSubscriptionCommand";
106
- import {
107
- DescribeFargateProfileCommandInput,
108
- DescribeFargateProfileCommandOutput,
109
- } from "../commands/DescribeFargateProfileCommand";
110
- import {
111
- DescribeIdentityProviderConfigCommandInput,
112
- DescribeIdentityProviderConfigCommandOutput,
113
- } from "../commands/DescribeIdentityProviderConfigCommand";
114
- import {
115
- DescribeInsightCommandInput,
116
- DescribeInsightCommandOutput,
117
- } from "../commands/DescribeInsightCommand";
118
- import {
119
- DescribeInsightsRefreshCommandInput,
120
- DescribeInsightsRefreshCommandOutput,
121
- } from "../commands/DescribeInsightsRefreshCommand";
122
- import {
123
- DescribeNodegroupCommandInput,
124
- DescribeNodegroupCommandOutput,
125
- } from "../commands/DescribeNodegroupCommand";
126
- import {
127
- DescribePodIdentityAssociationCommandInput,
128
- DescribePodIdentityAssociationCommandOutput,
129
- } from "../commands/DescribePodIdentityAssociationCommand";
130
- import {
131
- DescribeUpdateCommandInput,
132
- DescribeUpdateCommandOutput,
133
- } from "../commands/DescribeUpdateCommand";
134
- import {
135
- DisassociateAccessPolicyCommandInput,
136
- DisassociateAccessPolicyCommandOutput,
137
- } from "../commands/DisassociateAccessPolicyCommand";
138
- import {
139
- DisassociateIdentityProviderConfigCommandInput,
140
- DisassociateIdentityProviderConfigCommandOutput,
141
- } from "../commands/DisassociateIdentityProviderConfigCommand";
142
- import {
143
- ListAccessEntriesCommandInput,
144
- ListAccessEntriesCommandOutput,
145
- } from "../commands/ListAccessEntriesCommand";
146
- import {
147
- ListAccessPoliciesCommandInput,
148
- ListAccessPoliciesCommandOutput,
149
- } from "../commands/ListAccessPoliciesCommand";
150
- import {
151
- ListAddonsCommandInput,
152
- ListAddonsCommandOutput,
153
- } from "../commands/ListAddonsCommand";
154
- import {
155
- ListAssociatedAccessPoliciesCommandInput,
156
- ListAssociatedAccessPoliciesCommandOutput,
157
- } from "../commands/ListAssociatedAccessPoliciesCommand";
158
- import {
159
- ListClustersCommandInput,
160
- ListClustersCommandOutput,
161
- } from "../commands/ListClustersCommand";
162
- import {
163
- ListEksAnywhereSubscriptionsCommandInput,
164
- ListEksAnywhereSubscriptionsCommandOutput,
165
- } from "../commands/ListEksAnywhereSubscriptionsCommand";
166
- import {
167
- ListFargateProfilesCommandInput,
168
- ListFargateProfilesCommandOutput,
169
- } from "../commands/ListFargateProfilesCommand";
170
- import {
171
- ListIdentityProviderConfigsCommandInput,
172
- ListIdentityProviderConfigsCommandOutput,
173
- } from "../commands/ListIdentityProviderConfigsCommand";
174
- import {
175
- ListInsightsCommandInput,
176
- ListInsightsCommandOutput,
177
- } from "../commands/ListInsightsCommand";
178
- import {
179
- ListNodegroupsCommandInput,
180
- ListNodegroupsCommandOutput,
181
- } from "../commands/ListNodegroupsCommand";
182
- import {
183
- ListPodIdentityAssociationsCommandInput,
184
- ListPodIdentityAssociationsCommandOutput,
185
- } from "../commands/ListPodIdentityAssociationsCommand";
186
- import {
187
- ListTagsForResourceCommandInput,
188
- ListTagsForResourceCommandOutput,
189
- } from "../commands/ListTagsForResourceCommand";
190
- import {
191
- ListUpdatesCommandInput,
192
- ListUpdatesCommandOutput,
193
- } from "../commands/ListUpdatesCommand";
194
- import {
195
- RegisterClusterCommandInput,
196
- RegisterClusterCommandOutput,
197
- } from "../commands/RegisterClusterCommand";
198
- import {
199
- StartInsightsRefreshCommandInput,
200
- StartInsightsRefreshCommandOutput,
201
- } from "../commands/StartInsightsRefreshCommand";
202
- import {
203
- TagResourceCommandInput,
204
- TagResourceCommandOutput,
205
- } from "../commands/TagResourceCommand";
206
- import {
207
- UntagResourceCommandInput,
208
- UntagResourceCommandOutput,
209
- } from "../commands/UntagResourceCommand";
210
- import {
211
- UpdateAccessEntryCommandInput,
212
- UpdateAccessEntryCommandOutput,
213
- } from "../commands/UpdateAccessEntryCommand";
214
- import {
215
- UpdateAddonCommandInput,
216
- UpdateAddonCommandOutput,
217
- } from "../commands/UpdateAddonCommand";
218
- import {
219
- UpdateClusterConfigCommandInput,
220
- UpdateClusterConfigCommandOutput,
221
- } from "../commands/UpdateClusterConfigCommand";
222
- import {
223
- UpdateClusterVersionCommandInput,
224
- UpdateClusterVersionCommandOutput,
225
- } from "../commands/UpdateClusterVersionCommand";
226
- import {
227
- UpdateEksAnywhereSubscriptionCommandInput,
228
- UpdateEksAnywhereSubscriptionCommandOutput,
229
- } from "../commands/UpdateEksAnywhereSubscriptionCommand";
230
- import {
231
- UpdateNodegroupConfigCommandInput,
232
- UpdateNodegroupConfigCommandOutput,
233
- } from "../commands/UpdateNodegroupConfigCommand";
234
- import {
235
- UpdateNodegroupVersionCommandInput,
236
- UpdateNodegroupVersionCommandOutput,
237
- } from "../commands/UpdateNodegroupVersionCommand";
238
- import {
239
- UpdatePodIdentityAssociationCommandInput,
240
- UpdatePodIdentityAssociationCommandOutput,
241
- } from "../commands/UpdatePodIdentityAssociationCommand";
242
- export declare const se_AssociateAccessPolicyCommand: (
243
- input: AssociateAccessPolicyCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_AssociateEncryptionConfigCommand: (
247
- input: AssociateEncryptionConfigCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_AssociateIdentityProviderConfigCommand: (
251
- input: AssociateIdentityProviderConfigCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_CreateAccessEntryCommand: (
255
- input: CreateAccessEntryCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_CreateAddonCommand: (
259
- input: CreateAddonCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_CreateClusterCommand: (
263
- input: CreateClusterCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_CreateEksAnywhereSubscriptionCommand: (
267
- input: CreateEksAnywhereSubscriptionCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_CreateFargateProfileCommand: (
271
- input: CreateFargateProfileCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_CreateNodegroupCommand: (
275
- input: CreateNodegroupCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_CreatePodIdentityAssociationCommand: (
279
- input: CreatePodIdentityAssociationCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DeleteAccessEntryCommand: (
283
- input: DeleteAccessEntryCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DeleteAddonCommand: (
287
- input: DeleteAddonCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DeleteClusterCommand: (
291
- input: DeleteClusterCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DeleteEksAnywhereSubscriptionCommand: (
295
- input: DeleteEksAnywhereSubscriptionCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DeleteFargateProfileCommand: (
299
- input: DeleteFargateProfileCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_DeleteNodegroupCommand: (
303
- input: DeleteNodegroupCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_DeletePodIdentityAssociationCommand: (
307
- input: DeletePodIdentityAssociationCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DeregisterClusterCommand: (
311
- input: DeregisterClusterCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DescribeAccessEntryCommand: (
315
- input: DescribeAccessEntryCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DescribeAddonCommand: (
319
- input: DescribeAddonCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DescribeAddonConfigurationCommand: (
323
- input: DescribeAddonConfigurationCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DescribeAddonVersionsCommand: (
327
- input: DescribeAddonVersionsCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DescribeClusterCommand: (
331
- input: DescribeClusterCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DescribeClusterVersionsCommand: (
335
- input: DescribeClusterVersionsCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_DescribeEksAnywhereSubscriptionCommand: (
339
- input: DescribeEksAnywhereSubscriptionCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_DescribeFargateProfileCommand: (
343
- input: DescribeFargateProfileCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_DescribeIdentityProviderConfigCommand: (
347
- input: DescribeIdentityProviderConfigCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_DescribeInsightCommand: (
351
- input: DescribeInsightCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DescribeInsightsRefreshCommand: (
355
- input: DescribeInsightsRefreshCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DescribeNodegroupCommand: (
359
- input: DescribeNodegroupCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DescribePodIdentityAssociationCommand: (
363
- input: DescribePodIdentityAssociationCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_DescribeUpdateCommand: (
367
- input: DescribeUpdateCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_DisassociateAccessPolicyCommand: (
371
- input: DisassociateAccessPolicyCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DisassociateIdentityProviderConfigCommand: (
375
- input: DisassociateIdentityProviderConfigCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_ListAccessEntriesCommand: (
379
- input: ListAccessEntriesCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_ListAccessPoliciesCommand: (
383
- input: ListAccessPoliciesCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_ListAddonsCommand: (
387
- input: ListAddonsCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_ListAssociatedAccessPoliciesCommand: (
391
- input: ListAssociatedAccessPoliciesCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_ListClustersCommand: (
395
- input: ListClustersCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_ListEksAnywhereSubscriptionsCommand: (
399
- input: ListEksAnywhereSubscriptionsCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_ListFargateProfilesCommand: (
403
- input: ListFargateProfilesCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_ListIdentityProviderConfigsCommand: (
407
- input: ListIdentityProviderConfigsCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_ListInsightsCommand: (
411
- input: ListInsightsCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_ListNodegroupsCommand: (
415
- input: ListNodegroupsCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_ListPodIdentityAssociationsCommand: (
419
- input: ListPodIdentityAssociationsCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_ListTagsForResourceCommand: (
423
- input: ListTagsForResourceCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_ListUpdatesCommand: (
427
- input: ListUpdatesCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_RegisterClusterCommand: (
431
- input: RegisterClusterCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_StartInsightsRefreshCommand: (
435
- input: StartInsightsRefreshCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_TagResourceCommand: (
439
- input: TagResourceCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_UntagResourceCommand: (
443
- input: UntagResourceCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_UpdateAccessEntryCommand: (
447
- input: UpdateAccessEntryCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_UpdateAddonCommand: (
451
- input: UpdateAddonCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_UpdateClusterConfigCommand: (
455
- input: UpdateClusterConfigCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_UpdateClusterVersionCommand: (
459
- input: UpdateClusterVersionCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_UpdateEksAnywhereSubscriptionCommand: (
463
- input: UpdateEksAnywhereSubscriptionCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_UpdateNodegroupConfigCommand: (
467
- input: UpdateNodegroupConfigCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_UpdateNodegroupVersionCommand: (
471
- input: UpdateNodegroupVersionCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_UpdatePodIdentityAssociationCommand: (
475
- input: UpdatePodIdentityAssociationCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const de_AssociateAccessPolicyCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<AssociateAccessPolicyCommandOutput>;
482
- export declare const de_AssociateEncryptionConfigCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<AssociateEncryptionConfigCommandOutput>;
486
- export declare const de_AssociateIdentityProviderConfigCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<AssociateIdentityProviderConfigCommandOutput>;
490
- export declare const de_CreateAccessEntryCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<CreateAccessEntryCommandOutput>;
494
- export declare const de_CreateAddonCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<CreateAddonCommandOutput>;
498
- export declare const de_CreateClusterCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<CreateClusterCommandOutput>;
502
- export declare const de_CreateEksAnywhereSubscriptionCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<CreateEksAnywhereSubscriptionCommandOutput>;
506
- export declare const de_CreateFargateProfileCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<CreateFargateProfileCommandOutput>;
510
- export declare const de_CreateNodegroupCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<CreateNodegroupCommandOutput>;
514
- export declare const de_CreatePodIdentityAssociationCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<CreatePodIdentityAssociationCommandOutput>;
518
- export declare const de_DeleteAccessEntryCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<DeleteAccessEntryCommandOutput>;
522
- export declare const de_DeleteAddonCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<DeleteAddonCommandOutput>;
526
- export declare const de_DeleteClusterCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<DeleteClusterCommandOutput>;
530
- export declare const de_DeleteEksAnywhereSubscriptionCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<DeleteEksAnywhereSubscriptionCommandOutput>;
534
- export declare const de_DeleteFargateProfileCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<DeleteFargateProfileCommandOutput>;
538
- export declare const de_DeleteNodegroupCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<DeleteNodegroupCommandOutput>;
542
- export declare const de_DeletePodIdentityAssociationCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<DeletePodIdentityAssociationCommandOutput>;
546
- export declare const de_DeregisterClusterCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<DeregisterClusterCommandOutput>;
550
- export declare const de_DescribeAccessEntryCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<DescribeAccessEntryCommandOutput>;
554
- export declare const de_DescribeAddonCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<DescribeAddonCommandOutput>;
558
- export declare const de_DescribeAddonConfigurationCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<DescribeAddonConfigurationCommandOutput>;
562
- export declare const de_DescribeAddonVersionsCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<DescribeAddonVersionsCommandOutput>;
566
- export declare const de_DescribeClusterCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<DescribeClusterCommandOutput>;
570
- export declare const de_DescribeClusterVersionsCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<DescribeClusterVersionsCommandOutput>;
574
- export declare const de_DescribeEksAnywhereSubscriptionCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<DescribeEksAnywhereSubscriptionCommandOutput>;
578
- export declare const de_DescribeFargateProfileCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<DescribeFargateProfileCommandOutput>;
582
- export declare const de_DescribeIdentityProviderConfigCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<DescribeIdentityProviderConfigCommandOutput>;
586
- export declare const de_DescribeInsightCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<DescribeInsightCommandOutput>;
590
- export declare const de_DescribeInsightsRefreshCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<DescribeInsightsRefreshCommandOutput>;
594
- export declare const de_DescribeNodegroupCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<DescribeNodegroupCommandOutput>;
598
- export declare const de_DescribePodIdentityAssociationCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<DescribePodIdentityAssociationCommandOutput>;
602
- export declare const de_DescribeUpdateCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<DescribeUpdateCommandOutput>;
606
- export declare const de_DisassociateAccessPolicyCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<DisassociateAccessPolicyCommandOutput>;
610
- export declare const de_DisassociateIdentityProviderConfigCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<DisassociateIdentityProviderConfigCommandOutput>;
614
- export declare const de_ListAccessEntriesCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<ListAccessEntriesCommandOutput>;
618
- export declare const de_ListAccessPoliciesCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<ListAccessPoliciesCommandOutput>;
622
- export declare const de_ListAddonsCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<ListAddonsCommandOutput>;
626
- export declare const de_ListAssociatedAccessPoliciesCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<ListAssociatedAccessPoliciesCommandOutput>;
630
- export declare const de_ListClustersCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<ListClustersCommandOutput>;
634
- export declare const de_ListEksAnywhereSubscriptionsCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<ListEksAnywhereSubscriptionsCommandOutput>;
638
- export declare const de_ListFargateProfilesCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<ListFargateProfilesCommandOutput>;
642
- export declare const de_ListIdentityProviderConfigsCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<ListIdentityProviderConfigsCommandOutput>;
646
- export declare const de_ListInsightsCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<ListInsightsCommandOutput>;
650
- export declare const de_ListNodegroupsCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<ListNodegroupsCommandOutput>;
654
- export declare const de_ListPodIdentityAssociationsCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<ListPodIdentityAssociationsCommandOutput>;
658
- export declare const de_ListTagsForResourceCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<ListTagsForResourceCommandOutput>;
662
- export declare const de_ListUpdatesCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<ListUpdatesCommandOutput>;
666
- export declare const de_RegisterClusterCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<RegisterClusterCommandOutput>;
670
- export declare const de_StartInsightsRefreshCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<StartInsightsRefreshCommandOutput>;
674
- export declare const de_TagResourceCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<TagResourceCommandOutput>;
678
- export declare const de_UntagResourceCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<UntagResourceCommandOutput>;
682
- export declare const de_UpdateAccessEntryCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<UpdateAccessEntryCommandOutput>;
686
- export declare const de_UpdateAddonCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<UpdateAddonCommandOutput>;
690
- export declare const de_UpdateClusterConfigCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<UpdateClusterConfigCommandOutput>;
694
- export declare const de_UpdateClusterVersionCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<UpdateClusterVersionCommandOutput>;
698
- export declare const de_UpdateEksAnywhereSubscriptionCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<UpdateEksAnywhereSubscriptionCommandOutput>;
702
- export declare const de_UpdateNodegroupConfigCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<UpdateNodegroupConfigCommandOutput>;
706
- export declare const de_UpdateNodegroupVersionCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<UpdateNodegroupVersionCommandOutput>;
710
- export declare const de_UpdatePodIdentityAssociationCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<UpdatePodIdentityAssociationCommandOutput>;