@aws-sdk/client-kafka 3.279.0 → 3.281.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 (38) hide show
  1. package/README.md +291 -0
  2. package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateClusterCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateClusterV2Command.d.ts +6 -0
  6. package/dist-types/commands/CreateConfigurationCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteClusterCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteConfigurationCommand.d.ts +6 -0
  9. package/dist-types/commands/DescribeClusterCommand.d.ts +6 -0
  10. package/dist-types/commands/DescribeClusterOperationCommand.d.ts +6 -0
  11. package/dist-types/commands/DescribeClusterV2Command.d.ts +6 -0
  12. package/dist-types/commands/DescribeConfigurationCommand.d.ts +6 -0
  13. package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +6 -0
  14. package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +6 -0
  15. package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +6 -0
  16. package/dist-types/commands/ListClusterOperationsCommand.d.ts +6 -0
  17. package/dist-types/commands/ListClustersCommand.d.ts +6 -0
  18. package/dist-types/commands/ListClustersV2Command.d.ts +6 -0
  19. package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +6 -0
  20. package/dist-types/commands/ListConfigurationsCommand.d.ts +6 -0
  21. package/dist-types/commands/ListKafkaVersionsCommand.d.ts +6 -0
  22. package/dist-types/commands/ListNodesCommand.d.ts +6 -0
  23. package/dist-types/commands/ListScramSecretsCommand.d.ts +6 -0
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  25. package/dist-types/commands/RebootBrokerCommand.d.ts +6 -0
  26. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  27. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  28. package/dist-types/commands/UpdateBrokerCountCommand.d.ts +6 -0
  29. package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +6 -0
  30. package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +6 -0
  31. package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +6 -0
  32. package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +6 -0
  33. package/dist-types/commands/UpdateConfigurationCommand.d.ts +6 -0
  34. package/dist-types/commands/UpdateConnectivityCommand.d.ts +6 -0
  35. package/dist-types/commands/UpdateMonitoringCommand.d.ts +6 -0
  36. package/dist-types/commands/UpdateSecurityCommand.d.ts +6 -0
  37. package/dist-types/commands/UpdateStorageCommand.d.ts +6 -0
  38. package/package.json +3 -3
package/README.md CHANGED
@@ -203,3 +203,294 @@ To contribute to client you can check our [generate clients scripts](https://git
203
203
  This SDK is distributed under the
204
204
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
205
205
  see LICENSE for more information.
206
+
207
+ ## Client Commands (Operations List)
208
+
209
+ <details>
210
+ <summary>
211
+ BatchAssociateScramSecret
212
+ </summary>
213
+
214
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/batchassociatescramsecretcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/batchassociatescramsecretcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/batchassociatescramsecretcommandoutput.html)
215
+
216
+ </details>
217
+ <details>
218
+ <summary>
219
+ BatchDisassociateScramSecret
220
+ </summary>
221
+
222
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/batchdisassociatescramsecretcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/batchdisassociatescramsecretcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/batchdisassociatescramsecretcommandoutput.html)
223
+
224
+ </details>
225
+ <details>
226
+ <summary>
227
+ CreateCluster
228
+ </summary>
229
+
230
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/createclustercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/createclustercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/createclustercommandoutput.html)
231
+
232
+ </details>
233
+ <details>
234
+ <summary>
235
+ CreateClusterV2
236
+ </summary>
237
+
238
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/createclusterv2command.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/createclusterv2commandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/createclusterv2commandoutput.html)
239
+
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ CreateConfiguration
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/createconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/createconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/createconfigurationcommandoutput.html)
247
+
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ DeleteCluster
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/deleteclustercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/deleteclustercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/deleteclustercommandoutput.html)
255
+
256
+ </details>
257
+ <details>
258
+ <summary>
259
+ DeleteConfiguration
260
+ </summary>
261
+
262
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/deleteconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/deleteconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/deleteconfigurationcommandoutput.html)
263
+
264
+ </details>
265
+ <details>
266
+ <summary>
267
+ DescribeCluster
268
+ </summary>
269
+
270
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/describeclustercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/describeclustercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/describeclustercommandoutput.html)
271
+
272
+ </details>
273
+ <details>
274
+ <summary>
275
+ DescribeClusterOperation
276
+ </summary>
277
+
278
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/describeclusteroperationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/describeclusteroperationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/describeclusteroperationcommandoutput.html)
279
+
280
+ </details>
281
+ <details>
282
+ <summary>
283
+ DescribeClusterV2
284
+ </summary>
285
+
286
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/describeclusterv2command.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/describeclusterv2commandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/describeclusterv2commandoutput.html)
287
+
288
+ </details>
289
+ <details>
290
+ <summary>
291
+ DescribeConfiguration
292
+ </summary>
293
+
294
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/describeconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/describeconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/describeconfigurationcommandoutput.html)
295
+
296
+ </details>
297
+ <details>
298
+ <summary>
299
+ DescribeConfigurationRevision
300
+ </summary>
301
+
302
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/describeconfigurationrevisioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/describeconfigurationrevisioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/describeconfigurationrevisioncommandoutput.html)
303
+
304
+ </details>
305
+ <details>
306
+ <summary>
307
+ GetBootstrapBrokers
308
+ </summary>
309
+
310
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/getbootstrapbrokerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/getbootstrapbrokerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/getbootstrapbrokerscommandoutput.html)
311
+
312
+ </details>
313
+ <details>
314
+ <summary>
315
+ GetCompatibleKafkaVersions
316
+ </summary>
317
+
318
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/getcompatiblekafkaversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/getcompatiblekafkaversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/getcompatiblekafkaversionscommandoutput.html)
319
+
320
+ </details>
321
+ <details>
322
+ <summary>
323
+ ListClusterOperations
324
+ </summary>
325
+
326
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/listclusteroperationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listclusteroperationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listclusteroperationscommandoutput.html)
327
+
328
+ </details>
329
+ <details>
330
+ <summary>
331
+ ListClusters
332
+ </summary>
333
+
334
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/listclusterscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listclusterscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listclusterscommandoutput.html)
335
+
336
+ </details>
337
+ <details>
338
+ <summary>
339
+ ListClustersV2
340
+ </summary>
341
+
342
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/listclustersv2command.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listclustersv2commandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listclustersv2commandoutput.html)
343
+
344
+ </details>
345
+ <details>
346
+ <summary>
347
+ ListConfigurationRevisions
348
+ </summary>
349
+
350
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/listconfigurationrevisionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listconfigurationrevisionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listconfigurationrevisionscommandoutput.html)
351
+
352
+ </details>
353
+ <details>
354
+ <summary>
355
+ ListConfigurations
356
+ </summary>
357
+
358
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/listconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listconfigurationscommandoutput.html)
359
+
360
+ </details>
361
+ <details>
362
+ <summary>
363
+ ListKafkaVersions
364
+ </summary>
365
+
366
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/listkafkaversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listkafkaversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listkafkaversionscommandoutput.html)
367
+
368
+ </details>
369
+ <details>
370
+ <summary>
371
+ ListNodes
372
+ </summary>
373
+
374
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/listnodescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listnodescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listnodescommandoutput.html)
375
+
376
+ </details>
377
+ <details>
378
+ <summary>
379
+ ListScramSecrets
380
+ </summary>
381
+
382
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/listscramsecretscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listscramsecretscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listscramsecretscommandoutput.html)
383
+
384
+ </details>
385
+ <details>
386
+ <summary>
387
+ ListTagsForResource
388
+ </summary>
389
+
390
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/listtagsforresourcecommandoutput.html)
391
+
392
+ </details>
393
+ <details>
394
+ <summary>
395
+ RebootBroker
396
+ </summary>
397
+
398
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/rebootbrokercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/rebootbrokercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/rebootbrokercommandoutput.html)
399
+
400
+ </details>
401
+ <details>
402
+ <summary>
403
+ TagResource
404
+ </summary>
405
+
406
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/tagresourcecommandoutput.html)
407
+
408
+ </details>
409
+ <details>
410
+ <summary>
411
+ UntagResource
412
+ </summary>
413
+
414
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/untagresourcecommandoutput.html)
415
+
416
+ </details>
417
+ <details>
418
+ <summary>
419
+ UpdateBrokerCount
420
+ </summary>
421
+
422
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/updatebrokercountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updatebrokercountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updatebrokercountcommandoutput.html)
423
+
424
+ </details>
425
+ <details>
426
+ <summary>
427
+ UpdateBrokerStorage
428
+ </summary>
429
+
430
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/updatebrokerstoragecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updatebrokerstoragecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updatebrokerstoragecommandoutput.html)
431
+
432
+ </details>
433
+ <details>
434
+ <summary>
435
+ UpdateBrokerType
436
+ </summary>
437
+
438
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/updatebrokertypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updatebrokertypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updatebrokertypecommandoutput.html)
439
+
440
+ </details>
441
+ <details>
442
+ <summary>
443
+ UpdateClusterConfiguration
444
+ </summary>
445
+
446
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/updateclusterconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updateclusterconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updateclusterconfigurationcommandoutput.html)
447
+
448
+ </details>
449
+ <details>
450
+ <summary>
451
+ UpdateClusterKafkaVersion
452
+ </summary>
453
+
454
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/updateclusterkafkaversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updateclusterkafkaversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updateclusterkafkaversioncommandoutput.html)
455
+
456
+ </details>
457
+ <details>
458
+ <summary>
459
+ UpdateConfiguration
460
+ </summary>
461
+
462
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/updateconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updateconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updateconfigurationcommandoutput.html)
463
+
464
+ </details>
465
+ <details>
466
+ <summary>
467
+ UpdateConnectivity
468
+ </summary>
469
+
470
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/updateconnectivitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updateconnectivitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updateconnectivitycommandoutput.html)
471
+
472
+ </details>
473
+ <details>
474
+ <summary>
475
+ UpdateMonitoring
476
+ </summary>
477
+
478
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/updatemonitoringcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updatemonitoringcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updatemonitoringcommandoutput.html)
479
+
480
+ </details>
481
+ <details>
482
+ <summary>
483
+ UpdateSecurity
484
+ </summary>
485
+
486
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/updatesecuritycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updatesecuritycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updatesecuritycommandoutput.html)
487
+
488
+ </details>
489
+ <details>
490
+ <summary>
491
+ UpdateStorage
492
+ </summary>
493
+
494
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/classes/updatestoragecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updatestoragecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/interfaces/updatestoragecommandoutput.html)
495
+
496
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { BatchAssociateScramSecretRequest, BatchAssociateScramSecretResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchAssociateScramSecretCommand}.
8
+ */
6
9
  export interface BatchAssociateScramSecretCommandInput extends BatchAssociateScramSecretRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchAssociateScramSecretCommand}.
13
+ */
8
14
  export interface BatchAssociateScramSecretCommandOutput extends BatchAssociateScramSecretResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { BatchDisassociateScramSecretRequest, BatchDisassociateScramSecretResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchDisassociateScramSecretCommand}.
8
+ */
6
9
  export interface BatchDisassociateScramSecretCommandInput extends BatchDisassociateScramSecretRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchDisassociateScramSecretCommand}.
13
+ */
8
14
  export interface BatchDisassociateScramSecretCommandOutput extends BatchDisassociateScramSecretResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateClusterCommand}.
8
+ */
6
9
  export interface CreateClusterCommandInput extends CreateClusterRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateClusterCommand}.
13
+ */
8
14
  export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { CreateClusterV2Request, CreateClusterV2Response } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateClusterV2Command}.
8
+ */
6
9
  export interface CreateClusterV2CommandInput extends CreateClusterV2Request {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateClusterV2Command}.
13
+ */
8
14
  export interface CreateClusterV2CommandOutput extends CreateClusterV2Response, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { CreateConfigurationRequest, CreateConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateConfigurationCommand}.
8
+ */
6
9
  export interface CreateConfigurationCommandInput extends CreateConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateConfigurationCommand}.
13
+ */
8
14
  export interface CreateConfigurationCommandOutput extends CreateConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteClusterCommand}.
8
+ */
6
9
  export interface DeleteClusterCommandInput extends DeleteClusterRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteClusterCommand}.
13
+ */
8
14
  export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { DeleteConfigurationRequest, DeleteConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteConfigurationCommand}.
8
+ */
6
9
  export interface DeleteConfigurationCommandInput extends DeleteConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteConfigurationCommand}.
13
+ */
8
14
  export interface DeleteConfigurationCommandOutput extends DeleteConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeClusterCommand}.
8
+ */
6
9
  export interface DescribeClusterCommandInput extends DescribeClusterRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeClusterCommand}.
13
+ */
8
14
  export interface DescribeClusterCommandOutput extends DescribeClusterResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { DescribeClusterOperationRequest, DescribeClusterOperationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeClusterOperationCommand}.
8
+ */
6
9
  export interface DescribeClusterOperationCommandInput extends DescribeClusterOperationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeClusterOperationCommand}.
13
+ */
8
14
  export interface DescribeClusterOperationCommandOutput extends DescribeClusterOperationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { DescribeClusterV2Request, DescribeClusterV2Response } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeClusterV2Command}.
8
+ */
6
9
  export interface DescribeClusterV2CommandInput extends DescribeClusterV2Request {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeClusterV2Command}.
13
+ */
8
14
  export interface DescribeClusterV2CommandOutput extends DescribeClusterV2Response, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { DescribeConfigurationRequest, DescribeConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeConfigurationCommand}.
8
+ */
6
9
  export interface DescribeConfigurationCommandInput extends DescribeConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeConfigurationCommand}.
13
+ */
8
14
  export interface DescribeConfigurationCommandOutput extends DescribeConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { DescribeConfigurationRevisionRequest, DescribeConfigurationRevisionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeConfigurationRevisionCommand}.
8
+ */
6
9
  export interface DescribeConfigurationRevisionCommandInput extends DescribeConfigurationRevisionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeConfigurationRevisionCommand}.
13
+ */
8
14
  export interface DescribeConfigurationRevisionCommandOutput extends DescribeConfigurationRevisionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { GetBootstrapBrokersRequest, GetBootstrapBrokersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetBootstrapBrokersCommand}.
8
+ */
6
9
  export interface GetBootstrapBrokersCommandInput extends GetBootstrapBrokersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetBootstrapBrokersCommand}.
13
+ */
8
14
  export interface GetBootstrapBrokersCommandOutput extends GetBootstrapBrokersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { GetCompatibleKafkaVersionsRequest, GetCompatibleKafkaVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetCompatibleKafkaVersionsCommand}.
8
+ */
6
9
  export interface GetCompatibleKafkaVersionsCommandInput extends GetCompatibleKafkaVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetCompatibleKafkaVersionsCommand}.
13
+ */
8
14
  export interface GetCompatibleKafkaVersionsCommandOutput extends GetCompatibleKafkaVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { ListClusterOperationsRequest, ListClusterOperationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListClusterOperationsCommand}.
8
+ */
6
9
  export interface ListClusterOperationsCommandInput extends ListClusterOperationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListClusterOperationsCommand}.
13
+ */
8
14
  export interface ListClusterOperationsCommandOutput extends ListClusterOperationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { ListClustersRequest, ListClustersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListClustersCommand}.
8
+ */
6
9
  export interface ListClustersCommandInput extends ListClustersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListClustersCommand}.
13
+ */
8
14
  export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { ListClustersV2Request, ListClustersV2Response } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListClustersV2Command}.
8
+ */
6
9
  export interface ListClustersV2CommandInput extends ListClustersV2Request {
7
10
  }
11
+ /**
12
+ * The output of {@link ListClustersV2Command}.
13
+ */
8
14
  export interface ListClustersV2CommandOutput extends ListClustersV2Response, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { ListConfigurationRevisionsRequest, ListConfigurationRevisionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListConfigurationRevisionsCommand}.
8
+ */
6
9
  export interface ListConfigurationRevisionsCommandInput extends ListConfigurationRevisionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListConfigurationRevisionsCommand}.
13
+ */
8
14
  export interface ListConfigurationRevisionsCommandOutput extends ListConfigurationRevisionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListConfigurationsCommand}.
8
+ */
6
9
  export interface ListConfigurationsCommandInput extends ListConfigurationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListConfigurationsCommand}.
13
+ */
8
14
  export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { ListKafkaVersionsRequest, ListKafkaVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListKafkaVersionsCommand}.
8
+ */
6
9
  export interface ListKafkaVersionsCommandInput extends ListKafkaVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListKafkaVersionsCommand}.
13
+ */
8
14
  export interface ListKafkaVersionsCommandOutput extends ListKafkaVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { ListNodesRequest, ListNodesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListNodesCommand}.
8
+ */
6
9
  export interface ListNodesCommandInput extends ListNodesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListNodesCommand}.
13
+ */
8
14
  export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { ListScramSecretsRequest, ListScramSecretsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListScramSecretsCommand}.
8
+ */
6
9
  export interface ListScramSecretsCommandInput extends ListScramSecretsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListScramSecretsCommand}.
13
+ */
8
14
  export interface ListScramSecretsCommandOutput extends ListScramSecretsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { RebootBrokerRequest, RebootBrokerResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RebootBrokerCommand}.
8
+ */
6
9
  export interface RebootBrokerCommandInput extends RebootBrokerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RebootBrokerCommand}.
13
+ */
8
14
  export interface RebootBrokerCommandOutput extends RebootBrokerResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { TagResourceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { UntagResourceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { UpdateBrokerCountRequest, UpdateBrokerCountResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateBrokerCountCommand}.
8
+ */
6
9
  export interface UpdateBrokerCountCommandInput extends UpdateBrokerCountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBrokerCountCommand}.
13
+ */
8
14
  export interface UpdateBrokerCountCommandOutput extends UpdateBrokerCountResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { UpdateBrokerStorageRequest, UpdateBrokerStorageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateBrokerStorageCommand}.
8
+ */
6
9
  export interface UpdateBrokerStorageCommandInput extends UpdateBrokerStorageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBrokerStorageCommand}.
13
+ */
8
14
  export interface UpdateBrokerStorageCommandOutput extends UpdateBrokerStorageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { UpdateBrokerTypeRequest, UpdateBrokerTypeResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateBrokerTypeCommand}.
8
+ */
6
9
  export interface UpdateBrokerTypeCommandInput extends UpdateBrokerTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBrokerTypeCommand}.
13
+ */
8
14
  export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { UpdateClusterConfigurationRequest, UpdateClusterConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateClusterConfigurationCommand}.
8
+ */
6
9
  export interface UpdateClusterConfigurationCommandInput extends UpdateClusterConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateClusterConfigurationCommand}.
13
+ */
8
14
  export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { UpdateClusterKafkaVersionRequest, UpdateClusterKafkaVersionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateClusterKafkaVersionCommand}.
8
+ */
6
9
  export interface UpdateClusterKafkaVersionCommandInput extends UpdateClusterKafkaVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateClusterKafkaVersionCommand}.
13
+ */
8
14
  export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKafkaVersionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateConfigurationCommand}.
8
+ */
6
9
  export interface UpdateConfigurationCommandInput extends UpdateConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateConfigurationCommand}.
13
+ */
8
14
  export interface UpdateConfigurationCommandOutput extends UpdateConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { UpdateConnectivityRequest, UpdateConnectivityResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateConnectivityCommand}.
8
+ */
6
9
  export interface UpdateConnectivityCommandInput extends UpdateConnectivityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateConnectivityCommand}.
13
+ */
8
14
  export interface UpdateConnectivityCommandOutput extends UpdateConnectivityResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { UpdateMonitoringRequest, UpdateMonitoringResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateMonitoringCommand}.
8
+ */
6
9
  export interface UpdateMonitoringCommandInput extends UpdateMonitoringRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateMonitoringCommand}.
13
+ */
8
14
  export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { UpdateSecurityRequest, UpdateSecurityResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateSecurityCommand}.
8
+ */
6
9
  export interface UpdateSecurityCommandInput extends UpdateSecurityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateSecurityCommand}.
13
+ */
8
14
  export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
5
  import { UpdateStorageRequest, UpdateStorageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateStorageCommand}.
8
+ */
6
9
  export interface UpdateStorageCommandInput extends UpdateStorageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateStorageCommand}.
13
+ */
8
14
  export interface UpdateStorageCommandOutput extends UpdateStorageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kafka",
3
3
  "description": "AWS SDK for JavaScript Kafka Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",