@aws-sdk/client-codecommit 3.495.0 → 3.499.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/index.js +212 -209
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -13479,57 +13479,19 @@ var paginateListRepositories = (0, import_core.createPaginator)(CodeCommitClient
|
|
|
13479
13479
|
// src/index.ts
|
|
13480
13480
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
13481
13481
|
// Annotate the CommonJS export names for ESM import in node:
|
|
13482
|
+
|
|
13482
13483
|
0 && (module.exports = {
|
|
13483
|
-
|
|
13484
|
-
|
|
13485
|
-
|
|
13486
|
-
|
|
13487
|
-
|
|
13488
|
-
ApprovalRuleTemplateContentRequiredException,
|
|
13489
|
-
ApprovalRuleTemplateDoesNotExistException,
|
|
13490
|
-
ApprovalRuleTemplateInUseException,
|
|
13491
|
-
ApprovalRuleTemplateNameAlreadyExistsException,
|
|
13492
|
-
ApprovalRuleTemplateNameRequiredException,
|
|
13493
|
-
ApprovalState,
|
|
13494
|
-
ApprovalStateRequiredException,
|
|
13484
|
+
CodeCommitServiceException,
|
|
13485
|
+
__Client,
|
|
13486
|
+
CodeCommitClient,
|
|
13487
|
+
CodeCommit,
|
|
13488
|
+
$Command,
|
|
13495
13489
|
AssociateApprovalRuleTemplateWithRepositoryCommand,
|
|
13496
|
-
AuthorDoesNotExistException,
|
|
13497
13490
|
BatchAssociateApprovalRuleTemplateWithRepositoriesCommand,
|
|
13498
13491
|
BatchDescribeMergeConflictsCommand,
|
|
13499
13492
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand,
|
|
13500
13493
|
BatchGetCommitsCommand,
|
|
13501
13494
|
BatchGetRepositoriesCommand,
|
|
13502
|
-
BatchGetRepositoriesErrorCodeEnum,
|
|
13503
|
-
BeforeCommitIdAndAfterCommitIdAreSameException,
|
|
13504
|
-
BlobIdDoesNotExistException,
|
|
13505
|
-
BlobIdRequiredException,
|
|
13506
|
-
BranchDoesNotExistException,
|
|
13507
|
-
BranchNameExistsException,
|
|
13508
|
-
BranchNameIsTagNameException,
|
|
13509
|
-
BranchNameRequiredException,
|
|
13510
|
-
CannotDeleteApprovalRuleFromTemplateException,
|
|
13511
|
-
CannotModifyApprovalRuleFromTemplateException,
|
|
13512
|
-
ChangeTypeEnum,
|
|
13513
|
-
ClientRequestTokenRequiredException,
|
|
13514
|
-
CodeCommit,
|
|
13515
|
-
CodeCommitClient,
|
|
13516
|
-
CodeCommitServiceException,
|
|
13517
|
-
CommentContentRequiredException,
|
|
13518
|
-
CommentContentSizeLimitExceededException,
|
|
13519
|
-
CommentDeletedException,
|
|
13520
|
-
CommentDoesNotExistException,
|
|
13521
|
-
CommentIdRequiredException,
|
|
13522
|
-
CommentNotCreatedByCallerException,
|
|
13523
|
-
CommitDoesNotExistException,
|
|
13524
|
-
CommitIdDoesNotExistException,
|
|
13525
|
-
CommitIdRequiredException,
|
|
13526
|
-
CommitIdsLimitExceededException,
|
|
13527
|
-
CommitIdsListRequiredException,
|
|
13528
|
-
CommitMessageLengthExceededException,
|
|
13529
|
-
CommitRequiredException,
|
|
13530
|
-
ConcurrentReferenceUpdateException,
|
|
13531
|
-
ConflictDetailLevelTypeEnum,
|
|
13532
|
-
ConflictResolutionStrategyTypeEnum,
|
|
13533
13495
|
CreateApprovalRuleTemplateCommand,
|
|
13534
13496
|
CreateBranchCommand,
|
|
13535
13497
|
CreateCommitCommand,
|
|
@@ -13537,7 +13499,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
13537
13499
|
CreatePullRequestCommand,
|
|
13538
13500
|
CreateRepositoryCommand,
|
|
13539
13501
|
CreateUnreferencedMergeCommitCommand,
|
|
13540
|
-
DefaultBranchCannotBeDeletedException,
|
|
13541
13502
|
DeleteApprovalRuleTemplateCommand,
|
|
13542
13503
|
DeleteBranchCommand,
|
|
13543
13504
|
DeleteCommentContentCommand,
|
|
@@ -13546,29 +13507,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
13546
13507
|
DeleteRepositoryCommand,
|
|
13547
13508
|
DescribeMergeConflictsCommand,
|
|
13548
13509
|
DescribePullRequestEventsCommand,
|
|
13549
|
-
DirectoryNameConflictsWithFileNameException,
|
|
13550
13510
|
DisassociateApprovalRuleTemplateFromRepositoryCommand,
|
|
13551
|
-
EncryptionIntegrityChecksFailedException,
|
|
13552
|
-
EncryptionKeyAccessDeniedException,
|
|
13553
|
-
EncryptionKeyDisabledException,
|
|
13554
|
-
EncryptionKeyInvalidIdException,
|
|
13555
|
-
EncryptionKeyInvalidUsageException,
|
|
13556
|
-
EncryptionKeyNotFoundException,
|
|
13557
|
-
EncryptionKeyRequiredException,
|
|
13558
|
-
EncryptionKeyUnavailableException,
|
|
13559
13511
|
EvaluatePullRequestApprovalRulesCommand,
|
|
13560
|
-
FileContentAndSourceFileSpecifiedException,
|
|
13561
|
-
FileContentRequiredException,
|
|
13562
|
-
FileContentSizeLimitExceededException,
|
|
13563
|
-
FileDoesNotExistException,
|
|
13564
|
-
FileEntryRequiredException,
|
|
13565
|
-
FileModeRequiredException,
|
|
13566
|
-
FileModeTypeEnum,
|
|
13567
|
-
FileNameConflictsWithDirectoryNameException,
|
|
13568
|
-
FilePathConflictsWithSubmodulePathException,
|
|
13569
|
-
FileTooLargeException,
|
|
13570
|
-
FolderContentSizeLimitExceededException,
|
|
13571
|
-
FolderDoesNotExistException,
|
|
13572
13512
|
GetApprovalRuleTemplateCommand,
|
|
13573
13513
|
GetBlobCommand,
|
|
13574
13514
|
GetBranchCommand,
|
|
@@ -13588,70 +13528,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
13588
13528
|
GetPullRequestOverrideStateCommand,
|
|
13589
13529
|
GetRepositoryCommand,
|
|
13590
13530
|
GetRepositoryTriggersCommand,
|
|
13591
|
-
IdempotencyParameterMismatchException,
|
|
13592
|
-
InvalidActorArnException,
|
|
13593
|
-
InvalidApprovalRuleContentException,
|
|
13594
|
-
InvalidApprovalRuleNameException,
|
|
13595
|
-
InvalidApprovalRuleTemplateContentException,
|
|
13596
|
-
InvalidApprovalRuleTemplateDescriptionException,
|
|
13597
|
-
InvalidApprovalRuleTemplateNameException,
|
|
13598
|
-
InvalidApprovalStateException,
|
|
13599
|
-
InvalidAuthorArnException,
|
|
13600
|
-
InvalidBlobIdException,
|
|
13601
|
-
InvalidBranchNameException,
|
|
13602
|
-
InvalidClientRequestTokenException,
|
|
13603
|
-
InvalidCommentIdException,
|
|
13604
|
-
InvalidCommitException,
|
|
13605
|
-
InvalidCommitIdException,
|
|
13606
|
-
InvalidConflictDetailLevelException,
|
|
13607
|
-
InvalidConflictResolutionException,
|
|
13608
|
-
InvalidConflictResolutionStrategyException,
|
|
13609
|
-
InvalidContinuationTokenException,
|
|
13610
|
-
InvalidDeletionParameterException,
|
|
13611
|
-
InvalidDescriptionException,
|
|
13612
|
-
InvalidDestinationCommitSpecifierException,
|
|
13613
|
-
InvalidEmailException,
|
|
13614
|
-
InvalidFileLocationException,
|
|
13615
|
-
InvalidFileModeException,
|
|
13616
|
-
InvalidFilePositionException,
|
|
13617
|
-
InvalidMaxConflictFilesException,
|
|
13618
|
-
InvalidMaxMergeHunksException,
|
|
13619
|
-
InvalidMaxResultsException,
|
|
13620
|
-
InvalidMergeOptionException,
|
|
13621
|
-
InvalidOrderException,
|
|
13622
|
-
InvalidOverrideStatusException,
|
|
13623
|
-
InvalidParentCommitIdException,
|
|
13624
|
-
InvalidPathException,
|
|
13625
|
-
InvalidPullRequestEventTypeException,
|
|
13626
|
-
InvalidPullRequestIdException,
|
|
13627
|
-
InvalidPullRequestStatusException,
|
|
13628
|
-
InvalidPullRequestStatusUpdateException,
|
|
13629
|
-
InvalidReactionUserArnException,
|
|
13630
|
-
InvalidReactionValueException,
|
|
13631
|
-
InvalidReferenceNameException,
|
|
13632
|
-
InvalidRelativeFileVersionEnumException,
|
|
13633
|
-
InvalidReplacementContentException,
|
|
13634
|
-
InvalidReplacementTypeException,
|
|
13635
|
-
InvalidRepositoryDescriptionException,
|
|
13636
|
-
InvalidRepositoryNameException,
|
|
13637
|
-
InvalidRepositoryTriggerBranchNameException,
|
|
13638
|
-
InvalidRepositoryTriggerCustomDataException,
|
|
13639
|
-
InvalidRepositoryTriggerDestinationArnException,
|
|
13640
|
-
InvalidRepositoryTriggerEventsException,
|
|
13641
|
-
InvalidRepositoryTriggerNameException,
|
|
13642
|
-
InvalidRepositoryTriggerRegionException,
|
|
13643
|
-
InvalidResourceArnException,
|
|
13644
|
-
InvalidRevisionIdException,
|
|
13645
|
-
InvalidRuleContentSha256Exception,
|
|
13646
|
-
InvalidSortByException,
|
|
13647
|
-
InvalidSourceCommitSpecifierException,
|
|
13648
|
-
InvalidSystemTagUsageException,
|
|
13649
|
-
InvalidTagKeysListException,
|
|
13650
|
-
InvalidTagsMapException,
|
|
13651
|
-
InvalidTargetBranchException,
|
|
13652
|
-
InvalidTargetException,
|
|
13653
|
-
InvalidTargetsException,
|
|
13654
|
-
InvalidTitleException,
|
|
13655
13531
|
ListApprovalRuleTemplatesCommand,
|
|
13656
13532
|
ListAssociatedApprovalRuleTemplatesForRepositoryCommand,
|
|
13657
13533
|
ListBranchesCommand,
|
|
@@ -13660,98 +13536,21 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
13660
13536
|
ListRepositoriesCommand,
|
|
13661
13537
|
ListRepositoriesForApprovalRuleTemplateCommand,
|
|
13662
13538
|
ListTagsForResourceCommand,
|
|
13663
|
-
ManualMergeRequiredException,
|
|
13664
|
-
MaximumBranchesExceededException,
|
|
13665
|
-
MaximumConflictResolutionEntriesExceededException,
|
|
13666
|
-
MaximumFileContentToLoadExceededException,
|
|
13667
|
-
MaximumFileEntriesExceededException,
|
|
13668
|
-
MaximumItemsToCompareExceededException,
|
|
13669
|
-
MaximumNumberOfApprovalsExceededException,
|
|
13670
|
-
MaximumOpenPullRequestsExceededException,
|
|
13671
|
-
MaximumRepositoryNamesExceededException,
|
|
13672
|
-
MaximumRepositoryTriggersExceededException,
|
|
13673
|
-
MaximumRuleTemplatesAssociatedWithRepositoryException,
|
|
13674
13539
|
MergeBranchesByFastForwardCommand,
|
|
13675
13540
|
MergeBranchesBySquashCommand,
|
|
13676
13541
|
MergeBranchesByThreeWayCommand,
|
|
13677
|
-
MergeOptionRequiredException,
|
|
13678
|
-
MergeOptionTypeEnum,
|
|
13679
13542
|
MergePullRequestByFastForwardCommand,
|
|
13680
13543
|
MergePullRequestBySquashCommand,
|
|
13681
13544
|
MergePullRequestByThreeWayCommand,
|
|
13682
|
-
MultipleConflictResolutionEntriesException,
|
|
13683
|
-
MultipleRepositoriesInPullRequestException,
|
|
13684
|
-
NameLengthExceededException,
|
|
13685
|
-
NoChangeException,
|
|
13686
|
-
NumberOfRuleTemplatesExceededException,
|
|
13687
|
-
NumberOfRulesExceededException,
|
|
13688
|
-
ObjectTypeEnum,
|
|
13689
|
-
OrderEnum,
|
|
13690
|
-
OverrideAlreadySetException,
|
|
13691
13545
|
OverridePullRequestApprovalRulesCommand,
|
|
13692
|
-
OverrideStatus,
|
|
13693
|
-
OverrideStatusRequiredException,
|
|
13694
|
-
ParentCommitDoesNotExistException,
|
|
13695
|
-
ParentCommitIdOutdatedException,
|
|
13696
|
-
ParentCommitIdRequiredException,
|
|
13697
|
-
PathDoesNotExistException,
|
|
13698
|
-
PathRequiredException,
|
|
13699
13546
|
PostCommentForComparedCommitCommand,
|
|
13700
13547
|
PostCommentForPullRequestCommand,
|
|
13701
13548
|
PostCommentReplyCommand,
|
|
13702
|
-
PullRequestAlreadyClosedException,
|
|
13703
|
-
PullRequestApprovalRulesNotSatisfiedException,
|
|
13704
|
-
PullRequestCannotBeApprovedByAuthorException,
|
|
13705
|
-
PullRequestDoesNotExistException,
|
|
13706
|
-
PullRequestEventType,
|
|
13707
|
-
PullRequestIdRequiredException,
|
|
13708
|
-
PullRequestStatusEnum,
|
|
13709
|
-
PullRequestStatusRequiredException,
|
|
13710
13549
|
PutCommentReactionCommand,
|
|
13711
13550
|
PutFileCommand,
|
|
13712
|
-
PutFileEntryConflictException,
|
|
13713
13551
|
PutRepositoryTriggersCommand,
|
|
13714
|
-
ReactionLimitExceededException,
|
|
13715
|
-
ReactionValueRequiredException,
|
|
13716
|
-
ReferenceDoesNotExistException,
|
|
13717
|
-
ReferenceNameRequiredException,
|
|
13718
|
-
ReferenceTypeNotSupportedException,
|
|
13719
|
-
RelativeFileVersionEnum,
|
|
13720
|
-
ReplacementContentRequiredException,
|
|
13721
|
-
ReplacementTypeEnum,
|
|
13722
|
-
ReplacementTypeRequiredException,
|
|
13723
|
-
RepositoryDoesNotExistException,
|
|
13724
|
-
RepositoryLimitExceededException,
|
|
13725
|
-
RepositoryNameExistsException,
|
|
13726
|
-
RepositoryNameRequiredException,
|
|
13727
|
-
RepositoryNamesRequiredException,
|
|
13728
|
-
RepositoryNotAssociatedWithPullRequestException,
|
|
13729
|
-
RepositoryTriggerBranchNameListRequiredException,
|
|
13730
|
-
RepositoryTriggerDestinationArnRequiredException,
|
|
13731
|
-
RepositoryTriggerEventEnum,
|
|
13732
|
-
RepositoryTriggerEventsListRequiredException,
|
|
13733
|
-
RepositoryTriggerNameRequiredException,
|
|
13734
|
-
RepositoryTriggersListRequiredException,
|
|
13735
|
-
ResourceArnRequiredException,
|
|
13736
|
-
RestrictedSourceFileException,
|
|
13737
|
-
RevisionIdRequiredException,
|
|
13738
|
-
RevisionNotCurrentException,
|
|
13739
|
-
SameFileContentException,
|
|
13740
|
-
SamePathRequestException,
|
|
13741
|
-
SortByEnum,
|
|
13742
|
-
SourceAndDestinationAreSameException,
|
|
13743
|
-
SourceFileOrContentRequiredException,
|
|
13744
|
-
TagKeysListRequiredException,
|
|
13745
|
-
TagPolicyException,
|
|
13746
13552
|
TagResourceCommand,
|
|
13747
|
-
TagsMapRequiredException,
|
|
13748
|
-
TargetRequiredException,
|
|
13749
|
-
TargetsRequiredException,
|
|
13750
13553
|
TestRepositoryTriggersCommand,
|
|
13751
|
-
TipOfSourceReferenceIsDifferentException,
|
|
13752
|
-
TipsDivergenceExceededException,
|
|
13753
|
-
TitleRequiredException,
|
|
13754
|
-
TooManyTagsException,
|
|
13755
13554
|
UntagResourceCommand,
|
|
13756
13555
|
UpdateApprovalRuleTemplateContentCommand,
|
|
13757
13556
|
UpdateApprovalRuleTemplateDescriptionCommand,
|
|
@@ -13766,7 +13565,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
13766
13565
|
UpdateRepositoryDescriptionCommand,
|
|
13767
13566
|
UpdateRepositoryEncryptionKeyCommand,
|
|
13768
13567
|
UpdateRepositoryNameCommand,
|
|
13769
|
-
__Client,
|
|
13770
13568
|
paginateDescribeMergeConflicts,
|
|
13771
13569
|
paginateDescribePullRequestEvents,
|
|
13772
13570
|
paginateGetCommentReactions,
|
|
@@ -13779,6 +13577,211 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
13779
13577
|
paginateListBranches,
|
|
13780
13578
|
paginateListFileCommitHistory,
|
|
13781
13579
|
paginateListPullRequests,
|
|
13580
|
+
paginateListRepositoriesForApprovalRuleTemplate,
|
|
13782
13581
|
paginateListRepositories,
|
|
13783
|
-
|
|
13582
|
+
ActorDoesNotExistException,
|
|
13583
|
+
ApprovalState,
|
|
13584
|
+
ApprovalRuleContentRequiredException,
|
|
13585
|
+
ApprovalRuleDoesNotExistException,
|
|
13586
|
+
ApprovalRuleNameAlreadyExistsException,
|
|
13587
|
+
ApprovalRuleNameRequiredException,
|
|
13588
|
+
OverrideStatus,
|
|
13589
|
+
ApprovalRuleTemplateContentRequiredException,
|
|
13590
|
+
ApprovalRuleTemplateDoesNotExistException,
|
|
13591
|
+
ApprovalRuleTemplateInUseException,
|
|
13592
|
+
ApprovalRuleTemplateNameAlreadyExistsException,
|
|
13593
|
+
ApprovalRuleTemplateNameRequiredException,
|
|
13594
|
+
ApprovalStateRequiredException,
|
|
13595
|
+
EncryptionIntegrityChecksFailedException,
|
|
13596
|
+
EncryptionKeyAccessDeniedException,
|
|
13597
|
+
EncryptionKeyDisabledException,
|
|
13598
|
+
EncryptionKeyNotFoundException,
|
|
13599
|
+
EncryptionKeyUnavailableException,
|
|
13600
|
+
InvalidApprovalRuleTemplateNameException,
|
|
13601
|
+
InvalidRepositoryNameException,
|
|
13602
|
+
MaximumRuleTemplatesAssociatedWithRepositoryException,
|
|
13603
|
+
RepositoryDoesNotExistException,
|
|
13604
|
+
RepositoryNameRequiredException,
|
|
13605
|
+
AuthorDoesNotExistException,
|
|
13606
|
+
MaximumRepositoryNamesExceededException,
|
|
13607
|
+
RepositoryNamesRequiredException,
|
|
13608
|
+
ConflictDetailLevelTypeEnum,
|
|
13609
|
+
ConflictResolutionStrategyTypeEnum,
|
|
13610
|
+
MergeOptionTypeEnum,
|
|
13611
|
+
FileModeTypeEnum,
|
|
13612
|
+
ChangeTypeEnum,
|
|
13613
|
+
ObjectTypeEnum,
|
|
13614
|
+
CommitDoesNotExistException,
|
|
13615
|
+
CommitRequiredException,
|
|
13616
|
+
InvalidCommitException,
|
|
13617
|
+
InvalidConflictDetailLevelException,
|
|
13618
|
+
InvalidConflictResolutionStrategyException,
|
|
13619
|
+
InvalidContinuationTokenException,
|
|
13620
|
+
InvalidMaxConflictFilesException,
|
|
13621
|
+
InvalidMaxMergeHunksException,
|
|
13622
|
+
InvalidMergeOptionException,
|
|
13623
|
+
MaximumFileContentToLoadExceededException,
|
|
13624
|
+
MaximumItemsToCompareExceededException,
|
|
13625
|
+
MergeOptionRequiredException,
|
|
13626
|
+
TipsDivergenceExceededException,
|
|
13627
|
+
CommitIdsLimitExceededException,
|
|
13628
|
+
CommitIdsListRequiredException,
|
|
13629
|
+
BatchGetRepositoriesErrorCodeEnum,
|
|
13630
|
+
BeforeCommitIdAndAfterCommitIdAreSameException,
|
|
13631
|
+
BlobIdDoesNotExistException,
|
|
13632
|
+
BlobIdRequiredException,
|
|
13633
|
+
BranchDoesNotExistException,
|
|
13634
|
+
BranchNameExistsException,
|
|
13635
|
+
BranchNameIsTagNameException,
|
|
13636
|
+
BranchNameRequiredException,
|
|
13637
|
+
CannotDeleteApprovalRuleFromTemplateException,
|
|
13638
|
+
CannotModifyApprovalRuleFromTemplateException,
|
|
13639
|
+
ClientRequestTokenRequiredException,
|
|
13640
|
+
InvalidApprovalRuleTemplateContentException,
|
|
13641
|
+
InvalidApprovalRuleTemplateDescriptionException,
|
|
13642
|
+
NumberOfRuleTemplatesExceededException,
|
|
13643
|
+
CommitIdRequiredException,
|
|
13644
|
+
InvalidBranchNameException,
|
|
13645
|
+
InvalidCommitIdException,
|
|
13646
|
+
CommitMessageLengthExceededException,
|
|
13647
|
+
DirectoryNameConflictsWithFileNameException,
|
|
13648
|
+
FileContentAndSourceFileSpecifiedException,
|
|
13649
|
+
FileContentSizeLimitExceededException,
|
|
13650
|
+
FileDoesNotExistException,
|
|
13651
|
+
FileEntryRequiredException,
|
|
13652
|
+
FileModeRequiredException,
|
|
13653
|
+
FileNameConflictsWithDirectoryNameException,
|
|
13654
|
+
FilePathConflictsWithSubmodulePathException,
|
|
13655
|
+
FolderContentSizeLimitExceededException,
|
|
13656
|
+
InvalidDeletionParameterException,
|
|
13657
|
+
InvalidEmailException,
|
|
13658
|
+
InvalidFileModeException,
|
|
13659
|
+
InvalidParentCommitIdException,
|
|
13660
|
+
InvalidPathException,
|
|
13661
|
+
MaximumFileEntriesExceededException,
|
|
13662
|
+
NameLengthExceededException,
|
|
13663
|
+
NoChangeException,
|
|
13664
|
+
ParentCommitDoesNotExistException,
|
|
13665
|
+
ParentCommitIdOutdatedException,
|
|
13666
|
+
ParentCommitIdRequiredException,
|
|
13667
|
+
PathRequiredException,
|
|
13668
|
+
PutFileEntryConflictException,
|
|
13669
|
+
RestrictedSourceFileException,
|
|
13670
|
+
SamePathRequestException,
|
|
13671
|
+
SourceFileOrContentRequiredException,
|
|
13672
|
+
PullRequestStatusEnum,
|
|
13673
|
+
IdempotencyParameterMismatchException,
|
|
13674
|
+
InvalidClientRequestTokenException,
|
|
13675
|
+
InvalidDescriptionException,
|
|
13676
|
+
InvalidReferenceNameException,
|
|
13677
|
+
InvalidTargetException,
|
|
13678
|
+
InvalidTargetsException,
|
|
13679
|
+
InvalidTitleException,
|
|
13680
|
+
MaximumOpenPullRequestsExceededException,
|
|
13681
|
+
MultipleRepositoriesInPullRequestException,
|
|
13682
|
+
ReferenceDoesNotExistException,
|
|
13683
|
+
ReferenceNameRequiredException,
|
|
13684
|
+
ReferenceTypeNotSupportedException,
|
|
13685
|
+
SourceAndDestinationAreSameException,
|
|
13686
|
+
TargetRequiredException,
|
|
13687
|
+
TargetsRequiredException,
|
|
13688
|
+
TitleRequiredException,
|
|
13689
|
+
InvalidApprovalRuleContentException,
|
|
13690
|
+
InvalidApprovalRuleNameException,
|
|
13691
|
+
InvalidPullRequestIdException,
|
|
13692
|
+
NumberOfRulesExceededException,
|
|
13693
|
+
PullRequestAlreadyClosedException,
|
|
13694
|
+
PullRequestDoesNotExistException,
|
|
13695
|
+
PullRequestIdRequiredException,
|
|
13696
|
+
EncryptionKeyInvalidIdException,
|
|
13697
|
+
EncryptionKeyInvalidUsageException,
|
|
13698
|
+
InvalidRepositoryDescriptionException,
|
|
13699
|
+
InvalidSystemTagUsageException,
|
|
13700
|
+
InvalidTagsMapException,
|
|
13701
|
+
RepositoryLimitExceededException,
|
|
13702
|
+
RepositoryNameExistsException,
|
|
13703
|
+
TagPolicyException,
|
|
13704
|
+
TooManyTagsException,
|
|
13705
|
+
ConcurrentReferenceUpdateException,
|
|
13706
|
+
ReplacementTypeEnum,
|
|
13707
|
+
InvalidConflictResolutionException,
|
|
13708
|
+
InvalidReplacementContentException,
|
|
13709
|
+
InvalidReplacementTypeException,
|
|
13710
|
+
ManualMergeRequiredException,
|
|
13711
|
+
MaximumConflictResolutionEntriesExceededException,
|
|
13712
|
+
MultipleConflictResolutionEntriesException,
|
|
13713
|
+
ReplacementContentRequiredException,
|
|
13714
|
+
ReplacementTypeRequiredException,
|
|
13715
|
+
DefaultBranchCannotBeDeletedException,
|
|
13716
|
+
CommentDeletedException,
|
|
13717
|
+
CommentDoesNotExistException,
|
|
13718
|
+
CommentIdRequiredException,
|
|
13719
|
+
InvalidCommentIdException,
|
|
13720
|
+
PullRequestEventType,
|
|
13721
|
+
InvalidActorArnException,
|
|
13722
|
+
InvalidMaxResultsException,
|
|
13723
|
+
InvalidPullRequestEventTypeException,
|
|
13724
|
+
InvalidRevisionIdException,
|
|
13725
|
+
RevisionIdRequiredException,
|
|
13726
|
+
RevisionNotCurrentException,
|
|
13727
|
+
FileTooLargeException,
|
|
13728
|
+
InvalidBlobIdException,
|
|
13729
|
+
InvalidReactionUserArnException,
|
|
13730
|
+
RelativeFileVersionEnum,
|
|
13731
|
+
RepositoryNotAssociatedWithPullRequestException,
|
|
13732
|
+
CommitIdDoesNotExistException,
|
|
13733
|
+
PathDoesNotExistException,
|
|
13734
|
+
FolderDoesNotExistException,
|
|
13735
|
+
InvalidDestinationCommitSpecifierException,
|
|
13736
|
+
InvalidSourceCommitSpecifierException,
|
|
13737
|
+
RepositoryTriggerEventEnum,
|
|
13738
|
+
InvalidAuthorArnException,
|
|
13739
|
+
InvalidPullRequestStatusException,
|
|
13740
|
+
InvalidOrderException,
|
|
13741
|
+
InvalidSortByException,
|
|
13742
|
+
OrderEnum,
|
|
13743
|
+
SortByEnum,
|
|
13744
|
+
InvalidResourceArnException,
|
|
13745
|
+
ResourceArnRequiredException,
|
|
13746
|
+
InvalidTargetBranchException,
|
|
13747
|
+
PullRequestApprovalRulesNotSatisfiedException,
|
|
13748
|
+
TipOfSourceReferenceIsDifferentException,
|
|
13749
|
+
InvalidOverrideStatusException,
|
|
13750
|
+
OverrideAlreadySetException,
|
|
13751
|
+
OverrideStatusRequiredException,
|
|
13752
|
+
CommentContentRequiredException,
|
|
13753
|
+
CommentContentSizeLimitExceededException,
|
|
13754
|
+
InvalidFileLocationException,
|
|
13755
|
+
InvalidFilePositionException,
|
|
13756
|
+
InvalidRelativeFileVersionEnumException,
|
|
13757
|
+
InvalidReactionValueException,
|
|
13758
|
+
ReactionLimitExceededException,
|
|
13759
|
+
ReactionValueRequiredException,
|
|
13760
|
+
FileContentRequiredException,
|
|
13761
|
+
SameFileContentException,
|
|
13762
|
+
InvalidRepositoryTriggerBranchNameException,
|
|
13763
|
+
InvalidRepositoryTriggerCustomDataException,
|
|
13764
|
+
InvalidRepositoryTriggerDestinationArnException,
|
|
13765
|
+
InvalidRepositoryTriggerEventsException,
|
|
13766
|
+
InvalidRepositoryTriggerNameException,
|
|
13767
|
+
InvalidRepositoryTriggerRegionException,
|
|
13768
|
+
MaximumBranchesExceededException,
|
|
13769
|
+
MaximumRepositoryTriggersExceededException,
|
|
13770
|
+
RepositoryTriggerBranchNameListRequiredException,
|
|
13771
|
+
RepositoryTriggerDestinationArnRequiredException,
|
|
13772
|
+
RepositoryTriggerEventsListRequiredException,
|
|
13773
|
+
RepositoryTriggerNameRequiredException,
|
|
13774
|
+
RepositoryTriggersListRequiredException,
|
|
13775
|
+
TagsMapRequiredException,
|
|
13776
|
+
InvalidTagKeysListException,
|
|
13777
|
+
TagKeysListRequiredException,
|
|
13778
|
+
InvalidRuleContentSha256Exception,
|
|
13779
|
+
CommentNotCreatedByCallerException,
|
|
13780
|
+
InvalidApprovalStateException,
|
|
13781
|
+
MaximumNumberOfApprovalsExceededException,
|
|
13782
|
+
PullRequestCannotBeApprovedByAuthorException,
|
|
13783
|
+
InvalidPullRequestStatusUpdateException,
|
|
13784
|
+
PullRequestStatusRequiredException,
|
|
13785
|
+
EncryptionKeyRequiredException
|
|
13784
13786
|
});
|
|
13787
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codecommit",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codecommit Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codecommit",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^8.3.0",
|