@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_restJson1BatchAssociateScramSecretCommand, serializeAws_restJson1BatchAssociateScramSecretCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchAssociateScramSecretCommand, se_BatchAssociateScramSecretCommand } from "../protocols/Aws_restJson1";
5
5
  export class BatchAssociateScramSecretCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchAssociateScramSecretCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchAssociateScramSecretCommand(input, context);
36
+ return se_BatchAssociateScramSecretCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchAssociateScramSecretCommand(output, context);
39
+ return de_BatchAssociateScramSecretCommand(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_restJson1BatchDisassociateScramSecretCommand, serializeAws_restJson1BatchDisassociateScramSecretCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchDisassociateScramSecretCommand, se_BatchDisassociateScramSecretCommand, } from "../protocols/Aws_restJson1";
5
5
  export class BatchDisassociateScramSecretCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchDisassociateScramSecretCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchDisassociateScramSecretCommand(input, context);
36
+ return se_BatchDisassociateScramSecretCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchDisassociateScramSecretCommand(output, context);
39
+ return de_BatchDisassociateScramSecretCommand(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_restJson1CreateClusterCommand, serializeAws_restJson1CreateClusterCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateClusterCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateClusterCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateClusterCommand(input, context);
36
+ return se_CreateClusterCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateClusterCommand(output, context);
39
+ return de_CreateClusterCommand(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_restJson1CreateClusterV2Command, serializeAws_restJson1CreateClusterV2Command, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateClusterV2Command, se_CreateClusterV2Command } from "../protocols/Aws_restJson1";
5
5
  export class CreateClusterV2Command extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateClusterV2Command extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateClusterV2Command(input, context);
36
+ return se_CreateClusterV2Command(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateClusterV2Command(output, context);
39
+ return de_CreateClusterV2Command(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_restJson1CreateConfigurationCommand, serializeAws_restJson1CreateConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateConfigurationCommand, se_CreateConfigurationCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateConfigurationCommand(input, context);
36
+ return se_CreateConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateConfigurationCommand(output, context);
39
+ return de_CreateConfigurationCommand(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_restJson1DeleteClusterCommand, serializeAws_restJson1DeleteClusterCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteClusterCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteClusterCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteClusterCommand(input, context);
36
+ return se_DeleteClusterCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteClusterCommand(output, context);
39
+ return de_DeleteClusterCommand(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_restJson1DeleteConfigurationCommand, serializeAws_restJson1DeleteConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteConfigurationCommand, se_DeleteConfigurationCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteConfigurationCommand(input, context);
36
+ return se_DeleteConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteConfigurationCommand(output, context);
39
+ return de_DeleteConfigurationCommand(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_restJson1DescribeClusterCommand, serializeAws_restJson1DescribeClusterCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeClusterCommand, se_DescribeClusterCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeClusterCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeClusterCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeClusterCommand(input, context);
36
+ return se_DescribeClusterCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeClusterCommand(output, context);
39
+ return de_DescribeClusterCommand(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_restJson1DescribeClusterOperationCommand, serializeAws_restJson1DescribeClusterOperationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeClusterOperationCommand, se_DescribeClusterOperationCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeClusterOperationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeClusterOperationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeClusterOperationCommand(input, context);
36
+ return se_DescribeClusterOperationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeClusterOperationCommand(output, context);
39
+ return de_DescribeClusterOperationCommand(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_restJson1DescribeClusterV2Command, serializeAws_restJson1DescribeClusterV2Command, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeClusterV2Command, se_DescribeClusterV2Command } from "../protocols/Aws_restJson1";
5
5
  export class DescribeClusterV2Command extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeClusterV2Command extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeClusterV2Command(input, context);
36
+ return se_DescribeClusterV2Command(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeClusterV2Command(output, context);
39
+ return de_DescribeClusterV2Command(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_restJson1DescribeConfigurationCommand, serializeAws_restJson1DescribeConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeConfigurationCommand, se_DescribeConfigurationCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeConfigurationCommand(input, context);
36
+ return se_DescribeConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeConfigurationCommand(output, context);
39
+ return de_DescribeConfigurationCommand(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_restJson1DescribeConfigurationRevisionCommand, serializeAws_restJson1DescribeConfigurationRevisionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeConfigurationRevisionCommand, se_DescribeConfigurationRevisionCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DescribeConfigurationRevisionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeConfigurationRevisionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeConfigurationRevisionCommand(input, context);
36
+ return se_DescribeConfigurationRevisionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeConfigurationRevisionCommand(output, context);
39
+ return de_DescribeConfigurationRevisionCommand(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_restJson1GetBootstrapBrokersCommand, serializeAws_restJson1GetBootstrapBrokersCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetBootstrapBrokersCommand, se_GetBootstrapBrokersCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetBootstrapBrokersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetBootstrapBrokersCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetBootstrapBrokersCommand(input, context);
36
+ return se_GetBootstrapBrokersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetBootstrapBrokersCommand(output, context);
39
+ return de_GetBootstrapBrokersCommand(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_restJson1GetCompatibleKafkaVersionsCommand, serializeAws_restJson1GetCompatibleKafkaVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetCompatibleKafkaVersionsCommand, se_GetCompatibleKafkaVersionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetCompatibleKafkaVersionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetCompatibleKafkaVersionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetCompatibleKafkaVersionsCommand(input, context);
36
+ return se_GetCompatibleKafkaVersionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetCompatibleKafkaVersionsCommand(output, context);
39
+ return de_GetCompatibleKafkaVersionsCommand(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_restJson1ListClusterOperationsCommand, serializeAws_restJson1ListClusterOperationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListClusterOperationsCommand, se_ListClusterOperationsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListClusterOperationsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListClusterOperationsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListClusterOperationsCommand(input, context);
36
+ return se_ListClusterOperationsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListClusterOperationsCommand(output, context);
39
+ return de_ListClusterOperationsCommand(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_restJson1ListClustersCommand, serializeAws_restJson1ListClustersCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListClustersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListClustersCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListClustersCommand(input, context);
36
+ return se_ListClustersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListClustersCommand(output, context);
39
+ return de_ListClustersCommand(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_restJson1ListClustersV2Command, serializeAws_restJson1ListClustersV2Command, } from "../protocols/Aws_restJson1";
4
+ import { de_ListClustersV2Command, se_ListClustersV2Command } from "../protocols/Aws_restJson1";
5
5
  export class ListClustersV2Command extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListClustersV2Command extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListClustersV2Command(input, context);
36
+ return se_ListClustersV2Command(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListClustersV2Command(output, context);
39
+ return de_ListClustersV2Command(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_restJson1ListConfigurationRevisionsCommand, serializeAws_restJson1ListConfigurationRevisionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListConfigurationRevisionsCommand, se_ListConfigurationRevisionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListConfigurationRevisionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListConfigurationRevisionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListConfigurationRevisionsCommand(input, context);
36
+ return se_ListConfigurationRevisionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListConfigurationRevisionsCommand(output, context);
39
+ return de_ListConfigurationRevisionsCommand(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_restJson1ListConfigurationsCommand, serializeAws_restJson1ListConfigurationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListConfigurationsCommand, se_ListConfigurationsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListConfigurationsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListConfigurationsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListConfigurationsCommand(input, context);
36
+ return se_ListConfigurationsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListConfigurationsCommand(output, context);
39
+ return de_ListConfigurationsCommand(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_restJson1ListKafkaVersionsCommand, serializeAws_restJson1ListKafkaVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListKafkaVersionsCommand, se_ListKafkaVersionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListKafkaVersionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListKafkaVersionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListKafkaVersionsCommand(input, context);
36
+ return se_ListKafkaVersionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListKafkaVersionsCommand(output, context);
39
+ return de_ListKafkaVersionsCommand(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_restJson1ListNodesCommand, serializeAws_restJson1ListNodesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListNodesCommand, se_ListNodesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListNodesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListNodesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListNodesCommand(input, context);
36
+ return se_ListNodesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListNodesCommand(output, context);
39
+ return de_ListNodesCommand(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_restJson1ListScramSecretsCommand, serializeAws_restJson1ListScramSecretsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListScramSecretsCommand, se_ListScramSecretsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListScramSecretsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListScramSecretsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListScramSecretsCommand(input, context);
36
+ return se_ListScramSecretsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListScramSecretsCommand(output, context);
39
+ return de_ListScramSecretsCommand(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_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(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_restJson1RebootBrokerCommand, serializeAws_restJson1RebootBrokerCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_RebootBrokerCommand, se_RebootBrokerCommand } from "../protocols/Aws_restJson1";
5
5
  export class RebootBrokerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class RebootBrokerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1RebootBrokerCommand(input, context);
36
+ return se_RebootBrokerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1RebootBrokerCommand(output, context);
39
+ return de_RebootBrokerCommand(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_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1TagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1TagResourceCommand(output, context);
39
+ return de_TagResourceCommand(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_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UntagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(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_restJson1UpdateBrokerCountCommand, serializeAws_restJson1UpdateBrokerCountCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateBrokerCountCommand, se_UpdateBrokerCountCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateBrokerCountCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateBrokerCountCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateBrokerCountCommand(input, context);
36
+ return se_UpdateBrokerCountCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateBrokerCountCommand(output, context);
39
+ return de_UpdateBrokerCountCommand(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_restJson1UpdateBrokerStorageCommand, serializeAws_restJson1UpdateBrokerStorageCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateBrokerStorageCommand, se_UpdateBrokerStorageCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateBrokerStorageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateBrokerStorageCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateBrokerStorageCommand(input, context);
36
+ return se_UpdateBrokerStorageCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateBrokerStorageCommand(output, context);
39
+ return de_UpdateBrokerStorageCommand(output, context);
40
40
  }
41
41
  }