@aws-sdk/client-codecommit 3.53.0 → 3.55.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 (107) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/CodeCommitClient.js +13 -13
  3. package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +3 -3
  4. package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +3 -3
  5. package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +3 -3
  6. package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +3 -3
  7. package/dist-cjs/commands/BatchGetCommitsCommand.js +3 -3
  8. package/dist-cjs/commands/BatchGetRepositoriesCommand.js +3 -3
  9. package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +3 -3
  10. package/dist-cjs/commands/CreateBranchCommand.js +3 -3
  11. package/dist-cjs/commands/CreateCommitCommand.js +3 -3
  12. package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +3 -3
  13. package/dist-cjs/commands/CreatePullRequestCommand.js +3 -3
  14. package/dist-cjs/commands/CreateRepositoryCommand.js +3 -3
  15. package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteBranchCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteCommentContentCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteFileCommand.js +3 -3
  20. package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteRepositoryCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeMergeConflictsCommand.js +3 -3
  23. package/dist-cjs/commands/DescribePullRequestEventsCommand.js +3 -3
  24. package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +3 -3
  25. package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +3 -3
  26. package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +3 -3
  27. package/dist-cjs/commands/GetBlobCommand.js +3 -3
  28. package/dist-cjs/commands/GetBranchCommand.js +3 -3
  29. package/dist-cjs/commands/GetCommentCommand.js +3 -3
  30. package/dist-cjs/commands/GetCommentReactionsCommand.js +3 -3
  31. package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +3 -3
  32. package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +3 -3
  33. package/dist-cjs/commands/GetCommitCommand.js +3 -3
  34. package/dist-cjs/commands/GetDifferencesCommand.js +3 -3
  35. package/dist-cjs/commands/GetFileCommand.js +3 -3
  36. package/dist-cjs/commands/GetFolderCommand.js +3 -3
  37. package/dist-cjs/commands/GetMergeCommitCommand.js +3 -3
  38. package/dist-cjs/commands/GetMergeConflictsCommand.js +3 -3
  39. package/dist-cjs/commands/GetMergeOptionsCommand.js +3 -3
  40. package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +3 -3
  41. package/dist-cjs/commands/GetPullRequestCommand.js +3 -3
  42. package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +3 -3
  43. package/dist-cjs/commands/GetRepositoryCommand.js +3 -3
  44. package/dist-cjs/commands/GetRepositoryTriggersCommand.js +3 -3
  45. package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +3 -3
  46. package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +3 -3
  47. package/dist-cjs/commands/ListBranchesCommand.js +3 -3
  48. package/dist-cjs/commands/ListPullRequestsCommand.js +3 -3
  49. package/dist-cjs/commands/ListRepositoriesCommand.js +3 -3
  50. package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +3 -3
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  52. package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +3 -3
  53. package/dist-cjs/commands/MergeBranchesBySquashCommand.js +3 -3
  54. package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +3 -3
  55. package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +3 -3
  56. package/dist-cjs/commands/MergePullRequestBySquashCommand.js +3 -3
  57. package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +3 -3
  58. package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +3 -3
  59. package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +3 -3
  60. package/dist-cjs/commands/PostCommentForPullRequestCommand.js +3 -3
  61. package/dist-cjs/commands/PostCommentReplyCommand.js +3 -3
  62. package/dist-cjs/commands/PutCommentReactionCommand.js +3 -3
  63. package/dist-cjs/commands/PutFileCommand.js +3 -3
  64. package/dist-cjs/commands/PutRepositoryTriggersCommand.js +3 -3
  65. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  66. package/dist-cjs/commands/TestRepositoryTriggersCommand.js +3 -3
  67. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  68. package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +3 -3
  69. package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +3 -3
  70. package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +3 -3
  71. package/dist-cjs/commands/UpdateCommentCommand.js +3 -3
  72. package/dist-cjs/commands/UpdateDefaultBranchCommand.js +3 -3
  73. package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +3 -3
  74. package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +3 -3
  75. package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +3 -3
  76. package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +3 -3
  77. package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +3 -3
  78. package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +3 -3
  79. package/dist-cjs/commands/UpdateRepositoryNameCommand.js +3 -3
  80. package/dist-cjs/endpoints.js +1 -1
  81. package/dist-cjs/protocols/Aws_json1_1.js +711 -711
  82. package/dist-cjs/runtimeConfig.browser.js +4 -4
  83. package/dist-cjs/runtimeConfig.js +9 -9
  84. package/dist-cjs/runtimeConfig.native.js +1 -1
  85. package/dist-es/CodeCommit.js +77 -77
  86. package/dist-es/pagination/DescribeMergeConflictsPaginator.js +4 -4
  87. package/dist-es/pagination/DescribePullRequestEventsPaginator.js +4 -4
  88. package/dist-es/pagination/GetCommentReactionsPaginator.js +4 -4
  89. package/dist-es/pagination/GetCommentsForComparedCommitPaginator.js +4 -4
  90. package/dist-es/pagination/GetCommentsForPullRequestPaginator.js +4 -4
  91. package/dist-es/pagination/GetDifferencesPaginator.js +4 -4
  92. package/dist-es/pagination/GetMergeConflictsPaginator.js +4 -4
  93. package/dist-es/pagination/ListApprovalRuleTemplatesPaginator.js +4 -4
  94. package/dist-es/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js +4 -4
  95. package/dist-es/pagination/ListBranchesPaginator.js +4 -4
  96. package/dist-es/pagination/ListPullRequestsPaginator.js +4 -4
  97. package/dist-es/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js +4 -4
  98. package/dist-es/pagination/ListRepositoriesPaginator.js +4 -4
  99. package/dist-types/CodeCommitClient.d.ts +2 -2
  100. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  101. package/dist-types/runtimeConfig.d.ts +1 -1
  102. package/dist-types/runtimeConfig.native.d.ts +3 -3
  103. package/dist-types/ts3.4/CodeCommitClient.d.ts +2 -2
  104. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  105. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  107. package/package.json +34 -34
@@ -11,7 +11,7 @@ class GetBlobCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetBlobCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetBlobCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetBlobCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetBlobCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetBlobCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetBlobCommand = GetBlobCommand;
@@ -11,7 +11,7 @@ class GetBranchCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetBranchCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetBranchCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetBranchCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetBranchCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetBranchCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetBranchCommand = GetBranchCommand;
@@ -11,7 +11,7 @@ class GetCommentCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetCommentCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetCommentCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetCommentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetCommentCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetCommentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetCommentCommand = GetCommentCommand;
@@ -11,7 +11,7 @@ class GetCommentReactionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetCommentReactionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetCommentReactionsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetCommentReactionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetCommentReactionsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetCommentReactionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetCommentReactionsCommand = GetCommentReactionsCommand;
@@ -11,7 +11,7 @@ class GetCommentsForComparedCommitCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetCommentsForComparedCommitCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetCommentsForComparedCommitCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetCommentsForComparedCommitCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetCommentsForComparedCommitCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetCommentsForComparedCommitCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetCommentsForComparedCommitCommand = GetCommentsForComparedCommitCommand;
@@ -11,7 +11,7 @@ class GetCommentsForPullRequestCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetCommentsForPullRequestCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetCommentsForPullRequestCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetCommentsForPullRequestCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetCommentsForPullRequestCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetCommentsForPullRequestCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetCommentsForPullRequestCommand = GetCommentsForPullRequestCommand;
@@ -11,7 +11,7 @@ class GetCommitCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetCommitCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetCommitCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetCommitCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetCommitCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetCommitCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetCommitCommand = GetCommitCommand;
@@ -11,7 +11,7 @@ class GetDifferencesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetDifferencesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetDifferencesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetDifferencesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetDifferencesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetDifferencesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetDifferencesCommand = GetDifferencesCommand;
@@ -11,7 +11,7 @@ class GetFileCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetFileCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetFileCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetFileCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetFileCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetFileCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetFileCommand = GetFileCommand;
@@ -11,7 +11,7 @@ class GetFolderCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetFolderCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetFolderCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetFolderCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetFolderCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetFolderCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetFolderCommand = GetFolderCommand;
@@ -11,7 +11,7 @@ class GetMergeCommitCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetMergeCommitCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetMergeCommitCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetMergeCommitCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetMergeCommitCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetMergeCommitCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetMergeCommitCommand = GetMergeCommitCommand;
@@ -11,7 +11,7 @@ class GetMergeConflictsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetMergeConflictsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetMergeConflictsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetMergeConflictsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetMergeConflictsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetMergeConflictsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetMergeConflictsCommand = GetMergeConflictsCommand;
@@ -11,7 +11,7 @@ class GetMergeOptionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetMergeOptionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetMergeOptionsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetMergeOptionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetMergeOptionsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetMergeOptionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetMergeOptionsCommand = GetMergeOptionsCommand;
@@ -11,7 +11,7 @@ class GetPullRequestApprovalStatesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetPullRequestApprovalStatesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetPullRequestApprovalStatesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetPullRequestApprovalStatesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetPullRequestApprovalStatesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetPullRequestApprovalStatesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetPullRequestApprovalStatesCommand = GetPullRequestApprovalStatesCommand;
@@ -11,7 +11,7 @@ class GetPullRequestCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetPullRequestCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetPullRequestCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetPullRequestCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetPullRequestCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetPullRequestCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetPullRequestCommand = GetPullRequestCommand;
@@ -11,7 +11,7 @@ class GetPullRequestOverrideStateCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetPullRequestOverrideStateCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetPullRequestOverrideStateCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetPullRequestOverrideStateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetPullRequestOverrideStateCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetPullRequestOverrideStateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetPullRequestOverrideStateCommand = GetPullRequestOverrideStateCommand;
@@ -11,7 +11,7 @@ class GetRepositoryCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetRepositoryCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetRepositoryCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetRepositoryCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetRepositoryCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetRepositoryCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRepositoryCommand = GetRepositoryCommand;
@@ -11,7 +11,7 @@ class GetRepositoryTriggersCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class GetRepositoryTriggersCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetRepositoryTriggersCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetRepositoryTriggersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetRepositoryTriggersCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetRepositoryTriggersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRepositoryTriggersCommand = GetRepositoryTriggersCommand;
@@ -11,7 +11,7 @@ class ListApprovalRuleTemplatesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class ListApprovalRuleTemplatesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListApprovalRuleTemplatesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListApprovalRuleTemplatesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListApprovalRuleTemplatesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListApprovalRuleTemplatesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListApprovalRuleTemplatesCommand = ListApprovalRuleTemplatesCommand;
@@ -11,7 +11,7 @@ class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends smithy_cli
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends smithy_cli
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAssociatedApprovalRuleTemplatesForRepositoryCommand = ListAssociatedApprovalRuleTemplatesForRepositoryCommand;
@@ -11,7 +11,7 @@ class ListBranchesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class ListBranchesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListBranchesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListBranchesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListBranchesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListBranchesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListBranchesCommand = ListBranchesCommand;
@@ -11,7 +11,7 @@ class ListPullRequestsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class ListPullRequestsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListPullRequestsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListPullRequestsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListPullRequestsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListPullRequestsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListPullRequestsCommand = ListPullRequestsCommand;
@@ -11,7 +11,7 @@ class ListRepositoriesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class ListRepositoriesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListRepositoriesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListRepositoriesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListRepositoriesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListRepositoriesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRepositoriesCommand = ListRepositoriesCommand;
@@ -11,7 +11,7 @@ class ListRepositoriesForApprovalRuleTemplateCommand extends smithy_client_1.Com
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class ListRepositoriesForApprovalRuleTemplateCommand extends smithy_client_1.Com
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListRepositoriesForApprovalRuleTemplateCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListRepositoriesForApprovalRuleTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListRepositoriesForApprovalRuleTemplateCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListRepositoriesForApprovalRuleTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRepositoriesForApprovalRuleTemplateCommand = ListRepositoriesForApprovalRuleTemplateCommand;
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -11,7 +11,7 @@ class MergeBranchesByFastForwardCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class MergeBranchesByFastForwardCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1MergeBranchesByFastForwardCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1MergeBranchesByFastForwardCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1MergeBranchesByFastForwardCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1MergeBranchesByFastForwardCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.MergeBranchesByFastForwardCommand = MergeBranchesByFastForwardCommand;
@@ -11,7 +11,7 @@ class MergeBranchesBySquashCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CodeCommitClient";
@@ -27,10 +27,10 @@ class MergeBranchesBySquashCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1MergeBranchesBySquashCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1MergeBranchesBySquashCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1MergeBranchesBySquashCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1MergeBranchesBySquashCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.MergeBranchesBySquashCommand = MergeBranchesBySquashCommand;