@aws-sdk/client-kafka 3.303.0 → 3.309.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/dist-cjs/commands/BatchAssociateScramSecretCommand.js +2 -2
  2. package/dist-cjs/commands/BatchDisassociateScramSecretCommand.js +2 -2
  3. package/dist-cjs/commands/CreateClusterCommand.js +2 -2
  4. package/dist-cjs/commands/CreateClusterV2Command.js +2 -2
  5. package/dist-cjs/commands/CreateConfigurationCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteConfigurationCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeClusterCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeClusterOperationCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeClusterV2Command.js +2 -2
  11. package/dist-cjs/commands/DescribeConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeConfigurationRevisionCommand.js +2 -2
  13. package/dist-cjs/commands/GetBootstrapBrokersCommand.js +2 -2
  14. package/dist-cjs/commands/GetCompatibleKafkaVersionsCommand.js +2 -2
  15. package/dist-cjs/commands/ListClusterOperationsCommand.js +2 -2
  16. package/dist-cjs/commands/ListClustersCommand.js +2 -2
  17. package/dist-cjs/commands/ListClustersV2Command.js +2 -2
  18. package/dist-cjs/commands/ListConfigurationRevisionsCommand.js +2 -2
  19. package/dist-cjs/commands/ListConfigurationsCommand.js +2 -2
  20. package/dist-cjs/commands/ListKafkaVersionsCommand.js +2 -2
  21. package/dist-cjs/commands/ListNodesCommand.js +2 -2
  22. package/dist-cjs/commands/ListScramSecretsCommand.js +2 -2
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  24. package/dist-cjs/commands/RebootBrokerCommand.js +2 -2
  25. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateBrokerCountCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateBrokerStorageCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateBrokerTypeCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateClusterConfigurationCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateClusterKafkaVersionCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateConfigurationCommand.js +2 -2
  33. package/dist-cjs/commands/UpdateConnectivityCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateMonitoringCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateSecurityCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateStorageCommand.js +2 -2
  37. package/dist-cjs/protocols/Aws_restJson1.js +686 -790
  38. package/dist-es/commands/BatchAssociateScramSecretCommand.js +3 -3
  39. package/dist-es/commands/BatchDisassociateScramSecretCommand.js +3 -3
  40. package/dist-es/commands/CreateClusterCommand.js +3 -3
  41. package/dist-es/commands/CreateClusterV2Command.js +3 -3
  42. package/dist-es/commands/CreateConfigurationCommand.js +3 -3
  43. package/dist-es/commands/DeleteClusterCommand.js +3 -3
  44. package/dist-es/commands/DeleteConfigurationCommand.js +3 -3
  45. package/dist-es/commands/DescribeClusterCommand.js +3 -3
  46. package/dist-es/commands/DescribeClusterOperationCommand.js +3 -3
  47. package/dist-es/commands/DescribeClusterV2Command.js +3 -3
  48. package/dist-es/commands/DescribeConfigurationCommand.js +3 -3
  49. package/dist-es/commands/DescribeConfigurationRevisionCommand.js +3 -3
  50. package/dist-es/commands/GetBootstrapBrokersCommand.js +3 -3
  51. package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +3 -3
  52. package/dist-es/commands/ListClusterOperationsCommand.js +3 -3
  53. package/dist-es/commands/ListClustersCommand.js +3 -3
  54. package/dist-es/commands/ListClustersV2Command.js +3 -3
  55. package/dist-es/commands/ListConfigurationRevisionsCommand.js +3 -3
  56. package/dist-es/commands/ListConfigurationsCommand.js +3 -3
  57. package/dist-es/commands/ListKafkaVersionsCommand.js +3 -3
  58. package/dist-es/commands/ListNodesCommand.js +3 -3
  59. package/dist-es/commands/ListScramSecretsCommand.js +3 -3
  60. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  61. package/dist-es/commands/RebootBrokerCommand.js +3 -3
  62. package/dist-es/commands/TagResourceCommand.js +3 -3
  63. package/dist-es/commands/UntagResourceCommand.js +3 -3
  64. package/dist-es/commands/UpdateBrokerCountCommand.js +3 -3
  65. package/dist-es/commands/UpdateBrokerStorageCommand.js +3 -3
  66. package/dist-es/commands/UpdateBrokerTypeCommand.js +3 -3
  67. package/dist-es/commands/UpdateClusterConfigurationCommand.js +3 -3
  68. package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +3 -3
  69. package/dist-es/commands/UpdateConfigurationCommand.js +3 -3
  70. package/dist-es/commands/UpdateConnectivityCommand.js +3 -3
  71. package/dist-es/commands/UpdateMonitoringCommand.js +3 -3
  72. package/dist-es/commands/UpdateSecurityCommand.js +3 -3
  73. package/dist-es/commands/UpdateStorageCommand.js +3 -3
  74. package/dist-es/protocols/Aws_restJson1.js +612 -716
  75. package/dist-types/protocols/Aws_restJson1.d.ts +288 -72
  76. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -72
  77. package/package.json +29 -29
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateBrokerTypeCommand, serializeAws_restJson1UpdateBrokerTypeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateBrokerTypeCommand, se_UpdateBrokerTypeCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateBrokerTypeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateBrokerTypeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateBrokerTypeCommand(input, context);
36
+ return se_UpdateBrokerTypeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateBrokerTypeCommand(output, context);
39
+ return de_UpdateBrokerTypeCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateClusterConfigurationCommand, serializeAws_restJson1UpdateClusterConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateClusterConfigurationCommand, se_UpdateClusterConfigurationCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateClusterConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateClusterConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateClusterConfigurationCommand(input, context);
36
+ return se_UpdateClusterConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateClusterConfigurationCommand(output, context);
39
+ return de_UpdateClusterConfigurationCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateClusterKafkaVersionCommand, serializeAws_restJson1UpdateClusterKafkaVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateClusterKafkaVersionCommand, se_UpdateClusterKafkaVersionCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateClusterKafkaVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateClusterKafkaVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateClusterKafkaVersionCommand(input, context);
36
+ return se_UpdateClusterKafkaVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateClusterKafkaVersionCommand(output, context);
39
+ return de_UpdateClusterKafkaVersionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateConfigurationCommand, serializeAws_restJson1UpdateConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateConfigurationCommand, se_UpdateConfigurationCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateConfigurationCommand(input, context);
36
+ return se_UpdateConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateConfigurationCommand(output, context);
39
+ return de_UpdateConfigurationCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateConnectivityCommand, serializeAws_restJson1UpdateConnectivityCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateConnectivityCommand, se_UpdateConnectivityCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateConnectivityCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateConnectivityCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateConnectivityCommand(input, context);
36
+ return se_UpdateConnectivityCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateConnectivityCommand(output, context);
39
+ return de_UpdateConnectivityCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateMonitoringCommand, serializeAws_restJson1UpdateMonitoringCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateMonitoringCommand, se_UpdateMonitoringCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateMonitoringCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateMonitoringCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateMonitoringCommand(input, context);
36
+ return se_UpdateMonitoringCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateMonitoringCommand(output, context);
39
+ return de_UpdateMonitoringCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateSecurityCommand, serializeAws_restJson1UpdateSecurityCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateSecurityCommand, se_UpdateSecurityCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateSecurityCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateSecurityCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateSecurityCommand(input, context);
36
+ return se_UpdateSecurityCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateSecurityCommand(output, context);
39
+ return de_UpdateSecurityCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateStorageCommand, serializeAws_restJson1UpdateStorageCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateStorageCommand, se_UpdateStorageCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateStorageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateStorageCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateStorageCommand(input, context);
36
+ return se_UpdateStorageCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateStorageCommand(output, context);
39
+ return de_UpdateStorageCommand(output, context);
40
40
  }
41
41
  }