@aws-sdk/client-eks 3.303.0 → 3.309.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 (75) hide show
  1. package/dist-cjs/commands/AssociateEncryptionConfigCommand.js +2 -2
  2. package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +2 -2
  3. package/dist-cjs/commands/CreateAddonCommand.js +2 -2
  4. package/dist-cjs/commands/CreateClusterCommand.js +2 -2
  5. package/dist-cjs/commands/CreateFargateProfileCommand.js +2 -2
  6. package/dist-cjs/commands/CreateNodegroupCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteAddonCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteFargateProfileCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteNodegroupCommand.js +2 -2
  11. package/dist-cjs/commands/DeregisterClusterCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeAddonCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeAddonConfigurationCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeAddonVersionsCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeClusterCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeFargateProfileCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeNodegroupCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeUpdateCommand.js +2 -2
  20. package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +2 -2
  21. package/dist-cjs/commands/ListAddonsCommand.js +2 -2
  22. package/dist-cjs/commands/ListClustersCommand.js +2 -2
  23. package/dist-cjs/commands/ListFargateProfilesCommand.js +2 -2
  24. package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +2 -2
  25. package/dist-cjs/commands/ListNodegroupsCommand.js +2 -2
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  27. package/dist-cjs/commands/ListUpdatesCommand.js +2 -2
  28. package/dist-cjs/commands/RegisterClusterCommand.js +2 -2
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  30. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateAddonCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateClusterConfigCommand.js +2 -2
  33. package/dist-cjs/commands/UpdateClusterVersionCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +2 -2
  36. package/dist-cjs/protocols/Aws_restJson1.js +648 -712
  37. package/dist-es/commands/AssociateEncryptionConfigCommand.js +3 -3
  38. package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +3 -3
  39. package/dist-es/commands/CreateAddonCommand.js +3 -3
  40. package/dist-es/commands/CreateClusterCommand.js +3 -3
  41. package/dist-es/commands/CreateFargateProfileCommand.js +3 -3
  42. package/dist-es/commands/CreateNodegroupCommand.js +3 -3
  43. package/dist-es/commands/DeleteAddonCommand.js +3 -3
  44. package/dist-es/commands/DeleteClusterCommand.js +3 -3
  45. package/dist-es/commands/DeleteFargateProfileCommand.js +3 -3
  46. package/dist-es/commands/DeleteNodegroupCommand.js +3 -3
  47. package/dist-es/commands/DeregisterClusterCommand.js +3 -3
  48. package/dist-es/commands/DescribeAddonCommand.js +3 -3
  49. package/dist-es/commands/DescribeAddonConfigurationCommand.js +3 -3
  50. package/dist-es/commands/DescribeAddonVersionsCommand.js +3 -3
  51. package/dist-es/commands/DescribeClusterCommand.js +3 -3
  52. package/dist-es/commands/DescribeFargateProfileCommand.js +3 -3
  53. package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +3 -3
  54. package/dist-es/commands/DescribeNodegroupCommand.js +3 -3
  55. package/dist-es/commands/DescribeUpdateCommand.js +3 -3
  56. package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +3 -3
  57. package/dist-es/commands/ListAddonsCommand.js +3 -3
  58. package/dist-es/commands/ListClustersCommand.js +3 -3
  59. package/dist-es/commands/ListFargateProfilesCommand.js +3 -3
  60. package/dist-es/commands/ListIdentityProviderConfigsCommand.js +3 -3
  61. package/dist-es/commands/ListNodegroupsCommand.js +3 -3
  62. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  63. package/dist-es/commands/ListUpdatesCommand.js +3 -3
  64. package/dist-es/commands/RegisterClusterCommand.js +3 -3
  65. package/dist-es/commands/TagResourceCommand.js +3 -3
  66. package/dist-es/commands/UntagResourceCommand.js +3 -3
  67. package/dist-es/commands/UpdateAddonCommand.js +3 -3
  68. package/dist-es/commands/UpdateClusterConfigCommand.js +3 -3
  69. package/dist-es/commands/UpdateClusterVersionCommand.js +3 -3
  70. package/dist-es/commands/UpdateNodegroupConfigCommand.js +3 -3
  71. package/dist-es/commands/UpdateNodegroupVersionCommand.js +3 -3
  72. package/dist-es/protocols/Aws_restJson1.js +576 -640
  73. package/dist-types/protocols/Aws_restJson1.d.ts +280 -70
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +70 -70
  75. package/package.json +30 -30
@@ -35,73 +35,283 @@ import { UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput } fro
35
35
  import { UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput } from "../commands/UpdateClusterVersionCommand";
36
36
  import { UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput } from "../commands/UpdateNodegroupConfigCommand";
37
37
  import { UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput } from "../commands/UpdateNodegroupVersionCommand";
38
- export declare const serializeAws_restJson1AssociateEncryptionConfigCommand: (input: AssociateEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1AssociateIdentityProviderConfigCommand: (input: AssociateIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1CreateAddonCommand: (input: CreateAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1CreateFargateProfileCommand: (input: CreateFargateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1CreateNodegroupCommand: (input: CreateNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1DeleteAddonCommand: (input: DeleteAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1DeleteFargateProfileCommand: (input: DeleteFargateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1DeleteNodegroupCommand: (input: DeleteNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1DeregisterClusterCommand: (input: DeregisterClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1DescribeAddonCommand: (input: DescribeAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1DescribeAddonConfigurationCommand: (input: DescribeAddonConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1DescribeAddonVersionsCommand: (input: DescribeAddonVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1DescribeClusterCommand: (input: DescribeClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1DescribeFargateProfileCommand: (input: DescribeFargateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1DescribeIdentityProviderConfigCommand: (input: DescribeIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1DescribeNodegroupCommand: (input: DescribeNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1DescribeUpdateCommand: (input: DescribeUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1DisassociateIdentityProviderConfigCommand: (input: DisassociateIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1ListAddonsCommand: (input: ListAddonsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1ListFargateProfilesCommand: (input: ListFargateProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1ListIdentityProviderConfigsCommand: (input: ListIdentityProviderConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1ListNodegroupsCommand: (input: ListNodegroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1ListUpdatesCommand: (input: ListUpdatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1RegisterClusterCommand: (input: RegisterClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1UpdateAddonCommand: (input: UpdateAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1UpdateClusterConfigCommand: (input: UpdateClusterConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1UpdateClusterVersionCommand: (input: UpdateClusterVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1UpdateNodegroupConfigCommand: (input: UpdateNodegroupConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1UpdateNodegroupVersionCommand: (input: UpdateNodegroupVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const deserializeAws_restJson1AssociateEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateEncryptionConfigCommandOutput>;
74
- export declare const deserializeAws_restJson1AssociateIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIdentityProviderConfigCommandOutput>;
75
- export declare const deserializeAws_restJson1CreateAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAddonCommandOutput>;
76
- export declare const deserializeAws_restJson1CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
77
- export declare const deserializeAws_restJson1CreateFargateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFargateProfileCommandOutput>;
78
- export declare const deserializeAws_restJson1CreateNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNodegroupCommandOutput>;
79
- export declare const deserializeAws_restJson1DeleteAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAddonCommandOutput>;
80
- export declare const deserializeAws_restJson1DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
81
- export declare const deserializeAws_restJson1DeleteFargateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFargateProfileCommandOutput>;
82
- export declare const deserializeAws_restJson1DeleteNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNodegroupCommandOutput>;
83
- export declare const deserializeAws_restJson1DeregisterClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterClusterCommandOutput>;
84
- export declare const deserializeAws_restJson1DescribeAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddonCommandOutput>;
85
- export declare const deserializeAws_restJson1DescribeAddonConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddonConfigurationCommandOutput>;
86
- export declare const deserializeAws_restJson1DescribeAddonVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddonVersionsCommandOutput>;
87
- export declare const deserializeAws_restJson1DescribeClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterCommandOutput>;
88
- export declare const deserializeAws_restJson1DescribeFargateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFargateProfileCommandOutput>;
89
- export declare const deserializeAws_restJson1DescribeIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityProviderConfigCommandOutput>;
90
- export declare const deserializeAws_restJson1DescribeNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNodegroupCommandOutput>;
91
- export declare const deserializeAws_restJson1DescribeUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUpdateCommandOutput>;
92
- export declare const deserializeAws_restJson1DisassociateIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIdentityProviderConfigCommandOutput>;
93
- export declare const deserializeAws_restJson1ListAddonsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAddonsCommandOutput>;
94
- export declare const deserializeAws_restJson1ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>;
95
- export declare const deserializeAws_restJson1ListFargateProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFargateProfilesCommandOutput>;
96
- export declare const deserializeAws_restJson1ListIdentityProviderConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityProviderConfigsCommandOutput>;
97
- export declare const deserializeAws_restJson1ListNodegroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNodegroupsCommandOutput>;
98
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
99
- export declare const deserializeAws_restJson1ListUpdatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUpdatesCommandOutput>;
100
- export declare const deserializeAws_restJson1RegisterClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterClusterCommandOutput>;
101
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
102
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
103
- export declare const deserializeAws_restJson1UpdateAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAddonCommandOutput>;
104
- export declare const deserializeAws_restJson1UpdateClusterConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterConfigCommandOutput>;
105
- export declare const deserializeAws_restJson1UpdateClusterVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterVersionCommandOutput>;
106
- export declare const deserializeAws_restJson1UpdateNodegroupConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNodegroupConfigCommandOutput>;
107
- export declare const deserializeAws_restJson1UpdateNodegroupVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNodegroupVersionCommandOutput>;
38
+ /**
39
+ * serializeAws_restJson1AssociateEncryptionConfigCommand
40
+ */
41
+ export declare const se_AssociateEncryptionConfigCommand: (input: AssociateEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ /**
43
+ * serializeAws_restJson1AssociateIdentityProviderConfigCommand
44
+ */
45
+ export declare const se_AssociateIdentityProviderConfigCommand: (input: AssociateIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ /**
47
+ * serializeAws_restJson1CreateAddonCommand
48
+ */
49
+ export declare const se_CreateAddonCommand: (input: CreateAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_restJson1CreateClusterCommand
52
+ */
53
+ export declare const se_CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_restJson1CreateFargateProfileCommand
56
+ */
57
+ export declare const se_CreateFargateProfileCommand: (input: CreateFargateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_restJson1CreateNodegroupCommand
60
+ */
61
+ export declare const se_CreateNodegroupCommand: (input: CreateNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_restJson1DeleteAddonCommand
64
+ */
65
+ export declare const se_DeleteAddonCommand: (input: DeleteAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_restJson1DeleteClusterCommand
68
+ */
69
+ export declare const se_DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_restJson1DeleteFargateProfileCommand
72
+ */
73
+ export declare const se_DeleteFargateProfileCommand: (input: DeleteFargateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1DeleteNodegroupCommand
76
+ */
77
+ export declare const se_DeleteNodegroupCommand: (input: DeleteNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_restJson1DeregisterClusterCommand
80
+ */
81
+ export declare const se_DeregisterClusterCommand: (input: DeregisterClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_restJson1DescribeAddonCommand
84
+ */
85
+ export declare const se_DescribeAddonCommand: (input: DescribeAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_restJson1DescribeAddonConfigurationCommand
88
+ */
89
+ export declare const se_DescribeAddonConfigurationCommand: (input: DescribeAddonConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_restJson1DescribeAddonVersionsCommand
92
+ */
93
+ export declare const se_DescribeAddonVersionsCommand: (input: DescribeAddonVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_restJson1DescribeClusterCommand
96
+ */
97
+ export declare const se_DescribeClusterCommand: (input: DescribeClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_restJson1DescribeFargateProfileCommand
100
+ */
101
+ export declare const se_DescribeFargateProfileCommand: (input: DescribeFargateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_restJson1DescribeIdentityProviderConfigCommand
104
+ */
105
+ export declare const se_DescribeIdentityProviderConfigCommand: (input: DescribeIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_restJson1DescribeNodegroupCommand
108
+ */
109
+ export declare const se_DescribeNodegroupCommand: (input: DescribeNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_restJson1DescribeUpdateCommand
112
+ */
113
+ export declare const se_DescribeUpdateCommand: (input: DescribeUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_restJson1DisassociateIdentityProviderConfigCommand
116
+ */
117
+ export declare const se_DisassociateIdentityProviderConfigCommand: (input: DisassociateIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_restJson1ListAddonsCommand
120
+ */
121
+ export declare const se_ListAddonsCommand: (input: ListAddonsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ /**
123
+ * serializeAws_restJson1ListClustersCommand
124
+ */
125
+ export declare const se_ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_restJson1ListFargateProfilesCommand
128
+ */
129
+ export declare const se_ListFargateProfilesCommand: (input: ListFargateProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_restJson1ListIdentityProviderConfigsCommand
132
+ */
133
+ export declare const se_ListIdentityProviderConfigsCommand: (input: ListIdentityProviderConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_restJson1ListNodegroupsCommand
136
+ */
137
+ export declare const se_ListNodegroupsCommand: (input: ListNodegroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_restJson1ListTagsForResourceCommand
140
+ */
141
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ /**
143
+ * serializeAws_restJson1ListUpdatesCommand
144
+ */
145
+ export declare const se_ListUpdatesCommand: (input: ListUpdatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ /**
147
+ * serializeAws_restJson1RegisterClusterCommand
148
+ */
149
+ export declare const se_RegisterClusterCommand: (input: RegisterClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ /**
151
+ * serializeAws_restJson1TagResourceCommand
152
+ */
153
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ /**
155
+ * serializeAws_restJson1UntagResourceCommand
156
+ */
157
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ /**
159
+ * serializeAws_restJson1UpdateAddonCommand
160
+ */
161
+ export declare const se_UpdateAddonCommand: (input: UpdateAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
+ /**
163
+ * serializeAws_restJson1UpdateClusterConfigCommand
164
+ */
165
+ export declare const se_UpdateClusterConfigCommand: (input: UpdateClusterConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
+ /**
167
+ * serializeAws_restJson1UpdateClusterVersionCommand
168
+ */
169
+ export declare const se_UpdateClusterVersionCommand: (input: UpdateClusterVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
+ /**
171
+ * serializeAws_restJson1UpdateNodegroupConfigCommand
172
+ */
173
+ export declare const se_UpdateNodegroupConfigCommand: (input: UpdateNodegroupConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
+ /**
175
+ * serializeAws_restJson1UpdateNodegroupVersionCommand
176
+ */
177
+ export declare const se_UpdateNodegroupVersionCommand: (input: UpdateNodegroupVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
+ /**
179
+ * deserializeAws_restJson1AssociateEncryptionConfigCommand
180
+ */
181
+ export declare const de_AssociateEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateEncryptionConfigCommandOutput>;
182
+ /**
183
+ * deserializeAws_restJson1AssociateIdentityProviderConfigCommand
184
+ */
185
+ export declare const de_AssociateIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIdentityProviderConfigCommandOutput>;
186
+ /**
187
+ * deserializeAws_restJson1CreateAddonCommand
188
+ */
189
+ export declare const de_CreateAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAddonCommandOutput>;
190
+ /**
191
+ * deserializeAws_restJson1CreateClusterCommand
192
+ */
193
+ export declare const de_CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
194
+ /**
195
+ * deserializeAws_restJson1CreateFargateProfileCommand
196
+ */
197
+ export declare const de_CreateFargateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFargateProfileCommandOutput>;
198
+ /**
199
+ * deserializeAws_restJson1CreateNodegroupCommand
200
+ */
201
+ export declare const de_CreateNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNodegroupCommandOutput>;
202
+ /**
203
+ * deserializeAws_restJson1DeleteAddonCommand
204
+ */
205
+ export declare const de_DeleteAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAddonCommandOutput>;
206
+ /**
207
+ * deserializeAws_restJson1DeleteClusterCommand
208
+ */
209
+ export declare const de_DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
210
+ /**
211
+ * deserializeAws_restJson1DeleteFargateProfileCommand
212
+ */
213
+ export declare const de_DeleteFargateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFargateProfileCommandOutput>;
214
+ /**
215
+ * deserializeAws_restJson1DeleteNodegroupCommand
216
+ */
217
+ export declare const de_DeleteNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNodegroupCommandOutput>;
218
+ /**
219
+ * deserializeAws_restJson1DeregisterClusterCommand
220
+ */
221
+ export declare const de_DeregisterClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterClusterCommandOutput>;
222
+ /**
223
+ * deserializeAws_restJson1DescribeAddonCommand
224
+ */
225
+ export declare const de_DescribeAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddonCommandOutput>;
226
+ /**
227
+ * deserializeAws_restJson1DescribeAddonConfigurationCommand
228
+ */
229
+ export declare const de_DescribeAddonConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddonConfigurationCommandOutput>;
230
+ /**
231
+ * deserializeAws_restJson1DescribeAddonVersionsCommand
232
+ */
233
+ export declare const de_DescribeAddonVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddonVersionsCommandOutput>;
234
+ /**
235
+ * deserializeAws_restJson1DescribeClusterCommand
236
+ */
237
+ export declare const de_DescribeClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterCommandOutput>;
238
+ /**
239
+ * deserializeAws_restJson1DescribeFargateProfileCommand
240
+ */
241
+ export declare const de_DescribeFargateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFargateProfileCommandOutput>;
242
+ /**
243
+ * deserializeAws_restJson1DescribeIdentityProviderConfigCommand
244
+ */
245
+ export declare const de_DescribeIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityProviderConfigCommandOutput>;
246
+ /**
247
+ * deserializeAws_restJson1DescribeNodegroupCommand
248
+ */
249
+ export declare const de_DescribeNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNodegroupCommandOutput>;
250
+ /**
251
+ * deserializeAws_restJson1DescribeUpdateCommand
252
+ */
253
+ export declare const de_DescribeUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUpdateCommandOutput>;
254
+ /**
255
+ * deserializeAws_restJson1DisassociateIdentityProviderConfigCommand
256
+ */
257
+ export declare const de_DisassociateIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIdentityProviderConfigCommandOutput>;
258
+ /**
259
+ * deserializeAws_restJson1ListAddonsCommand
260
+ */
261
+ export declare const de_ListAddonsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAddonsCommandOutput>;
262
+ /**
263
+ * deserializeAws_restJson1ListClustersCommand
264
+ */
265
+ export declare const de_ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>;
266
+ /**
267
+ * deserializeAws_restJson1ListFargateProfilesCommand
268
+ */
269
+ export declare const de_ListFargateProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFargateProfilesCommandOutput>;
270
+ /**
271
+ * deserializeAws_restJson1ListIdentityProviderConfigsCommand
272
+ */
273
+ export declare const de_ListIdentityProviderConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityProviderConfigsCommandOutput>;
274
+ /**
275
+ * deserializeAws_restJson1ListNodegroupsCommand
276
+ */
277
+ export declare const de_ListNodegroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNodegroupsCommandOutput>;
278
+ /**
279
+ * deserializeAws_restJson1ListTagsForResourceCommand
280
+ */
281
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
282
+ /**
283
+ * deserializeAws_restJson1ListUpdatesCommand
284
+ */
285
+ export declare const de_ListUpdatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUpdatesCommandOutput>;
286
+ /**
287
+ * deserializeAws_restJson1RegisterClusterCommand
288
+ */
289
+ export declare const de_RegisterClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterClusterCommandOutput>;
290
+ /**
291
+ * deserializeAws_restJson1TagResourceCommand
292
+ */
293
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
294
+ /**
295
+ * deserializeAws_restJson1UntagResourceCommand
296
+ */
297
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
298
+ /**
299
+ * deserializeAws_restJson1UpdateAddonCommand
300
+ */
301
+ export declare const de_UpdateAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAddonCommandOutput>;
302
+ /**
303
+ * deserializeAws_restJson1UpdateClusterConfigCommand
304
+ */
305
+ export declare const de_UpdateClusterConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterConfigCommandOutput>;
306
+ /**
307
+ * deserializeAws_restJson1UpdateClusterVersionCommand
308
+ */
309
+ export declare const de_UpdateClusterVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterVersionCommandOutput>;
310
+ /**
311
+ * deserializeAws_restJson1UpdateNodegroupConfigCommand
312
+ */
313
+ export declare const de_UpdateNodegroupConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNodegroupConfigCommandOutput>;
314
+ /**
315
+ * deserializeAws_restJson1UpdateNodegroupVersionCommand
316
+ */
317
+ export declare const de_UpdateNodegroupVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNodegroupVersionCommandOutput>;