@aws-sdk/client-codecommit 3.490.0 → 3.496.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 +13785 -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,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListApprovalRuleTemplates = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeCommitClient_1 = require("../CodeCommitClient");
|
|
6
|
-
const ListApprovalRuleTemplatesCommand_1 = require("../commands/ListApprovalRuleTemplatesCommand");
|
|
7
|
-
exports.paginateListApprovalRuleTemplates = (0, core_1.createPaginator)(CodeCommitClient_1.CodeCommitClient, ListApprovalRuleTemplatesCommand_1.ListApprovalRuleTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAssociatedApprovalRuleTemplatesForRepository = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeCommitClient_1 = require("../CodeCommitClient");
|
|
6
|
-
const ListAssociatedApprovalRuleTemplatesForRepositoryCommand_1 = require("../commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand");
|
|
7
|
-
exports.paginateListAssociatedApprovalRuleTemplatesForRepository = (0, core_1.createPaginator)(CodeCommitClient_1.CodeCommitClient, ListAssociatedApprovalRuleTemplatesForRepositoryCommand_1.ListAssociatedApprovalRuleTemplatesForRepositoryCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListBranches = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeCommitClient_1 = require("../CodeCommitClient");
|
|
6
|
-
const ListBranchesCommand_1 = require("../commands/ListBranchesCommand");
|
|
7
|
-
exports.paginateListBranches = (0, core_1.createPaginator)(CodeCommitClient_1.CodeCommitClient, ListBranchesCommand_1.ListBranchesCommand, "nextToken", "nextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFileCommitHistory = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeCommitClient_1 = require("../CodeCommitClient");
|
|
6
|
-
const ListFileCommitHistoryCommand_1 = require("../commands/ListFileCommitHistoryCommand");
|
|
7
|
-
exports.paginateListFileCommitHistory = (0, core_1.createPaginator)(CodeCommitClient_1.CodeCommitClient, ListFileCommitHistoryCommand_1.ListFileCommitHistoryCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListPullRequests = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeCommitClient_1 = require("../CodeCommitClient");
|
|
6
|
-
const ListPullRequestsCommand_1 = require("../commands/ListPullRequestsCommand");
|
|
7
|
-
exports.paginateListPullRequests = (0, core_1.createPaginator)(CodeCommitClient_1.CodeCommitClient, ListPullRequestsCommand_1.ListPullRequestsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListRepositoriesForApprovalRuleTemplate = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeCommitClient_1 = require("../CodeCommitClient");
|
|
6
|
-
const ListRepositoriesForApprovalRuleTemplateCommand_1 = require("../commands/ListRepositoriesForApprovalRuleTemplateCommand");
|
|
7
|
-
exports.paginateListRepositoriesForApprovalRuleTemplate = (0, core_1.createPaginator)(CodeCommitClient_1.CodeCommitClient, ListRepositoriesForApprovalRuleTemplateCommand_1.ListRepositoriesForApprovalRuleTemplateCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListRepositories = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CodeCommitClient_1 = require("../CodeCommitClient");
|
|
6
|
-
const ListRepositoriesCommand_1 = require("../commands/ListRepositoriesCommand");
|
|
7
|
-
exports.paginateListRepositories = (0, core_1.createPaginator)(CodeCommitClient_1.CodeCommitClient, ListRepositoriesCommand_1.ListRepositoriesCommand, "nextToken", "nextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./DescribeMergeConflictsPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./DescribePullRequestEventsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./GetCommentReactionsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./GetCommentsForComparedCommitPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./GetCommentsForPullRequestPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./GetDifferencesPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./GetMergeConflictsPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListApprovalRuleTemplatesPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListAssociatedApprovalRuleTemplatesForRepositoryPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListBranchesPaginator"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListFileCommitHistoryPaginator"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ListPullRequestsPaginator"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./ListRepositoriesForApprovalRuleTemplatePaginator"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./ListRepositoriesPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|