@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.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/CodeCommit.js +317 -310
- package/dist-es/CodeCommitClient.js +28 -22
- package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +29 -22
- package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +28 -21
- package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +28 -21
- package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +28 -21
- package/dist-es/commands/BatchGetCommitsCommand.js +28 -21
- package/dist-es/commands/BatchGetRepositoriesCommand.js +28 -21
- package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +28 -21
- package/dist-es/commands/CreateBranchCommand.js +29 -22
- package/dist-es/commands/CreateCommitCommand.js +28 -21
- package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +28 -21
- package/dist-es/commands/CreatePullRequestCommand.js +28 -21
- package/dist-es/commands/CreateRepositoryCommand.js +28 -21
- package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +28 -21
- package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +28 -21
- package/dist-es/commands/DeleteBranchCommand.js +28 -21
- package/dist-es/commands/DeleteCommentContentCommand.js +28 -21
- package/dist-es/commands/DeleteFileCommand.js +28 -21
- package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +28 -21
- package/dist-es/commands/DeleteRepositoryCommand.js +28 -21
- package/dist-es/commands/DescribeMergeConflictsCommand.js +28 -21
- package/dist-es/commands/DescribePullRequestEventsCommand.js +28 -21
- package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +29 -22
- package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +28 -21
- package/dist-es/commands/GetApprovalRuleTemplateCommand.js +28 -21
- package/dist-es/commands/GetBlobCommand.js +28 -21
- package/dist-es/commands/GetBranchCommand.js +28 -21
- package/dist-es/commands/GetCommentCommand.js +28 -21
- package/dist-es/commands/GetCommentReactionsCommand.js +28 -21
- package/dist-es/commands/GetCommentsForComparedCommitCommand.js +28 -21
- package/dist-es/commands/GetCommentsForPullRequestCommand.js +28 -21
- package/dist-es/commands/GetCommitCommand.js +28 -21
- package/dist-es/commands/GetDifferencesCommand.js +28 -21
- package/dist-es/commands/GetFileCommand.js +28 -21
- package/dist-es/commands/GetFolderCommand.js +28 -21
- package/dist-es/commands/GetMergeCommitCommand.js +28 -21
- package/dist-es/commands/GetMergeConflictsCommand.js +28 -21
- package/dist-es/commands/GetMergeOptionsCommand.js +28 -21
- package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +28 -21
- package/dist-es/commands/GetPullRequestCommand.js +28 -21
- package/dist-es/commands/GetPullRequestOverrideStateCommand.js +28 -21
- package/dist-es/commands/GetRepositoryCommand.js +28 -21
- package/dist-es/commands/GetRepositoryTriggersCommand.js +28 -21
- package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +28 -21
- package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +28 -21
- package/dist-es/commands/ListBranchesCommand.js +28 -21
- package/dist-es/commands/ListPullRequestsCommand.js +28 -21
- package/dist-es/commands/ListRepositoriesCommand.js +28 -21
- package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/MergeBranchesByFastForwardCommand.js +28 -21
- package/dist-es/commands/MergeBranchesBySquashCommand.js +28 -21
- package/dist-es/commands/MergeBranchesByThreeWayCommand.js +28 -21
- package/dist-es/commands/MergePullRequestByFastForwardCommand.js +28 -21
- package/dist-es/commands/MergePullRequestBySquashCommand.js +28 -21
- package/dist-es/commands/MergePullRequestByThreeWayCommand.js +28 -21
- package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +29 -22
- package/dist-es/commands/PostCommentForComparedCommitCommand.js +28 -21
- package/dist-es/commands/PostCommentForPullRequestCommand.js +28 -21
- package/dist-es/commands/PostCommentReplyCommand.js +28 -21
- package/dist-es/commands/PutCommentReactionCommand.js +29 -22
- package/dist-es/commands/PutFileCommand.js +28 -21
- package/dist-es/commands/PutRepositoryTriggersCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +29 -22
- package/dist-es/commands/TestRepositoryTriggersCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +29 -22
- package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +28 -21
- package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +28 -21
- package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +28 -21
- package/dist-es/commands/UpdateCommentCommand.js +28 -21
- package/dist-es/commands/UpdateDefaultBranchCommand.js +29 -22
- package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +28 -21
- package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +29 -22
- package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +28 -21
- package/dist-es/commands/UpdatePullRequestStatusCommand.js +28 -21
- package/dist-es/commands/UpdatePullRequestTitleCommand.js +28 -21
- package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +29 -22
- package/dist-es/commands/UpdateRepositoryNameCommand.js +29 -22
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/CodeCommitServiceException.js +10 -5
- package/dist-es/models/models_0.js +1872 -2157
- package/dist-es/models/models_1.js +549 -660
- package/dist-es/pagination/DescribeMergeConflictsPaginator.js +68 -25
- package/dist-es/pagination/DescribePullRequestEventsPaginator.js +68 -25
- package/dist-es/pagination/GetCommentReactionsPaginator.js +68 -25
- package/dist-es/pagination/GetCommentsForComparedCommitPaginator.js +68 -25
- package/dist-es/pagination/GetCommentsForPullRequestPaginator.js +68 -25
- package/dist-es/pagination/GetDifferencesPaginator.js +68 -25
- package/dist-es/pagination/GetMergeConflictsPaginator.js +68 -25
- package/dist-es/pagination/ListApprovalRuleTemplatesPaginator.js +68 -25
- package/dist-es/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js +68 -25
- package/dist-es/pagination/ListBranchesPaginator.js +67 -24
- package/dist-es/pagination/ListPullRequestsPaginator.js +68 -25
- package/dist-es/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js +68 -25
- package/dist-es/pagination/ListRepositoriesPaginator.js +67 -24
- package/dist-es/protocols/Aws_json1_1.js +11195 -9002
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- 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 { DescribeMergeConflictsInputFilterSensitiveLog, DescribeMergeConflictsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeMergeConflictsCommand, serializeAws_json1_1DescribeMergeConflictsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeMergeConflictsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "DescribeMergeConflictsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeMergeConflictsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeMergeConflictsOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
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) {
|
|
27
32
|
return serializeAws_json1_1DescribeMergeConflictsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeMergeConflictsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeMergeConflictsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeMergeConflictsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeMergeConflictsCommand };
|
|
@@ -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 { DescribePullRequestEventsInputFilterSensitiveLog, DescribePullRequestEventsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribePullRequestEventsCommand, serializeAws_json1_1DescribePullRequestEventsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribePullRequestEventsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "DescribePullRequestEventsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribePullRequestEventsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribePullRequestEventsOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
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) {
|
|
27
32
|
return serializeAws_json1_1DescribePullRequestEventsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribePullRequestEventsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribePullRequestEventsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribePullRequestEventsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribePullRequestEventsCommand };
|
|
@@ -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 { DisassociateApprovalRuleTemplateFromRepositoryInputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand, serializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DisassociateApprovalRuleTemplateFromRepositoryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "DisassociateApprovalRuleTemplateFromRepositoryCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DisassociateApprovalRuleTemplateFromRepositoryInputFilterSensitiveLog,
|
|
21
|
-
outputFilterSensitiveLog: (output)
|
|
24
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
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) {
|
|
27
32
|
return serializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DisassociateApprovalRuleTemplateFromRepositoryCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DisassociateApprovalRuleTemplateFromRepositoryCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisassociateApprovalRuleTemplateFromRepositoryCommand };
|
|
@@ -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 { EvaluatePullRequestApprovalRulesInputFilterSensitiveLog, EvaluatePullRequestApprovalRulesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1EvaluatePullRequestApprovalRulesCommand, serializeAws_json1_1EvaluatePullRequestApprovalRulesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
EvaluatePullRequestApprovalRulesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "EvaluatePullRequestApprovalRulesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: EvaluatePullRequestApprovalRulesInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: EvaluatePullRequestApprovalRulesOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
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) {
|
|
27
32
|
return serializeAws_json1_1EvaluatePullRequestApprovalRulesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
EvaluatePullRequestApprovalRulesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1EvaluatePullRequestApprovalRulesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return EvaluatePullRequestApprovalRulesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { EvaluatePullRequestApprovalRulesCommand };
|
|
@@ -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 { GetApprovalRuleTemplateInputFilterSensitiveLog, GetApprovalRuleTemplateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1GetApprovalRuleTemplateCommand, serializeAws_json1_1GetApprovalRuleTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetApprovalRuleTemplateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "GetApprovalRuleTemplateCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetApprovalRuleTemplateInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetApprovalRuleTemplateOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
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) {
|
|
27
32
|
return serializeAws_json1_1GetApprovalRuleTemplateCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetApprovalRuleTemplateCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1GetApprovalRuleTemplateCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetApprovalRuleTemplateCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetApprovalRuleTemplateCommand };
|
|
@@ -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 { GetBlobInputFilterSensitiveLog, GetBlobOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1GetBlobCommand, serializeAws_json1_1GetBlobCommand } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetBlobCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "GetBlobCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetBlobInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetBlobOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
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) {
|
|
27
32
|
return serializeAws_json1_1GetBlobCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetBlobCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1GetBlobCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetBlobCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetBlobCommand };
|
|
@@ -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 { GetBranchInputFilterSensitiveLog, GetBranchOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1GetBranchCommand, serializeAws_json1_1GetBranchCommand } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetBranchCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "GetBranchCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetBranchInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetBranchOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
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) {
|
|
27
32
|
return serializeAws_json1_1GetBranchCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetBranchCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1GetBranchCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetBranchCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetBranchCommand };
|
|
@@ -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 { GetCommentInputFilterSensitiveLog, GetCommentOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1GetCommentCommand, serializeAws_json1_1GetCommentCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetCommentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "GetCommentCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetCommentInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetCommentOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
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) {
|
|
27
32
|
return serializeAws_json1_1GetCommentCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetCommentCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1GetCommentCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetCommentCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetCommentCommand };
|
|
@@ -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 { GetCommentReactionsInputFilterSensitiveLog, GetCommentReactionsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1GetCommentReactionsCommand, serializeAws_json1_1GetCommentReactionsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetCommentReactionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "GetCommentReactionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetCommentReactionsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetCommentReactionsOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
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) {
|
|
27
32
|
return serializeAws_json1_1GetCommentReactionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetCommentReactionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1GetCommentReactionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetCommentReactionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetCommentReactionsCommand };
|
|
@@ -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 { GetCommentsForComparedCommitInputFilterSensitiveLog, GetCommentsForComparedCommitOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1GetCommentsForComparedCommitCommand, serializeAws_json1_1GetCommentsForComparedCommitCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetCommentsForComparedCommitCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "GetCommentsForComparedCommitCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetCommentsForComparedCommitInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetCommentsForComparedCommitOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
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) {
|
|
27
32
|
return serializeAws_json1_1GetCommentsForComparedCommitCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetCommentsForComparedCommitCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1GetCommentsForComparedCommitCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetCommentsForComparedCommitCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetCommentsForComparedCommitCommand };
|