@aws-sdk/client-kafka 3.131.0 → 3.142.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 (79) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/BatchAssociateScramSecretCommand.js +2 -2
  4. package/dist-cjs/commands/BatchDisassociateScramSecretCommand.js +2 -2
  5. package/dist-cjs/commands/CreateClusterCommand.js +2 -2
  6. package/dist-cjs/commands/CreateClusterV2Command.js +2 -2
  7. package/dist-cjs/commands/CreateConfigurationCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteConfigurationCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeClusterCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeClusterOperationCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeClusterV2Command.js +2 -2
  13. package/dist-cjs/commands/DescribeConfigurationCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeConfigurationRevisionCommand.js +2 -2
  15. package/dist-cjs/commands/GetBootstrapBrokersCommand.js +2 -2
  16. package/dist-cjs/commands/GetCompatibleKafkaVersionsCommand.js +2 -2
  17. package/dist-cjs/commands/ListClusterOperationsCommand.js +2 -2
  18. package/dist-cjs/commands/ListClustersCommand.js +2 -2
  19. package/dist-cjs/commands/ListClustersV2Command.js +2 -2
  20. package/dist-cjs/commands/ListConfigurationRevisionsCommand.js +2 -2
  21. package/dist-cjs/commands/ListConfigurationsCommand.js +2 -2
  22. package/dist-cjs/commands/ListKafkaVersionsCommand.js +2 -2
  23. package/dist-cjs/commands/ListNodesCommand.js +2 -2
  24. package/dist-cjs/commands/ListScramSecretsCommand.js +2 -2
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  26. package/dist-cjs/commands/RebootBrokerCommand.js +2 -2
  27. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  28. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  29. package/dist-cjs/commands/UpdateBrokerCountCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateBrokerStorageCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateBrokerTypeCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateClusterConfigurationCommand.js +2 -2
  33. package/dist-cjs/commands/UpdateClusterKafkaVersionCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateConfigurationCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateConnectivityCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateMonitoringCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateSecurityCommand.js +2 -2
  38. package/dist-cjs/models/models_0.js +491 -735
  39. package/dist-cjs/protocols/Aws_restJson1.js +457 -902
  40. package/dist-es/commands/BatchAssociateScramSecretCommand.js +3 -3
  41. package/dist-es/commands/BatchDisassociateScramSecretCommand.js +3 -3
  42. package/dist-es/commands/CreateClusterCommand.js +3 -3
  43. package/dist-es/commands/CreateClusterV2Command.js +3 -3
  44. package/dist-es/commands/CreateConfigurationCommand.js +3 -3
  45. package/dist-es/commands/DeleteClusterCommand.js +3 -3
  46. package/dist-es/commands/DeleteConfigurationCommand.js +3 -3
  47. package/dist-es/commands/DescribeClusterCommand.js +3 -3
  48. package/dist-es/commands/DescribeClusterOperationCommand.js +3 -3
  49. package/dist-es/commands/DescribeClusterV2Command.js +3 -3
  50. package/dist-es/commands/DescribeConfigurationCommand.js +3 -3
  51. package/dist-es/commands/DescribeConfigurationRevisionCommand.js +3 -3
  52. package/dist-es/commands/GetBootstrapBrokersCommand.js +3 -3
  53. package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +3 -3
  54. package/dist-es/commands/ListClusterOperationsCommand.js +3 -3
  55. package/dist-es/commands/ListClustersCommand.js +3 -3
  56. package/dist-es/commands/ListClustersV2Command.js +3 -3
  57. package/dist-es/commands/ListConfigurationRevisionsCommand.js +3 -3
  58. package/dist-es/commands/ListConfigurationsCommand.js +3 -3
  59. package/dist-es/commands/ListKafkaVersionsCommand.js +3 -3
  60. package/dist-es/commands/ListNodesCommand.js +3 -3
  61. package/dist-es/commands/ListScramSecretsCommand.js +3 -3
  62. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  63. package/dist-es/commands/RebootBrokerCommand.js +3 -3
  64. package/dist-es/commands/TagResourceCommand.js +2 -2
  65. package/dist-es/commands/UntagResourceCommand.js +2 -2
  66. package/dist-es/commands/UpdateBrokerCountCommand.js +3 -3
  67. package/dist-es/commands/UpdateBrokerStorageCommand.js +3 -3
  68. package/dist-es/commands/UpdateBrokerTypeCommand.js +3 -3
  69. package/dist-es/commands/UpdateClusterConfigurationCommand.js +3 -3
  70. package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +3 -3
  71. package/dist-es/commands/UpdateConfigurationCommand.js +3 -3
  72. package/dist-es/commands/UpdateConnectivityCommand.js +3 -3
  73. package/dist-es/commands/UpdateMonitoringCommand.js +3 -3
  74. package/dist-es/commands/UpdateSecurityCommand.js +3 -3
  75. package/dist-es/models/models_0.js +122 -488
  76. package/dist-es/protocols/Aws_restJson1.js +590 -897
  77. package/dist-types/models/models_0.d.ts +488 -732
  78. package/dist-types/ts3.4/models/models_0.d.ts +244 -488
  79. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateClusterConfigurationRequest, UpdateClusterConfigurationResponse } from "../models/models_0";
4
+ import { UpdateClusterConfigurationRequestFilterSensitiveLog, UpdateClusterConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateClusterConfigurationCommand, serializeAws_restJson1UpdateClusterConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateClusterConfigurationCommand = (function (_super) {
7
7
  __extends(UpdateClusterConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var UpdateClusterConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateClusterConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateClusterConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateClusterConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateClusterConfigurationResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateClusterKafkaVersionRequest, UpdateClusterKafkaVersionResponse } from "../models/models_0";
4
+ import { UpdateClusterKafkaVersionRequestFilterSensitiveLog, UpdateClusterKafkaVersionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateClusterKafkaVersionCommand, serializeAws_restJson1UpdateClusterKafkaVersionCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateClusterKafkaVersionCommand = (function (_super) {
7
7
  __extends(UpdateClusterKafkaVersionCommand, _super);
@@ -20,8 +20,8 @@ var UpdateClusterKafkaVersionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateClusterKafkaVersionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateClusterKafkaVersionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateClusterKafkaVersionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateClusterKafkaVersionResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0";
4
+ import { UpdateConfigurationRequestFilterSensitiveLog, UpdateConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateConfigurationCommand, serializeAws_restJson1UpdateConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateConfigurationCommand = (function (_super) {
7
7
  __extends(UpdateConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var UpdateConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateConfigurationResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateConnectivityRequest, UpdateConnectivityResponse } from "../models/models_0";
4
+ import { UpdateConnectivityRequestFilterSensitiveLog, UpdateConnectivityResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateConnectivityCommand, serializeAws_restJson1UpdateConnectivityCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateConnectivityCommand = (function (_super) {
7
7
  __extends(UpdateConnectivityCommand, _super);
@@ -20,8 +20,8 @@ var UpdateConnectivityCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateConnectivityRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateConnectivityResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateConnectivityRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateConnectivityResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateMonitoringRequest, UpdateMonitoringResponse } from "../models/models_0";
4
+ import { UpdateMonitoringRequestFilterSensitiveLog, UpdateMonitoringResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateMonitoringCommand, serializeAws_restJson1UpdateMonitoringCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateMonitoringCommand = (function (_super) {
7
7
  __extends(UpdateMonitoringCommand, _super);
@@ -20,8 +20,8 @@ var UpdateMonitoringCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateMonitoringRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateMonitoringResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateMonitoringRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateMonitoringResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateSecurityRequest, UpdateSecurityResponse } from "../models/models_0";
4
+ import { UpdateSecurityRequestFilterSensitiveLog, UpdateSecurityResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateSecurityCommand, serializeAws_restJson1UpdateSecurityCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateSecurityCommand = (function (_super) {
7
7
  __extends(UpdateSecurityCommand, _super);
@@ -20,8 +20,8 @@ var UpdateSecurityCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateSecurityRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateSecurityResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateSecurityRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateSecurityResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {