@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.
Files changed (108) hide show
  1. package/dist-cjs/CodeCommit.js +1 -169
  2. package/dist-cjs/CodeCommitClient.js +1 -43
  3. package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +1 -28
  4. package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +1 -28
  5. package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +1 -28
  6. package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +1 -28
  7. package/dist-cjs/commands/BatchGetCommitsCommand.js +1 -28
  8. package/dist-cjs/commands/BatchGetRepositoriesCommand.js +1 -28
  9. package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +1 -28
  10. package/dist-cjs/commands/CreateBranchCommand.js +1 -28
  11. package/dist-cjs/commands/CreateCommitCommand.js +1 -28
  12. package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +1 -28
  13. package/dist-cjs/commands/CreatePullRequestCommand.js +1 -28
  14. package/dist-cjs/commands/CreateRepositoryCommand.js +1 -28
  15. package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteBranchCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteCommentContentCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteFileCommand.js +1 -28
  20. package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteRepositoryCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeMergeConflictsCommand.js +1 -28
  23. package/dist-cjs/commands/DescribePullRequestEventsCommand.js +1 -28
  24. package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +1 -28
  25. package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +1 -28
  26. package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +1 -28
  27. package/dist-cjs/commands/GetBlobCommand.js +1 -28
  28. package/dist-cjs/commands/GetBranchCommand.js +1 -28
  29. package/dist-cjs/commands/GetCommentCommand.js +1 -28
  30. package/dist-cjs/commands/GetCommentReactionsCommand.js +1 -28
  31. package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +1 -28
  32. package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +1 -28
  33. package/dist-cjs/commands/GetCommitCommand.js +1 -28
  34. package/dist-cjs/commands/GetDifferencesCommand.js +1 -28
  35. package/dist-cjs/commands/GetFileCommand.js +1 -28
  36. package/dist-cjs/commands/GetFolderCommand.js +1 -28
  37. package/dist-cjs/commands/GetMergeCommitCommand.js +1 -28
  38. package/dist-cjs/commands/GetMergeConflictsCommand.js +1 -28
  39. package/dist-cjs/commands/GetMergeOptionsCommand.js +1 -28
  40. package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +1 -28
  41. package/dist-cjs/commands/GetPullRequestCommand.js +1 -28
  42. package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +1 -28
  43. package/dist-cjs/commands/GetRepositoryCommand.js +1 -28
  44. package/dist-cjs/commands/GetRepositoryTriggersCommand.js +1 -28
  45. package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +1 -28
  46. package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +1 -28
  47. package/dist-cjs/commands/ListBranchesCommand.js +1 -28
  48. package/dist-cjs/commands/ListFileCommitHistoryCommand.js +1 -28
  49. package/dist-cjs/commands/ListPullRequestsCommand.js +1 -28
  50. package/dist-cjs/commands/ListRepositoriesCommand.js +1 -28
  51. package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +1 -28
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  53. package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +1 -28
  54. package/dist-cjs/commands/MergeBranchesBySquashCommand.js +1 -28
  55. package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +1 -28
  56. package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +1 -28
  57. package/dist-cjs/commands/MergePullRequestBySquashCommand.js +1 -28
  58. package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +1 -28
  59. package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +1 -28
  60. package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +1 -28
  61. package/dist-cjs/commands/PostCommentForPullRequestCommand.js +1 -28
  62. package/dist-cjs/commands/PostCommentReplyCommand.js +1 -28
  63. package/dist-cjs/commands/PutCommentReactionCommand.js +1 -28
  64. package/dist-cjs/commands/PutFileCommand.js +1 -28
  65. package/dist-cjs/commands/PutRepositoryTriggersCommand.js +1 -28
  66. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  67. package/dist-cjs/commands/TestRepositoryTriggersCommand.js +1 -28
  68. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  69. package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +1 -28
  70. package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +1 -28
  71. package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +1 -28
  72. package/dist-cjs/commands/UpdateCommentCommand.js +1 -28
  73. package/dist-cjs/commands/UpdateDefaultBranchCommand.js +1 -28
  74. package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +1 -28
  75. package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +1 -28
  76. package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +1 -28
  77. package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +1 -28
  78. package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +1 -28
  79. package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +1 -28
  80. package/dist-cjs/commands/UpdateRepositoryEncryptionKeyCommand.js +1 -28
  81. package/dist-cjs/commands/UpdateRepositoryNameCommand.js +1 -28
  82. package/dist-cjs/commands/index.js +1 -82
  83. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  84. package/dist-cjs/extensionConfiguration.js +1 -2
  85. package/dist-cjs/index.js +13783 -11
  86. package/dist-cjs/models/CodeCommitServiceException.js +1 -12
  87. package/dist-cjs/models/index.js +1 -5
  88. package/dist-cjs/models/models_0.js +1 -1931
  89. package/dist-cjs/models/models_1.js +1 -610
  90. package/dist-cjs/pagination/DescribeMergeConflictsPaginator.js +1 -7
  91. package/dist-cjs/pagination/DescribePullRequestEventsPaginator.js +1 -7
  92. package/dist-cjs/pagination/GetCommentReactionsPaginator.js +1 -7
  93. package/dist-cjs/pagination/GetCommentsForComparedCommitPaginator.js +1 -7
  94. package/dist-cjs/pagination/GetCommentsForPullRequestPaginator.js +1 -7
  95. package/dist-cjs/pagination/GetDifferencesPaginator.js +1 -7
  96. package/dist-cjs/pagination/GetMergeConflictsPaginator.js +1 -7
  97. package/dist-cjs/pagination/Interfaces.js +1 -2
  98. package/dist-cjs/pagination/ListApprovalRuleTemplatesPaginator.js +1 -7
  99. package/dist-cjs/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js +1 -7
  100. package/dist-cjs/pagination/ListBranchesPaginator.js +1 -7
  101. package/dist-cjs/pagination/ListFileCommitHistoryPaginator.js +1 -7
  102. package/dist-cjs/pagination/ListPullRequestsPaginator.js +1 -7
  103. package/dist-cjs/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js +1 -7
  104. package/dist-cjs/pagination/ListRepositoriesPaginator.js +1 -7
  105. package/dist-cjs/pagination/index.js +1 -18
  106. package/dist-cjs/protocols/Aws_json1_1.js +1 -8452
  107. package/dist-cjs/runtimeExtensions.js +1 -22
  108. package/package.json +40 -40
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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");