@aws-sdk/client-kafka 3.40.0 → 3.44.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 (77) 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 +8 -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 +8 -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/BatchAssociateScramSecretCommand.d.ts +1 -1
  27. package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateClusterV2Command.d.ts +35 -0
  30. package/dist-types/commands/CreateConfigurationCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteClusterCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteConfigurationCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeClusterOperationCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeClusterV2Command.d.ts +35 -0
  36. package/dist-types/commands/DescribeConfigurationCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +1 -1
  38. package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +1 -1
  39. package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListClusterOperationsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListClustersCommand.d.ts +1 -1
  42. package/dist-types/commands/ListClustersV2Command.d.ts +35 -0
  43. package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListConfigurationsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListKafkaVersionsCommand.d.ts +2 -2
  46. package/dist-types/commands/ListNodesCommand.d.ts +1 -1
  47. package/dist-types/commands/ListScramSecretsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  49. package/dist-types/commands/RebootBrokerCommand.d.ts +1 -1
  50. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  51. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateBrokerCountCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateConfigurationCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateConnectivityCommand.d.ts +35 -0
  59. package/dist-types/commands/UpdateMonitoringCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateSecurityCommand.d.ts +1 -1
  61. package/dist-types/commands/index.d.ts +4 -0
  62. package/dist-types/models/models_0.d.ts +538 -87
  63. package/dist-types/pagination/ListClustersV2Paginator.d.ts +4 -0
  64. package/dist-types/pagination/index.d.ts +1 -0
  65. package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
  66. package/dist-types/ts3.4/Kafka.d.ts +20 -0
  67. package/dist-types/ts3.4/KafkaClient.d.ts +6 -2
  68. package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +307 -48
  74. package/dist-types/ts3.4/pagination/ListClustersV2Paginator.d.ts +4 -0
  75. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  76. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  77. package/package.json +4 -4
@@ -20,7 +20,7 @@ export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __M
20
20
  *
21
21
  * @see {@link UpdateSecurityCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateSecurityCommandOutput} for command's `response` shape.
23
- * @see {@link KafkaClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateSecurityCommand extends $Command<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, KafkaClientResolvedConfig> {
@@ -1,17 +1,20 @@
1
1
  export * from "./BatchAssociateScramSecretCommand";
2
2
  export * from "./BatchDisassociateScramSecretCommand";
3
3
  export * from "./CreateClusterCommand";
4
+ export * from "./CreateClusterV2Command";
4
5
  export * from "./CreateConfigurationCommand";
5
6
  export * from "./DeleteClusterCommand";
6
7
  export * from "./DeleteConfigurationCommand";
7
8
  export * from "./DescribeClusterCommand";
8
9
  export * from "./DescribeClusterOperationCommand";
10
+ export * from "./DescribeClusterV2Command";
9
11
  export * from "./DescribeConfigurationCommand";
10
12
  export * from "./DescribeConfigurationRevisionCommand";
11
13
  export * from "./GetBootstrapBrokersCommand";
12
14
  export * from "./GetCompatibleKafkaVersionsCommand";
13
15
  export * from "./ListClusterOperationsCommand";
14
16
  export * from "./ListClustersCommand";
17
+ export * from "./ListClustersV2Command";
15
18
  export * from "./ListConfigurationRevisionsCommand";
16
19
  export * from "./ListConfigurationsCommand";
17
20
  export * from "./ListKafkaVersionsCommand";
@@ -27,5 +30,6 @@ export * from "./UpdateBrokerTypeCommand";
27
30
  export * from "./UpdateClusterConfigurationCommand";
28
31
  export * from "./UpdateClusterKafkaVersionCommand";
29
32
  export * from "./UpdateConfigurationCommand";
33
+ export * from "./UpdateConnectivityCommand";
30
34
  export * from "./UpdateMonitoringCommand";
31
35
  export * from "./UpdateSecurityCommand";