@aws-sdk/client-kafka 3.47.1 → 3.50.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 (64) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist-cjs/models/models_0.js +9 -3
  3. package/dist-cjs/protocols/Aws_restJson1.js +27 -0
  4. package/dist-es/models/models_0.js +4 -0
  5. package/dist-es/protocols/Aws_restJson1.js +25 -3
  6. package/dist-types/models/models_0.d.ts +28 -1
  7. package/package.json +39 -33
  8. package/dist-types/ts3.4/Kafka.d.ts +0 -180
  9. package/dist-types/ts3.4/KafkaClient.d.ts +0 -108
  10. package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +0 -17
  44. package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +0 -17
  45. package/dist-types/ts3.4/commands/index.d.ts +0 -35
  46. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  47. package/dist-types/ts3.4/index.d.ts +0 -5
  48. package/dist-types/ts3.4/models/index.d.ts +0 -1
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -1574
  50. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  51. package/dist-types/ts3.4/pagination/ListClusterOperationsPaginator.d.ts +0 -4
  52. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +0 -4
  53. package/dist-types/ts3.4/pagination/ListClustersV2Paginator.d.ts +0 -4
  54. package/dist-types/ts3.4/pagination/ListConfigurationRevisionsPaginator.d.ts +0 -4
  55. package/dist-types/ts3.4/pagination/ListConfigurationsPaginator.d.ts +0 -4
  56. package/dist-types/ts3.4/pagination/ListKafkaVersionsPaginator.d.ts +0 -4
  57. package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +0 -4
  58. package/dist-types/ts3.4/pagination/ListScramSecretsPaginator.d.ts +0 -4
  59. package/dist-types/ts3.4/pagination/index.d.ts +0 -9
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -107
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-kafka
9
+
10
+
11
+
12
+
13
+
14
+ # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
15
+
16
+
17
+ ### Features
18
+
19
+ * **clients:** update clients as of 01/28/2022 ([#3263](https://github.com/aws/aws-sdk-js-v3/issues/3263)) ([c207cf4](https://github.com/aws/aws-sdk-js-v3/commit/c207cf4a70ba9ef14dc5b94da7883b0889d64918))
20
+
21
+
22
+
23
+
24
+
25
+ # [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-kafka
28
+
29
+
30
+
31
+
32
+
33
+ ## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
34
+
35
+ **Note:** Version bump only for package @aws-sdk/client-kafka
36
+
37
+
38
+
39
+
40
+
6
41
  ## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
7
42
 
8
43
  **Note:** Version bump only for package @aws-sdk/client-kafka
@@ -1,8 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ConfigurationRevision = exports.CompatibleKafkaVersion = exports.ClusterOperationInfo = exports.MutableClusterInfo = exports.ConfigurationInfo = exports.ClusterOperationStep = exports.ClusterOperationStepInfo = exports.ErrorInfo = exports.ClusterInfo = exports.OpenMonitoring = exports.Prometheus = exports.NodeExporter = exports.JmxExporter = exports.Cluster = exports.StateInfo = exports.ClusterState = exports.Serverless = exports.VpcConfig = exports.ServerlessClientAuthentication = exports.ServerlessSasl = exports.Provisioned = exports.OpenMonitoringInfo = exports.PrometheusInfo = exports.NodeExporterInfo = exports.JmxExporterInfo = exports.LoggingInfo = exports.BrokerLogs = exports.S3 = exports.Firehose = exports.CloudWatchLogs = exports.EnhancedMonitoring = exports.EncryptionInfo = exports.EncryptionInTransit = exports.ClientBroker = exports.EncryptionAtRest = exports.BrokerSoftwareInfo = exports.ClientAuthentication = exports.Unauthenticated = exports.Tls = exports.Sasl = exports.Scram = exports.Iam = exports.BrokerNodeGroupInfo = exports.StorageInfo = exports.EBSStorageInfo = exports.ConnectivityInfo = exports.PublicAccess = exports.BrokerAZDistribution = exports.ClusterType = exports.BrokerEBSVolumeInfo = void 0;
4
- exports.ListKafkaVersionsRequest = exports.ListConfigurationsResponse = exports.ListConfigurationsRequest = exports.ListConfigurationRevisionsResponse = exports.ListConfigurationRevisionsRequest = exports.ListClustersV2Response = exports.ListClustersV2Request = exports.ListClustersResponse = exports.ListClustersRequest = exports.ListClusterOperationsResponse = exports.ListClusterOperationsRequest = exports.GetCompatibleKafkaVersionsResponse = exports.GetCompatibleKafkaVersionsRequest = exports.GetBootstrapBrokersResponse = exports.GetBootstrapBrokersRequest = exports.DescribeConfigurationRevisionResponse = exports.DescribeConfigurationRevisionRequest = exports.DescribeConfigurationResponse = exports.DescribeConfigurationRequest = exports.DescribeClusterV2Response = exports.DescribeClusterV2Request = exports.DescribeClusterOperationResponse = exports.DescribeClusterOperationRequest = exports.DescribeClusterResponse = exports.DescribeClusterRequest = exports.DeleteConfigurationResponse = exports.DeleteConfigurationRequest = exports.DeleteClusterResponse = exports.DeleteClusterRequest = exports.CreateConfigurationResponse = exports.CreateConfigurationRequest = exports.CreateClusterV2Response = exports.CreateClusterV2Request = exports.ServerlessRequest = exports.ProvisionedRequest = exports.CreateClusterResponse = exports.CreateClusterRequest = exports.BatchDisassociateScramSecretResponse = exports.BatchDisassociateScramSecretRequest = exports.BatchAssociateScramSecretResponse = exports.BatchAssociateScramSecretRequest = exports.UnprocessedScramSecret = exports.NodeInfo = exports.ZookeeperNodeInfo = exports.NodeType = exports.BrokerNodeInfo = exports.KafkaVersion = exports.KafkaVersionStatus = exports.Configuration = exports.ConfigurationState = void 0;
5
- exports.UpdateSecurityResponse = exports.UpdateSecurityRequest = exports.UpdateMonitoringResponse = exports.UpdateMonitoringRequest = exports.UpdateConnectivityResponse = exports.UpdateConnectivityRequest = exports.UpdateConfigurationResponse = exports.UpdateConfigurationRequest = exports.UpdateClusterKafkaVersionResponse = exports.UpdateClusterKafkaVersionRequest = exports.UpdateClusterConfigurationResponse = exports.UpdateClusterConfigurationRequest = exports.UpdateBrokerTypeResponse = exports.UpdateBrokerTypeRequest = exports.UpdateBrokerStorageResponse = exports.UpdateBrokerStorageRequest = exports.UpdateBrokerCountResponse = exports.UpdateBrokerCountRequest = exports.UntagResourceRequest = exports.TagResourceRequest = exports.RebootBrokerResponse = exports.RebootBrokerRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListScramSecretsResponse = exports.ListScramSecretsRequest = exports.ListNodesResponse = exports.ListNodesRequest = exports.ListKafkaVersionsResponse = void 0;
3
+ exports.CompatibleKafkaVersion = exports.ClusterOperationInfo = exports.MutableClusterInfo = exports.ConfigurationInfo = exports.ClusterOperationStep = exports.ClusterOperationStepInfo = exports.ErrorInfo = exports.ClusterInfo = exports.OpenMonitoring = exports.Prometheus = exports.NodeExporter = exports.JmxExporter = exports.Cluster = exports.StateInfo = exports.ClusterState = exports.Serverless = exports.VpcConfig = exports.ServerlessClientAuthentication = exports.ServerlessSasl = exports.Provisioned = exports.OpenMonitoringInfo = exports.PrometheusInfo = exports.NodeExporterInfo = exports.JmxExporterInfo = exports.LoggingInfo = exports.BrokerLogs = exports.S3 = exports.Firehose = exports.CloudWatchLogs = exports.EnhancedMonitoring = exports.EncryptionInfo = exports.EncryptionInTransit = exports.ClientBroker = exports.EncryptionAtRest = exports.BrokerSoftwareInfo = exports.ClientAuthentication = exports.Unauthenticated = exports.Tls = exports.Sasl = exports.Scram = exports.Iam = exports.BrokerNodeGroupInfo = exports.StorageInfo = exports.EBSStorageInfo = exports.ConnectivityInfo = exports.PublicAccess = exports.BrokerAZDistribution = exports.ClusterType = exports.BrokerEBSVolumeInfo = exports.ProvisionedThroughput = void 0;
4
+ exports.ListConfigurationsResponse = exports.ListConfigurationsRequest = exports.ListConfigurationRevisionsResponse = exports.ListConfigurationRevisionsRequest = exports.ListClustersV2Response = exports.ListClustersV2Request = exports.ListClustersResponse = exports.ListClustersRequest = exports.ListClusterOperationsResponse = exports.ListClusterOperationsRequest = exports.GetCompatibleKafkaVersionsResponse = exports.GetCompatibleKafkaVersionsRequest = exports.GetBootstrapBrokersResponse = exports.GetBootstrapBrokersRequest = exports.DescribeConfigurationRevisionResponse = exports.DescribeConfigurationRevisionRequest = exports.DescribeConfigurationResponse = exports.DescribeConfigurationRequest = exports.DescribeClusterV2Response = exports.DescribeClusterV2Request = exports.DescribeClusterOperationResponse = exports.DescribeClusterOperationRequest = exports.DescribeClusterResponse = exports.DescribeClusterRequest = exports.DeleteConfigurationResponse = exports.DeleteConfigurationRequest = exports.DeleteClusterResponse = exports.DeleteClusterRequest = exports.CreateConfigurationResponse = exports.CreateConfigurationRequest = exports.CreateClusterV2Response = exports.CreateClusterV2Request = exports.ServerlessRequest = exports.ProvisionedRequest = exports.CreateClusterResponse = exports.CreateClusterRequest = exports.BatchDisassociateScramSecretResponse = exports.BatchDisassociateScramSecretRequest = exports.BatchAssociateScramSecretResponse = exports.BatchAssociateScramSecretRequest = exports.UnprocessedScramSecret = exports.NodeInfo = exports.ZookeeperNodeInfo = exports.NodeType = exports.BrokerNodeInfo = exports.KafkaVersion = exports.KafkaVersionStatus = exports.Configuration = exports.ConfigurationState = exports.ConfigurationRevision = void 0;
5
+ exports.UpdateSecurityResponse = exports.UpdateSecurityRequest = exports.UpdateMonitoringResponse = exports.UpdateMonitoringRequest = exports.UpdateConnectivityResponse = exports.UpdateConnectivityRequest = exports.UpdateConfigurationResponse = exports.UpdateConfigurationRequest = exports.UpdateClusterKafkaVersionResponse = exports.UpdateClusterKafkaVersionRequest = exports.UpdateClusterConfigurationResponse = exports.UpdateClusterConfigurationRequest = exports.UpdateBrokerTypeResponse = exports.UpdateBrokerTypeRequest = exports.UpdateBrokerStorageResponse = exports.UpdateBrokerStorageRequest = exports.UpdateBrokerCountResponse = exports.UpdateBrokerCountRequest = exports.UntagResourceRequest = exports.TagResourceRequest = exports.RebootBrokerResponse = exports.RebootBrokerRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListScramSecretsResponse = exports.ListScramSecretsRequest = exports.ListNodesResponse = exports.ListNodesRequest = exports.ListKafkaVersionsResponse = exports.ListKafkaVersionsRequest = void 0;
6
+ var ProvisionedThroughput;
7
+ (function (ProvisionedThroughput) {
8
+ ProvisionedThroughput.filterSensitiveLog = (obj) => ({
9
+ ...obj,
10
+ });
11
+ })(ProvisionedThroughput = exports.ProvisionedThroughput || (exports.ProvisionedThroughput = {}));
6
12
  var BrokerEBSVolumeInfo;
7
13
  (function (BrokerEBSVolumeInfo) {
8
14
  BrokerEBSVolumeInfo.filterSensitiveLog = (obj) => ({
@@ -4362,6 +4362,10 @@ const serializeAws_restJson1BrokerEBSVolumeInfo = (input, context) => {
4362
4362
  return {
4363
4363
  ...(input.KafkaBrokerNodeId !== undefined &&
4364
4364
  input.KafkaBrokerNodeId !== null && { kafkaBrokerNodeId: input.KafkaBrokerNodeId }),
4365
+ ...(input.ProvisionedThroughput !== undefined &&
4366
+ input.ProvisionedThroughput !== null && {
4367
+ provisionedThroughput: serializeAws_restJson1ProvisionedThroughput(input.ProvisionedThroughput, context),
4368
+ }),
4365
4369
  ...(input.VolumeSizeGB !== undefined && input.VolumeSizeGB !== null && { volumeSizeGB: input.VolumeSizeGB }),
4366
4370
  };
4367
4371
  };
@@ -4427,6 +4431,10 @@ const serializeAws_restJson1ConnectivityInfo = (input, context) => {
4427
4431
  };
4428
4432
  const serializeAws_restJson1EBSStorageInfo = (input, context) => {
4429
4433
  return {
4434
+ ...(input.ProvisionedThroughput !== undefined &&
4435
+ input.ProvisionedThroughput !== null && {
4436
+ provisionedThroughput: serializeAws_restJson1ProvisionedThroughput(input.ProvisionedThroughput, context),
4437
+ }),
4430
4438
  ...(input.VolumeSize !== undefined && input.VolumeSize !== null && { volumeSize: input.VolumeSize }),
4431
4439
  };
4432
4440
  };
@@ -4531,6 +4539,13 @@ const serializeAws_restJson1ProvisionedRequest = (input, context) => {
4531
4539
  }),
4532
4540
  };
4533
4541
  };
4542
+ const serializeAws_restJson1ProvisionedThroughput = (input, context) => {
4543
+ return {
4544
+ ...(input.Enabled !== undefined && input.Enabled !== null && { enabled: input.Enabled }),
4545
+ ...(input.VolumeThroughput !== undefined &&
4546
+ input.VolumeThroughput !== null && { volumeThroughput: input.VolumeThroughput }),
4547
+ };
4548
+ };
4534
4549
  const serializeAws_restJson1PublicAccess = (input, context) => {
4535
4550
  return {
4536
4551
  ...(input.Type !== undefined && input.Type !== null && { type: input.Type }),
@@ -4752,6 +4767,9 @@ const deserializeAws_restJson1__mapOf__string = (output, context) => {
4752
4767
  const deserializeAws_restJson1BrokerEBSVolumeInfo = (output, context) => {
4753
4768
  return {
4754
4769
  KafkaBrokerNodeId: smithy_client_1.expectString(output.kafkaBrokerNodeId),
4770
+ ProvisionedThroughput: output.provisionedThroughput !== undefined && output.provisionedThroughput !== null
4771
+ ? deserializeAws_restJson1ProvisionedThroughput(output.provisionedThroughput, context)
4772
+ : undefined,
4755
4773
  VolumeSizeGB: smithy_client_1.expectInt32(output.volumeSizeGB),
4756
4774
  };
4757
4775
  };
@@ -4976,6 +4994,9 @@ const deserializeAws_restJson1ConnectivityInfo = (output, context) => {
4976
4994
  };
4977
4995
  const deserializeAws_restJson1EBSStorageInfo = (output, context) => {
4978
4996
  return {
4997
+ ProvisionedThroughput: output.provisionedThroughput !== undefined && output.provisionedThroughput !== null
4998
+ ? deserializeAws_restJson1ProvisionedThroughput(output.provisionedThroughput, context)
4999
+ : undefined,
4979
5000
  VolumeSize: smithy_client_1.expectInt32(output.volumeSize),
4980
5001
  };
4981
5002
  };
@@ -5153,6 +5174,12 @@ const deserializeAws_restJson1Provisioned = (output, context) => {
5153
5174
  ZookeeperConnectStringTls: smithy_client_1.expectString(output.zookeeperConnectStringTls),
5154
5175
  };
5155
5176
  };
5177
+ const deserializeAws_restJson1ProvisionedThroughput = (output, context) => {
5178
+ return {
5179
+ Enabled: smithy_client_1.expectBoolean(output.enabled),
5180
+ VolumeThroughput: smithy_client_1.expectInt32(output.volumeThroughput),
5181
+ };
5182
+ };
5156
5183
  const deserializeAws_restJson1PublicAccess = (output, context) => {
5157
5184
  return {
5158
5185
  Type: smithy_client_1.expectString(output.type),
@@ -1,4 +1,8 @@
1
1
  import { __assign } from "tslib";
2
+ export var ProvisionedThroughput;
3
+ (function (ProvisionedThroughput) {
4
+ ProvisionedThroughput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
5
+ })(ProvisionedThroughput || (ProvisionedThroughput = {}));
2
6
  export var BrokerEBSVolumeInfo;
3
7
  (function (BrokerEBSVolumeInfo) {
4
8
  BrokerEBSVolumeInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -4946,8 +4946,11 @@ var serializeAws_restJson1__mapOf__string = function (input, context) {
4946
4946
  }, {});
4947
4947
  };
4948
4948
  var serializeAws_restJson1BrokerEBSVolumeInfo = function (input, context) {
4949
- return __assign(__assign({}, (input.KafkaBrokerNodeId !== undefined &&
4950
- input.KafkaBrokerNodeId !== null && { kafkaBrokerNodeId: input.KafkaBrokerNodeId })), (input.VolumeSizeGB !== undefined && input.VolumeSizeGB !== null && { volumeSizeGB: input.VolumeSizeGB }));
4949
+ return __assign(__assign(__assign({}, (input.KafkaBrokerNodeId !== undefined &&
4950
+ input.KafkaBrokerNodeId !== null && { kafkaBrokerNodeId: input.KafkaBrokerNodeId })), (input.ProvisionedThroughput !== undefined &&
4951
+ input.ProvisionedThroughput !== null && {
4952
+ provisionedThroughput: serializeAws_restJson1ProvisionedThroughput(input.ProvisionedThroughput, context),
4953
+ })), (input.VolumeSizeGB !== undefined && input.VolumeSizeGB !== null && { volumeSizeGB: input.VolumeSizeGB }));
4951
4954
  };
4952
4955
  var serializeAws_restJson1BrokerLogs = function (input, context) {
4953
4956
  return __assign(__assign(__assign({}, (input.CloudWatchLogs !== undefined &&
@@ -4987,7 +4990,10 @@ var serializeAws_restJson1ConnectivityInfo = function (input, context) {
4987
4990
  input.PublicAccess !== null && { publicAccess: serializeAws_restJson1PublicAccess(input.PublicAccess, context) }));
4988
4991
  };
4989
4992
  var serializeAws_restJson1EBSStorageInfo = function (input, context) {
4990
- return __assign({}, (input.VolumeSize !== undefined && input.VolumeSize !== null && { volumeSize: input.VolumeSize }));
4993
+ return __assign(__assign({}, (input.ProvisionedThroughput !== undefined &&
4994
+ input.ProvisionedThroughput !== null && {
4995
+ provisionedThroughput: serializeAws_restJson1ProvisionedThroughput(input.ProvisionedThroughput, context),
4996
+ })), (input.VolumeSize !== undefined && input.VolumeSize !== null && { volumeSize: input.VolumeSize }));
4991
4997
  };
4992
4998
  var serializeAws_restJson1EncryptionAtRest = function (input, context) {
4993
4999
  return __assign({}, (input.DataVolumeKMSKeyId !== undefined &&
@@ -5056,6 +5062,10 @@ var serializeAws_restJson1ProvisionedRequest = function (input, context) {
5056
5062
  openMonitoring: serializeAws_restJson1OpenMonitoringInfo(input.OpenMonitoring, context),
5057
5063
  }));
5058
5064
  };
5065
+ var serializeAws_restJson1ProvisionedThroughput = function (input, context) {
5066
+ return __assign(__assign({}, (input.Enabled !== undefined && input.Enabled !== null && { enabled: input.Enabled })), (input.VolumeThroughput !== undefined &&
5067
+ input.VolumeThroughput !== null && { volumeThroughput: input.VolumeThroughput }));
5068
+ };
5059
5069
  var serializeAws_restJson1PublicAccess = function (input, context) {
5060
5070
  return __assign({}, (input.Type !== undefined && input.Type !== null && { type: input.Type }));
5061
5071
  };
@@ -5248,6 +5258,9 @@ var deserializeAws_restJson1__mapOf__string = function (output, context) {
5248
5258
  var deserializeAws_restJson1BrokerEBSVolumeInfo = function (output, context) {
5249
5259
  return {
5250
5260
  KafkaBrokerNodeId: __expectString(output.kafkaBrokerNodeId),
5261
+ ProvisionedThroughput: output.provisionedThroughput !== undefined && output.provisionedThroughput !== null
5262
+ ? deserializeAws_restJson1ProvisionedThroughput(output.provisionedThroughput, context)
5263
+ : undefined,
5251
5264
  VolumeSizeGB: __expectInt32(output.volumeSizeGB),
5252
5265
  };
5253
5266
  };
@@ -5472,6 +5485,9 @@ var deserializeAws_restJson1ConnectivityInfo = function (output, context) {
5472
5485
  };
5473
5486
  var deserializeAws_restJson1EBSStorageInfo = function (output, context) {
5474
5487
  return {
5488
+ ProvisionedThroughput: output.provisionedThroughput !== undefined && output.provisionedThroughput !== null
5489
+ ? deserializeAws_restJson1ProvisionedThroughput(output.provisionedThroughput, context)
5490
+ : undefined,
5475
5491
  VolumeSize: __expectInt32(output.volumeSize),
5476
5492
  };
5477
5493
  };
@@ -5649,6 +5665,12 @@ var deserializeAws_restJson1Provisioned = function (output, context) {
5649
5665
  ZookeeperConnectStringTls: __expectString(output.zookeeperConnectStringTls),
5650
5666
  };
5651
5667
  };
5668
+ var deserializeAws_restJson1ProvisionedThroughput = function (output, context) {
5669
+ return {
5670
+ Enabled: __expectBoolean(output.enabled),
5671
+ VolumeThroughput: __expectInt32(output.volumeThroughput),
5672
+ };
5673
+ };
5652
5674
  var deserializeAws_restJson1PublicAccess = function (output, context) {
5653
5675
  return {
5654
5676
  Type: __expectString(output.type),
@@ -1,4 +1,23 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+ /**
3
+ * Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.
4
+ */
5
+ export interface ProvisionedThroughput {
6
+ /**
7
+ * Provisioned throughput is enabled or not.
8
+ */
9
+ Enabled?: boolean;
10
+ /**
11
+ * Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
12
+ */
13
+ VolumeThroughput?: number;
14
+ }
15
+ export declare namespace ProvisionedThroughput {
16
+ /**
17
+ * @internal
18
+ */
19
+ const filterSensitiveLog: (obj: ProvisionedThroughput) => any;
20
+ }
2
21
  /**
3
22
  * <p>Specifies the EBS volume upgrade information. The broker identifier must be set to the keyword ALL. This means the changes apply to all the brokers in the cluster.</p>
4
23
  */
@@ -7,10 +26,14 @@ export interface BrokerEBSVolumeInfo {
7
26
  * <p>The ID of the broker to update.</p>
8
27
  */
9
28
  KafkaBrokerNodeId: string | undefined;
29
+ /**
30
+ * EBS volume provisioned throughput information.
31
+ */
32
+ ProvisionedThroughput?: ProvisionedThroughput;
10
33
  /**
11
34
  * <p>Size of the EBS volume to update.</p>
12
35
  */
13
- VolumeSizeGB: number | undefined;
36
+ VolumeSizeGB?: number;
14
37
  }
15
38
  export declare namespace BrokerEBSVolumeInfo {
16
39
  /**
@@ -59,6 +82,10 @@ export declare namespace ConnectivityInfo {
59
82
  * <p>Contains information about the EBS storage volumes attached to Apache Kafka broker nodes.</p>
60
83
  */
61
84
  export interface EBSStorageInfo {
85
+ /**
86
+ * EBS volume provisioned throughput information.
87
+ */
88
+ ProvisionedThroughput?: ProvisionedThroughput;
62
89
  /**
63
90
  * <p>The size in GiB of the EBS volume for the data drive on each broker node.</p>
64
91
  */
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.47.1",
4
+ "version": "3.50.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",
@@ -18,41 +18,47 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.47.1",
22
- "@aws-sdk/config-resolver": "3.47.1",
23
- "@aws-sdk/credential-provider-node": "3.47.1",
24
- "@aws-sdk/fetch-http-handler": "3.47.1",
25
- "@aws-sdk/hash-node": "3.47.1",
26
- "@aws-sdk/invalid-dependency": "3.47.1",
27
- "@aws-sdk/middleware-content-length": "3.47.1",
28
- "@aws-sdk/middleware-host-header": "3.47.1",
29
- "@aws-sdk/middleware-logger": "3.47.1",
30
- "@aws-sdk/middleware-retry": "3.47.1",
31
- "@aws-sdk/middleware-serde": "3.47.1",
32
- "@aws-sdk/middleware-signing": "3.47.1",
33
- "@aws-sdk/middleware-stack": "3.47.1",
34
- "@aws-sdk/middleware-user-agent": "3.47.1",
35
- "@aws-sdk/node-config-provider": "3.47.1",
36
- "@aws-sdk/node-http-handler": "3.47.1",
37
- "@aws-sdk/protocol-http": "3.47.1",
38
- "@aws-sdk/smithy-client": "3.47.1",
39
- "@aws-sdk/types": "3.47.1",
40
- "@aws-sdk/url-parser": "3.47.1",
41
- "@aws-sdk/util-base64-browser": "3.47.1",
42
- "@aws-sdk/util-base64-node": "3.47.1",
43
- "@aws-sdk/util-body-length-browser": "3.47.1",
44
- "@aws-sdk/util-body-length-node": "3.47.1",
45
- "@aws-sdk/util-defaults-mode-browser": "3.47.1",
46
- "@aws-sdk/util-defaults-mode-node": "3.47.1",
47
- "@aws-sdk/util-user-agent-browser": "3.47.1",
48
- "@aws-sdk/util-user-agent-node": "3.47.1",
49
- "@aws-sdk/util-utf8-browser": "3.47.1",
50
- "@aws-sdk/util-utf8-node": "3.47.1",
21
+ "@aws-sdk/client-sts": "3.50.0",
22
+ "@aws-sdk/config-resolver": "3.50.0",
23
+ "@aws-sdk/credential-provider-node": "3.50.0",
24
+ "@aws-sdk/fetch-http-handler": "3.50.0",
25
+ "@aws-sdk/hash-node": "3.50.0",
26
+ "@aws-sdk/invalid-dependency": "3.50.0",
27
+ "@aws-sdk/middleware-content-length": "3.50.0",
28
+ "@aws-sdk/middleware-host-header": "3.50.0",
29
+ "@aws-sdk/middleware-logger": "3.50.0",
30
+ "@aws-sdk/middleware-retry": "3.50.0",
31
+ "@aws-sdk/middleware-serde": "3.50.0",
32
+ "@aws-sdk/middleware-signing": "3.50.0",
33
+ "@aws-sdk/middleware-stack": "3.50.0",
34
+ "@aws-sdk/middleware-user-agent": "3.50.0",
35
+ "@aws-sdk/node-config-provider": "3.50.0",
36
+ "@aws-sdk/node-http-handler": "3.50.0",
37
+ "@aws-sdk/protocol-http": "3.50.0",
38
+ "@aws-sdk/smithy-client": "3.50.0",
39
+ "@aws-sdk/types": "3.50.0",
40
+ "@aws-sdk/url-parser": "3.50.0",
41
+ "@aws-sdk/util-base64-browser": "3.49.0",
42
+ "@aws-sdk/util-base64-node": "3.49.0",
43
+ "@aws-sdk/util-body-length-browser": "3.49.0",
44
+ "@aws-sdk/util-body-length-node": "3.49.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.50.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.50.0",
48
+ "@aws-sdk/util-user-agent-node": "3.50.0",
49
+ "@aws-sdk/util-utf8-browser": "3.49.0",
50
+ "@aws-sdk/util-utf8-node": "3.49.0",
51
51
  "tslib": "^2.3.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@aws-sdk/service-client-documentation-generator": "3.47.1",
55
- "@types/node": "^12.7.5"
54
+ "@aws-sdk/service-client-documentation-generator": "3.49.0",
55
+ "@tsconfig/recommended": "1.0.1",
56
+ "@types/node": "^12.7.5",
57
+ "concurrently": "7.0.0",
58
+ "downlevel-dts": "0.7.0",
59
+ "rimraf": "3.0.2",
60
+ "typedoc": "0.19.2",
61
+ "typescript": "~4.3.5"
56
62
  },
57
63
  "engines": {
58
64
  "node": ">=12.0.0"
@@ -1,180 +0,0 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput } from "./commands/BatchAssociateScramSecretCommand";
3
- import { BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput } from "./commands/BatchDisassociateScramSecretCommand";
4
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
5
- import { CreateClusterV2CommandInput, CreateClusterV2CommandOutput } from "./commands/CreateClusterV2Command";
6
- import { CreateConfigurationCommandInput, CreateConfigurationCommandOutput } from "./commands/CreateConfigurationCommand";
7
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
8
- import { DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput } from "./commands/DeleteConfigurationCommand";
9
- import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
10
- import { DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput } from "./commands/DescribeClusterOperationCommand";
11
- import { DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput } from "./commands/DescribeClusterV2Command";
12
- import { DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput } from "./commands/DescribeConfigurationCommand";
13
- import { DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput } from "./commands/DescribeConfigurationRevisionCommand";
14
- import { GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput } from "./commands/GetBootstrapBrokersCommand";
15
- import { GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput } from "./commands/GetCompatibleKafkaVersionsCommand";
16
- import { ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput } from "./commands/ListClusterOperationsCommand";
17
- import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
18
- import { ListClustersV2CommandInput, ListClustersV2CommandOutput } from "./commands/ListClustersV2Command";
19
- import { ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput } from "./commands/ListConfigurationRevisionsCommand";
20
- import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "./commands/ListConfigurationsCommand";
21
- import { ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput } from "./commands/ListKafkaVersionsCommand";
22
- import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
23
- import { ListScramSecretsCommandInput, ListScramSecretsCommandOutput } from "./commands/ListScramSecretsCommand";
24
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
25
- import { RebootBrokerCommandInput, RebootBrokerCommandOutput } from "./commands/RebootBrokerCommand";
26
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
27
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
28
- import { UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput } from "./commands/UpdateBrokerCountCommand";
29
- import { UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput } from "./commands/UpdateBrokerStorageCommand";
30
- import { UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput } from "./commands/UpdateBrokerTypeCommand";
31
- import { UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput } from "./commands/UpdateClusterConfigurationCommand";
32
- import { UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput } from "./commands/UpdateClusterKafkaVersionCommand";
33
- import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
34
- import { UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput } from "./commands/UpdateConnectivityCommand";
35
- import { UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput } from "./commands/UpdateMonitoringCommand";
36
- import { UpdateSecurityCommandInput, UpdateSecurityCommandOutput } from "./commands/UpdateSecurityCommand";
37
- import { KafkaClient } from "./KafkaClient";
38
-
39
- export declare class Kafka extends KafkaClient {
40
-
41
- batchAssociateScramSecret(args: BatchAssociateScramSecretCommandInput, options?: __HttpHandlerOptions): Promise<BatchAssociateScramSecretCommandOutput>;
42
- batchAssociateScramSecret(args: BatchAssociateScramSecretCommandInput, cb: (err: any, data?: BatchAssociateScramSecretCommandOutput) => void): void;
43
- batchAssociateScramSecret(args: BatchAssociateScramSecretCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchAssociateScramSecretCommandOutput) => void): void;
44
-
45
- batchDisassociateScramSecret(args: BatchDisassociateScramSecretCommandInput, options?: __HttpHandlerOptions): Promise<BatchDisassociateScramSecretCommandOutput>;
46
- batchDisassociateScramSecret(args: BatchDisassociateScramSecretCommandInput, cb: (err: any, data?: BatchDisassociateScramSecretCommandOutput) => void): void;
47
- batchDisassociateScramSecret(args: BatchDisassociateScramSecretCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDisassociateScramSecretCommandOutput) => void): void;
48
-
49
- createCluster(args: CreateClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterCommandOutput>;
50
- createCluster(args: CreateClusterCommandInput, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
51
- createCluster(args: CreateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
52
-
53
- createClusterV2(args: CreateClusterV2CommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterV2CommandOutput>;
54
- createClusterV2(args: CreateClusterV2CommandInput, cb: (err: any, data?: CreateClusterV2CommandOutput) => void): void;
55
- createClusterV2(args: CreateClusterV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterV2CommandOutput) => void): void;
56
-
57
- createConfiguration(args: CreateConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfigurationCommandOutput>;
58
- createConfiguration(args: CreateConfigurationCommandInput, cb: (err: any, data?: CreateConfigurationCommandOutput) => void): void;
59
- createConfiguration(args: CreateConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationCommandOutput) => void): void;
60
-
61
- deleteCluster(args: DeleteClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterCommandOutput>;
62
- deleteCluster(args: DeleteClusterCommandInput, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
63
- deleteCluster(args: DeleteClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
64
-
65
- deleteConfiguration(args: DeleteConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfigurationCommandOutput>;
66
- deleteConfiguration(args: DeleteConfigurationCommandInput, cb: (err: any, data?: DeleteConfigurationCommandOutput) => void): void;
67
- deleteConfiguration(args: DeleteConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationCommandOutput) => void): void;
68
-
69
- describeCluster(args: DescribeClusterCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterCommandOutput>;
70
- describeCluster(args: DescribeClusterCommandInput, cb: (err: any, data?: DescribeClusterCommandOutput) => void): void;
71
- describeCluster(args: DescribeClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterCommandOutput) => void): void;
72
-
73
- describeClusterOperation(args: DescribeClusterOperationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterOperationCommandOutput>;
74
- describeClusterOperation(args: DescribeClusterOperationCommandInput, cb: (err: any, data?: DescribeClusterOperationCommandOutput) => void): void;
75
- describeClusterOperation(args: DescribeClusterOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterOperationCommandOutput) => void): void;
76
-
77
- describeClusterV2(args: DescribeClusterV2CommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterV2CommandOutput>;
78
- describeClusterV2(args: DescribeClusterV2CommandInput, cb: (err: any, data?: DescribeClusterV2CommandOutput) => void): void;
79
- describeClusterV2(args: DescribeClusterV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterV2CommandOutput) => void): void;
80
-
81
- describeConfiguration(args: DescribeConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConfigurationCommandOutput>;
82
- describeConfiguration(args: DescribeConfigurationCommandInput, cb: (err: any, data?: DescribeConfigurationCommandOutput) => void): void;
83
- describeConfiguration(args: DescribeConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConfigurationCommandOutput) => void): void;
84
-
85
- describeConfigurationRevision(args: DescribeConfigurationRevisionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConfigurationRevisionCommandOutput>;
86
- describeConfigurationRevision(args: DescribeConfigurationRevisionCommandInput, cb: (err: any, data?: DescribeConfigurationRevisionCommandOutput) => void): void;
87
- describeConfigurationRevision(args: DescribeConfigurationRevisionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConfigurationRevisionCommandOutput) => void): void;
88
-
89
- getBootstrapBrokers(args: GetBootstrapBrokersCommandInput, options?: __HttpHandlerOptions): Promise<GetBootstrapBrokersCommandOutput>;
90
- getBootstrapBrokers(args: GetBootstrapBrokersCommandInput, cb: (err: any, data?: GetBootstrapBrokersCommandOutput) => void): void;
91
- getBootstrapBrokers(args: GetBootstrapBrokersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBootstrapBrokersCommandOutput) => void): void;
92
-
93
- getCompatibleKafkaVersions(args: GetCompatibleKafkaVersionsCommandInput, options?: __HttpHandlerOptions): Promise<GetCompatibleKafkaVersionsCommandOutput>;
94
- getCompatibleKafkaVersions(args: GetCompatibleKafkaVersionsCommandInput, cb: (err: any, data?: GetCompatibleKafkaVersionsCommandOutput) => void): void;
95
- getCompatibleKafkaVersions(args: GetCompatibleKafkaVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCompatibleKafkaVersionsCommandOutput) => void): void;
96
-
97
- listClusterOperations(args: ListClusterOperationsCommandInput, options?: __HttpHandlerOptions): Promise<ListClusterOperationsCommandOutput>;
98
- listClusterOperations(args: ListClusterOperationsCommandInput, cb: (err: any, data?: ListClusterOperationsCommandOutput) => void): void;
99
- listClusterOperations(args: ListClusterOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClusterOperationsCommandOutput) => void): void;
100
-
101
- listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>;
102
- listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
103
- listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
104
-
105
- listClustersV2(args: ListClustersV2CommandInput, options?: __HttpHandlerOptions): Promise<ListClustersV2CommandOutput>;
106
- listClustersV2(args: ListClustersV2CommandInput, cb: (err: any, data?: ListClustersV2CommandOutput) => void): void;
107
- listClustersV2(args: ListClustersV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersV2CommandOutput) => void): void;
108
-
109
- listConfigurationRevisions(args: ListConfigurationRevisionsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigurationRevisionsCommandOutput>;
110
- listConfigurationRevisions(args: ListConfigurationRevisionsCommandInput, cb: (err: any, data?: ListConfigurationRevisionsCommandOutput) => void): void;
111
- listConfigurationRevisions(args: ListConfigurationRevisionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationRevisionsCommandOutput) => void): void;
112
-
113
- listConfigurations(args: ListConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigurationsCommandOutput>;
114
- listConfigurations(args: ListConfigurationsCommandInput, cb: (err: any, data?: ListConfigurationsCommandOutput) => void): void;
115
- listConfigurations(args: ListConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationsCommandOutput) => void): void;
116
-
117
- listKafkaVersions(args: ListKafkaVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListKafkaVersionsCommandOutput>;
118
- listKafkaVersions(args: ListKafkaVersionsCommandInput, cb: (err: any, data?: ListKafkaVersionsCommandOutput) => void): void;
119
- listKafkaVersions(args: ListKafkaVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKafkaVersionsCommandOutput) => void): void;
120
-
121
- listNodes(args: ListNodesCommandInput, options?: __HttpHandlerOptions): Promise<ListNodesCommandOutput>;
122
- listNodes(args: ListNodesCommandInput, cb: (err: any, data?: ListNodesCommandOutput) => void): void;
123
- listNodes(args: ListNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNodesCommandOutput) => void): void;
124
-
125
- listScramSecrets(args: ListScramSecretsCommandInput, options?: __HttpHandlerOptions): Promise<ListScramSecretsCommandOutput>;
126
- listScramSecrets(args: ListScramSecretsCommandInput, cb: (err: any, data?: ListScramSecretsCommandOutput) => void): void;
127
- listScramSecrets(args: ListScramSecretsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListScramSecretsCommandOutput) => void): void;
128
-
129
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
130
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
131
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
132
-
133
- rebootBroker(args: RebootBrokerCommandInput, options?: __HttpHandlerOptions): Promise<RebootBrokerCommandOutput>;
134
- rebootBroker(args: RebootBrokerCommandInput, cb: (err: any, data?: RebootBrokerCommandOutput) => void): void;
135
- rebootBroker(args: RebootBrokerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootBrokerCommandOutput) => void): void;
136
-
137
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
138
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
139
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
140
-
141
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
142
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
143
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
144
-
145
- updateBrokerCount(args: UpdateBrokerCountCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBrokerCountCommandOutput>;
146
- updateBrokerCount(args: UpdateBrokerCountCommandInput, cb: (err: any, data?: UpdateBrokerCountCommandOutput) => void): void;
147
- updateBrokerCount(args: UpdateBrokerCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBrokerCountCommandOutput) => void): void;
148
-
149
- updateBrokerStorage(args: UpdateBrokerStorageCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBrokerStorageCommandOutput>;
150
- updateBrokerStorage(args: UpdateBrokerStorageCommandInput, cb: (err: any, data?: UpdateBrokerStorageCommandOutput) => void): void;
151
- updateBrokerStorage(args: UpdateBrokerStorageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBrokerStorageCommandOutput) => void): void;
152
-
153
- updateBrokerType(args: UpdateBrokerTypeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBrokerTypeCommandOutput>;
154
- updateBrokerType(args: UpdateBrokerTypeCommandInput, cb: (err: any, data?: UpdateBrokerTypeCommandOutput) => void): void;
155
- updateBrokerType(args: UpdateBrokerTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBrokerTypeCommandOutput) => void): void;
156
-
157
- updateClusterConfiguration(args: UpdateClusterConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClusterConfigurationCommandOutput>;
158
- updateClusterConfiguration(args: UpdateClusterConfigurationCommandInput, cb: (err: any, data?: UpdateClusterConfigurationCommandOutput) => void): void;
159
- updateClusterConfiguration(args: UpdateClusterConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterConfigurationCommandOutput) => void): void;
160
-
161
- updateClusterKafkaVersion(args: UpdateClusterKafkaVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClusterKafkaVersionCommandOutput>;
162
- updateClusterKafkaVersion(args: UpdateClusterKafkaVersionCommandInput, cb: (err: any, data?: UpdateClusterKafkaVersionCommandOutput) => void): void;
163
- updateClusterKafkaVersion(args: UpdateClusterKafkaVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterKafkaVersionCommandOutput) => void): void;
164
-
165
- updateConfiguration(args: UpdateConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfigurationCommandOutput>;
166
- updateConfiguration(args: UpdateConfigurationCommandInput, cb: (err: any, data?: UpdateConfigurationCommandOutput) => void): void;
167
- updateConfiguration(args: UpdateConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationCommandOutput) => void): void;
168
-
169
- updateConnectivity(args: UpdateConnectivityCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectivityCommandOutput>;
170
- updateConnectivity(args: UpdateConnectivityCommandInput, cb: (err: any, data?: UpdateConnectivityCommandOutput) => void): void;
171
- updateConnectivity(args: UpdateConnectivityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectivityCommandOutput) => void): void;
172
-
173
- updateMonitoring(args: UpdateMonitoringCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMonitoringCommandOutput>;
174
- updateMonitoring(args: UpdateMonitoringCommandInput, cb: (err: any, data?: UpdateMonitoringCommandOutput) => void): void;
175
- updateMonitoring(args: UpdateMonitoringCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMonitoringCommandOutput) => void): void;
176
-
177
- updateSecurity(args: UpdateSecurityCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSecurityCommandOutput>;
178
- updateSecurity(args: UpdateSecurityCommandInput, cb: (err: any, data?: UpdateSecurityCommandOutput) => void): void;
179
- updateSecurity(args: UpdateSecurityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSecurityCommandOutput) => void): void;
180
- }