@aws-sdk/client-codecommit 3.489.0 → 3.495.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/dist-cjs/CodeCommit.js +1 -169
- package/dist-cjs/CodeCommitClient.js +1 -43
- package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +1 -28
- package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +1 -28
- package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +1 -28
- package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +1 -28
- package/dist-cjs/commands/BatchGetCommitsCommand.js +1 -28
- package/dist-cjs/commands/BatchGetRepositoriesCommand.js +1 -28
- package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +1 -28
- package/dist-cjs/commands/CreateBranchCommand.js +1 -28
- package/dist-cjs/commands/CreateCommitCommand.js +1 -28
- package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +1 -28
- package/dist-cjs/commands/CreatePullRequestCommand.js +1 -28
- package/dist-cjs/commands/CreateRepositoryCommand.js +1 -28
- package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +1 -28
- package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +1 -28
- package/dist-cjs/commands/DeleteBranchCommand.js +1 -28
- package/dist-cjs/commands/DeleteCommentContentCommand.js +1 -28
- package/dist-cjs/commands/DeleteFileCommand.js +1 -28
- package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +1 -28
- package/dist-cjs/commands/DeleteRepositoryCommand.js +1 -28
- package/dist-cjs/commands/DescribeMergeConflictsCommand.js +1 -28
- package/dist-cjs/commands/DescribePullRequestEventsCommand.js +1 -28
- package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +1 -28
- package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +1 -28
- package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +1 -28
- package/dist-cjs/commands/GetBlobCommand.js +1 -28
- package/dist-cjs/commands/GetBranchCommand.js +1 -28
- package/dist-cjs/commands/GetCommentCommand.js +1 -28
- package/dist-cjs/commands/GetCommentReactionsCommand.js +1 -28
- package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +1 -28
- package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +1 -28
- package/dist-cjs/commands/GetCommitCommand.js +1 -28
- package/dist-cjs/commands/GetDifferencesCommand.js +1 -28
- package/dist-cjs/commands/GetFileCommand.js +1 -28
- package/dist-cjs/commands/GetFolderCommand.js +1 -28
- package/dist-cjs/commands/GetMergeCommitCommand.js +1 -28
- package/dist-cjs/commands/GetMergeConflictsCommand.js +1 -28
- package/dist-cjs/commands/GetMergeOptionsCommand.js +1 -28
- package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +1 -28
- package/dist-cjs/commands/GetPullRequestCommand.js +1 -28
- package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +1 -28
- package/dist-cjs/commands/GetRepositoryCommand.js +1 -28
- package/dist-cjs/commands/GetRepositoryTriggersCommand.js +1 -28
- package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +1 -28
- package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +1 -28
- package/dist-cjs/commands/ListBranchesCommand.js +1 -28
- package/dist-cjs/commands/ListFileCommitHistoryCommand.js +1 -28
- package/dist-cjs/commands/ListPullRequestsCommand.js +1 -28
- package/dist-cjs/commands/ListRepositoriesCommand.js +1 -28
- package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +1 -28
- package/dist-cjs/commands/MergeBranchesBySquashCommand.js +1 -28
- package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +1 -28
- package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +1 -28
- package/dist-cjs/commands/MergePullRequestBySquashCommand.js +1 -28
- package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +1 -28
- package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +1 -28
- package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +1 -28
- package/dist-cjs/commands/PostCommentForPullRequestCommand.js +1 -28
- package/dist-cjs/commands/PostCommentReplyCommand.js +1 -28
- package/dist-cjs/commands/PutCommentReactionCommand.js +1 -28
- package/dist-cjs/commands/PutFileCommand.js +1 -28
- package/dist-cjs/commands/PutRepositoryTriggersCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/TestRepositoryTriggersCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +1 -28
- package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +1 -28
- package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +1 -28
- package/dist-cjs/commands/UpdateCommentCommand.js +1 -28
- package/dist-cjs/commands/UpdateDefaultBranchCommand.js +1 -28
- package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +1 -28
- package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +1 -28
- package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +1 -28
- package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +1 -28
- package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +1 -28
- package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +1 -28
- package/dist-cjs/commands/UpdateRepositoryEncryptionKeyCommand.js +1 -28
- package/dist-cjs/commands/UpdateRepositoryNameCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -82
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +13783 -11
- package/dist-cjs/models/CodeCommitServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -5
- package/dist-cjs/models/models_0.js +1 -1931
- package/dist-cjs/models/models_1.js +1 -610
- package/dist-cjs/pagination/DescribeMergeConflictsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribePullRequestEventsPaginator.js +1 -7
- package/dist-cjs/pagination/GetCommentReactionsPaginator.js +1 -7
- package/dist-cjs/pagination/GetCommentsForComparedCommitPaginator.js +1 -7
- package/dist-cjs/pagination/GetCommentsForPullRequestPaginator.js +1 -7
- package/dist-cjs/pagination/GetDifferencesPaginator.js +1 -7
- package/dist-cjs/pagination/GetMergeConflictsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListApprovalRuleTemplatesPaginator.js +1 -7
- package/dist-cjs/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js +1 -7
- package/dist-cjs/pagination/ListBranchesPaginator.js +1 -7
- package/dist-cjs/pagination/ListFileCommitHistoryPaginator.js +1 -7
- package/dist-cjs/pagination/ListPullRequestsPaginator.js +1 -7
- package/dist-cjs/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js +1 -7
- package/dist-cjs/pagination/ListRepositoriesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -18
- package/dist-cjs/protocols/Aws_json1_1.js +1 -8452
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateRepositoryDescriptionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateRepositoryDescriptionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CodeCommit_20150413", "UpdateRepositoryDescription", {})
|
|
22
|
-
.n("CodeCommitClient", "UpdateRepositoryDescriptionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateRepositoryDescriptionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateRepositoryDescriptionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateRepositoryDescriptionCommand = UpdateRepositoryDescriptionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateRepositoryEncryptionKeyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateRepositoryEncryptionKeyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CodeCommit_20150413", "UpdateRepositoryEncryptionKey", {})
|
|
22
|
-
.n("CodeCommitClient", "UpdateRepositoryEncryptionKeyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateRepositoryEncryptionKeyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateRepositoryEncryptionKeyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateRepositoryEncryptionKeyCommand = UpdateRepositoryEncryptionKeyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateRepositoryNameCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateRepositoryNameCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CodeCommit_20150413", "UpdateRepositoryName", {})
|
|
22
|
-
.n("CodeCommitClient", "UpdateRepositoryNameCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateRepositoryNameCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateRepositoryNameCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateRepositoryNameCommand = UpdateRepositoryNameCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,82 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AssociateApprovalRuleTemplateWithRepositoryCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./BatchAssociateApprovalRuleTemplateWithRepositoriesCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./BatchDescribeMergeConflictsCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./BatchGetCommitsCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./BatchGetRepositoriesCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateApprovalRuleTemplateCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateBranchCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateCommitCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreatePullRequestApprovalRuleCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./CreatePullRequestCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./CreateRepositoryCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./CreateUnreferencedMergeCommitCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteApprovalRuleTemplateCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteBranchCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteCommentContentCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteFileCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DeletePullRequestApprovalRuleCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DeleteRepositoryCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DescribeMergeConflictsCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DescribePullRequestEventsCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./DisassociateApprovalRuleTemplateFromRepositoryCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./EvaluatePullRequestApprovalRulesCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./GetApprovalRuleTemplateCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./GetBlobCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./GetBranchCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./GetCommentCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./GetCommentReactionsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./GetCommentsForComparedCommitCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./GetCommentsForPullRequestCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./GetCommitCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./GetDifferencesCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./GetFileCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./GetFolderCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./GetMergeCommitCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./GetMergeConflictsCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./GetMergeOptionsCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./GetPullRequestApprovalStatesCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./GetPullRequestCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./GetPullRequestOverrideStateCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./GetRepositoryCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./GetRepositoryTriggersCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./ListApprovalRuleTemplatesCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./ListAssociatedApprovalRuleTemplatesForRepositoryCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./ListBranchesCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./ListFileCommitHistoryCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./ListPullRequestsCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./ListRepositoriesCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./ListRepositoriesForApprovalRuleTemplateCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./MergeBranchesByFastForwardCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./MergeBranchesBySquashCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./MergeBranchesByThreeWayCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./MergePullRequestByFastForwardCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./MergePullRequestBySquashCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./MergePullRequestByThreeWayCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./OverridePullRequestApprovalRulesCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./PostCommentForComparedCommitCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./PostCommentForPullRequestCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./PostCommentReplyCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./PutCommentReactionCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./PutFileCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./PutRepositoryTriggersCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./TestRepositoryTriggersCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./UpdateApprovalRuleTemplateContentCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./UpdateApprovalRuleTemplateDescriptionCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./UpdateApprovalRuleTemplateNameCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./UpdateCommentCommand"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./UpdateDefaultBranchCommand"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./UpdatePullRequestApprovalRuleContentCommand"), exports);
|
|
76
|
-
tslib_1.__exportStar(require("./UpdatePullRequestApprovalStateCommand"), exports);
|
|
77
|
-
tslib_1.__exportStar(require("./UpdatePullRequestDescriptionCommand"), exports);
|
|
78
|
-
tslib_1.__exportStar(require("./UpdatePullRequestStatusCommand"), exports);
|
|
79
|
-
tslib_1.__exportStar(require("./UpdatePullRequestTitleCommand"), exports);
|
|
80
|
-
tslib_1.__exportStar(require("./UpdateRepositoryDescriptionCommand"), exports);
|
|
81
|
-
tslib_1.__exportStar(require("./UpdateRepositoryEncryptionKeyCommand"), exports);
|
|
82
|
-
tslib_1.__exportStar(require("./UpdateRepositoryNameCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "codecommit",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|