@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 { UpdateDefaultBranchInputFilterSensitiveLog } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_json1_1UpdateDefaultBranchCommand, serializeAws_json1_1UpdateDefaultBranchCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UpdateDefaultBranchCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateDefaultBranchCommand, _super);
|
|
8
|
+
function UpdateDefaultBranchCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UpdateDefaultBranchCommand.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 = "UpdateDefaultBranchCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UpdateDefaultBranchInputFilterSensitiveLog,
|
|
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
|
+
UpdateDefaultBranchCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UpdateDefaultBranchCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UpdateDefaultBranchCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UpdateDefaultBranchCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UpdateDefaultBranchCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateDefaultBranchCommand };
|
|
@@ -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 { UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog, UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand, serializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UpdatePullRequestApprovalRuleContentCommand = (function (_super) {
|
|
7
|
+
__extends(UpdatePullRequestApprovalRuleContentCommand, _super);
|
|
8
|
+
function UpdatePullRequestApprovalRuleContentCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UpdatePullRequestApprovalRuleContentCommand.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 = "UpdatePullRequestApprovalRuleContentCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog,
|
|
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
|
+
UpdatePullRequestApprovalRuleContentCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UpdatePullRequestApprovalRuleContentCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UpdatePullRequestApprovalRuleContentCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdatePullRequestApprovalRuleContentCommand };
|
|
@@ -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 { UpdatePullRequestApprovalStateInputFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_json1_1UpdatePullRequestApprovalStateCommand, serializeAws_json1_1UpdatePullRequestApprovalStateCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UpdatePullRequestApprovalStateCommand = (function (_super) {
|
|
7
|
+
__extends(UpdatePullRequestApprovalStateCommand, _super);
|
|
8
|
+
function UpdatePullRequestApprovalStateCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UpdatePullRequestApprovalStateCommand.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 = "UpdatePullRequestApprovalStateCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UpdatePullRequestApprovalStateInputFilterSensitiveLog,
|
|
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
|
+
UpdatePullRequestApprovalStateCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UpdatePullRequestApprovalStateCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UpdatePullRequestApprovalStateCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UpdatePullRequestApprovalStateCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UpdatePullRequestApprovalStateCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdatePullRequestApprovalStateCommand };
|
|
@@ -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 { UpdatePullRequestDescriptionInputFilterSensitiveLog, UpdatePullRequestDescriptionOutputFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_json1_1UpdatePullRequestDescriptionCommand, serializeAws_json1_1UpdatePullRequestDescriptionCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UpdatePullRequestDescriptionCommand = (function (_super) {
|
|
7
|
+
__extends(UpdatePullRequestDescriptionCommand, _super);
|
|
8
|
+
function UpdatePullRequestDescriptionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UpdatePullRequestDescriptionCommand.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 = "UpdatePullRequestDescriptionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UpdatePullRequestDescriptionInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UpdatePullRequestDescriptionOutputFilterSensitiveLog,
|
|
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
|
+
UpdatePullRequestDescriptionCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UpdatePullRequestDescriptionCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UpdatePullRequestDescriptionCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UpdatePullRequestDescriptionCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UpdatePullRequestDescriptionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdatePullRequestDescriptionCommand };
|
|
@@ -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 { UpdatePullRequestStatusInputFilterSensitiveLog, UpdatePullRequestStatusOutputFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_json1_1UpdatePullRequestStatusCommand, serializeAws_json1_1UpdatePullRequestStatusCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UpdatePullRequestStatusCommand = (function (_super) {
|
|
7
|
+
__extends(UpdatePullRequestStatusCommand, _super);
|
|
8
|
+
function UpdatePullRequestStatusCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UpdatePullRequestStatusCommand.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 = "UpdatePullRequestStatusCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UpdatePullRequestStatusInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UpdatePullRequestStatusOutputFilterSensitiveLog,
|
|
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
|
+
UpdatePullRequestStatusCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UpdatePullRequestStatusCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UpdatePullRequestStatusCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UpdatePullRequestStatusCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UpdatePullRequestStatusCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdatePullRequestStatusCommand };
|
|
@@ -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 { UpdatePullRequestTitleInputFilterSensitiveLog, UpdatePullRequestTitleOutputFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_json1_1UpdatePullRequestTitleCommand, serializeAws_json1_1UpdatePullRequestTitleCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UpdatePullRequestTitleCommand = (function (_super) {
|
|
7
|
+
__extends(UpdatePullRequestTitleCommand, _super);
|
|
8
|
+
function UpdatePullRequestTitleCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UpdatePullRequestTitleCommand.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 = "UpdatePullRequestTitleCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UpdatePullRequestTitleInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UpdatePullRequestTitleOutputFilterSensitiveLog,
|
|
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
|
+
UpdatePullRequestTitleCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UpdatePullRequestTitleCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UpdatePullRequestTitleCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UpdatePullRequestTitleCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UpdatePullRequestTitleCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdatePullRequestTitleCommand };
|
|
@@ -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 { UpdateRepositoryDescriptionInputFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_json1_1UpdateRepositoryDescriptionCommand, serializeAws_json1_1UpdateRepositoryDescriptionCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UpdateRepositoryDescriptionCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateRepositoryDescriptionCommand, _super);
|
|
8
|
+
function UpdateRepositoryDescriptionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UpdateRepositoryDescriptionCommand.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 = "UpdateRepositoryDescriptionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UpdateRepositoryDescriptionInputFilterSensitiveLog,
|
|
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
|
+
UpdateRepositoryDescriptionCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UpdateRepositoryDescriptionCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UpdateRepositoryDescriptionCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UpdateRepositoryDescriptionCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UpdateRepositoryDescriptionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateRepositoryDescriptionCommand };
|
|
@@ -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 { UpdateRepositoryNameInputFilterSensitiveLog } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_json1_1UpdateRepositoryNameCommand, serializeAws_json1_1UpdateRepositoryNameCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UpdateRepositoryNameCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateRepositoryNameCommand, _super);
|
|
8
|
+
function UpdateRepositoryNameCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UpdateRepositoryNameCommand.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 = "UpdateRepositoryNameCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UpdateRepositoryNameInputFilterSensitiveLog,
|
|
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
|
+
UpdateRepositoryNameCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UpdateRepositoryNameCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UpdateRepositoryNameCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UpdateRepositoryNameCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UpdateRepositoryNameCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateRepositoryNameCommand };
|
package/dist-es/endpoints.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { __assign, __awaiter, __generator } from "tslib";
|
|
1
2
|
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
2
|
-
|
|
3
|
+
var regionHash = {
|
|
3
4
|
"ca-central-1": {
|
|
4
5
|
variants: [
|
|
5
6
|
{
|
|
@@ -57,7 +58,7 @@ const regionHash = {
|
|
|
57
58
|
],
|
|
58
59
|
},
|
|
59
60
|
};
|
|
60
|
-
|
|
61
|
+
var partitionHash = {
|
|
61
62
|
aws: {
|
|
62
63
|
regions: [
|
|
63
64
|
"af-south-1",
|
|
@@ -183,9 +184,8 @@ const partitionHash = {
|
|
|
183
184
|
],
|
|
184
185
|
},
|
|
185
186
|
};
|
|
186
|
-
export
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
});
|
|
187
|
+
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
188
|
+
return __generator(this, function (_a) {
|
|
189
|
+
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "codecommit", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
190
|
+
});
|
|
191
|
+
}); };
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
var CodeCommitServiceException = (function (_super) {
|
|
4
|
+
__extends(CodeCommitServiceException, _super);
|
|
5
|
+
function CodeCommitServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, CodeCommitServiceException.prototype);
|
|
8
|
+
return _this;
|
|
6
9
|
}
|
|
7
|
-
|
|
10
|
+
return CodeCommitServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { CodeCommitServiceException };
|