@aws-sdk/client-kafka 3.933.0 → 3.935.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 (47) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +441 -93
  3. package/dist-es/Kafka.js +6 -0
  4. package/dist-es/commands/DescribeTopicCommand.js +16 -0
  5. package/dist-es/commands/DescribeTopicPartitionsCommand.js +16 -0
  6. package/dist-es/commands/ListTopicsCommand.js +16 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/index.js +2 -1
  9. package/dist-es/models/enums.js +95 -0
  10. package/dist-es/models/errors.js +129 -0
  11. package/dist-es/models/models_0.js +1 -218
  12. package/dist-es/pagination/DescribeTopicPartitionsPaginator.js +4 -0
  13. package/dist-es/pagination/ListTopicsPaginator.js +4 -0
  14. package/dist-es/pagination/index.js +2 -0
  15. package/dist-es/schemas/schemas_0.js +298 -5
  16. package/dist-types/Kafka.d.ts +21 -0
  17. package/dist-types/KafkaClient.d.ts +5 -2
  18. package/dist-types/commands/DescribeTopicCommand.d.ts +95 -0
  19. package/dist-types/commands/DescribeTopicPartitionsCommand.d.ts +104 -0
  20. package/dist-types/commands/ListTopicsCommand.d.ts +101 -0
  21. package/dist-types/commands/index.d.ts +3 -0
  22. package/dist-types/index.d.ts +3 -1
  23. package/dist-types/models/enums.d.ts +239 -0
  24. package/dist-types/models/errors.d.ts +178 -0
  25. package/dist-types/models/models_0.d.ts +190 -401
  26. package/dist-types/pagination/DescribeTopicPartitionsPaginator.d.ts +7 -0
  27. package/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
  28. package/dist-types/pagination/index.d.ts +2 -0
  29. package/dist-types/schemas/schemas_0.d.ts +14 -0
  30. package/dist-types/ts3.4/Kafka.d.ts +51 -0
  31. package/dist-types/ts3.4/KafkaClient.d.ts +18 -0
  32. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +50 -0
  33. package/dist-types/ts3.4/commands/DescribeTopicPartitionsCommand.d.ts +51 -0
  34. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +47 -0
  35. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  36. package/dist-types/ts3.4/index.d.ts +3 -1
  37. package/dist-types/ts3.4/models/enums.d.ts +125 -0
  38. package/dist-types/ts3.4/models/errors.d.ts +68 -0
  39. package/dist-types/ts3.4/models/models_0.d.ts +65 -186
  40. package/dist-types/ts3.4/pagination/DescribeTopicPartitionsPaginator.d.ts +11 -0
  41. package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
  42. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  43. package/dist-types/ts3.4/schemas/schemas_0.d.ts +14 -0
  44. package/package.json +12 -12
  45. package/dist-es/models/index.js +0 -1
  46. package/dist-types/models/index.d.ts +0 -1
  47. package/dist-types/ts3.4/models/index.d.ts +0 -1
package/README.md CHANGED
@@ -354,6 +354,22 @@ DescribeReplicator
354
354
 
355
355
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/kafka/command/DescribeReplicatorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-kafka/Interface/DescribeReplicatorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-kafka/Interface/DescribeReplicatorCommandOutput/)
356
356
 
357
+ </details>
358
+ <details>
359
+ <summary>
360
+ DescribeTopic
361
+ </summary>
362
+
363
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/kafka/command/DescribeTopicCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-kafka/Interface/DescribeTopicCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-kafka/Interface/DescribeTopicCommandOutput/)
364
+
365
+ </details>
366
+ <details>
367
+ <summary>
368
+ DescribeTopicPartitions
369
+ </summary>
370
+
371
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/kafka/command/DescribeTopicPartitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-kafka/Interface/DescribeTopicPartitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-kafka/Interface/DescribeTopicPartitionsCommandOutput/)
372
+
357
373
  </details>
358
374
  <details>
359
375
  <summary>
@@ -482,6 +498,14 @@ ListTagsForResource
482
498
 
483
499
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/kafka/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-kafka/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-kafka/Interface/ListTagsForResourceCommandOutput/)
484
500
 
501
+ </details>
502
+ <details>
503
+ <summary>
504
+ ListTopics
505
+ </summary>
506
+
507
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/kafka/command/ListTopicsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-kafka/Interface/ListTopicsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-kafka/Interface/ListTopicsCommandOutput/)
508
+
485
509
  </details>
486
510
  <details>
487
511
  <summary>