@aws-sdk/client-codecommit 3.183.0 → 3.185.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 +11 -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 +5 -5
@@ -1,3 +1,4 @@
1
+ import { __extends } from "tslib";
1
2
  import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
2
3
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
3
4
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
@@ -8,26 +9,31 @@ import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-sig
8
9
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
9
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
10
11
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
11
- export class CodeCommitClient extends __Client {
12
- constructor(configuration) {
13
- const _config_0 = __getRuntimeConfig(configuration);
14
- const _config_1 = resolveRegionConfig(_config_0);
15
- const _config_2 = resolveEndpointsConfig(_config_1);
16
- const _config_3 = resolveRetryConfig(_config_2);
17
- const _config_4 = resolveHostHeaderConfig(_config_3);
18
- const _config_5 = resolveAwsAuthConfig(_config_4);
19
- const _config_6 = resolveUserAgentConfig(_config_5);
20
- super(_config_6);
21
- this.config = _config_6;
22
- this.middlewareStack.use(getRetryPlugin(this.config));
23
- this.middlewareStack.use(getContentLengthPlugin(this.config));
24
- this.middlewareStack.use(getHostHeaderPlugin(this.config));
25
- this.middlewareStack.use(getLoggerPlugin(this.config));
26
- this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
27
- this.middlewareStack.use(getAwsAuthPlugin(this.config));
28
- this.middlewareStack.use(getUserAgentPlugin(this.config));
12
+ var CodeCommitClient = (function (_super) {
13
+ __extends(CodeCommitClient, _super);
14
+ function CodeCommitClient(configuration) {
15
+ var _this = this;
16
+ var _config_0 = __getRuntimeConfig(configuration);
17
+ var _config_1 = resolveRegionConfig(_config_0);
18
+ var _config_2 = resolveEndpointsConfig(_config_1);
19
+ var _config_3 = resolveRetryConfig(_config_2);
20
+ var _config_4 = resolveHostHeaderConfig(_config_3);
21
+ var _config_5 = resolveAwsAuthConfig(_config_4);
22
+ var _config_6 = resolveUserAgentConfig(_config_5);
23
+ _this = _super.call(this, _config_6) || this;
24
+ _this.config = _config_6;
25
+ _this.middlewareStack.use(getRetryPlugin(_this.config));
26
+ _this.middlewareStack.use(getContentLengthPlugin(_this.config));
27
+ _this.middlewareStack.use(getHostHeaderPlugin(_this.config));
28
+ _this.middlewareStack.use(getLoggerPlugin(_this.config));
29
+ _this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
30
+ _this.middlewareStack.use(getAwsAuthPlugin(_this.config));
31
+ _this.middlewareStack.use(getUserAgentPlugin(_this.config));
32
+ return _this;
29
33
  }
30
- destroy() {
31
- super.destroy();
32
- }
33
- }
34
+ CodeCommitClient.prototype.destroy = function () {
35
+ _super.prototype.destroy.call(this);
36
+ };
37
+ return CodeCommitClient;
38
+ }(__Client));
39
+ export { CodeCommitClient };
@@ -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 { AssociateApprovalRuleTemplateWithRepositoryInputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1AssociateApprovalRuleTemplateWithRepositoryCommand, serializeAws_json1_1AssociateApprovalRuleTemplateWithRepositoryCommand, } from "../protocols/Aws_json1_1";
5
- export class AssociateApprovalRuleTemplateWithRepositoryCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var AssociateApprovalRuleTemplateWithRepositoryCommand = (function (_super) {
7
+ __extends(AssociateApprovalRuleTemplateWithRepositoryCommand, _super);
8
+ function AssociateApprovalRuleTemplateWithRepositoryCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ AssociateApprovalRuleTemplateWithRepositoryCommand.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 = "AssociateApprovalRuleTemplateWithRepositoryCommand";
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 = "AssociateApprovalRuleTemplateWithRepositoryCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: AssociateApprovalRuleTemplateWithRepositoryInputFilterSensitiveLog,
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
+ AssociateApprovalRuleTemplateWithRepositoryCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1AssociateApprovalRuleTemplateWithRepositoryCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ AssociateApprovalRuleTemplateWithRepositoryCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1AssociateApprovalRuleTemplateWithRepositoryCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return AssociateApprovalRuleTemplateWithRepositoryCommand;
38
+ }($Command));
39
+ export { AssociateApprovalRuleTemplateWithRepositoryCommand };
@@ -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 { BatchAssociateApprovalRuleTemplateWithRepositoriesInputFilterSensitiveLog, BatchAssociateApprovalRuleTemplateWithRepositoriesOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesCommand, serializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesCommand, } from "../protocols/Aws_json1_1";
5
- export class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var BatchAssociateApprovalRuleTemplateWithRepositoriesCommand = (function (_super) {
7
+ __extends(BatchAssociateApprovalRuleTemplateWithRepositoriesCommand, _super);
8
+ function BatchAssociateApprovalRuleTemplateWithRepositoriesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.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 = "BatchAssociateApprovalRuleTemplateWithRepositoriesCommand";
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 = "BatchAssociateApprovalRuleTemplateWithRepositoriesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: BatchAssociateApprovalRuleTemplateWithRepositoriesInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: BatchAssociateApprovalRuleTemplateWithRepositoriesOutputFilterSensitiveLog,
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
+ BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return BatchAssociateApprovalRuleTemplateWithRepositoriesCommand;
38
+ }($Command));
39
+ export { BatchAssociateApprovalRuleTemplateWithRepositoriesCommand };
@@ -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 { BatchDescribeMergeConflictsInputFilterSensitiveLog, BatchDescribeMergeConflictsOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1BatchDescribeMergeConflictsCommand, serializeAws_json1_1BatchDescribeMergeConflictsCommand, } from "../protocols/Aws_json1_1";
5
- export class BatchDescribeMergeConflictsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var BatchDescribeMergeConflictsCommand = (function (_super) {
7
+ __extends(BatchDescribeMergeConflictsCommand, _super);
8
+ function BatchDescribeMergeConflictsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ BatchDescribeMergeConflictsCommand.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 = "BatchDescribeMergeConflictsCommand";
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 = "BatchDescribeMergeConflictsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: BatchDescribeMergeConflictsInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: BatchDescribeMergeConflictsOutputFilterSensitiveLog,
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
+ BatchDescribeMergeConflictsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1BatchDescribeMergeConflictsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ BatchDescribeMergeConflictsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1BatchDescribeMergeConflictsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return BatchDescribeMergeConflictsCommand;
38
+ }($Command));
39
+ export { BatchDescribeMergeConflictsCommand };
@@ -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 { BatchDisassociateApprovalRuleTemplateFromRepositoriesInputFilterSensitiveLog, BatchDisassociateApprovalRuleTemplateFromRepositoriesOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand, serializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand, } from "../protocols/Aws_json1_1";
5
- export class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand = (function (_super) {
7
+ __extends(BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand, _super);
8
+ function BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.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 = "BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand";
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 = "BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: BatchDisassociateApprovalRuleTemplateFromRepositoriesInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: BatchDisassociateApprovalRuleTemplateFromRepositoriesOutputFilterSensitiveLog,
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
+ BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand;
38
+ }($Command));
39
+ export { BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand };
@@ -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 { BatchGetCommitsInputFilterSensitiveLog, BatchGetCommitsOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1BatchGetCommitsCommand, serializeAws_json1_1BatchGetCommitsCommand, } from "../protocols/Aws_json1_1";
5
- export class BatchGetCommitsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var BatchGetCommitsCommand = (function (_super) {
7
+ __extends(BatchGetCommitsCommand, _super);
8
+ function BatchGetCommitsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ BatchGetCommitsCommand.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 = "BatchGetCommitsCommand";
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 = "BatchGetCommitsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: BatchGetCommitsInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: BatchGetCommitsOutputFilterSensitiveLog,
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
+ BatchGetCommitsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1BatchGetCommitsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ BatchGetCommitsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1BatchGetCommitsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return BatchGetCommitsCommand;
38
+ }($Command));
39
+ export { BatchGetCommitsCommand };
@@ -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 { BatchGetRepositoriesInputFilterSensitiveLog, BatchGetRepositoriesOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1BatchGetRepositoriesCommand, serializeAws_json1_1BatchGetRepositoriesCommand, } from "../protocols/Aws_json1_1";
5
- export class BatchGetRepositoriesCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var BatchGetRepositoriesCommand = (function (_super) {
7
+ __extends(BatchGetRepositoriesCommand, _super);
8
+ function BatchGetRepositoriesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ BatchGetRepositoriesCommand.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 = "BatchGetRepositoriesCommand";
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 = "BatchGetRepositoriesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: BatchGetRepositoriesInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: BatchGetRepositoriesOutputFilterSensitiveLog,
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
+ BatchGetRepositoriesCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1BatchGetRepositoriesCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ BatchGetRepositoriesCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1BatchGetRepositoriesCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return BatchGetRepositoriesCommand;
38
+ }($Command));
39
+ export { BatchGetRepositoriesCommand };
@@ -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 { CreateApprovalRuleTemplateInputFilterSensitiveLog, CreateApprovalRuleTemplateOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1CreateApprovalRuleTemplateCommand, serializeAws_json1_1CreateApprovalRuleTemplateCommand, } from "../protocols/Aws_json1_1";
5
- export class CreateApprovalRuleTemplateCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateApprovalRuleTemplateCommand = (function (_super) {
7
+ __extends(CreateApprovalRuleTemplateCommand, _super);
8
+ function CreateApprovalRuleTemplateCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateApprovalRuleTemplateCommand.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 = "CreateApprovalRuleTemplateCommand";
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 = "CreateApprovalRuleTemplateCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateApprovalRuleTemplateInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateApprovalRuleTemplateOutputFilterSensitiveLog,
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
+ CreateApprovalRuleTemplateCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1CreateApprovalRuleTemplateCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateApprovalRuleTemplateCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1CreateApprovalRuleTemplateCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateApprovalRuleTemplateCommand;
38
+ }($Command));
39
+ export { CreateApprovalRuleTemplateCommand };
@@ -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 { CreateBranchInputFilterSensitiveLog } from "../models/models_0";
4
5
  import { deserializeAws_json1_1CreateBranchCommand, serializeAws_json1_1CreateBranchCommand, } from "../protocols/Aws_json1_1";
5
- export class CreateBranchCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateBranchCommand = (function (_super) {
7
+ __extends(CreateBranchCommand, _super);
8
+ function CreateBranchCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateBranchCommand.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 = "CreateBranchCommand";
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 = "CreateBranchCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateBranchInputFilterSensitiveLog,
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
+ CreateBranchCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1CreateBranchCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateBranchCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1CreateBranchCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateBranchCommand;
38
+ }($Command));
39
+ export { CreateBranchCommand };
@@ -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 { CreateCommitInputFilterSensitiveLog, CreateCommitOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1CreateCommitCommand, serializeAws_json1_1CreateCommitCommand, } from "../protocols/Aws_json1_1";
5
- export class CreateCommitCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateCommitCommand = (function (_super) {
7
+ __extends(CreateCommitCommand, _super);
8
+ function CreateCommitCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateCommitCommand.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 = "CreateCommitCommand";
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 = "CreateCommitCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateCommitInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateCommitOutputFilterSensitiveLog,
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
+ CreateCommitCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1CreateCommitCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateCommitCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1CreateCommitCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateCommitCommand;
38
+ }($Command));
39
+ export { CreateCommitCommand };