@aws-sdk/client-codecommit 3.186.0 → 3.190.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 (103) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-es/CodeCommit.js +310 -317
  3. package/dist-es/CodeCommitClient.js +22 -28
  4. package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +22 -29
  5. package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +21 -28
  6. package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +21 -28
  7. package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +21 -28
  8. package/dist-es/commands/BatchGetCommitsCommand.js +21 -28
  9. package/dist-es/commands/BatchGetRepositoriesCommand.js +21 -28
  10. package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +21 -28
  11. package/dist-es/commands/CreateBranchCommand.js +22 -29
  12. package/dist-es/commands/CreateCommitCommand.js +21 -28
  13. package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +21 -28
  14. package/dist-es/commands/CreatePullRequestCommand.js +21 -28
  15. package/dist-es/commands/CreateRepositoryCommand.js +21 -28
  16. package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +21 -28
  17. package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +21 -28
  18. package/dist-es/commands/DeleteBranchCommand.js +21 -28
  19. package/dist-es/commands/DeleteCommentContentCommand.js +21 -28
  20. package/dist-es/commands/DeleteFileCommand.js +21 -28
  21. package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +21 -28
  22. package/dist-es/commands/DeleteRepositoryCommand.js +21 -28
  23. package/dist-es/commands/DescribeMergeConflictsCommand.js +21 -28
  24. package/dist-es/commands/DescribePullRequestEventsCommand.js +21 -28
  25. package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +22 -29
  26. package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +21 -28
  27. package/dist-es/commands/GetApprovalRuleTemplateCommand.js +21 -28
  28. package/dist-es/commands/GetBlobCommand.js +21 -28
  29. package/dist-es/commands/GetBranchCommand.js +21 -28
  30. package/dist-es/commands/GetCommentCommand.js +21 -28
  31. package/dist-es/commands/GetCommentReactionsCommand.js +21 -28
  32. package/dist-es/commands/GetCommentsForComparedCommitCommand.js +21 -28
  33. package/dist-es/commands/GetCommentsForPullRequestCommand.js +21 -28
  34. package/dist-es/commands/GetCommitCommand.js +21 -28
  35. package/dist-es/commands/GetDifferencesCommand.js +21 -28
  36. package/dist-es/commands/GetFileCommand.js +21 -28
  37. package/dist-es/commands/GetFolderCommand.js +21 -28
  38. package/dist-es/commands/GetMergeCommitCommand.js +21 -28
  39. package/dist-es/commands/GetMergeConflictsCommand.js +21 -28
  40. package/dist-es/commands/GetMergeOptionsCommand.js +21 -28
  41. package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +21 -28
  42. package/dist-es/commands/GetPullRequestCommand.js +21 -28
  43. package/dist-es/commands/GetPullRequestOverrideStateCommand.js +21 -28
  44. package/dist-es/commands/GetRepositoryCommand.js +21 -28
  45. package/dist-es/commands/GetRepositoryTriggersCommand.js +21 -28
  46. package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +21 -28
  47. package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +21 -28
  48. package/dist-es/commands/ListBranchesCommand.js +21 -28
  49. package/dist-es/commands/ListPullRequestsCommand.js +21 -28
  50. package/dist-es/commands/ListRepositoriesCommand.js +21 -28
  51. package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +21 -28
  52. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  53. package/dist-es/commands/MergeBranchesByFastForwardCommand.js +21 -28
  54. package/dist-es/commands/MergeBranchesBySquashCommand.js +21 -28
  55. package/dist-es/commands/MergeBranchesByThreeWayCommand.js +21 -28
  56. package/dist-es/commands/MergePullRequestByFastForwardCommand.js +21 -28
  57. package/dist-es/commands/MergePullRequestBySquashCommand.js +21 -28
  58. package/dist-es/commands/MergePullRequestByThreeWayCommand.js +21 -28
  59. package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +22 -29
  60. package/dist-es/commands/PostCommentForComparedCommitCommand.js +21 -28
  61. package/dist-es/commands/PostCommentForPullRequestCommand.js +21 -28
  62. package/dist-es/commands/PostCommentReplyCommand.js +21 -28
  63. package/dist-es/commands/PutCommentReactionCommand.js +22 -29
  64. package/dist-es/commands/PutFileCommand.js +21 -28
  65. package/dist-es/commands/PutRepositoryTriggersCommand.js +21 -28
  66. package/dist-es/commands/TagResourceCommand.js +22 -29
  67. package/dist-es/commands/TestRepositoryTriggersCommand.js +21 -28
  68. package/dist-es/commands/UntagResourceCommand.js +22 -29
  69. package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +21 -28
  70. package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +21 -28
  71. package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +21 -28
  72. package/dist-es/commands/UpdateCommentCommand.js +21 -28
  73. package/dist-es/commands/UpdateDefaultBranchCommand.js +22 -29
  74. package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +21 -28
  75. package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +22 -29
  76. package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +21 -28
  77. package/dist-es/commands/UpdatePullRequestStatusCommand.js +21 -28
  78. package/dist-es/commands/UpdatePullRequestTitleCommand.js +21 -28
  79. package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +22 -29
  80. package/dist-es/commands/UpdateRepositoryNameCommand.js +22 -29
  81. package/dist-es/endpoints.js +8 -8
  82. package/dist-es/models/CodeCommitServiceException.js +5 -10
  83. package/dist-es/models/models_0.js +2157 -1872
  84. package/dist-es/models/models_1.js +660 -549
  85. package/dist-es/pagination/DescribeMergeConflictsPaginator.js +25 -68
  86. package/dist-es/pagination/DescribePullRequestEventsPaginator.js +25 -68
  87. package/dist-es/pagination/GetCommentReactionsPaginator.js +25 -68
  88. package/dist-es/pagination/GetCommentsForComparedCommitPaginator.js +25 -68
  89. package/dist-es/pagination/GetCommentsForPullRequestPaginator.js +25 -68
  90. package/dist-es/pagination/GetDifferencesPaginator.js +25 -68
  91. package/dist-es/pagination/GetMergeConflictsPaginator.js +25 -68
  92. package/dist-es/pagination/ListApprovalRuleTemplatesPaginator.js +25 -68
  93. package/dist-es/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js +25 -68
  94. package/dist-es/pagination/ListBranchesPaginator.js +24 -67
  95. package/dist-es/pagination/ListPullRequestsPaginator.js +25 -68
  96. package/dist-es/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js +25 -68
  97. package/dist-es/pagination/ListRepositoriesPaginator.js +24 -67
  98. package/dist-es/protocols/Aws_json1_1.js +9002 -11195
  99. package/dist-es/runtimeConfig.browser.js +26 -12
  100. package/dist-es/runtimeConfig.js +30 -12
  101. package/dist-es/runtimeConfig.native.js +8 -5
  102. package/dist-es/runtimeConfig.shared.js +8 -11
  103. package/package.json +33 -33
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeMergeConflictsInputFilterSensitiveLog, DescribeMergeConflictsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DescribeMergeConflictsCommand, serializeAws_json1_1DescribeMergeConflictsCommand, } from "../protocols/Aws_json1_1";
6
- var DescribeMergeConflictsCommand = (function (_super) {
7
- __extends(DescribeMergeConflictsCommand, _super);
8
- function DescribeMergeConflictsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeMergeConflictsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeMergeConflictsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CodeCommitClient";
18
- var commandName = "DescribeMergeConflictsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CodeCommitClient";
15
+ const commandName = "DescribeMergeConflictsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeMergeConflictsInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeMergeConflictsOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeMergeConflictsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DescribeMergeConflictsCommand(input, context);
33
- };
34
- DescribeMergeConflictsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DescribeMergeConflictsCommand(output, context);
36
- };
37
- return DescribeMergeConflictsCommand;
38
- }($Command));
39
- export { DescribeMergeConflictsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribePullRequestEventsInputFilterSensitiveLog, DescribePullRequestEventsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DescribePullRequestEventsCommand, serializeAws_json1_1DescribePullRequestEventsCommand, } from "../protocols/Aws_json1_1";
6
- var DescribePullRequestEventsCommand = (function (_super) {
7
- __extends(DescribePullRequestEventsCommand, _super);
8
- function DescribePullRequestEventsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribePullRequestEventsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribePullRequestEventsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CodeCommitClient";
18
- var commandName = "DescribePullRequestEventsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CodeCommitClient";
15
+ const commandName = "DescribePullRequestEventsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribePullRequestEventsInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribePullRequestEventsOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribePullRequestEventsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DescribePullRequestEventsCommand(input, context);
33
- };
34
- DescribePullRequestEventsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DescribePullRequestEventsCommand(output, context);
36
- };
37
- return DescribePullRequestEventsCommand;
38
- }($Command));
39
- export { DescribePullRequestEventsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DisassociateApprovalRuleTemplateFromRepositoryInputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand, serializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand, } from "../protocols/Aws_json1_1";
6
- var DisassociateApprovalRuleTemplateFromRepositoryCommand = (function (_super) {
7
- __extends(DisassociateApprovalRuleTemplateFromRepositoryCommand, _super);
8
- function DisassociateApprovalRuleTemplateFromRepositoryCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DisassociateApprovalRuleTemplateFromRepositoryCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DisassociateApprovalRuleTemplateFromRepositoryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CodeCommitClient";
18
- var commandName = "DisassociateApprovalRuleTemplateFromRepositoryCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CodeCommitClient";
15
+ const commandName = "DisassociateApprovalRuleTemplateFromRepositoryCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DisassociateApprovalRuleTemplateFromRepositoryInputFilterSensitiveLog,
24
- outputFilterSensitiveLog: function (output) { return output; },
21
+ outputFilterSensitiveLog: (output) => output,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DisassociateApprovalRuleTemplateFromRepositoryCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand(input, context);
33
- };
34
- DisassociateApprovalRuleTemplateFromRepositoryCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand(output, context);
36
- };
37
- return DisassociateApprovalRuleTemplateFromRepositoryCommand;
38
- }($Command));
39
- export { DisassociateApprovalRuleTemplateFromRepositoryCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { EvaluatePullRequestApprovalRulesInputFilterSensitiveLog, EvaluatePullRequestApprovalRulesOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1EvaluatePullRequestApprovalRulesCommand, serializeAws_json1_1EvaluatePullRequestApprovalRulesCommand, } from "../protocols/Aws_json1_1";
6
- var EvaluatePullRequestApprovalRulesCommand = (function (_super) {
7
- __extends(EvaluatePullRequestApprovalRulesCommand, _super);
8
- function EvaluatePullRequestApprovalRulesCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class EvaluatePullRequestApprovalRulesCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- EvaluatePullRequestApprovalRulesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CodeCommitClient";
18
- var commandName = "EvaluatePullRequestApprovalRulesCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CodeCommitClient";
15
+ const commandName = "EvaluatePullRequestApprovalRulesCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: EvaluatePullRequestApprovalRulesInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: EvaluatePullRequestApprovalRulesOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- EvaluatePullRequestApprovalRulesCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1EvaluatePullRequestApprovalRulesCommand(input, context);
33
- };
34
- EvaluatePullRequestApprovalRulesCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1EvaluatePullRequestApprovalRulesCommand(output, context);
36
- };
37
- return EvaluatePullRequestApprovalRulesCommand;
38
- }($Command));
39
- export { EvaluatePullRequestApprovalRulesCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetApprovalRuleTemplateInputFilterSensitiveLog, GetApprovalRuleTemplateOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1GetApprovalRuleTemplateCommand, serializeAws_json1_1GetApprovalRuleTemplateCommand, } from "../protocols/Aws_json1_1";
6
- var GetApprovalRuleTemplateCommand = (function (_super) {
7
- __extends(GetApprovalRuleTemplateCommand, _super);
8
- function GetApprovalRuleTemplateCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetApprovalRuleTemplateCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetApprovalRuleTemplateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CodeCommitClient";
18
- var commandName = "GetApprovalRuleTemplateCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CodeCommitClient";
15
+ const commandName = "GetApprovalRuleTemplateCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetApprovalRuleTemplateInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetApprovalRuleTemplateOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetApprovalRuleTemplateCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1GetApprovalRuleTemplateCommand(input, context);
33
- };
34
- GetApprovalRuleTemplateCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1GetApprovalRuleTemplateCommand(output, context);
36
- };
37
- return GetApprovalRuleTemplateCommand;
38
- }($Command));
39
- export { GetApprovalRuleTemplateCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetBlobInputFilterSensitiveLog, GetBlobOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1GetBlobCommand, serializeAws_json1_1GetBlobCommand } from "../protocols/Aws_json1_1";
6
- var GetBlobCommand = (function (_super) {
7
- __extends(GetBlobCommand, _super);
8
- function GetBlobCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetBlobCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetBlobCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CodeCommitClient";
18
- var commandName = "GetBlobCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CodeCommitClient";
15
+ const commandName = "GetBlobCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetBlobInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetBlobOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetBlobCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1GetBlobCommand(input, context);
33
- };
34
- GetBlobCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1GetBlobCommand(output, context);
36
- };
37
- return GetBlobCommand;
38
- }($Command));
39
- export { GetBlobCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetBranchInputFilterSensitiveLog, GetBranchOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1GetBranchCommand, serializeAws_json1_1GetBranchCommand } from "../protocols/Aws_json1_1";
6
- var GetBranchCommand = (function (_super) {
7
- __extends(GetBranchCommand, _super);
8
- function GetBranchCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetBranchCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetBranchCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CodeCommitClient";
18
- var commandName = "GetBranchCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CodeCommitClient";
15
+ const commandName = "GetBranchCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetBranchInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetBranchOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetBranchCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1GetBranchCommand(input, context);
33
- };
34
- GetBranchCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1GetBranchCommand(output, context);
36
- };
37
- return GetBranchCommand;
38
- }($Command));
39
- export { GetBranchCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetCommentInputFilterSensitiveLog, GetCommentOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1GetCommentCommand, serializeAws_json1_1GetCommentCommand, } from "../protocols/Aws_json1_1";
6
- var GetCommentCommand = (function (_super) {
7
- __extends(GetCommentCommand, _super);
8
- function GetCommentCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetCommentCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetCommentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CodeCommitClient";
18
- var commandName = "GetCommentCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CodeCommitClient";
15
+ const commandName = "GetCommentCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetCommentInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetCommentOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetCommentCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1GetCommentCommand(input, context);
33
- };
34
- GetCommentCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1GetCommentCommand(output, context);
36
- };
37
- return GetCommentCommand;
38
- }($Command));
39
- export { GetCommentCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetCommentReactionsInputFilterSensitiveLog, GetCommentReactionsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1GetCommentReactionsCommand, serializeAws_json1_1GetCommentReactionsCommand, } from "../protocols/Aws_json1_1";
6
- var GetCommentReactionsCommand = (function (_super) {
7
- __extends(GetCommentReactionsCommand, _super);
8
- function GetCommentReactionsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetCommentReactionsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetCommentReactionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CodeCommitClient";
18
- var commandName = "GetCommentReactionsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CodeCommitClient";
15
+ const commandName = "GetCommentReactionsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetCommentReactionsInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetCommentReactionsOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetCommentReactionsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1GetCommentReactionsCommand(input, context);
33
- };
34
- GetCommentReactionsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1GetCommentReactionsCommand(output, context);
36
- };
37
- return GetCommentReactionsCommand;
38
- }($Command));
39
- export { GetCommentReactionsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetCommentsForComparedCommitInputFilterSensitiveLog, GetCommentsForComparedCommitOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1GetCommentsForComparedCommitCommand, serializeAws_json1_1GetCommentsForComparedCommitCommand, } from "../protocols/Aws_json1_1";
6
- var GetCommentsForComparedCommitCommand = (function (_super) {
7
- __extends(GetCommentsForComparedCommitCommand, _super);
8
- function GetCommentsForComparedCommitCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetCommentsForComparedCommitCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetCommentsForComparedCommitCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CodeCommitClient";
18
- var commandName = "GetCommentsForComparedCommitCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CodeCommitClient";
15
+ const commandName = "GetCommentsForComparedCommitCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetCommentsForComparedCommitInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetCommentsForComparedCommitOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetCommentsForComparedCommitCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1GetCommentsForComparedCommitCommand(input, context);
33
- };
34
- GetCommentsForComparedCommitCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1GetCommentsForComparedCommitCommand(output, context);
36
- };
37
- return GetCommentsForComparedCommitCommand;
38
- }($Command));
39
- export { GetCommentsForComparedCommitCommand };
31
+ }
32
+ }