@aws-sdk/client-kafka 3.927.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 (95) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +6438 -3118
  3. package/dist-cjs/runtimeConfig.shared.js +2 -0
  4. package/dist-es/Kafka.js +2 -0
  5. package/dist-es/KafkaClient.js +2 -0
  6. package/dist-es/commands/BatchAssociateScramSecretCommand.js +3 -9
  7. package/dist-es/commands/BatchDisassociateScramSecretCommand.js +3 -9
  8. package/dist-es/commands/CreateClusterCommand.js +3 -9
  9. package/dist-es/commands/CreateClusterV2Command.js +3 -9
  10. package/dist-es/commands/CreateConfigurationCommand.js +3 -9
  11. package/dist-es/commands/CreateReplicatorCommand.js +3 -9
  12. package/dist-es/commands/CreateVpcConnectionCommand.js +3 -9
  13. package/dist-es/commands/DeleteClusterCommand.js +3 -9
  14. package/dist-es/commands/DeleteClusterPolicyCommand.js +3 -9
  15. package/dist-es/commands/DeleteConfigurationCommand.js +3 -9
  16. package/dist-es/commands/DeleteReplicatorCommand.js +3 -9
  17. package/dist-es/commands/DeleteVpcConnectionCommand.js +3 -9
  18. package/dist-es/commands/DescribeClusterCommand.js +3 -9
  19. package/dist-es/commands/DescribeClusterOperationCommand.js +3 -9
  20. package/dist-es/commands/DescribeClusterOperationV2Command.js +3 -9
  21. package/dist-es/commands/DescribeClusterV2Command.js +3 -9
  22. package/dist-es/commands/DescribeConfigurationCommand.js +3 -9
  23. package/dist-es/commands/DescribeConfigurationRevisionCommand.js +3 -9
  24. package/dist-es/commands/DescribeReplicatorCommand.js +3 -9
  25. package/dist-es/commands/DescribeVpcConnectionCommand.js +3 -9
  26. package/dist-es/commands/GetBootstrapBrokersCommand.js +3 -9
  27. package/dist-es/commands/GetClusterPolicyCommand.js +3 -9
  28. package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +3 -9
  29. package/dist-es/commands/ListClientVpcConnectionsCommand.js +3 -9
  30. package/dist-es/commands/ListClusterOperationsCommand.js +3 -9
  31. package/dist-es/commands/ListClusterOperationsV2Command.js +3 -9
  32. package/dist-es/commands/ListClustersCommand.js +3 -9
  33. package/dist-es/commands/ListClustersV2Command.js +3 -9
  34. package/dist-es/commands/ListConfigurationRevisionsCommand.js +3 -9
  35. package/dist-es/commands/ListConfigurationsCommand.js +3 -9
  36. package/dist-es/commands/ListKafkaVersionsCommand.js +3 -9
  37. package/dist-es/commands/ListNodesCommand.js +3 -9
  38. package/dist-es/commands/ListReplicatorsCommand.js +3 -9
  39. package/dist-es/commands/ListScramSecretsCommand.js +3 -9
  40. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  41. package/dist-es/commands/ListVpcConnectionsCommand.js +3 -9
  42. package/dist-es/commands/PutClusterPolicyCommand.js +3 -9
  43. package/dist-es/commands/RebootBrokerCommand.js +3 -9
  44. package/dist-es/commands/RejectClientVpcConnectionCommand.js +3 -9
  45. package/dist-es/commands/TagResourceCommand.js +3 -9
  46. package/dist-es/commands/UntagResourceCommand.js +3 -9
  47. package/dist-es/commands/UpdateBrokerCountCommand.js +3 -9
  48. package/dist-es/commands/UpdateBrokerStorageCommand.js +3 -9
  49. package/dist-es/commands/UpdateBrokerTypeCommand.js +3 -9
  50. package/dist-es/commands/UpdateClusterConfigurationCommand.js +3 -9
  51. package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +3 -9
  52. package/dist-es/commands/UpdateConfigurationCommand.js +3 -9
  53. package/dist-es/commands/UpdateConnectivityCommand.js +3 -9
  54. package/dist-es/commands/UpdateMonitoringCommand.js +3 -9
  55. package/dist-es/commands/UpdateRebalancingCommand.js +16 -0
  56. package/dist-es/commands/UpdateReplicationInfoCommand.js +3 -9
  57. package/dist-es/commands/UpdateSecurityCommand.js +3 -9
  58. package/dist-es/commands/UpdateStorageCommand.js +3 -9
  59. package/dist-es/commands/index.js +1 -0
  60. package/dist-es/models/models_0.js +4 -0
  61. package/dist-es/runtimeConfig.shared.js +2 -0
  62. package/dist-es/schemas/schemas_0.js +6310 -0
  63. package/dist-types/Kafka.d.ts +7 -0
  64. package/dist-types/KafkaClient.d.ts +13 -3
  65. package/dist-types/commands/CreateClusterCommand.d.ts +3 -0
  66. package/dist-types/commands/CreateClusterV2Command.d.ts +3 -0
  67. package/dist-types/commands/DescribeClusterCommand.d.ts +3 -0
  68. package/dist-types/commands/DescribeClusterOperationCommand.d.ts +6 -0
  69. package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +6 -0
  70. package/dist-types/commands/DescribeClusterV2Command.d.ts +3 -0
  71. package/dist-types/commands/ListClusterOperationsCommand.d.ts +6 -0
  72. package/dist-types/commands/ListClustersCommand.d.ts +3 -0
  73. package/dist-types/commands/ListClustersV2Command.d.ts +3 -0
  74. package/dist-types/commands/UpdateRebalancingCommand.d.ts +100 -0
  75. package/dist-types/commands/index.d.ts +1 -0
  76. package/dist-types/models/models_0.d.ts +83 -0
  77. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  78. package/dist-types/runtimeConfig.d.ts +1 -0
  79. package/dist-types/runtimeConfig.native.d.ts +1 -0
  80. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  81. package/dist-types/schemas/schemas_0.d.ts +283 -0
  82. package/dist-types/ts3.4/Kafka.d.ts +17 -0
  83. package/dist-types/ts3.4/KafkaClient.d.ts +10 -0
  84. package/dist-types/ts3.4/commands/UpdateRebalancingCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  86. package/dist-types/ts3.4/models/models_0.d.ts +23 -0
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  91. package/dist-types/ts3.4/schemas/schemas_0.d.ts +288 -0
  92. package/package.json +5 -5
  93. package/dist-es/protocols/Aws_restJson1.js +0 -2747
  94. package/dist-types/protocols/Aws_restJson1.d.ts +0 -470
  95. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -629
@@ -1,470 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput } from "../commands/BatchAssociateScramSecretCommand";
4
- import { BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput } from "../commands/BatchDisassociateScramSecretCommand";
5
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand";
6
- import { CreateClusterV2CommandInput, CreateClusterV2CommandOutput } from "../commands/CreateClusterV2Command";
7
- import { CreateConfigurationCommandInput, CreateConfigurationCommandOutput } from "../commands/CreateConfigurationCommand";
8
- import { CreateReplicatorCommandInput, CreateReplicatorCommandOutput } from "../commands/CreateReplicatorCommand";
9
- import { CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput } from "../commands/CreateVpcConnectionCommand";
10
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "../commands/DeleteClusterCommand";
11
- import { DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput } from "../commands/DeleteClusterPolicyCommand";
12
- import { DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput } from "../commands/DeleteConfigurationCommand";
13
- import { DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput } from "../commands/DeleteReplicatorCommand";
14
- import { DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput } from "../commands/DeleteVpcConnectionCommand";
15
- import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "../commands/DescribeClusterCommand";
16
- import { DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput } from "../commands/DescribeClusterOperationCommand";
17
- import { DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput } from "../commands/DescribeClusterOperationV2Command";
18
- import { DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput } from "../commands/DescribeClusterV2Command";
19
- import { DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput } from "../commands/DescribeConfigurationCommand";
20
- import { DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput } from "../commands/DescribeConfigurationRevisionCommand";
21
- import { DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput } from "../commands/DescribeReplicatorCommand";
22
- import { DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput } from "../commands/DescribeVpcConnectionCommand";
23
- import { GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput } from "../commands/GetBootstrapBrokersCommand";
24
- import { GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput } from "../commands/GetClusterPolicyCommand";
25
- import { GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput } from "../commands/GetCompatibleKafkaVersionsCommand";
26
- import { ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput } from "../commands/ListClientVpcConnectionsCommand";
27
- import { ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput } from "../commands/ListClusterOperationsCommand";
28
- import { ListClusterOperationsV2CommandInput, ListClusterOperationsV2CommandOutput } from "../commands/ListClusterOperationsV2Command";
29
- import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
30
- import { ListClustersV2CommandInput, ListClustersV2CommandOutput } from "../commands/ListClustersV2Command";
31
- import { ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput } from "../commands/ListConfigurationRevisionsCommand";
32
- import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "../commands/ListConfigurationsCommand";
33
- import { ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput } from "../commands/ListKafkaVersionsCommand";
34
- import { ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand";
35
- import { ListReplicatorsCommandInput, ListReplicatorsCommandOutput } from "../commands/ListReplicatorsCommand";
36
- import { ListScramSecretsCommandInput, ListScramSecretsCommandOutput } from "../commands/ListScramSecretsCommand";
37
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
38
- import { ListVpcConnectionsCommandInput, ListVpcConnectionsCommandOutput } from "../commands/ListVpcConnectionsCommand";
39
- import { PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput } from "../commands/PutClusterPolicyCommand";
40
- import { RebootBrokerCommandInput, RebootBrokerCommandOutput } from "../commands/RebootBrokerCommand";
41
- import { RejectClientVpcConnectionCommandInput, RejectClientVpcConnectionCommandOutput } from "../commands/RejectClientVpcConnectionCommand";
42
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
43
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
44
- import { UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput } from "../commands/UpdateBrokerCountCommand";
45
- import { UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput } from "../commands/UpdateBrokerStorageCommand";
46
- import { UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput } from "../commands/UpdateBrokerTypeCommand";
47
- import { UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput } from "../commands/UpdateClusterConfigurationCommand";
48
- import { UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput } from "../commands/UpdateClusterKafkaVersionCommand";
49
- import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "../commands/UpdateConfigurationCommand";
50
- import { UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput } from "../commands/UpdateConnectivityCommand";
51
- import { UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput } from "../commands/UpdateMonitoringCommand";
52
- import { UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput } from "../commands/UpdateReplicationInfoCommand";
53
- import { UpdateSecurityCommandInput, UpdateSecurityCommandOutput } from "../commands/UpdateSecurityCommand";
54
- import { UpdateStorageCommandInput, UpdateStorageCommandOutput } from "../commands/UpdateStorageCommand";
55
- /**
56
- * serializeAws_restJson1BatchAssociateScramSecretCommand
57
- */
58
- export declare const se_BatchAssociateScramSecretCommand: (input: BatchAssociateScramSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_restJson1BatchDisassociateScramSecretCommand
61
- */
62
- export declare const se_BatchDisassociateScramSecretCommand: (input: BatchDisassociateScramSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_restJson1CreateClusterCommand
65
- */
66
- export declare const se_CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_restJson1CreateClusterV2Command
69
- */
70
- export declare const se_CreateClusterV2Command: (input: CreateClusterV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_restJson1CreateConfigurationCommand
73
- */
74
- export declare const se_CreateConfigurationCommand: (input: CreateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_restJson1CreateReplicatorCommand
77
- */
78
- export declare const se_CreateReplicatorCommand: (input: CreateReplicatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_restJson1CreateVpcConnectionCommand
81
- */
82
- export declare const se_CreateVpcConnectionCommand: (input: CreateVpcConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_restJson1DeleteClusterCommand
85
- */
86
- export declare const se_DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_restJson1DeleteClusterPolicyCommand
89
- */
90
- export declare const se_DeleteClusterPolicyCommand: (input: DeleteClusterPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_restJson1DeleteConfigurationCommand
93
- */
94
- export declare const se_DeleteConfigurationCommand: (input: DeleteConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_restJson1DeleteReplicatorCommand
97
- */
98
- export declare const se_DeleteReplicatorCommand: (input: DeleteReplicatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_restJson1DeleteVpcConnectionCommand
101
- */
102
- export declare const se_DeleteVpcConnectionCommand: (input: DeleteVpcConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_restJson1DescribeClusterCommand
105
- */
106
- export declare const se_DescribeClusterCommand: (input: DescribeClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_restJson1DescribeClusterOperationCommand
109
- */
110
- export declare const se_DescribeClusterOperationCommand: (input: DescribeClusterOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_restJson1DescribeClusterOperationV2Command
113
- */
114
- export declare const se_DescribeClusterOperationV2Command: (input: DescribeClusterOperationV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_restJson1DescribeClusterV2Command
117
- */
118
- export declare const se_DescribeClusterV2Command: (input: DescribeClusterV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_restJson1DescribeConfigurationCommand
121
- */
122
- export declare const se_DescribeConfigurationCommand: (input: DescribeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_restJson1DescribeConfigurationRevisionCommand
125
- */
126
- export declare const se_DescribeConfigurationRevisionCommand: (input: DescribeConfigurationRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_restJson1DescribeReplicatorCommand
129
- */
130
- export declare const se_DescribeReplicatorCommand: (input: DescribeReplicatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_restJson1DescribeVpcConnectionCommand
133
- */
134
- export declare const se_DescribeVpcConnectionCommand: (input: DescribeVpcConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_restJson1GetBootstrapBrokersCommand
137
- */
138
- export declare const se_GetBootstrapBrokersCommand: (input: GetBootstrapBrokersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_restJson1GetClusterPolicyCommand
141
- */
142
- export declare const se_GetClusterPolicyCommand: (input: GetClusterPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * serializeAws_restJson1GetCompatibleKafkaVersionsCommand
145
- */
146
- export declare const se_GetCompatibleKafkaVersionsCommand: (input: GetCompatibleKafkaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- /**
148
- * serializeAws_restJson1ListClientVpcConnectionsCommand
149
- */
150
- export declare const se_ListClientVpcConnectionsCommand: (input: ListClientVpcConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- /**
152
- * serializeAws_restJson1ListClusterOperationsCommand
153
- */
154
- export declare const se_ListClusterOperationsCommand: (input: ListClusterOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- /**
156
- * serializeAws_restJson1ListClusterOperationsV2Command
157
- */
158
- export declare const se_ListClusterOperationsV2Command: (input: ListClusterOperationsV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- /**
160
- * serializeAws_restJson1ListClustersCommand
161
- */
162
- export declare const se_ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- /**
164
- * serializeAws_restJson1ListClustersV2Command
165
- */
166
- export declare const se_ListClustersV2Command: (input: ListClustersV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- /**
168
- * serializeAws_restJson1ListConfigurationRevisionsCommand
169
- */
170
- export declare const se_ListConfigurationRevisionsCommand: (input: ListConfigurationRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- /**
172
- * serializeAws_restJson1ListConfigurationsCommand
173
- */
174
- export declare const se_ListConfigurationsCommand: (input: ListConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- /**
176
- * serializeAws_restJson1ListKafkaVersionsCommand
177
- */
178
- export declare const se_ListKafkaVersionsCommand: (input: ListKafkaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- /**
180
- * serializeAws_restJson1ListNodesCommand
181
- */
182
- export declare const se_ListNodesCommand: (input: ListNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- /**
184
- * serializeAws_restJson1ListReplicatorsCommand
185
- */
186
- export declare const se_ListReplicatorsCommand: (input: ListReplicatorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- /**
188
- * serializeAws_restJson1ListScramSecretsCommand
189
- */
190
- export declare const se_ListScramSecretsCommand: (input: ListScramSecretsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- /**
192
- * serializeAws_restJson1ListTagsForResourceCommand
193
- */
194
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- /**
196
- * serializeAws_restJson1ListVpcConnectionsCommand
197
- */
198
- export declare const se_ListVpcConnectionsCommand: (input: ListVpcConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- /**
200
- * serializeAws_restJson1PutClusterPolicyCommand
201
- */
202
- export declare const se_PutClusterPolicyCommand: (input: PutClusterPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- /**
204
- * serializeAws_restJson1RebootBrokerCommand
205
- */
206
- export declare const se_RebootBrokerCommand: (input: RebootBrokerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- /**
208
- * serializeAws_restJson1RejectClientVpcConnectionCommand
209
- */
210
- export declare const se_RejectClientVpcConnectionCommand: (input: RejectClientVpcConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- /**
212
- * serializeAws_restJson1TagResourceCommand
213
- */
214
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- /**
216
- * serializeAws_restJson1UntagResourceCommand
217
- */
218
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- /**
220
- * serializeAws_restJson1UpdateBrokerCountCommand
221
- */
222
- export declare const se_UpdateBrokerCountCommand: (input: UpdateBrokerCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- /**
224
- * serializeAws_restJson1UpdateBrokerStorageCommand
225
- */
226
- export declare const se_UpdateBrokerStorageCommand: (input: UpdateBrokerStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- /**
228
- * serializeAws_restJson1UpdateBrokerTypeCommand
229
- */
230
- export declare const se_UpdateBrokerTypeCommand: (input: UpdateBrokerTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- /**
232
- * serializeAws_restJson1UpdateClusterConfigurationCommand
233
- */
234
- export declare const se_UpdateClusterConfigurationCommand: (input: UpdateClusterConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- /**
236
- * serializeAws_restJson1UpdateClusterKafkaVersionCommand
237
- */
238
- export declare const se_UpdateClusterKafkaVersionCommand: (input: UpdateClusterKafkaVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- /**
240
- * serializeAws_restJson1UpdateConfigurationCommand
241
- */
242
- export declare const se_UpdateConfigurationCommand: (input: UpdateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- /**
244
- * serializeAws_restJson1UpdateConnectivityCommand
245
- */
246
- export declare const se_UpdateConnectivityCommand: (input: UpdateConnectivityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
- /**
248
- * serializeAws_restJson1UpdateMonitoringCommand
249
- */
250
- export declare const se_UpdateMonitoringCommand: (input: UpdateMonitoringCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
- /**
252
- * serializeAws_restJson1UpdateReplicationInfoCommand
253
- */
254
- export declare const se_UpdateReplicationInfoCommand: (input: UpdateReplicationInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
- /**
256
- * serializeAws_restJson1UpdateSecurityCommand
257
- */
258
- export declare const se_UpdateSecurityCommand: (input: UpdateSecurityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
- /**
260
- * serializeAws_restJson1UpdateStorageCommand
261
- */
262
- export declare const se_UpdateStorageCommand: (input: UpdateStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
- /**
264
- * deserializeAws_restJson1BatchAssociateScramSecretCommand
265
- */
266
- export declare const de_BatchAssociateScramSecretCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateScramSecretCommandOutput>;
267
- /**
268
- * deserializeAws_restJson1BatchDisassociateScramSecretCommand
269
- */
270
- export declare const de_BatchDisassociateScramSecretCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateScramSecretCommandOutput>;
271
- /**
272
- * deserializeAws_restJson1CreateClusterCommand
273
- */
274
- export declare const de_CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
275
- /**
276
- * deserializeAws_restJson1CreateClusterV2Command
277
- */
278
- export declare const de_CreateClusterV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterV2CommandOutput>;
279
- /**
280
- * deserializeAws_restJson1CreateConfigurationCommand
281
- */
282
- export declare const de_CreateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationCommandOutput>;
283
- /**
284
- * deserializeAws_restJson1CreateReplicatorCommand
285
- */
286
- export declare const de_CreateReplicatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicatorCommandOutput>;
287
- /**
288
- * deserializeAws_restJson1CreateVpcConnectionCommand
289
- */
290
- export declare const de_CreateVpcConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcConnectionCommandOutput>;
291
- /**
292
- * deserializeAws_restJson1DeleteClusterCommand
293
- */
294
- export declare const de_DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
295
- /**
296
- * deserializeAws_restJson1DeleteClusterPolicyCommand
297
- */
298
- export declare const de_DeleteClusterPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterPolicyCommandOutput>;
299
- /**
300
- * deserializeAws_restJson1DeleteConfigurationCommand
301
- */
302
- export declare const de_DeleteConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationCommandOutput>;
303
- /**
304
- * deserializeAws_restJson1DeleteReplicatorCommand
305
- */
306
- export declare const de_DeleteReplicatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicatorCommandOutput>;
307
- /**
308
- * deserializeAws_restJson1DeleteVpcConnectionCommand
309
- */
310
- export declare const de_DeleteVpcConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcConnectionCommandOutput>;
311
- /**
312
- * deserializeAws_restJson1DescribeClusterCommand
313
- */
314
- export declare const de_DescribeClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterCommandOutput>;
315
- /**
316
- * deserializeAws_restJson1DescribeClusterOperationCommand
317
- */
318
- export declare const de_DescribeClusterOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterOperationCommandOutput>;
319
- /**
320
- * deserializeAws_restJson1DescribeClusterOperationV2Command
321
- */
322
- export declare const de_DescribeClusterOperationV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterOperationV2CommandOutput>;
323
- /**
324
- * deserializeAws_restJson1DescribeClusterV2Command
325
- */
326
- export declare const de_DescribeClusterV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterV2CommandOutput>;
327
- /**
328
- * deserializeAws_restJson1DescribeConfigurationCommand
329
- */
330
- export declare const de_DescribeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationCommandOutput>;
331
- /**
332
- * deserializeAws_restJson1DescribeConfigurationRevisionCommand
333
- */
334
- export declare const de_DescribeConfigurationRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationRevisionCommandOutput>;
335
- /**
336
- * deserializeAws_restJson1DescribeReplicatorCommand
337
- */
338
- export declare const de_DescribeReplicatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicatorCommandOutput>;
339
- /**
340
- * deserializeAws_restJson1DescribeVpcConnectionCommand
341
- */
342
- export declare const de_DescribeVpcConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcConnectionCommandOutput>;
343
- /**
344
- * deserializeAws_restJson1GetBootstrapBrokersCommand
345
- */
346
- export declare const de_GetBootstrapBrokersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBootstrapBrokersCommandOutput>;
347
- /**
348
- * deserializeAws_restJson1GetClusterPolicyCommand
349
- */
350
- export declare const de_GetClusterPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClusterPolicyCommandOutput>;
351
- /**
352
- * deserializeAws_restJson1GetCompatibleKafkaVersionsCommand
353
- */
354
- export declare const de_GetCompatibleKafkaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCompatibleKafkaVersionsCommandOutput>;
355
- /**
356
- * deserializeAws_restJson1ListClientVpcConnectionsCommand
357
- */
358
- export declare const de_ListClientVpcConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClientVpcConnectionsCommandOutput>;
359
- /**
360
- * deserializeAws_restJson1ListClusterOperationsCommand
361
- */
362
- export declare const de_ListClusterOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClusterOperationsCommandOutput>;
363
- /**
364
- * deserializeAws_restJson1ListClusterOperationsV2Command
365
- */
366
- export declare const de_ListClusterOperationsV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClusterOperationsV2CommandOutput>;
367
- /**
368
- * deserializeAws_restJson1ListClustersCommand
369
- */
370
- export declare const de_ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>;
371
- /**
372
- * deserializeAws_restJson1ListClustersV2Command
373
- */
374
- export declare const de_ListClustersV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersV2CommandOutput>;
375
- /**
376
- * deserializeAws_restJson1ListConfigurationRevisionsCommand
377
- */
378
- export declare const de_ListConfigurationRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationRevisionsCommandOutput>;
379
- /**
380
- * deserializeAws_restJson1ListConfigurationsCommand
381
- */
382
- export declare const de_ListConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationsCommandOutput>;
383
- /**
384
- * deserializeAws_restJson1ListKafkaVersionsCommand
385
- */
386
- export declare const de_ListKafkaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKafkaVersionsCommandOutput>;
387
- /**
388
- * deserializeAws_restJson1ListNodesCommand
389
- */
390
- export declare const de_ListNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNodesCommandOutput>;
391
- /**
392
- * deserializeAws_restJson1ListReplicatorsCommand
393
- */
394
- export declare const de_ListReplicatorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReplicatorsCommandOutput>;
395
- /**
396
- * deserializeAws_restJson1ListScramSecretsCommand
397
- */
398
- export declare const de_ListScramSecretsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListScramSecretsCommandOutput>;
399
- /**
400
- * deserializeAws_restJson1ListTagsForResourceCommand
401
- */
402
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
403
- /**
404
- * deserializeAws_restJson1ListVpcConnectionsCommand
405
- */
406
- export declare const de_ListVpcConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVpcConnectionsCommandOutput>;
407
- /**
408
- * deserializeAws_restJson1PutClusterPolicyCommand
409
- */
410
- export declare const de_PutClusterPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutClusterPolicyCommandOutput>;
411
- /**
412
- * deserializeAws_restJson1RebootBrokerCommand
413
- */
414
- export declare const de_RebootBrokerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootBrokerCommandOutput>;
415
- /**
416
- * deserializeAws_restJson1RejectClientVpcConnectionCommand
417
- */
418
- export declare const de_RejectClientVpcConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectClientVpcConnectionCommandOutput>;
419
- /**
420
- * deserializeAws_restJson1TagResourceCommand
421
- */
422
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
423
- /**
424
- * deserializeAws_restJson1UntagResourceCommand
425
- */
426
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
427
- /**
428
- * deserializeAws_restJson1UpdateBrokerCountCommand
429
- */
430
- export declare const de_UpdateBrokerCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrokerCountCommandOutput>;
431
- /**
432
- * deserializeAws_restJson1UpdateBrokerStorageCommand
433
- */
434
- export declare const de_UpdateBrokerStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrokerStorageCommandOutput>;
435
- /**
436
- * deserializeAws_restJson1UpdateBrokerTypeCommand
437
- */
438
- export declare const de_UpdateBrokerTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrokerTypeCommandOutput>;
439
- /**
440
- * deserializeAws_restJson1UpdateClusterConfigurationCommand
441
- */
442
- export declare const de_UpdateClusterConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterConfigurationCommandOutput>;
443
- /**
444
- * deserializeAws_restJson1UpdateClusterKafkaVersionCommand
445
- */
446
- export declare const de_UpdateClusterKafkaVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterKafkaVersionCommandOutput>;
447
- /**
448
- * deserializeAws_restJson1UpdateConfigurationCommand
449
- */
450
- export declare const de_UpdateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationCommandOutput>;
451
- /**
452
- * deserializeAws_restJson1UpdateConnectivityCommand
453
- */
454
- export declare const de_UpdateConnectivityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectivityCommandOutput>;
455
- /**
456
- * deserializeAws_restJson1UpdateMonitoringCommand
457
- */
458
- export declare const de_UpdateMonitoringCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMonitoringCommandOutput>;
459
- /**
460
- * deserializeAws_restJson1UpdateReplicationInfoCommand
461
- */
462
- export declare const de_UpdateReplicationInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReplicationInfoCommandOutput>;
463
- /**
464
- * deserializeAws_restJson1UpdateSecurityCommand
465
- */
466
- export declare const de_UpdateSecurityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSecurityCommandOutput>;
467
- /**
468
- * deserializeAws_restJson1UpdateStorageCommand
469
- */
470
- export declare const de_UpdateStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStorageCommandOutput>;