@aws-sdk/client-codecommit 3.183.0 → 3.186.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 (104) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/protocols/Aws_json1_1.js +2 -2
  3. package/dist-es/CodeCommit.js +317 -310
  4. package/dist-es/CodeCommitClient.js +28 -22
  5. package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +29 -22
  6. package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +28 -21
  7. package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +28 -21
  8. package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +28 -21
  9. package/dist-es/commands/BatchGetCommitsCommand.js +28 -21
  10. package/dist-es/commands/BatchGetRepositoriesCommand.js +28 -21
  11. package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +28 -21
  12. package/dist-es/commands/CreateBranchCommand.js +29 -22
  13. package/dist-es/commands/CreateCommitCommand.js +28 -21
  14. package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +28 -21
  15. package/dist-es/commands/CreatePullRequestCommand.js +28 -21
  16. package/dist-es/commands/CreateRepositoryCommand.js +28 -21
  17. package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +28 -21
  18. package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +28 -21
  19. package/dist-es/commands/DeleteBranchCommand.js +28 -21
  20. package/dist-es/commands/DeleteCommentContentCommand.js +28 -21
  21. package/dist-es/commands/DeleteFileCommand.js +28 -21
  22. package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +28 -21
  23. package/dist-es/commands/DeleteRepositoryCommand.js +28 -21
  24. package/dist-es/commands/DescribeMergeConflictsCommand.js +28 -21
  25. package/dist-es/commands/DescribePullRequestEventsCommand.js +28 -21
  26. package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +29 -22
  27. package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +28 -21
  28. package/dist-es/commands/GetApprovalRuleTemplateCommand.js +28 -21
  29. package/dist-es/commands/GetBlobCommand.js +28 -21
  30. package/dist-es/commands/GetBranchCommand.js +28 -21
  31. package/dist-es/commands/GetCommentCommand.js +28 -21
  32. package/dist-es/commands/GetCommentReactionsCommand.js +28 -21
  33. package/dist-es/commands/GetCommentsForComparedCommitCommand.js +28 -21
  34. package/dist-es/commands/GetCommentsForPullRequestCommand.js +28 -21
  35. package/dist-es/commands/GetCommitCommand.js +28 -21
  36. package/dist-es/commands/GetDifferencesCommand.js +28 -21
  37. package/dist-es/commands/GetFileCommand.js +28 -21
  38. package/dist-es/commands/GetFolderCommand.js +28 -21
  39. package/dist-es/commands/GetMergeCommitCommand.js +28 -21
  40. package/dist-es/commands/GetMergeConflictsCommand.js +28 -21
  41. package/dist-es/commands/GetMergeOptionsCommand.js +28 -21
  42. package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +28 -21
  43. package/dist-es/commands/GetPullRequestCommand.js +28 -21
  44. package/dist-es/commands/GetPullRequestOverrideStateCommand.js +28 -21
  45. package/dist-es/commands/GetRepositoryCommand.js +28 -21
  46. package/dist-es/commands/GetRepositoryTriggersCommand.js +28 -21
  47. package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +28 -21
  48. package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +28 -21
  49. package/dist-es/commands/ListBranchesCommand.js +28 -21
  50. package/dist-es/commands/ListPullRequestsCommand.js +28 -21
  51. package/dist-es/commands/ListRepositoriesCommand.js +28 -21
  52. package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +28 -21
  53. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  54. package/dist-es/commands/MergeBranchesByFastForwardCommand.js +28 -21
  55. package/dist-es/commands/MergeBranchesBySquashCommand.js +28 -21
  56. package/dist-es/commands/MergeBranchesByThreeWayCommand.js +28 -21
  57. package/dist-es/commands/MergePullRequestByFastForwardCommand.js +28 -21
  58. package/dist-es/commands/MergePullRequestBySquashCommand.js +28 -21
  59. package/dist-es/commands/MergePullRequestByThreeWayCommand.js +28 -21
  60. package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +29 -22
  61. package/dist-es/commands/PostCommentForComparedCommitCommand.js +28 -21
  62. package/dist-es/commands/PostCommentForPullRequestCommand.js +28 -21
  63. package/dist-es/commands/PostCommentReplyCommand.js +28 -21
  64. package/dist-es/commands/PutCommentReactionCommand.js +29 -22
  65. package/dist-es/commands/PutFileCommand.js +28 -21
  66. package/dist-es/commands/PutRepositoryTriggersCommand.js +28 -21
  67. package/dist-es/commands/TagResourceCommand.js +29 -22
  68. package/dist-es/commands/TestRepositoryTriggersCommand.js +28 -21
  69. package/dist-es/commands/UntagResourceCommand.js +29 -22
  70. package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +28 -21
  71. package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +28 -21
  72. package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +28 -21
  73. package/dist-es/commands/UpdateCommentCommand.js +28 -21
  74. package/dist-es/commands/UpdateDefaultBranchCommand.js +29 -22
  75. package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +28 -21
  76. package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +29 -22
  77. package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +28 -21
  78. package/dist-es/commands/UpdatePullRequestStatusCommand.js +28 -21
  79. package/dist-es/commands/UpdatePullRequestTitleCommand.js +28 -21
  80. package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +29 -22
  81. package/dist-es/commands/UpdateRepositoryNameCommand.js +29 -22
  82. package/dist-es/endpoints.js +8 -8
  83. package/dist-es/models/CodeCommitServiceException.js +10 -5
  84. package/dist-es/models/models_0.js +1872 -2157
  85. package/dist-es/models/models_1.js +549 -660
  86. package/dist-es/pagination/DescribeMergeConflictsPaginator.js +68 -25
  87. package/dist-es/pagination/DescribePullRequestEventsPaginator.js +68 -25
  88. package/dist-es/pagination/GetCommentReactionsPaginator.js +68 -25
  89. package/dist-es/pagination/GetCommentsForComparedCommitPaginator.js +68 -25
  90. package/dist-es/pagination/GetCommentsForPullRequestPaginator.js +68 -25
  91. package/dist-es/pagination/GetDifferencesPaginator.js +68 -25
  92. package/dist-es/pagination/GetMergeConflictsPaginator.js +68 -25
  93. package/dist-es/pagination/ListApprovalRuleTemplatesPaginator.js +68 -25
  94. package/dist-es/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js +68 -25
  95. package/dist-es/pagination/ListBranchesPaginator.js +67 -24
  96. package/dist-es/pagination/ListPullRequestsPaginator.js +68 -25
  97. package/dist-es/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js +68 -25
  98. package/dist-es/pagination/ListRepositoriesPaginator.js +67 -24
  99. package/dist-es/protocols/Aws_json1_1.js +11195 -9002
  100. package/dist-es/runtimeConfig.browser.js +12 -26
  101. package/dist-es/runtimeConfig.js +12 -30
  102. package/dist-es/runtimeConfig.native.js +5 -8
  103. package/dist-es/runtimeConfig.shared.js +11 -8
  104. package/package.json +33 -33
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { MergeBranchesByFastForwardInputFilterSensitiveLog, MergeBranchesByFastForwardOutputFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_json1_1MergeBranchesByFastForwardCommand, serializeAws_json1_1MergeBranchesByFastForwardCommand, } from "../protocols/Aws_json1_1";
5
- export class MergeBranchesByFastForwardCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var MergeBranchesByFastForwardCommand = (function (_super) {
7
+ __extends(MergeBranchesByFastForwardCommand, _super);
8
+ function MergeBranchesByFastForwardCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ MergeBranchesByFastForwardCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "CodeCommitClient";
15
- const commandName = "MergeBranchesByFastForwardCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "CodeCommitClient";
18
+ var commandName = "MergeBranchesByFastForwardCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: MergeBranchesByFastForwardInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: MergeBranchesByFastForwardOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ MergeBranchesByFastForwardCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1MergeBranchesByFastForwardCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ MergeBranchesByFastForwardCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1MergeBranchesByFastForwardCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return MergeBranchesByFastForwardCommand;
38
+ }($Command));
39
+ export { MergeBranchesByFastForwardCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { MergeBranchesBySquashInputFilterSensitiveLog, MergeBranchesBySquashOutputFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_json1_1MergeBranchesBySquashCommand, serializeAws_json1_1MergeBranchesBySquashCommand, } from "../protocols/Aws_json1_1";
5
- export class MergeBranchesBySquashCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var MergeBranchesBySquashCommand = (function (_super) {
7
+ __extends(MergeBranchesBySquashCommand, _super);
8
+ function MergeBranchesBySquashCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ MergeBranchesBySquashCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "CodeCommitClient";
15
- const commandName = "MergeBranchesBySquashCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "CodeCommitClient";
18
+ var commandName = "MergeBranchesBySquashCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: MergeBranchesBySquashInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: MergeBranchesBySquashOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ MergeBranchesBySquashCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1MergeBranchesBySquashCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ MergeBranchesBySquashCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1MergeBranchesBySquashCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return MergeBranchesBySquashCommand;
38
+ }($Command));
39
+ export { MergeBranchesBySquashCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { MergeBranchesByThreeWayInputFilterSensitiveLog, MergeBranchesByThreeWayOutputFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_json1_1MergeBranchesByThreeWayCommand, serializeAws_json1_1MergeBranchesByThreeWayCommand, } from "../protocols/Aws_json1_1";
5
- export class MergeBranchesByThreeWayCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var MergeBranchesByThreeWayCommand = (function (_super) {
7
+ __extends(MergeBranchesByThreeWayCommand, _super);
8
+ function MergeBranchesByThreeWayCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ MergeBranchesByThreeWayCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "CodeCommitClient";
15
- const commandName = "MergeBranchesByThreeWayCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "CodeCommitClient";
18
+ var commandName = "MergeBranchesByThreeWayCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: MergeBranchesByThreeWayInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: MergeBranchesByThreeWayOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ MergeBranchesByThreeWayCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1MergeBranchesByThreeWayCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ MergeBranchesByThreeWayCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1MergeBranchesByThreeWayCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return MergeBranchesByThreeWayCommand;
38
+ }($Command));
39
+ export { MergeBranchesByThreeWayCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { MergePullRequestByFastForwardInputFilterSensitiveLog, MergePullRequestByFastForwardOutputFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_json1_1MergePullRequestByFastForwardCommand, serializeAws_json1_1MergePullRequestByFastForwardCommand, } from "../protocols/Aws_json1_1";
5
- export class MergePullRequestByFastForwardCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var MergePullRequestByFastForwardCommand = (function (_super) {
7
+ __extends(MergePullRequestByFastForwardCommand, _super);
8
+ function MergePullRequestByFastForwardCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ MergePullRequestByFastForwardCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "CodeCommitClient";
15
- const commandName = "MergePullRequestByFastForwardCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "CodeCommitClient";
18
+ var commandName = "MergePullRequestByFastForwardCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: MergePullRequestByFastForwardInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: MergePullRequestByFastForwardOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ MergePullRequestByFastForwardCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1MergePullRequestByFastForwardCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ MergePullRequestByFastForwardCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1MergePullRequestByFastForwardCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return MergePullRequestByFastForwardCommand;
38
+ }($Command));
39
+ export { MergePullRequestByFastForwardCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { MergePullRequestBySquashInputFilterSensitiveLog, MergePullRequestBySquashOutputFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_json1_1MergePullRequestBySquashCommand, serializeAws_json1_1MergePullRequestBySquashCommand, } from "../protocols/Aws_json1_1";
5
- export class MergePullRequestBySquashCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var MergePullRequestBySquashCommand = (function (_super) {
7
+ __extends(MergePullRequestBySquashCommand, _super);
8
+ function MergePullRequestBySquashCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ MergePullRequestBySquashCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "CodeCommitClient";
15
- const commandName = "MergePullRequestBySquashCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "CodeCommitClient";
18
+ var commandName = "MergePullRequestBySquashCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: MergePullRequestBySquashInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: MergePullRequestBySquashOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ MergePullRequestBySquashCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1MergePullRequestBySquashCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ MergePullRequestBySquashCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1MergePullRequestBySquashCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return MergePullRequestBySquashCommand;
38
+ }($Command));
39
+ export { MergePullRequestBySquashCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { MergePullRequestByThreeWayInputFilterSensitiveLog, MergePullRequestByThreeWayOutputFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_json1_1MergePullRequestByThreeWayCommand, serializeAws_json1_1MergePullRequestByThreeWayCommand, } from "../protocols/Aws_json1_1";
5
- export class MergePullRequestByThreeWayCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var MergePullRequestByThreeWayCommand = (function (_super) {
7
+ __extends(MergePullRequestByThreeWayCommand, _super);
8
+ function MergePullRequestByThreeWayCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ MergePullRequestByThreeWayCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "CodeCommitClient";
15
- const commandName = "MergePullRequestByThreeWayCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "CodeCommitClient";
18
+ var commandName = "MergePullRequestByThreeWayCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: MergePullRequestByThreeWayInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: MergePullRequestByThreeWayOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ MergePullRequestByThreeWayCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1MergePullRequestByThreeWayCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ MergePullRequestByThreeWayCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1MergePullRequestByThreeWayCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return MergePullRequestByThreeWayCommand;
38
+ }($Command));
39
+ export { MergePullRequestByThreeWayCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { OverridePullRequestApprovalRulesInputFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_json1_1OverridePullRequestApprovalRulesCommand, serializeAws_json1_1OverridePullRequestApprovalRulesCommand, } from "../protocols/Aws_json1_1";
5
- export class OverridePullRequestApprovalRulesCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var OverridePullRequestApprovalRulesCommand = (function (_super) {
7
+ __extends(OverridePullRequestApprovalRulesCommand, _super);
8
+ function OverridePullRequestApprovalRulesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ OverridePullRequestApprovalRulesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "CodeCommitClient";
15
- const commandName = "OverridePullRequestApprovalRulesCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "CodeCommitClient";
18
+ var commandName = "OverridePullRequestApprovalRulesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: OverridePullRequestApprovalRulesInputFilterSensitiveLog,
21
- outputFilterSensitiveLog: (output) => output,
24
+ outputFilterSensitiveLog: function (output) { return output; },
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ OverridePullRequestApprovalRulesCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1OverridePullRequestApprovalRulesCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ OverridePullRequestApprovalRulesCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1OverridePullRequestApprovalRulesCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return OverridePullRequestApprovalRulesCommand;
38
+ }($Command));
39
+ export { OverridePullRequestApprovalRulesCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { PostCommentForComparedCommitInputFilterSensitiveLog, PostCommentForComparedCommitOutputFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_json1_1PostCommentForComparedCommitCommand, serializeAws_json1_1PostCommentForComparedCommitCommand, } from "../protocols/Aws_json1_1";
5
- export class PostCommentForComparedCommitCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var PostCommentForComparedCommitCommand = (function (_super) {
7
+ __extends(PostCommentForComparedCommitCommand, _super);
8
+ function PostCommentForComparedCommitCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ PostCommentForComparedCommitCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "CodeCommitClient";
15
- const commandName = "PostCommentForComparedCommitCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "CodeCommitClient";
18
+ var commandName = "PostCommentForComparedCommitCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: PostCommentForComparedCommitInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: PostCommentForComparedCommitOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ PostCommentForComparedCommitCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1PostCommentForComparedCommitCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ PostCommentForComparedCommitCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1PostCommentForComparedCommitCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return PostCommentForComparedCommitCommand;
38
+ }($Command));
39
+ export { PostCommentForComparedCommitCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { PostCommentForPullRequestInputFilterSensitiveLog, PostCommentForPullRequestOutputFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_json1_1PostCommentForPullRequestCommand, serializeAws_json1_1PostCommentForPullRequestCommand, } from "../protocols/Aws_json1_1";
5
- export class PostCommentForPullRequestCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var PostCommentForPullRequestCommand = (function (_super) {
7
+ __extends(PostCommentForPullRequestCommand, _super);
8
+ function PostCommentForPullRequestCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ PostCommentForPullRequestCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "CodeCommitClient";
15
- const commandName = "PostCommentForPullRequestCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "CodeCommitClient";
18
+ var commandName = "PostCommentForPullRequestCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: PostCommentForPullRequestInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: PostCommentForPullRequestOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ PostCommentForPullRequestCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1PostCommentForPullRequestCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ PostCommentForPullRequestCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1PostCommentForPullRequestCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return PostCommentForPullRequestCommand;
38
+ }($Command));
39
+ export { PostCommentForPullRequestCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { PostCommentReplyInputFilterSensitiveLog, PostCommentReplyOutputFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_json1_1PostCommentReplyCommand, serializeAws_json1_1PostCommentReplyCommand, } from "../protocols/Aws_json1_1";
5
- export class PostCommentReplyCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var PostCommentReplyCommand = (function (_super) {
7
+ __extends(PostCommentReplyCommand, _super);
8
+ function PostCommentReplyCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ PostCommentReplyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "CodeCommitClient";
15
- const commandName = "PostCommentReplyCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "CodeCommitClient";
18
+ var commandName = "PostCommentReplyCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: PostCommentReplyInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: PostCommentReplyOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ PostCommentReplyCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1PostCommentReplyCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ PostCommentReplyCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1PostCommentReplyCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return PostCommentReplyCommand;
38
+ }($Command));
39
+ export { PostCommentReplyCommand };