@aws-sdk/client-kafka 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.
- package/dist-cjs/commands/BatchAssociateScramSecretCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateScramSecretCommand.js +2 -2
- package/dist-cjs/commands/CreateClusterCommand.js +2 -2
- package/dist-cjs/commands/CreateClusterV2Command.js +2 -2
- package/dist-cjs/commands/CreateConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
- package/dist-cjs/commands/DeleteConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeClusterCommand.js +2 -2
- package/dist-cjs/commands/DescribeClusterOperationCommand.js +2 -2
- package/dist-cjs/commands/DescribeClusterV2Command.js +2 -2
- package/dist-cjs/commands/DescribeConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeConfigurationRevisionCommand.js +2 -2
- package/dist-cjs/commands/GetBootstrapBrokersCommand.js +2 -2
- package/dist-cjs/commands/GetCompatibleKafkaVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListClusterOperationsCommand.js +2 -2
- package/dist-cjs/commands/ListClustersCommand.js +2 -2
- package/dist-cjs/commands/ListClustersV2Command.js +2 -2
- package/dist-cjs/commands/ListConfigurationRevisionsCommand.js +2 -2
- package/dist-cjs/commands/ListConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListKafkaVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListNodesCommand.js +2 -2
- package/dist-cjs/commands/ListScramSecretsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RebootBrokerCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateBrokerCountCommand.js +2 -2
- package/dist-cjs/commands/UpdateBrokerStorageCommand.js +2 -2
- package/dist-cjs/commands/UpdateBrokerTypeCommand.js +2 -2
- package/dist-cjs/commands/UpdateClusterConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateClusterKafkaVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateConnectivityCommand.js +2 -2
- package/dist-cjs/commands/UpdateMonitoringCommand.js +2 -2
- package/dist-cjs/commands/UpdateSecurityCommand.js +2 -2
- package/dist-cjs/commands/UpdateStorageCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +686 -790
- package/dist-es/commands/BatchAssociateScramSecretCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateScramSecretCommand.js +3 -3
- package/dist-es/commands/CreateClusterCommand.js +3 -3
- package/dist-es/commands/CreateClusterV2Command.js +3 -3
- package/dist-es/commands/CreateConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteClusterCommand.js +3 -3
- package/dist-es/commands/DeleteConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeClusterCommand.js +3 -3
- package/dist-es/commands/DescribeClusterOperationCommand.js +3 -3
- package/dist-es/commands/DescribeClusterV2Command.js +3 -3
- package/dist-es/commands/DescribeConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeConfigurationRevisionCommand.js +3 -3
- package/dist-es/commands/GetBootstrapBrokersCommand.js +3 -3
- package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +3 -3
- package/dist-es/commands/ListClusterOperationsCommand.js +3 -3
- package/dist-es/commands/ListClustersCommand.js +3 -3
- package/dist-es/commands/ListClustersV2Command.js +3 -3
- package/dist-es/commands/ListConfigurationRevisionsCommand.js +3 -3
- package/dist-es/commands/ListConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListKafkaVersionsCommand.js +3 -3
- package/dist-es/commands/ListNodesCommand.js +3 -3
- package/dist-es/commands/ListScramSecretsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RebootBrokerCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateBrokerCountCommand.js +3 -3
- package/dist-es/commands/UpdateBrokerStorageCommand.js +3 -3
- package/dist-es/commands/UpdateBrokerTypeCommand.js +3 -3
- package/dist-es/commands/UpdateClusterConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +3 -3
- package/dist-es/commands/UpdateConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateConnectivityCommand.js +3 -3
- package/dist-es/commands/UpdateMonitoringCommand.js +3 -3
- package/dist-es/commands/UpdateSecurityCommand.js +3 -3
- package/dist-es/commands/UpdateStorageCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +612 -716
- package/dist-types/protocols/Aws_restJson1.d.ts +288 -72
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -72
- package/package.json +29 -29
|
@@ -36,75 +36,291 @@ import { UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput } from
|
|
|
36
36
|
import { UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput } from "../commands/UpdateMonitoringCommand";
|
|
37
37
|
import { UpdateSecurityCommandInput, UpdateSecurityCommandOutput } from "../commands/UpdateSecurityCommand";
|
|
38
38
|
import { UpdateStorageCommandInput, UpdateStorageCommandOutput } from "../commands/UpdateStorageCommand";
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
export declare const
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export declare const
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
export declare const
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
export declare const
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
export declare const
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
export declare const
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
export declare const
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
export declare const
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
export declare const
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
export declare const
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
export declare const
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
export declare const
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
export declare const
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
export declare const
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
export declare const
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
export declare const
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
export declare const
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
export declare const
|
|
39
|
+
/**
|
|
40
|
+
* serializeAws_restJson1BatchAssociateScramSecretCommand
|
|
41
|
+
*/
|
|
42
|
+
export declare const se_BatchAssociateScramSecretCommand: (input: BatchAssociateScramSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
+
/**
|
|
44
|
+
* serializeAws_restJson1BatchDisassociateScramSecretCommand
|
|
45
|
+
*/
|
|
46
|
+
export declare const se_BatchDisassociateScramSecretCommand: (input: BatchDisassociateScramSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
/**
|
|
48
|
+
* serializeAws_restJson1CreateClusterCommand
|
|
49
|
+
*/
|
|
50
|
+
export declare const se_CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
/**
|
|
52
|
+
* serializeAws_restJson1CreateClusterV2Command
|
|
53
|
+
*/
|
|
54
|
+
export declare const se_CreateClusterV2Command: (input: CreateClusterV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
/**
|
|
56
|
+
* serializeAws_restJson1CreateConfigurationCommand
|
|
57
|
+
*/
|
|
58
|
+
export declare const se_CreateConfigurationCommand: (input: CreateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
/**
|
|
60
|
+
* serializeAws_restJson1DeleteClusterCommand
|
|
61
|
+
*/
|
|
62
|
+
export declare const se_DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
/**
|
|
64
|
+
* serializeAws_restJson1DeleteConfigurationCommand
|
|
65
|
+
*/
|
|
66
|
+
export declare const se_DeleteConfigurationCommand: (input: DeleteConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
/**
|
|
68
|
+
* serializeAws_restJson1DescribeClusterCommand
|
|
69
|
+
*/
|
|
70
|
+
export declare const se_DescribeClusterCommand: (input: DescribeClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
/**
|
|
72
|
+
* serializeAws_restJson1DescribeClusterOperationCommand
|
|
73
|
+
*/
|
|
74
|
+
export declare const se_DescribeClusterOperationCommand: (input: DescribeClusterOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
/**
|
|
76
|
+
* serializeAws_restJson1DescribeClusterV2Command
|
|
77
|
+
*/
|
|
78
|
+
export declare const se_DescribeClusterV2Command: (input: DescribeClusterV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
/**
|
|
80
|
+
* serializeAws_restJson1DescribeConfigurationCommand
|
|
81
|
+
*/
|
|
82
|
+
export declare const se_DescribeConfigurationCommand: (input: DescribeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
/**
|
|
84
|
+
* serializeAws_restJson1DescribeConfigurationRevisionCommand
|
|
85
|
+
*/
|
|
86
|
+
export declare const se_DescribeConfigurationRevisionCommand: (input: DescribeConfigurationRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
/**
|
|
88
|
+
* serializeAws_restJson1GetBootstrapBrokersCommand
|
|
89
|
+
*/
|
|
90
|
+
export declare const se_GetBootstrapBrokersCommand: (input: GetBootstrapBrokersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
/**
|
|
92
|
+
* serializeAws_restJson1GetCompatibleKafkaVersionsCommand
|
|
93
|
+
*/
|
|
94
|
+
export declare const se_GetCompatibleKafkaVersionsCommand: (input: GetCompatibleKafkaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
/**
|
|
96
|
+
* serializeAws_restJson1ListClusterOperationsCommand
|
|
97
|
+
*/
|
|
98
|
+
export declare const se_ListClusterOperationsCommand: (input: ListClusterOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
/**
|
|
100
|
+
* serializeAws_restJson1ListClustersCommand
|
|
101
|
+
*/
|
|
102
|
+
export declare const se_ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
/**
|
|
104
|
+
* serializeAws_restJson1ListClustersV2Command
|
|
105
|
+
*/
|
|
106
|
+
export declare const se_ListClustersV2Command: (input: ListClustersV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
/**
|
|
108
|
+
* serializeAws_restJson1ListConfigurationRevisionsCommand
|
|
109
|
+
*/
|
|
110
|
+
export declare const se_ListConfigurationRevisionsCommand: (input: ListConfigurationRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
/**
|
|
112
|
+
* serializeAws_restJson1ListConfigurationsCommand
|
|
113
|
+
*/
|
|
114
|
+
export declare const se_ListConfigurationsCommand: (input: ListConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
/**
|
|
116
|
+
* serializeAws_restJson1ListKafkaVersionsCommand
|
|
117
|
+
*/
|
|
118
|
+
export declare const se_ListKafkaVersionsCommand: (input: ListKafkaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
/**
|
|
120
|
+
* serializeAws_restJson1ListNodesCommand
|
|
121
|
+
*/
|
|
122
|
+
export declare const se_ListNodesCommand: (input: ListNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
/**
|
|
124
|
+
* serializeAws_restJson1ListScramSecretsCommand
|
|
125
|
+
*/
|
|
126
|
+
export declare const se_ListScramSecretsCommand: (input: ListScramSecretsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
/**
|
|
128
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
129
|
+
*/
|
|
130
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
/**
|
|
132
|
+
* serializeAws_restJson1RebootBrokerCommand
|
|
133
|
+
*/
|
|
134
|
+
export declare const se_RebootBrokerCommand: (input: RebootBrokerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
/**
|
|
136
|
+
* serializeAws_restJson1TagResourceCommand
|
|
137
|
+
*/
|
|
138
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
/**
|
|
140
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
141
|
+
*/
|
|
142
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
/**
|
|
144
|
+
* serializeAws_restJson1UpdateBrokerCountCommand
|
|
145
|
+
*/
|
|
146
|
+
export declare const se_UpdateBrokerCountCommand: (input: UpdateBrokerCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
+
/**
|
|
148
|
+
* serializeAws_restJson1UpdateBrokerStorageCommand
|
|
149
|
+
*/
|
|
150
|
+
export declare const se_UpdateBrokerStorageCommand: (input: UpdateBrokerStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
+
/**
|
|
152
|
+
* serializeAws_restJson1UpdateBrokerTypeCommand
|
|
153
|
+
*/
|
|
154
|
+
export declare const se_UpdateBrokerTypeCommand: (input: UpdateBrokerTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
+
/**
|
|
156
|
+
* serializeAws_restJson1UpdateClusterConfigurationCommand
|
|
157
|
+
*/
|
|
158
|
+
export declare const se_UpdateClusterConfigurationCommand: (input: UpdateClusterConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
+
/**
|
|
160
|
+
* serializeAws_restJson1UpdateClusterKafkaVersionCommand
|
|
161
|
+
*/
|
|
162
|
+
export declare const se_UpdateClusterKafkaVersionCommand: (input: UpdateClusterKafkaVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
+
/**
|
|
164
|
+
* serializeAws_restJson1UpdateConfigurationCommand
|
|
165
|
+
*/
|
|
166
|
+
export declare const se_UpdateConfigurationCommand: (input: UpdateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
+
/**
|
|
168
|
+
* serializeAws_restJson1UpdateConnectivityCommand
|
|
169
|
+
*/
|
|
170
|
+
export declare const se_UpdateConnectivityCommand: (input: UpdateConnectivityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
+
/**
|
|
172
|
+
* serializeAws_restJson1UpdateMonitoringCommand
|
|
173
|
+
*/
|
|
174
|
+
export declare const se_UpdateMonitoringCommand: (input: UpdateMonitoringCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
+
/**
|
|
176
|
+
* serializeAws_restJson1UpdateSecurityCommand
|
|
177
|
+
*/
|
|
178
|
+
export declare const se_UpdateSecurityCommand: (input: UpdateSecurityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
+
/**
|
|
180
|
+
* serializeAws_restJson1UpdateStorageCommand
|
|
181
|
+
*/
|
|
182
|
+
export declare const se_UpdateStorageCommand: (input: UpdateStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
+
/**
|
|
184
|
+
* deserializeAws_restJson1BatchAssociateScramSecretCommand
|
|
185
|
+
*/
|
|
186
|
+
export declare const de_BatchAssociateScramSecretCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateScramSecretCommandOutput>;
|
|
187
|
+
/**
|
|
188
|
+
* deserializeAws_restJson1BatchDisassociateScramSecretCommand
|
|
189
|
+
*/
|
|
190
|
+
export declare const de_BatchDisassociateScramSecretCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateScramSecretCommandOutput>;
|
|
191
|
+
/**
|
|
192
|
+
* deserializeAws_restJson1CreateClusterCommand
|
|
193
|
+
*/
|
|
194
|
+
export declare const de_CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
|
|
195
|
+
/**
|
|
196
|
+
* deserializeAws_restJson1CreateClusterV2Command
|
|
197
|
+
*/
|
|
198
|
+
export declare const de_CreateClusterV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterV2CommandOutput>;
|
|
199
|
+
/**
|
|
200
|
+
* deserializeAws_restJson1CreateConfigurationCommand
|
|
201
|
+
*/
|
|
202
|
+
export declare const de_CreateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationCommandOutput>;
|
|
203
|
+
/**
|
|
204
|
+
* deserializeAws_restJson1DeleteClusterCommand
|
|
205
|
+
*/
|
|
206
|
+
export declare const de_DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
|
|
207
|
+
/**
|
|
208
|
+
* deserializeAws_restJson1DeleteConfigurationCommand
|
|
209
|
+
*/
|
|
210
|
+
export declare const de_DeleteConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationCommandOutput>;
|
|
211
|
+
/**
|
|
212
|
+
* deserializeAws_restJson1DescribeClusterCommand
|
|
213
|
+
*/
|
|
214
|
+
export declare const de_DescribeClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterCommandOutput>;
|
|
215
|
+
/**
|
|
216
|
+
* deserializeAws_restJson1DescribeClusterOperationCommand
|
|
217
|
+
*/
|
|
218
|
+
export declare const de_DescribeClusterOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterOperationCommandOutput>;
|
|
219
|
+
/**
|
|
220
|
+
* deserializeAws_restJson1DescribeClusterV2Command
|
|
221
|
+
*/
|
|
222
|
+
export declare const de_DescribeClusterV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterV2CommandOutput>;
|
|
223
|
+
/**
|
|
224
|
+
* deserializeAws_restJson1DescribeConfigurationCommand
|
|
225
|
+
*/
|
|
226
|
+
export declare const de_DescribeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationCommandOutput>;
|
|
227
|
+
/**
|
|
228
|
+
* deserializeAws_restJson1DescribeConfigurationRevisionCommand
|
|
229
|
+
*/
|
|
230
|
+
export declare const de_DescribeConfigurationRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationRevisionCommandOutput>;
|
|
231
|
+
/**
|
|
232
|
+
* deserializeAws_restJson1GetBootstrapBrokersCommand
|
|
233
|
+
*/
|
|
234
|
+
export declare const de_GetBootstrapBrokersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBootstrapBrokersCommandOutput>;
|
|
235
|
+
/**
|
|
236
|
+
* deserializeAws_restJson1GetCompatibleKafkaVersionsCommand
|
|
237
|
+
*/
|
|
238
|
+
export declare const de_GetCompatibleKafkaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCompatibleKafkaVersionsCommandOutput>;
|
|
239
|
+
/**
|
|
240
|
+
* deserializeAws_restJson1ListClusterOperationsCommand
|
|
241
|
+
*/
|
|
242
|
+
export declare const de_ListClusterOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClusterOperationsCommandOutput>;
|
|
243
|
+
/**
|
|
244
|
+
* deserializeAws_restJson1ListClustersCommand
|
|
245
|
+
*/
|
|
246
|
+
export declare const de_ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>;
|
|
247
|
+
/**
|
|
248
|
+
* deserializeAws_restJson1ListClustersV2Command
|
|
249
|
+
*/
|
|
250
|
+
export declare const de_ListClustersV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersV2CommandOutput>;
|
|
251
|
+
/**
|
|
252
|
+
* deserializeAws_restJson1ListConfigurationRevisionsCommand
|
|
253
|
+
*/
|
|
254
|
+
export declare const de_ListConfigurationRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationRevisionsCommandOutput>;
|
|
255
|
+
/**
|
|
256
|
+
* deserializeAws_restJson1ListConfigurationsCommand
|
|
257
|
+
*/
|
|
258
|
+
export declare const de_ListConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationsCommandOutput>;
|
|
259
|
+
/**
|
|
260
|
+
* deserializeAws_restJson1ListKafkaVersionsCommand
|
|
261
|
+
*/
|
|
262
|
+
export declare const de_ListKafkaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKafkaVersionsCommandOutput>;
|
|
263
|
+
/**
|
|
264
|
+
* deserializeAws_restJson1ListNodesCommand
|
|
265
|
+
*/
|
|
266
|
+
export declare const de_ListNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNodesCommandOutput>;
|
|
267
|
+
/**
|
|
268
|
+
* deserializeAws_restJson1ListScramSecretsCommand
|
|
269
|
+
*/
|
|
270
|
+
export declare const de_ListScramSecretsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListScramSecretsCommandOutput>;
|
|
271
|
+
/**
|
|
272
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
273
|
+
*/
|
|
274
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
275
|
+
/**
|
|
276
|
+
* deserializeAws_restJson1RebootBrokerCommand
|
|
277
|
+
*/
|
|
278
|
+
export declare const de_RebootBrokerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootBrokerCommandOutput>;
|
|
279
|
+
/**
|
|
280
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
281
|
+
*/
|
|
282
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
283
|
+
/**
|
|
284
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
285
|
+
*/
|
|
286
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
287
|
+
/**
|
|
288
|
+
* deserializeAws_restJson1UpdateBrokerCountCommand
|
|
289
|
+
*/
|
|
290
|
+
export declare const de_UpdateBrokerCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrokerCountCommandOutput>;
|
|
291
|
+
/**
|
|
292
|
+
* deserializeAws_restJson1UpdateBrokerStorageCommand
|
|
293
|
+
*/
|
|
294
|
+
export declare const de_UpdateBrokerStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrokerStorageCommandOutput>;
|
|
295
|
+
/**
|
|
296
|
+
* deserializeAws_restJson1UpdateBrokerTypeCommand
|
|
297
|
+
*/
|
|
298
|
+
export declare const de_UpdateBrokerTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrokerTypeCommandOutput>;
|
|
299
|
+
/**
|
|
300
|
+
* deserializeAws_restJson1UpdateClusterConfigurationCommand
|
|
301
|
+
*/
|
|
302
|
+
export declare const de_UpdateClusterConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterConfigurationCommandOutput>;
|
|
303
|
+
/**
|
|
304
|
+
* deserializeAws_restJson1UpdateClusterKafkaVersionCommand
|
|
305
|
+
*/
|
|
306
|
+
export declare const de_UpdateClusterKafkaVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterKafkaVersionCommandOutput>;
|
|
307
|
+
/**
|
|
308
|
+
* deserializeAws_restJson1UpdateConfigurationCommand
|
|
309
|
+
*/
|
|
310
|
+
export declare const de_UpdateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationCommandOutput>;
|
|
311
|
+
/**
|
|
312
|
+
* deserializeAws_restJson1UpdateConnectivityCommand
|
|
313
|
+
*/
|
|
314
|
+
export declare const de_UpdateConnectivityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectivityCommandOutput>;
|
|
315
|
+
/**
|
|
316
|
+
* deserializeAws_restJson1UpdateMonitoringCommand
|
|
317
|
+
*/
|
|
318
|
+
export declare const de_UpdateMonitoringCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMonitoringCommandOutput>;
|
|
319
|
+
/**
|
|
320
|
+
* deserializeAws_restJson1UpdateSecurityCommand
|
|
321
|
+
*/
|
|
322
|
+
export declare const de_UpdateSecurityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSecurityCommandOutput>;
|
|
323
|
+
/**
|
|
324
|
+
* deserializeAws_restJson1UpdateStorageCommand
|
|
325
|
+
*/
|
|
326
|
+
export declare const de_UpdateStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStorageCommandOutput>;
|