@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
@@ -36,10 +36,10 @@ class BatchAssociateScramSecretCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1BatchAssociateScramSecretCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchAssociateScramSecretCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchAssociateScramSecretCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchAssociateScramSecretCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchAssociateScramSecretCommand = BatchAssociateScramSecretCommand;
@@ -36,10 +36,10 @@ class BatchDisassociateScramSecretCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1BatchDisassociateScramSecretCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchDisassociateScramSecretCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchDisassociateScramSecretCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchDisassociateScramSecretCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchDisassociateScramSecretCommand = BatchDisassociateScramSecretCommand;
@@ -36,10 +36,10 @@ class CreateClusterCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateClusterCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateClusterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateClusterCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateClusterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateClusterCommand = CreateClusterCommand;
@@ -36,10 +36,10 @@ class CreateClusterV2Command extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateClusterV2Command)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateClusterV2Command)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateClusterV2Command)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateClusterV2Command)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateClusterV2Command = CreateClusterV2Command;
@@ -36,10 +36,10 @@ class CreateConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateConfigurationCommand = CreateConfigurationCommand;
@@ -36,10 +36,10 @@ class DeleteClusterCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteClusterCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteClusterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteClusterCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteClusterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteClusterCommand = DeleteClusterCommand;
@@ -36,10 +36,10 @@ class DeleteConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteConfigurationCommand = DeleteConfigurationCommand;
@@ -36,10 +36,10 @@ class DescribeClusterCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeClusterCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeClusterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeClusterCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeClusterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeClusterCommand = DescribeClusterCommand;
@@ -36,10 +36,10 @@ class DescribeClusterOperationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeClusterOperationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeClusterOperationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeClusterOperationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeClusterOperationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeClusterOperationCommand = DescribeClusterOperationCommand;
@@ -36,10 +36,10 @@ class DescribeClusterV2Command extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeClusterV2Command)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeClusterV2Command)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeClusterV2Command)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeClusterV2Command)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeClusterV2Command = DescribeClusterV2Command;
@@ -36,10 +36,10 @@ class DescribeConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeConfigurationCommand = DescribeConfigurationCommand;
@@ -36,10 +36,10 @@ class DescribeConfigurationRevisionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeConfigurationRevisionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeConfigurationRevisionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeConfigurationRevisionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeConfigurationRevisionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeConfigurationRevisionCommand = DescribeConfigurationRevisionCommand;
@@ -36,10 +36,10 @@ class GetBootstrapBrokersCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetBootstrapBrokersCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetBootstrapBrokersCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetBootstrapBrokersCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetBootstrapBrokersCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetBootstrapBrokersCommand = GetBootstrapBrokersCommand;
@@ -36,10 +36,10 @@ class GetCompatibleKafkaVersionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetCompatibleKafkaVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetCompatibleKafkaVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetCompatibleKafkaVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetCompatibleKafkaVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCompatibleKafkaVersionsCommand = GetCompatibleKafkaVersionsCommand;
@@ -36,10 +36,10 @@ class ListClusterOperationsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListClusterOperationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListClusterOperationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListClusterOperationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListClusterOperationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListClusterOperationsCommand = ListClusterOperationsCommand;
@@ -36,10 +36,10 @@ class ListClustersCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListClustersCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListClustersCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListClustersCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListClustersCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListClustersCommand = ListClustersCommand;
@@ -36,10 +36,10 @@ class ListClustersV2Command extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListClustersV2Command)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListClustersV2Command)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListClustersV2Command)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListClustersV2Command)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListClustersV2Command = ListClustersV2Command;
@@ -36,10 +36,10 @@ class ListConfigurationRevisionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListConfigurationRevisionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListConfigurationRevisionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListConfigurationRevisionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListConfigurationRevisionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListConfigurationRevisionsCommand = ListConfigurationRevisionsCommand;
@@ -36,10 +36,10 @@ class ListConfigurationsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListConfigurationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListConfigurationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListConfigurationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListConfigurationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListConfigurationsCommand = ListConfigurationsCommand;
@@ -36,10 +36,10 @@ class ListKafkaVersionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListKafkaVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListKafkaVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListKafkaVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListKafkaVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListKafkaVersionsCommand = ListKafkaVersionsCommand;
@@ -36,10 +36,10 @@ class ListNodesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListNodesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListNodesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListNodesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListNodesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListNodesCommand = ListNodesCommand;
@@ -36,10 +36,10 @@ class ListScramSecretsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListScramSecretsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListScramSecretsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListScramSecretsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListScramSecretsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListScramSecretsCommand = ListScramSecretsCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class RebootBrokerCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1RebootBrokerCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RebootBrokerCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RebootBrokerCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RebootBrokerCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RebootBrokerCommand = RebootBrokerCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateBrokerCountCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateBrokerCountCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateBrokerCountCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateBrokerCountCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateBrokerCountCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateBrokerCountCommand = UpdateBrokerCountCommand;
@@ -36,10 +36,10 @@ class UpdateBrokerStorageCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateBrokerStorageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateBrokerStorageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateBrokerStorageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateBrokerStorageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateBrokerStorageCommand = UpdateBrokerStorageCommand;
@@ -36,10 +36,10 @@ class UpdateBrokerTypeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateBrokerTypeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateBrokerTypeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateBrokerTypeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateBrokerTypeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateBrokerTypeCommand = UpdateBrokerTypeCommand;
@@ -36,10 +36,10 @@ class UpdateClusterConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateClusterConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateClusterConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateClusterConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateClusterConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateClusterConfigurationCommand = UpdateClusterConfigurationCommand;
@@ -36,10 +36,10 @@ class UpdateClusterKafkaVersionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateClusterKafkaVersionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateClusterKafkaVersionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateClusterKafkaVersionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateClusterKafkaVersionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateClusterKafkaVersionCommand = UpdateClusterKafkaVersionCommand;
@@ -36,10 +36,10 @@ class UpdateConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateConfigurationCommand = UpdateConfigurationCommand;
@@ -36,10 +36,10 @@ class UpdateConnectivityCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateConnectivityCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateConnectivityCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateConnectivityCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateConnectivityCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateConnectivityCommand = UpdateConnectivityCommand;
@@ -36,10 +36,10 @@ class UpdateMonitoringCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateMonitoringCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateMonitoringCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateMonitoringCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateMonitoringCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateMonitoringCommand = UpdateMonitoringCommand;
@@ -36,10 +36,10 @@ class UpdateSecurityCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateSecurityCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateSecurityCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateSecurityCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateSecurityCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateSecurityCommand = UpdateSecurityCommand;
@@ -36,10 +36,10 @@ class UpdateStorageCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateStorageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateStorageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateStorageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateStorageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateStorageCommand = UpdateStorageCommand;