@aws-sdk/client-eks 3.928.0 → 3.929.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 +2 -3
  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,533 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput } from "../commands/AssociateAccessPolicyCommand";
4
- import { AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput } from "../commands/AssociateEncryptionConfigCommand";
5
- import { AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput } from "../commands/AssociateIdentityProviderConfigCommand";
6
- import { CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput } from "../commands/CreateAccessEntryCommand";
7
- import { CreateAddonCommandInput, CreateAddonCommandOutput } from "../commands/CreateAddonCommand";
8
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand";
9
- import { CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput } from "../commands/CreateEksAnywhereSubscriptionCommand";
10
- import { CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput } from "../commands/CreateFargateProfileCommand";
11
- import { CreateNodegroupCommandInput, CreateNodegroupCommandOutput } from "../commands/CreateNodegroupCommand";
12
- import { CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput } from "../commands/CreatePodIdentityAssociationCommand";
13
- import { DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput } from "../commands/DeleteAccessEntryCommand";
14
- import { DeleteAddonCommandInput, DeleteAddonCommandOutput } from "../commands/DeleteAddonCommand";
15
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "../commands/DeleteClusterCommand";
16
- import { DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput } from "../commands/DeleteEksAnywhereSubscriptionCommand";
17
- import { DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput } from "../commands/DeleteFargateProfileCommand";
18
- import { DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput } from "../commands/DeleteNodegroupCommand";
19
- import { DeletePodIdentityAssociationCommandInput, DeletePodIdentityAssociationCommandOutput } from "../commands/DeletePodIdentityAssociationCommand";
20
- import { DeregisterClusterCommandInput, DeregisterClusterCommandOutput } from "../commands/DeregisterClusterCommand";
21
- import { DescribeAccessEntryCommandInput, DescribeAccessEntryCommandOutput } from "../commands/DescribeAccessEntryCommand";
22
- import { DescribeAddonCommandInput, DescribeAddonCommandOutput } from "../commands/DescribeAddonCommand";
23
- import { DescribeAddonConfigurationCommandInput, DescribeAddonConfigurationCommandOutput } from "../commands/DescribeAddonConfigurationCommand";
24
- import { DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput } from "../commands/DescribeAddonVersionsCommand";
25
- import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "../commands/DescribeClusterCommand";
26
- import { DescribeClusterVersionsCommandInput, DescribeClusterVersionsCommandOutput } from "../commands/DescribeClusterVersionsCommand";
27
- import { DescribeEksAnywhereSubscriptionCommandInput, DescribeEksAnywhereSubscriptionCommandOutput } from "../commands/DescribeEksAnywhereSubscriptionCommand";
28
- import { DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput } from "../commands/DescribeFargateProfileCommand";
29
- import { DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput } from "../commands/DescribeIdentityProviderConfigCommand";
30
- import { DescribeInsightCommandInput, DescribeInsightCommandOutput } from "../commands/DescribeInsightCommand";
31
- import { DescribeInsightsRefreshCommandInput, DescribeInsightsRefreshCommandOutput } from "../commands/DescribeInsightsRefreshCommand";
32
- import { DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput } from "../commands/DescribeNodegroupCommand";
33
- import { DescribePodIdentityAssociationCommandInput, DescribePodIdentityAssociationCommandOutput } from "../commands/DescribePodIdentityAssociationCommand";
34
- import { DescribeUpdateCommandInput, DescribeUpdateCommandOutput } from "../commands/DescribeUpdateCommand";
35
- import { DisassociateAccessPolicyCommandInput, DisassociateAccessPolicyCommandOutput } from "../commands/DisassociateAccessPolicyCommand";
36
- import { DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput } from "../commands/DisassociateIdentityProviderConfigCommand";
37
- import { ListAccessEntriesCommandInput, ListAccessEntriesCommandOutput } from "../commands/ListAccessEntriesCommand";
38
- import { ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput } from "../commands/ListAccessPoliciesCommand";
39
- import { ListAddonsCommandInput, ListAddonsCommandOutput } from "../commands/ListAddonsCommand";
40
- import { ListAssociatedAccessPoliciesCommandInput, ListAssociatedAccessPoliciesCommandOutput } from "../commands/ListAssociatedAccessPoliciesCommand";
41
- import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
42
- import { ListEksAnywhereSubscriptionsCommandInput, ListEksAnywhereSubscriptionsCommandOutput } from "../commands/ListEksAnywhereSubscriptionsCommand";
43
- import { ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput } from "../commands/ListFargateProfilesCommand";
44
- import { ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput } from "../commands/ListIdentityProviderConfigsCommand";
45
- import { ListInsightsCommandInput, ListInsightsCommandOutput } from "../commands/ListInsightsCommand";
46
- import { ListNodegroupsCommandInput, ListNodegroupsCommandOutput } from "../commands/ListNodegroupsCommand";
47
- import { ListPodIdentityAssociationsCommandInput, ListPodIdentityAssociationsCommandOutput } from "../commands/ListPodIdentityAssociationsCommand";
48
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
49
- import { ListUpdatesCommandInput, ListUpdatesCommandOutput } from "../commands/ListUpdatesCommand";
50
- import { RegisterClusterCommandInput, RegisterClusterCommandOutput } from "../commands/RegisterClusterCommand";
51
- import { StartInsightsRefreshCommandInput, StartInsightsRefreshCommandOutput } from "../commands/StartInsightsRefreshCommand";
52
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
53
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
54
- import { UpdateAccessEntryCommandInput, UpdateAccessEntryCommandOutput } from "../commands/UpdateAccessEntryCommand";
55
- import { UpdateAddonCommandInput, UpdateAddonCommandOutput } from "../commands/UpdateAddonCommand";
56
- import { UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput } from "../commands/UpdateClusterConfigCommand";
57
- import { UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput } from "../commands/UpdateClusterVersionCommand";
58
- import { UpdateEksAnywhereSubscriptionCommandInput, UpdateEksAnywhereSubscriptionCommandOutput } from "../commands/UpdateEksAnywhereSubscriptionCommand";
59
- import { UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput } from "../commands/UpdateNodegroupConfigCommand";
60
- import { UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput } from "../commands/UpdateNodegroupVersionCommand";
61
- import { UpdatePodIdentityAssociationCommandInput, UpdatePodIdentityAssociationCommandOutput } from "../commands/UpdatePodIdentityAssociationCommand";
62
- /**
63
- * serializeAws_restJson1AssociateAccessPolicyCommand
64
- */
65
- export declare const se_AssociateAccessPolicyCommand: (input: AssociateAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1AssociateEncryptionConfigCommand
68
- */
69
- export declare const se_AssociateEncryptionConfigCommand: (input: AssociateEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1AssociateIdentityProviderConfigCommand
72
- */
73
- export declare const se_AssociateIdentityProviderConfigCommand: (input: AssociateIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1CreateAccessEntryCommand
76
- */
77
- export declare const se_CreateAccessEntryCommand: (input: CreateAccessEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1CreateAddonCommand
80
- */
81
- export declare const se_CreateAddonCommand: (input: CreateAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1CreateClusterCommand
84
- */
85
- export declare const se_CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1CreateEksAnywhereSubscriptionCommand
88
- */
89
- export declare const se_CreateEksAnywhereSubscriptionCommand: (input: CreateEksAnywhereSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1CreateFargateProfileCommand
92
- */
93
- export declare const se_CreateFargateProfileCommand: (input: CreateFargateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1CreateNodegroupCommand
96
- */
97
- export declare const se_CreateNodegroupCommand: (input: CreateNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1CreatePodIdentityAssociationCommand
100
- */
101
- export declare const se_CreatePodIdentityAssociationCommand: (input: CreatePodIdentityAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1DeleteAccessEntryCommand
104
- */
105
- export declare const se_DeleteAccessEntryCommand: (input: DeleteAccessEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1DeleteAddonCommand
108
- */
109
- export declare const se_DeleteAddonCommand: (input: DeleteAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1DeleteClusterCommand
112
- */
113
- export declare const se_DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1DeleteEksAnywhereSubscriptionCommand
116
- */
117
- export declare const se_DeleteEksAnywhereSubscriptionCommand: (input: DeleteEksAnywhereSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1DeleteFargateProfileCommand
120
- */
121
- export declare const se_DeleteFargateProfileCommand: (input: DeleteFargateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1DeleteNodegroupCommand
124
- */
125
- export declare const se_DeleteNodegroupCommand: (input: DeleteNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1DeletePodIdentityAssociationCommand
128
- */
129
- export declare const se_DeletePodIdentityAssociationCommand: (input: DeletePodIdentityAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1DeregisterClusterCommand
132
- */
133
- export declare const se_DeregisterClusterCommand: (input: DeregisterClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1DescribeAccessEntryCommand
136
- */
137
- export declare const se_DescribeAccessEntryCommand: (input: DescribeAccessEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1DescribeAddonCommand
140
- */
141
- export declare const se_DescribeAddonCommand: (input: DescribeAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1DescribeAddonConfigurationCommand
144
- */
145
- export declare const se_DescribeAddonConfigurationCommand: (input: DescribeAddonConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1DescribeAddonVersionsCommand
148
- */
149
- export declare const se_DescribeAddonVersionsCommand: (input: DescribeAddonVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1DescribeClusterCommand
152
- */
153
- export declare const se_DescribeClusterCommand: (input: DescribeClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1DescribeClusterVersionsCommand
156
- */
157
- export declare const se_DescribeClusterVersionsCommand: (input: DescribeClusterVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_restJson1DescribeEksAnywhereSubscriptionCommand
160
- */
161
- export declare const se_DescribeEksAnywhereSubscriptionCommand: (input: DescribeEksAnywhereSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_restJson1DescribeFargateProfileCommand
164
- */
165
- export declare const se_DescribeFargateProfileCommand: (input: DescribeFargateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_restJson1DescribeIdentityProviderConfigCommand
168
- */
169
- export declare const se_DescribeIdentityProviderConfigCommand: (input: DescribeIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_restJson1DescribeInsightCommand
172
- */
173
- export declare const se_DescribeInsightCommand: (input: DescribeInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_restJson1DescribeInsightsRefreshCommand
176
- */
177
- export declare const se_DescribeInsightsRefreshCommand: (input: DescribeInsightsRefreshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_restJson1DescribeNodegroupCommand
180
- */
181
- export declare const se_DescribeNodegroupCommand: (input: DescribeNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_restJson1DescribePodIdentityAssociationCommand
184
- */
185
- export declare const se_DescribePodIdentityAssociationCommand: (input: DescribePodIdentityAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_restJson1DescribeUpdateCommand
188
- */
189
- export declare const se_DescribeUpdateCommand: (input: DescribeUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_restJson1DisassociateAccessPolicyCommand
192
- */
193
- export declare const se_DisassociateAccessPolicyCommand: (input: DisassociateAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_restJson1DisassociateIdentityProviderConfigCommand
196
- */
197
- export declare const se_DisassociateIdentityProviderConfigCommand: (input: DisassociateIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_restJson1ListAccessEntriesCommand
200
- */
201
- export declare const se_ListAccessEntriesCommand: (input: ListAccessEntriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_restJson1ListAccessPoliciesCommand
204
- */
205
- export declare const se_ListAccessPoliciesCommand: (input: ListAccessPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_restJson1ListAddonsCommand
208
- */
209
- export declare const se_ListAddonsCommand: (input: ListAddonsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_restJson1ListAssociatedAccessPoliciesCommand
212
- */
213
- export declare const se_ListAssociatedAccessPoliciesCommand: (input: ListAssociatedAccessPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_restJson1ListClustersCommand
216
- */
217
- export declare const se_ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_restJson1ListEksAnywhereSubscriptionsCommand
220
- */
221
- export declare const se_ListEksAnywhereSubscriptionsCommand: (input: ListEksAnywhereSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_restJson1ListFargateProfilesCommand
224
- */
225
- export declare const se_ListFargateProfilesCommand: (input: ListFargateProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_restJson1ListIdentityProviderConfigsCommand
228
- */
229
- export declare const se_ListIdentityProviderConfigsCommand: (input: ListIdentityProviderConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_restJson1ListInsightsCommand
232
- */
233
- export declare const se_ListInsightsCommand: (input: ListInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_restJson1ListNodegroupsCommand
236
- */
237
- export declare const se_ListNodegroupsCommand: (input: ListNodegroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_restJson1ListPodIdentityAssociationsCommand
240
- */
241
- export declare const se_ListPodIdentityAssociationsCommand: (input: ListPodIdentityAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_restJson1ListTagsForResourceCommand
244
- */
245
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_restJson1ListUpdatesCommand
248
- */
249
- export declare const se_ListUpdatesCommand: (input: ListUpdatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_restJson1RegisterClusterCommand
252
- */
253
- export declare const se_RegisterClusterCommand: (input: RegisterClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_restJson1StartInsightsRefreshCommand
256
- */
257
- export declare const se_StartInsightsRefreshCommand: (input: StartInsightsRefreshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_restJson1TagResourceCommand
260
- */
261
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_restJson1UntagResourceCommand
264
- */
265
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_restJson1UpdateAccessEntryCommand
268
- */
269
- export declare const se_UpdateAccessEntryCommand: (input: UpdateAccessEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_restJson1UpdateAddonCommand
272
- */
273
- export declare const se_UpdateAddonCommand: (input: UpdateAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_restJson1UpdateClusterConfigCommand
276
- */
277
- export declare const se_UpdateClusterConfigCommand: (input: UpdateClusterConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_restJson1UpdateClusterVersionCommand
280
- */
281
- export declare const se_UpdateClusterVersionCommand: (input: UpdateClusterVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_restJson1UpdateEksAnywhereSubscriptionCommand
284
- */
285
- export declare const se_UpdateEksAnywhereSubscriptionCommand: (input: UpdateEksAnywhereSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_restJson1UpdateNodegroupConfigCommand
288
- */
289
- export declare const se_UpdateNodegroupConfigCommand: (input: UpdateNodegroupConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_restJson1UpdateNodegroupVersionCommand
292
- */
293
- export declare const se_UpdateNodegroupVersionCommand: (input: UpdateNodegroupVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_restJson1UpdatePodIdentityAssociationCommand
296
- */
297
- export declare const se_UpdatePodIdentityAssociationCommand: (input: UpdatePodIdentityAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * deserializeAws_restJson1AssociateAccessPolicyCommand
300
- */
301
- export declare const de_AssociateAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAccessPolicyCommandOutput>;
302
- /**
303
- * deserializeAws_restJson1AssociateEncryptionConfigCommand
304
- */
305
- export declare const de_AssociateEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateEncryptionConfigCommandOutput>;
306
- /**
307
- * deserializeAws_restJson1AssociateIdentityProviderConfigCommand
308
- */
309
- export declare const de_AssociateIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIdentityProviderConfigCommandOutput>;
310
- /**
311
- * deserializeAws_restJson1CreateAccessEntryCommand
312
- */
313
- export declare const de_CreateAccessEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessEntryCommandOutput>;
314
- /**
315
- * deserializeAws_restJson1CreateAddonCommand
316
- */
317
- export declare const de_CreateAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAddonCommandOutput>;
318
- /**
319
- * deserializeAws_restJson1CreateClusterCommand
320
- */
321
- export declare const de_CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
322
- /**
323
- * deserializeAws_restJson1CreateEksAnywhereSubscriptionCommand
324
- */
325
- export declare const de_CreateEksAnywhereSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEksAnywhereSubscriptionCommandOutput>;
326
- /**
327
- * deserializeAws_restJson1CreateFargateProfileCommand
328
- */
329
- export declare const de_CreateFargateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFargateProfileCommandOutput>;
330
- /**
331
- * deserializeAws_restJson1CreateNodegroupCommand
332
- */
333
- export declare const de_CreateNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNodegroupCommandOutput>;
334
- /**
335
- * deserializeAws_restJson1CreatePodIdentityAssociationCommand
336
- */
337
- export declare const de_CreatePodIdentityAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePodIdentityAssociationCommandOutput>;
338
- /**
339
- * deserializeAws_restJson1DeleteAccessEntryCommand
340
- */
341
- export declare const de_DeleteAccessEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessEntryCommandOutput>;
342
- /**
343
- * deserializeAws_restJson1DeleteAddonCommand
344
- */
345
- export declare const de_DeleteAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAddonCommandOutput>;
346
- /**
347
- * deserializeAws_restJson1DeleteClusterCommand
348
- */
349
- export declare const de_DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
350
- /**
351
- * deserializeAws_restJson1DeleteEksAnywhereSubscriptionCommand
352
- */
353
- export declare const de_DeleteEksAnywhereSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEksAnywhereSubscriptionCommandOutput>;
354
- /**
355
- * deserializeAws_restJson1DeleteFargateProfileCommand
356
- */
357
- export declare const de_DeleteFargateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFargateProfileCommandOutput>;
358
- /**
359
- * deserializeAws_restJson1DeleteNodegroupCommand
360
- */
361
- export declare const de_DeleteNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNodegroupCommandOutput>;
362
- /**
363
- * deserializeAws_restJson1DeletePodIdentityAssociationCommand
364
- */
365
- export declare const de_DeletePodIdentityAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePodIdentityAssociationCommandOutput>;
366
- /**
367
- * deserializeAws_restJson1DeregisterClusterCommand
368
- */
369
- export declare const de_DeregisterClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterClusterCommandOutput>;
370
- /**
371
- * deserializeAws_restJson1DescribeAccessEntryCommand
372
- */
373
- export declare const de_DescribeAccessEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccessEntryCommandOutput>;
374
- /**
375
- * deserializeAws_restJson1DescribeAddonCommand
376
- */
377
- export declare const de_DescribeAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddonCommandOutput>;
378
- /**
379
- * deserializeAws_restJson1DescribeAddonConfigurationCommand
380
- */
381
- export declare const de_DescribeAddonConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddonConfigurationCommandOutput>;
382
- /**
383
- * deserializeAws_restJson1DescribeAddonVersionsCommand
384
- */
385
- export declare const de_DescribeAddonVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddonVersionsCommandOutput>;
386
- /**
387
- * deserializeAws_restJson1DescribeClusterCommand
388
- */
389
- export declare const de_DescribeClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterCommandOutput>;
390
- /**
391
- * deserializeAws_restJson1DescribeClusterVersionsCommand
392
- */
393
- export declare const de_DescribeClusterVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterVersionsCommandOutput>;
394
- /**
395
- * deserializeAws_restJson1DescribeEksAnywhereSubscriptionCommand
396
- */
397
- export declare const de_DescribeEksAnywhereSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEksAnywhereSubscriptionCommandOutput>;
398
- /**
399
- * deserializeAws_restJson1DescribeFargateProfileCommand
400
- */
401
- export declare const de_DescribeFargateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFargateProfileCommandOutput>;
402
- /**
403
- * deserializeAws_restJson1DescribeIdentityProviderConfigCommand
404
- */
405
- export declare const de_DescribeIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityProviderConfigCommandOutput>;
406
- /**
407
- * deserializeAws_restJson1DescribeInsightCommand
408
- */
409
- export declare const de_DescribeInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInsightCommandOutput>;
410
- /**
411
- * deserializeAws_restJson1DescribeInsightsRefreshCommand
412
- */
413
- export declare const de_DescribeInsightsRefreshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInsightsRefreshCommandOutput>;
414
- /**
415
- * deserializeAws_restJson1DescribeNodegroupCommand
416
- */
417
- export declare const de_DescribeNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNodegroupCommandOutput>;
418
- /**
419
- * deserializeAws_restJson1DescribePodIdentityAssociationCommand
420
- */
421
- export declare const de_DescribePodIdentityAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePodIdentityAssociationCommandOutput>;
422
- /**
423
- * deserializeAws_restJson1DescribeUpdateCommand
424
- */
425
- export declare const de_DescribeUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUpdateCommandOutput>;
426
- /**
427
- * deserializeAws_restJson1DisassociateAccessPolicyCommand
428
- */
429
- export declare const de_DisassociateAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAccessPolicyCommandOutput>;
430
- /**
431
- * deserializeAws_restJson1DisassociateIdentityProviderConfigCommand
432
- */
433
- export declare const de_DisassociateIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIdentityProviderConfigCommandOutput>;
434
- /**
435
- * deserializeAws_restJson1ListAccessEntriesCommand
436
- */
437
- export declare const de_ListAccessEntriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessEntriesCommandOutput>;
438
- /**
439
- * deserializeAws_restJson1ListAccessPoliciesCommand
440
- */
441
- export declare const de_ListAccessPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPoliciesCommandOutput>;
442
- /**
443
- * deserializeAws_restJson1ListAddonsCommand
444
- */
445
- export declare const de_ListAddonsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAddonsCommandOutput>;
446
- /**
447
- * deserializeAws_restJson1ListAssociatedAccessPoliciesCommand
448
- */
449
- export declare const de_ListAssociatedAccessPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociatedAccessPoliciesCommandOutput>;
450
- /**
451
- * deserializeAws_restJson1ListClustersCommand
452
- */
453
- export declare const de_ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>;
454
- /**
455
- * deserializeAws_restJson1ListEksAnywhereSubscriptionsCommand
456
- */
457
- export declare const de_ListEksAnywhereSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEksAnywhereSubscriptionsCommandOutput>;
458
- /**
459
- * deserializeAws_restJson1ListFargateProfilesCommand
460
- */
461
- export declare const de_ListFargateProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFargateProfilesCommandOutput>;
462
- /**
463
- * deserializeAws_restJson1ListIdentityProviderConfigsCommand
464
- */
465
- export declare const de_ListIdentityProviderConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityProviderConfigsCommandOutput>;
466
- /**
467
- * deserializeAws_restJson1ListInsightsCommand
468
- */
469
- export declare const de_ListInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInsightsCommandOutput>;
470
- /**
471
- * deserializeAws_restJson1ListNodegroupsCommand
472
- */
473
- export declare const de_ListNodegroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNodegroupsCommandOutput>;
474
- /**
475
- * deserializeAws_restJson1ListPodIdentityAssociationsCommand
476
- */
477
- export declare const de_ListPodIdentityAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPodIdentityAssociationsCommandOutput>;
478
- /**
479
- * deserializeAws_restJson1ListTagsForResourceCommand
480
- */
481
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
482
- /**
483
- * deserializeAws_restJson1ListUpdatesCommand
484
- */
485
- export declare const de_ListUpdatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUpdatesCommandOutput>;
486
- /**
487
- * deserializeAws_restJson1RegisterClusterCommand
488
- */
489
- export declare const de_RegisterClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterClusterCommandOutput>;
490
- /**
491
- * deserializeAws_restJson1StartInsightsRefreshCommand
492
- */
493
- export declare const de_StartInsightsRefreshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInsightsRefreshCommandOutput>;
494
- /**
495
- * deserializeAws_restJson1TagResourceCommand
496
- */
497
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
498
- /**
499
- * deserializeAws_restJson1UntagResourceCommand
500
- */
501
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
502
- /**
503
- * deserializeAws_restJson1UpdateAccessEntryCommand
504
- */
505
- export declare const de_UpdateAccessEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessEntryCommandOutput>;
506
- /**
507
- * deserializeAws_restJson1UpdateAddonCommand
508
- */
509
- export declare const de_UpdateAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAddonCommandOutput>;
510
- /**
511
- * deserializeAws_restJson1UpdateClusterConfigCommand
512
- */
513
- export declare const de_UpdateClusterConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterConfigCommandOutput>;
514
- /**
515
- * deserializeAws_restJson1UpdateClusterVersionCommand
516
- */
517
- export declare const de_UpdateClusterVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterVersionCommandOutput>;
518
- /**
519
- * deserializeAws_restJson1UpdateEksAnywhereSubscriptionCommand
520
- */
521
- export declare const de_UpdateEksAnywhereSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEksAnywhereSubscriptionCommandOutput>;
522
- /**
523
- * deserializeAws_restJson1UpdateNodegroupConfigCommand
524
- */
525
- export declare const de_UpdateNodegroupConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNodegroupConfigCommandOutput>;
526
- /**
527
- * deserializeAws_restJson1UpdateNodegroupVersionCommand
528
- */
529
- export declare const de_UpdateNodegroupVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNodegroupVersionCommandOutput>;
530
- /**
531
- * deserializeAws_restJson1UpdatePodIdentityAssociationCommand
532
- */
533
- export declare const de_UpdatePodIdentityAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePodIdentityAssociationCommandOutput>;