@aws-sdk/client-kafka 3.41.0 → 3.45.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/CHANGELOG.md +41 -0
  2. package/dist-cjs/Kafka.js +60 -0
  3. package/dist-cjs/commands/CreateClusterV2Command.js +36 -0
  4. package/dist-cjs/commands/DescribeClusterV2Command.js +36 -0
  5. package/dist-cjs/commands/ListClustersV2Command.js +36 -0
  6. package/dist-cjs/commands/UpdateConnectivityCommand.js +36 -0
  7. package/dist-cjs/commands/index.js +4 -0
  8. package/dist-cjs/endpoints.js +1 -0
  9. package/dist-cjs/models/models_0.js +156 -43
  10. package/dist-cjs/pagination/ListClustersV2Paginator.js +35 -0
  11. package/dist-cjs/pagination/index.js +1 -0
  12. package/dist-cjs/protocols/Aws_restJson1.js +769 -52
  13. package/dist-es/Kafka.js +60 -0
  14. package/dist-es/commands/CreateClusterV2Command.js +39 -0
  15. package/dist-es/commands/DescribeClusterV2Command.js +39 -0
  16. package/dist-es/commands/ListClustersV2Command.js +39 -0
  17. package/dist-es/commands/UpdateConnectivityCommand.js +39 -0
  18. package/dist-es/commands/index.js +4 -0
  19. package/dist-es/endpoints.js +1 -0
  20. package/dist-es/models/models_0.js +108 -31
  21. package/dist-es/pagination/ListClustersV2Paginator.js +74 -0
  22. package/dist-es/pagination/index.js +1 -0
  23. package/dist-es/protocols/Aws_restJson1.js +772 -17
  24. package/dist-types/Kafka.d.ts +29 -1
  25. package/dist-types/KafkaClient.d.ts +6 -2
  26. package/dist-types/commands/CreateClusterV2Command.d.ts +35 -0
  27. package/dist-types/commands/DescribeClusterV2Command.d.ts +35 -0
  28. package/dist-types/commands/ListClustersV2Command.d.ts +35 -0
  29. package/dist-types/commands/ListKafkaVersionsCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateConnectivityCommand.d.ts +35 -0
  31. package/dist-types/commands/index.d.ts +4 -0
  32. package/dist-types/models/models_0.d.ts +538 -87
  33. package/dist-types/pagination/ListClustersV2Paginator.d.ts +4 -0
  34. package/dist-types/pagination/index.d.ts +1 -0
  35. package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
  36. package/dist-types/ts3.4/Kafka.d.ts +20 -0
  37. package/dist-types/ts3.4/KafkaClient.d.ts +6 -2
  38. package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  43. package/dist-types/ts3.4/models/models_0.d.ts +307 -48
  44. package/dist-types/ts3.4/pagination/ListClustersV2Paginator.d.ts +4 -0
  45. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  46. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  47. package/package.json +5 -5
@@ -4,6 +4,7 @@ const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./Interfaces"), exports);
5
5
  tslib_1.__exportStar(require("./ListClusterOperationsPaginator"), exports);
6
6
  tslib_1.__exportStar(require("./ListClustersPaginator"), exports);
7
+ tslib_1.__exportStar(require("./ListClustersV2Paginator"), exports);
7
8
  tslib_1.__exportStar(require("./ListConfigurationRevisionsPaginator"), exports);
8
9
  tslib_1.__exportStar(require("./ListConfigurationsPaginator"), exports);
9
10
  tslib_1.__exportStar(require("./ListKafkaVersionsPaginator"), exports);