@aws-sdk/client-codecommit 3.952.0 → 3.954.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 +2040 -1516
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -2
- package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +2 -2
- package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +2 -2
- package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +2 -2
- package/dist-es/commands/BatchGetCommitsCommand.js +2 -2
- package/dist-es/commands/BatchGetRepositoriesCommand.js +2 -2
- package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +2 -2
- package/dist-es/commands/CreateBranchCommand.js +2 -2
- package/dist-es/commands/CreateCommitCommand.js +2 -2
- package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +2 -2
- package/dist-es/commands/CreatePullRequestCommand.js +2 -2
- package/dist-es/commands/CreateRepositoryCommand.js +2 -2
- package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +2 -2
- package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteBranchCommand.js +2 -2
- package/dist-es/commands/DeleteCommentContentCommand.js +2 -2
- package/dist-es/commands/DeleteFileCommand.js +2 -2
- package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +2 -2
- package/dist-es/commands/DeleteRepositoryCommand.js +2 -2
- package/dist-es/commands/DescribeMergeConflictsCommand.js +2 -2
- package/dist-es/commands/DescribePullRequestEventsCommand.js +2 -2
- package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -2
- package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +2 -2
- package/dist-es/commands/GetApprovalRuleTemplateCommand.js +2 -2
- package/dist-es/commands/GetBlobCommand.js +2 -2
- package/dist-es/commands/GetBranchCommand.js +2 -2
- package/dist-es/commands/GetCommentCommand.js +2 -2
- package/dist-es/commands/GetCommentReactionsCommand.js +2 -2
- package/dist-es/commands/GetCommentsForComparedCommitCommand.js +2 -2
- package/dist-es/commands/GetCommentsForPullRequestCommand.js +2 -2
- package/dist-es/commands/GetCommitCommand.js +2 -2
- package/dist-es/commands/GetDifferencesCommand.js +2 -2
- package/dist-es/commands/GetFileCommand.js +2 -2
- package/dist-es/commands/GetFolderCommand.js +2 -2
- package/dist-es/commands/GetMergeCommitCommand.js +2 -2
- package/dist-es/commands/GetMergeConflictsCommand.js +2 -2
- package/dist-es/commands/GetMergeOptionsCommand.js +2 -2
- package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +2 -2
- package/dist-es/commands/GetPullRequestCommand.js +2 -2
- package/dist-es/commands/GetPullRequestOverrideStateCommand.js +2 -2
- package/dist-es/commands/GetRepositoryCommand.js +2 -2
- package/dist-es/commands/GetRepositoryTriggersCommand.js +2 -2
- package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +2 -2
- package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +2 -2
- package/dist-es/commands/ListBranchesCommand.js +2 -2
- package/dist-es/commands/ListFileCommitHistoryCommand.js +2 -2
- package/dist-es/commands/ListPullRequestsCommand.js +2 -2
- package/dist-es/commands/ListRepositoriesCommand.js +2 -2
- package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/MergeBranchesByFastForwardCommand.js +2 -2
- package/dist-es/commands/MergeBranchesBySquashCommand.js +2 -2
- package/dist-es/commands/MergeBranchesByThreeWayCommand.js +2 -2
- package/dist-es/commands/MergePullRequestByFastForwardCommand.js +2 -2
- package/dist-es/commands/MergePullRequestBySquashCommand.js +2 -2
- package/dist-es/commands/MergePullRequestByThreeWayCommand.js +2 -2
- package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +2 -2
- package/dist-es/commands/PostCommentForComparedCommitCommand.js +2 -2
- package/dist-es/commands/PostCommentForPullRequestCommand.js +2 -2
- package/dist-es/commands/PostCommentReplyCommand.js +2 -2
- package/dist-es/commands/PutCommentReactionCommand.js +2 -2
- package/dist-es/commands/PutFileCommand.js +2 -2
- package/dist-es/commands/PutRepositoryTriggersCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestRepositoryTriggersCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +2 -2
- package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +2 -2
- package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +2 -2
- package/dist-es/commands/UpdateCommentCommand.js +2 -2
- package/dist-es/commands/UpdateDefaultBranchCommand.js +2 -2
- package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +2 -2
- package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +2 -2
- package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +2 -2
- package/dist-es/commands/UpdatePullRequestStatusCommand.js +2 -2
- package/dist-es/commands/UpdatePullRequestTitleCommand.js +2 -2
- package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +2 -2
- package/dist-es/commands/UpdateRepositoryEncryptionKeyCommand.js +2 -2
- package/dist-es/commands/UpdateRepositoryNameCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +938 -888
- package/dist-types/CodeCommitClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +475 -528
- package/dist-types/ts3.4/CodeCommitClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +474 -528
- package/package.json +34 -34
|
@@ -732,30 +732,30 @@ const _u = "unicode";
|
|
|
732
732
|
const _uA = "userArn";
|
|
733
733
|
const n0 = "com.amazonaws.codecommit";
|
|
734
734
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
735
|
-
import { CodeCommitServiceException
|
|
736
|
-
import { ActorDoesNotExistException as __ActorDoesNotExistException, ApprovalRuleContentRequiredException as __ApprovalRuleContentRequiredException, ApprovalRuleDoesNotExistException as __ApprovalRuleDoesNotExistException, ApprovalRuleNameAlreadyExistsException as __ApprovalRuleNameAlreadyExistsException, ApprovalRuleNameRequiredException as __ApprovalRuleNameRequiredException, ApprovalRuleTemplateContentRequiredException as __ApprovalRuleTemplateContentRequiredException, ApprovalRuleTemplateDoesNotExistException as __ApprovalRuleTemplateDoesNotExistException, ApprovalRuleTemplateInUseException as __ApprovalRuleTemplateInUseException, ApprovalRuleTemplateNameAlreadyExistsException as __ApprovalRuleTemplateNameAlreadyExistsException, ApprovalRuleTemplateNameRequiredException as __ApprovalRuleTemplateNameRequiredException, ApprovalStateRequiredException as __ApprovalStateRequiredException, AuthorDoesNotExistException as __AuthorDoesNotExistException, BeforeCommitIdAndAfterCommitIdAreSameException as __BeforeCommitIdAndAfterCommitIdAreSameException, BlobIdDoesNotExistException as __BlobIdDoesNotExistException, BlobIdRequiredException as __BlobIdRequiredException, BranchDoesNotExistException as __BranchDoesNotExistException, BranchNameExistsException as __BranchNameExistsException, BranchNameIsTagNameException as __BranchNameIsTagNameException, BranchNameRequiredException as __BranchNameRequiredException, CannotDeleteApprovalRuleFromTemplateException as __CannotDeleteApprovalRuleFromTemplateException, CannotModifyApprovalRuleFromTemplateException as __CannotModifyApprovalRuleFromTemplateException, ClientRequestTokenRequiredException as __ClientRequestTokenRequiredException, CommentContentRequiredException as __CommentContentRequiredException, CommentContentSizeLimitExceededException as __CommentContentSizeLimitExceededException, CommentDeletedException as __CommentDeletedException, CommentDoesNotExistException as __CommentDoesNotExistException, CommentIdRequiredException as __CommentIdRequiredException, CommentNotCreatedByCallerException as __CommentNotCreatedByCallerException, CommitDoesNotExistException as __CommitDoesNotExistException, CommitIdDoesNotExistException as __CommitIdDoesNotExistException, CommitIdRequiredException as __CommitIdRequiredException, CommitIdsLimitExceededException as __CommitIdsLimitExceededException, CommitIdsListRequiredException as __CommitIdsListRequiredException, CommitMessageLengthExceededException as __CommitMessageLengthExceededException, CommitRequiredException as __CommitRequiredException, ConcurrentReferenceUpdateException as __ConcurrentReferenceUpdateException, DefaultBranchCannotBeDeletedException as __DefaultBranchCannotBeDeletedException, DirectoryNameConflictsWithFileNameException as __DirectoryNameConflictsWithFileNameException, EncryptionIntegrityChecksFailedException as __EncryptionIntegrityChecksFailedException, EncryptionKeyAccessDeniedException as __EncryptionKeyAccessDeniedException, EncryptionKeyDisabledException as __EncryptionKeyDisabledException, EncryptionKeyInvalidIdException as __EncryptionKeyInvalidIdException, EncryptionKeyInvalidUsageException as __EncryptionKeyInvalidUsageException, EncryptionKeyNotFoundException as __EncryptionKeyNotFoundException, EncryptionKeyRequiredException as __EncryptionKeyRequiredException, EncryptionKeyUnavailableException as __EncryptionKeyUnavailableException, FileContentAndSourceFileSpecifiedException as __FileContentAndSourceFileSpecifiedException, FileContentRequiredException as __FileContentRequiredException, FileContentSizeLimitExceededException as __FileContentSizeLimitExceededException, FileDoesNotExistException as __FileDoesNotExistException, FileEntryRequiredException as __FileEntryRequiredException, FileModeRequiredException as __FileModeRequiredException, FileNameConflictsWithDirectoryNameException as __FileNameConflictsWithDirectoryNameException, FilePathConflictsWithSubmodulePathException as __FilePathConflictsWithSubmodulePathException, FileTooLargeException as __FileTooLargeException, FolderContentSizeLimitExceededException as __FolderContentSizeLimitExceededException, FolderDoesNotExistException as __FolderDoesNotExistException, IdempotencyParameterMismatchException as __IdempotencyParameterMismatchException, InvalidActorArnException as __InvalidActorArnException, InvalidApprovalRuleContentException as __InvalidApprovalRuleContentException, InvalidApprovalRuleNameException as __InvalidApprovalRuleNameException, InvalidApprovalRuleTemplateContentException as __InvalidApprovalRuleTemplateContentException, InvalidApprovalRuleTemplateDescriptionException as __InvalidApprovalRuleTemplateDescriptionException, InvalidApprovalRuleTemplateNameException as __InvalidApprovalRuleTemplateNameException, InvalidApprovalStateException as __InvalidApprovalStateException, InvalidAuthorArnException as __InvalidAuthorArnException, InvalidBlobIdException as __InvalidBlobIdException, InvalidBranchNameException as __InvalidBranchNameException, InvalidClientRequestTokenException as __InvalidClientRequestTokenException, InvalidCommentIdException as __InvalidCommentIdException, InvalidCommitException as __InvalidCommitException, InvalidCommitIdException as __InvalidCommitIdException, InvalidConflictDetailLevelException as __InvalidConflictDetailLevelException, InvalidConflictResolutionException as __InvalidConflictResolutionException, InvalidConflictResolutionStrategyException as __InvalidConflictResolutionStrategyException, InvalidContinuationTokenException as __InvalidContinuationTokenException, InvalidDeletionParameterException as __InvalidDeletionParameterException, InvalidDescriptionException as __InvalidDescriptionException, InvalidDestinationCommitSpecifierException as __InvalidDestinationCommitSpecifierException, InvalidEmailException as __InvalidEmailException, InvalidFileLocationException as __InvalidFileLocationException, InvalidFileModeException as __InvalidFileModeException, InvalidFilePositionException as __InvalidFilePositionException, InvalidMaxConflictFilesException as __InvalidMaxConflictFilesException, InvalidMaxMergeHunksException as __InvalidMaxMergeHunksException, InvalidMaxResultsException as __InvalidMaxResultsException, InvalidMergeOptionException as __InvalidMergeOptionException, InvalidOrderException as __InvalidOrderException, InvalidOverrideStatusException as __InvalidOverrideStatusException, InvalidParentCommitIdException as __InvalidParentCommitIdException, InvalidPathException as __InvalidPathException, InvalidPullRequestEventTypeException as __InvalidPullRequestEventTypeException, InvalidPullRequestIdException as __InvalidPullRequestIdException, InvalidPullRequestStatusException as __InvalidPullRequestStatusException, InvalidPullRequestStatusUpdateException as __InvalidPullRequestStatusUpdateException, InvalidReactionUserArnException as __InvalidReactionUserArnException, InvalidReactionValueException as __InvalidReactionValueException, InvalidReferenceNameException as __InvalidReferenceNameException, InvalidRelativeFileVersionEnumException as __InvalidRelativeFileVersionEnumException, InvalidReplacementContentException as __InvalidReplacementContentException, InvalidReplacementTypeException as __InvalidReplacementTypeException, InvalidRepositoryDescriptionException as __InvalidRepositoryDescriptionException, InvalidRepositoryNameException as __InvalidRepositoryNameException, InvalidRepositoryTriggerBranchNameException as __InvalidRepositoryTriggerBranchNameException, InvalidRepositoryTriggerCustomDataException as __InvalidRepositoryTriggerCustomDataException, InvalidRepositoryTriggerDestinationArnException as __InvalidRepositoryTriggerDestinationArnException, InvalidRepositoryTriggerEventsException as __InvalidRepositoryTriggerEventsException, InvalidRepositoryTriggerNameException as __InvalidRepositoryTriggerNameException, InvalidRepositoryTriggerRegionException as __InvalidRepositoryTriggerRegionException, InvalidResourceArnException as __InvalidResourceArnException, InvalidRevisionIdException as __InvalidRevisionIdException, InvalidRuleContentSha256Exception as __InvalidRuleContentSha256Exception, InvalidSortByException as __InvalidSortByException, InvalidSourceCommitSpecifierException as __InvalidSourceCommitSpecifierException, InvalidSystemTagUsageException as __InvalidSystemTagUsageException, InvalidTagKeysListException as __InvalidTagKeysListException, InvalidTagsMapException as __InvalidTagsMapException, InvalidTargetBranchException as __InvalidTargetBranchException, InvalidTargetException as __InvalidTargetException, InvalidTargetsException as __InvalidTargetsException, InvalidTitleException as __InvalidTitleException, ManualMergeRequiredException as __ManualMergeRequiredException, MaximumBranchesExceededException as __MaximumBranchesExceededException, MaximumConflictResolutionEntriesExceededException as __MaximumConflictResolutionEntriesExceededException, MaximumFileContentToLoadExceededException as __MaximumFileContentToLoadExceededException, MaximumFileEntriesExceededException as __MaximumFileEntriesExceededException, MaximumItemsToCompareExceededException as __MaximumItemsToCompareExceededException, MaximumNumberOfApprovalsExceededException as __MaximumNumberOfApprovalsExceededException, MaximumOpenPullRequestsExceededException as __MaximumOpenPullRequestsExceededException, MaximumRepositoryNamesExceededException as __MaximumRepositoryNamesExceededException, MaximumRepositoryTriggersExceededException as __MaximumRepositoryTriggersExceededException, MaximumRuleTemplatesAssociatedWithRepositoryException as __MaximumRuleTemplatesAssociatedWithRepositoryException, MergeOptionRequiredException as __MergeOptionRequiredException, MultipleConflictResolutionEntriesException as __MultipleConflictResolutionEntriesException, MultipleRepositoriesInPullRequestException as __MultipleRepositoriesInPullRequestException, NameLengthExceededException as __NameLengthExceededException, NoChangeException as __NoChangeException, NumberOfRulesExceededException as __NumberOfRulesExceededException, NumberOfRuleTemplatesExceededException as __NumberOfRuleTemplatesExceededException, OperationNotAllowedException as __OperationNotAllowedException, OverrideAlreadySetException as __OverrideAlreadySetException, OverrideStatusRequiredException as __OverrideStatusRequiredException, ParentCommitDoesNotExistException as __ParentCommitDoesNotExistException, ParentCommitIdOutdatedException as __ParentCommitIdOutdatedException, ParentCommitIdRequiredException as __ParentCommitIdRequiredException, PathDoesNotExistException as __PathDoesNotExistException, PathRequiredException as __PathRequiredException, PullRequestAlreadyClosedException as __PullRequestAlreadyClosedException, PullRequestApprovalRulesNotSatisfiedException as __PullRequestApprovalRulesNotSatisfiedException, PullRequestCannotBeApprovedByAuthorException as __PullRequestCannotBeApprovedByAuthorException, PullRequestDoesNotExistException as __PullRequestDoesNotExistException, PullRequestIdRequiredException as __PullRequestIdRequiredException, PullRequestStatusRequiredException as __PullRequestStatusRequiredException, PutFileEntryConflictException as __PutFileEntryConflictException, ReactionLimitExceededException as __ReactionLimitExceededException, ReactionValueRequiredException as __ReactionValueRequiredException, ReferenceDoesNotExistException as __ReferenceDoesNotExistException, ReferenceNameRequiredException as __ReferenceNameRequiredException, ReferenceTypeNotSupportedException as __ReferenceTypeNotSupportedException, ReplacementContentRequiredException as __ReplacementContentRequiredException, ReplacementTypeRequiredException as __ReplacementTypeRequiredException, RepositoryDoesNotExistException as __RepositoryDoesNotExistException, RepositoryLimitExceededException as __RepositoryLimitExceededException, RepositoryNameExistsException as __RepositoryNameExistsException, RepositoryNameRequiredException as __RepositoryNameRequiredException, RepositoryNamesRequiredException as __RepositoryNamesRequiredException, RepositoryNotAssociatedWithPullRequestException as __RepositoryNotAssociatedWithPullRequestException, RepositoryTriggerBranchNameListRequiredException as __RepositoryTriggerBranchNameListRequiredException, RepositoryTriggerDestinationArnRequiredException as __RepositoryTriggerDestinationArnRequiredException, RepositoryTriggerEventsListRequiredException as __RepositoryTriggerEventsListRequiredException, RepositoryTriggerNameRequiredException as __RepositoryTriggerNameRequiredException, RepositoryTriggersListRequiredException as __RepositoryTriggersListRequiredException, ResourceArnRequiredException as __ResourceArnRequiredException, RestrictedSourceFileException as __RestrictedSourceFileException, RevisionIdRequiredException as __RevisionIdRequiredException, RevisionNotCurrentException as __RevisionNotCurrentException, SameFileContentException as __SameFileContentException, SamePathRequestException as __SamePathRequestException, SourceAndDestinationAreSameException as __SourceAndDestinationAreSameException, SourceFileOrContentRequiredException as __SourceFileOrContentRequiredException, TagKeysListRequiredException as __TagKeysListRequiredException, TagPolicyException as __TagPolicyException, TagsMapRequiredException as __TagsMapRequiredException, TargetRequiredException as __TargetRequiredException, TargetsRequiredException as __TargetsRequiredException, TipOfSourceReferenceIsDifferentException as __TipOfSourceReferenceIsDifferentException, TipsDivergenceExceededException as __TipsDivergenceExceededException, TitleRequiredException as __TitleRequiredException, TooManyTagsException as __TooManyTagsException, } from "../models/errors";
|
|
737
|
-
export var ActorDoesNotExistException = [-3, n0, _ADNEE, { [_e]: _c }, [_m], [0]];
|
|
738
|
-
TypeRegistry.for(n0).registerError(ActorDoesNotExistException
|
|
739
|
-
export var Approval = [3, n0, _A, 0, [_uA, _aS], [0, 0]];
|
|
740
|
-
export var ApprovalRule = [
|
|
735
|
+
import { CodeCommitServiceException } from "../models/CodeCommitServiceException";
|
|
736
|
+
import { ActorDoesNotExistException, ApprovalRuleContentRequiredException, ApprovalRuleDoesNotExistException, ApprovalRuleNameAlreadyExistsException, ApprovalRuleNameRequiredException, ApprovalRuleTemplateContentRequiredException, ApprovalRuleTemplateDoesNotExistException, ApprovalRuleTemplateInUseException, ApprovalRuleTemplateNameAlreadyExistsException, ApprovalRuleTemplateNameRequiredException, ApprovalStateRequiredException, AuthorDoesNotExistException, BeforeCommitIdAndAfterCommitIdAreSameException, BlobIdDoesNotExistException, BlobIdRequiredException, BranchDoesNotExistException, BranchNameExistsException, BranchNameIsTagNameException, BranchNameRequiredException, CannotDeleteApprovalRuleFromTemplateException, CannotModifyApprovalRuleFromTemplateException, ClientRequestTokenRequiredException, CommentContentRequiredException, CommentContentSizeLimitExceededException, CommentDeletedException, CommentDoesNotExistException, CommentIdRequiredException, CommentNotCreatedByCallerException, CommitDoesNotExistException, CommitIdDoesNotExistException, CommitIdRequiredException, CommitIdsLimitExceededException, CommitIdsListRequiredException, CommitMessageLengthExceededException, CommitRequiredException, ConcurrentReferenceUpdateException, DefaultBranchCannotBeDeletedException, DirectoryNameConflictsWithFileNameException, EncryptionIntegrityChecksFailedException, EncryptionKeyAccessDeniedException, EncryptionKeyDisabledException, EncryptionKeyInvalidIdException, EncryptionKeyInvalidUsageException, EncryptionKeyNotFoundException, EncryptionKeyRequiredException, EncryptionKeyUnavailableException, FileContentAndSourceFileSpecifiedException, FileContentRequiredException, FileContentSizeLimitExceededException, FileDoesNotExistException, FileEntryRequiredException, FileModeRequiredException, FileNameConflictsWithDirectoryNameException, FilePathConflictsWithSubmodulePathException, FileTooLargeException, FolderContentSizeLimitExceededException, FolderDoesNotExistException, IdempotencyParameterMismatchException, InvalidActorArnException, InvalidApprovalRuleContentException, InvalidApprovalRuleNameException, InvalidApprovalRuleTemplateContentException, InvalidApprovalRuleTemplateDescriptionException, InvalidApprovalRuleTemplateNameException, InvalidApprovalStateException, InvalidAuthorArnException, InvalidBlobIdException, InvalidBranchNameException, InvalidClientRequestTokenException, InvalidCommentIdException, InvalidCommitException, InvalidCommitIdException, InvalidConflictDetailLevelException, InvalidConflictResolutionException, InvalidConflictResolutionStrategyException, InvalidContinuationTokenException, InvalidDeletionParameterException, InvalidDescriptionException, InvalidDestinationCommitSpecifierException, InvalidEmailException, InvalidFileLocationException, InvalidFileModeException, InvalidFilePositionException, InvalidMaxConflictFilesException, InvalidMaxMergeHunksException, InvalidMaxResultsException, InvalidMergeOptionException, InvalidOrderException, InvalidOverrideStatusException, InvalidParentCommitIdException, InvalidPathException, InvalidPullRequestEventTypeException, InvalidPullRequestIdException, InvalidPullRequestStatusException, InvalidPullRequestStatusUpdateException, InvalidReactionUserArnException, InvalidReactionValueException, InvalidReferenceNameException, InvalidRelativeFileVersionEnumException, InvalidReplacementContentException, InvalidReplacementTypeException, InvalidRepositoryDescriptionException, InvalidRepositoryNameException, InvalidRepositoryTriggerBranchNameException, InvalidRepositoryTriggerCustomDataException, InvalidRepositoryTriggerDestinationArnException, InvalidRepositoryTriggerEventsException, InvalidRepositoryTriggerNameException, InvalidRepositoryTriggerRegionException, InvalidResourceArnException, InvalidRevisionIdException, InvalidRuleContentSha256Exception, InvalidSortByException, InvalidSourceCommitSpecifierException, InvalidSystemTagUsageException, InvalidTagKeysListException, InvalidTagsMapException, InvalidTargetBranchException, InvalidTargetException, InvalidTargetsException, InvalidTitleException, ManualMergeRequiredException, MaximumBranchesExceededException, MaximumConflictResolutionEntriesExceededException, MaximumFileContentToLoadExceededException, MaximumFileEntriesExceededException, MaximumItemsToCompareExceededException, MaximumNumberOfApprovalsExceededException, MaximumOpenPullRequestsExceededException, MaximumRepositoryNamesExceededException, MaximumRepositoryTriggersExceededException, MaximumRuleTemplatesAssociatedWithRepositoryException, MergeOptionRequiredException, MultipleConflictResolutionEntriesException, MultipleRepositoriesInPullRequestException, NameLengthExceededException, NoChangeException, NumberOfRulesExceededException, NumberOfRuleTemplatesExceededException, OperationNotAllowedException, OverrideAlreadySetException, OverrideStatusRequiredException, ParentCommitDoesNotExistException, ParentCommitIdOutdatedException, ParentCommitIdRequiredException, PathDoesNotExistException, PathRequiredException, PullRequestAlreadyClosedException, PullRequestApprovalRulesNotSatisfiedException, PullRequestCannotBeApprovedByAuthorException, PullRequestDoesNotExistException, PullRequestIdRequiredException, PullRequestStatusRequiredException, PutFileEntryConflictException, ReactionLimitExceededException, ReactionValueRequiredException, ReferenceDoesNotExistException, ReferenceNameRequiredException, ReferenceTypeNotSupportedException, ReplacementContentRequiredException, ReplacementTypeRequiredException, RepositoryDoesNotExistException, RepositoryLimitExceededException, RepositoryNameExistsException, RepositoryNameRequiredException, RepositoryNamesRequiredException, RepositoryNotAssociatedWithPullRequestException, RepositoryTriggerBranchNameListRequiredException, RepositoryTriggerDestinationArnRequiredException, RepositoryTriggerEventsListRequiredException, RepositoryTriggerNameRequiredException, RepositoryTriggersListRequiredException, ResourceArnRequiredException, RestrictedSourceFileException, RevisionIdRequiredException, RevisionNotCurrentException, SameFileContentException, SamePathRequestException, SourceAndDestinationAreSameException, SourceFileOrContentRequiredException, TagKeysListRequiredException, TagPolicyException, TagsMapRequiredException, TargetRequiredException, TargetsRequiredException, TipOfSourceReferenceIsDifferentException, TipsDivergenceExceededException, TitleRequiredException, TooManyTagsException, } from "../models/errors";
|
|
737
|
+
export var ActorDoesNotExistException$ = [-3, n0, _ADNEE, { [_e]: _c }, [_m], [0]];
|
|
738
|
+
TypeRegistry.for(n0).registerError(ActorDoesNotExistException$, ActorDoesNotExistException);
|
|
739
|
+
export var Approval$ = [3, n0, _A, 0, [_uA, _aS], [0, 0]];
|
|
740
|
+
export var ApprovalRule$ = [
|
|
741
741
|
3,
|
|
742
742
|
n0,
|
|
743
743
|
_AR,
|
|
744
744
|
0,
|
|
745
745
|
[_aRI, _aRN, _aRC, _rCS, _lMD, _cD, _lMU, _oART],
|
|
746
|
-
[0, 0, 0, 0, 4, 4, 0, () => OriginApprovalRuleTemplate],
|
|
746
|
+
[0, 0, 0, 0, 4, 4, 0, () => OriginApprovalRuleTemplate$],
|
|
747
747
|
];
|
|
748
|
-
export var ApprovalRuleContentRequiredException = [-3, n0, _ARCRE, { [_e]: _c }, [_m], [0]];
|
|
749
|
-
TypeRegistry.for(n0).registerError(ApprovalRuleContentRequiredException
|
|
750
|
-
export var ApprovalRuleDoesNotExistException = [-3, n0, _ARDNEE, { [_e]: _c }, [_m], [0]];
|
|
751
|
-
TypeRegistry.for(n0).registerError(ApprovalRuleDoesNotExistException
|
|
752
|
-
export var ApprovalRuleEventMetadata = [3, n0, _AREM, 0, [_aRN, _aRI, _aRC], [0, 0, 0]];
|
|
753
|
-
export var ApprovalRuleNameAlreadyExistsException = [-3, n0, _ARNAEE, { [_e]: _c }, [_m], [0]];
|
|
754
|
-
TypeRegistry.for(n0).registerError(ApprovalRuleNameAlreadyExistsException
|
|
755
|
-
export var ApprovalRuleNameRequiredException = [-3, n0, _ARNRE, { [_e]: _c }, [_m], [0]];
|
|
756
|
-
TypeRegistry.for(n0).registerError(ApprovalRuleNameRequiredException
|
|
757
|
-
export var ApprovalRuleOverriddenEventMetadata = [3, n0, _AROEM, 0, [_rI, _oS], [0, 0]];
|
|
758
|
-
export var ApprovalRuleTemplate = [
|
|
748
|
+
export var ApprovalRuleContentRequiredException$ = [-3, n0, _ARCRE, { [_e]: _c }, [_m], [0]];
|
|
749
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleContentRequiredException$, ApprovalRuleContentRequiredException);
|
|
750
|
+
export var ApprovalRuleDoesNotExistException$ = [-3, n0, _ARDNEE, { [_e]: _c }, [_m], [0]];
|
|
751
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleDoesNotExistException$, ApprovalRuleDoesNotExistException);
|
|
752
|
+
export var ApprovalRuleEventMetadata$ = [3, n0, _AREM, 0, [_aRN, _aRI, _aRC], [0, 0, 0]];
|
|
753
|
+
export var ApprovalRuleNameAlreadyExistsException$ = [-3, n0, _ARNAEE, { [_e]: _c }, [_m], [0]];
|
|
754
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleNameAlreadyExistsException$, ApprovalRuleNameAlreadyExistsException);
|
|
755
|
+
export var ApprovalRuleNameRequiredException$ = [-3, n0, _ARNRE, { [_e]: _c }, [_m], [0]];
|
|
756
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleNameRequiredException$, ApprovalRuleNameRequiredException);
|
|
757
|
+
export var ApprovalRuleOverriddenEventMetadata$ = [3, n0, _AROEM, 0, [_rI, _oS], [0, 0]];
|
|
758
|
+
export var ApprovalRuleTemplate$ = [
|
|
759
759
|
3,
|
|
760
760
|
n0,
|
|
761
761
|
_ART,
|
|
@@ -763,13 +763,20 @@ export var ApprovalRuleTemplate = [
|
|
|
763
763
|
[_aRTI, _aRTN, _aRTD, _aRTC, _rCS, _lMD, _cD, _lMU],
|
|
764
764
|
[0, 0, 0, 0, 0, 4, 4, 0],
|
|
765
765
|
];
|
|
766
|
-
export var ApprovalRuleTemplateContentRequiredException = [
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
766
|
+
export var ApprovalRuleTemplateContentRequiredException$ = [
|
|
767
|
+
-3,
|
|
768
|
+
n0,
|
|
769
|
+
_ARTCRE,
|
|
770
|
+
{ [_e]: _c },
|
|
771
|
+
[_m],
|
|
772
|
+
[0],
|
|
773
|
+
];
|
|
774
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleTemplateContentRequiredException$, ApprovalRuleTemplateContentRequiredException);
|
|
775
|
+
export var ApprovalRuleTemplateDoesNotExistException$ = [-3, n0, _ARTDNEE, { [_e]: _c }, [_m], [0]];
|
|
776
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleTemplateDoesNotExistException$, ApprovalRuleTemplateDoesNotExistException);
|
|
777
|
+
export var ApprovalRuleTemplateInUseException$ = [-3, n0, _ARTIUE, { [_e]: _c }, [_m], [0]];
|
|
778
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleTemplateInUseException$, ApprovalRuleTemplateInUseException);
|
|
779
|
+
export var ApprovalRuleTemplateNameAlreadyExistsException$ = [
|
|
773
780
|
-3,
|
|
774
781
|
n0,
|
|
775
782
|
_ARTNAEE,
|
|
@@ -777,13 +784,13 @@ export var ApprovalRuleTemplateNameAlreadyExistsException = [
|
|
|
777
784
|
[_m],
|
|
778
785
|
[0],
|
|
779
786
|
];
|
|
780
|
-
TypeRegistry.for(n0).registerError(ApprovalRuleTemplateNameAlreadyExistsException
|
|
781
|
-
export var ApprovalRuleTemplateNameRequiredException = [-3, n0, _ARTNRE, { [_e]: _c }, [_m], [0]];
|
|
782
|
-
TypeRegistry.for(n0).registerError(ApprovalRuleTemplateNameRequiredException
|
|
783
|
-
export var ApprovalStateChangedEventMetadata = [3, n0, _ASCEM, 0, [_rI, _aSp], [0, 0]];
|
|
784
|
-
export var ApprovalStateRequiredException = [-3, n0, _ASRE, { [_e]: _c }, [_m], [0]];
|
|
785
|
-
TypeRegistry.for(n0).registerError(ApprovalStateRequiredException
|
|
786
|
-
export var AssociateApprovalRuleTemplateWithRepositoryInput = [
|
|
787
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleTemplateNameAlreadyExistsException$, ApprovalRuleTemplateNameAlreadyExistsException);
|
|
788
|
+
export var ApprovalRuleTemplateNameRequiredException$ = [-3, n0, _ARTNRE, { [_e]: _c }, [_m], [0]];
|
|
789
|
+
TypeRegistry.for(n0).registerError(ApprovalRuleTemplateNameRequiredException$, ApprovalRuleTemplateNameRequiredException);
|
|
790
|
+
export var ApprovalStateChangedEventMetadata$ = [3, n0, _ASCEM, 0, [_rI, _aSp], [0, 0]];
|
|
791
|
+
export var ApprovalStateRequiredException$ = [-3, n0, _ASRE, { [_e]: _c }, [_m], [0]];
|
|
792
|
+
TypeRegistry.for(n0).registerError(ApprovalStateRequiredException$, ApprovalStateRequiredException);
|
|
793
|
+
export var AssociateApprovalRuleTemplateWithRepositoryInput$ = [
|
|
787
794
|
3,
|
|
788
795
|
n0,
|
|
789
796
|
_AARTWRI,
|
|
@@ -791,9 +798,9 @@ export var AssociateApprovalRuleTemplateWithRepositoryInput = [
|
|
|
791
798
|
[_aRTN, _rN],
|
|
792
799
|
[0, 0],
|
|
793
800
|
];
|
|
794
|
-
export var AuthorDoesNotExistException = [-3, n0, _ADNEEu, { [_e]: _c }, [_m], [0]];
|
|
795
|
-
TypeRegistry.for(n0).registerError(AuthorDoesNotExistException
|
|
796
|
-
export var BatchAssociateApprovalRuleTemplateWithRepositoriesError = [
|
|
801
|
+
export var AuthorDoesNotExistException$ = [-3, n0, _ADNEEu, { [_e]: _c }, [_m], [0]];
|
|
802
|
+
TypeRegistry.for(n0).registerError(AuthorDoesNotExistException$, AuthorDoesNotExistException);
|
|
803
|
+
export var BatchAssociateApprovalRuleTemplateWithRepositoriesError$ = [
|
|
797
804
|
3,
|
|
798
805
|
n0,
|
|
799
806
|
_BAARTWRE,
|
|
@@ -801,7 +808,7 @@ export var BatchAssociateApprovalRuleTemplateWithRepositoriesError = [
|
|
|
801
808
|
[_rN, _eC, _eM],
|
|
802
809
|
[0, 0, 0],
|
|
803
810
|
];
|
|
804
|
-
export var BatchAssociateApprovalRuleTemplateWithRepositoriesInput = [
|
|
811
|
+
export var BatchAssociateApprovalRuleTemplateWithRepositoriesInput$ = [
|
|
805
812
|
3,
|
|
806
813
|
n0,
|
|
807
814
|
_BAARTWRI,
|
|
@@ -809,7 +816,7 @@ export var BatchAssociateApprovalRuleTemplateWithRepositoriesInput = [
|
|
|
809
816
|
[_aRTN, _rNe],
|
|
810
817
|
[0, 64 | 0],
|
|
811
818
|
];
|
|
812
|
-
export var BatchAssociateApprovalRuleTemplateWithRepositoriesOutput = [
|
|
819
|
+
export var BatchAssociateApprovalRuleTemplateWithRepositoriesOutput$ = [
|
|
813
820
|
3,
|
|
814
821
|
n0,
|
|
815
822
|
_BAARTWRO,
|
|
@@ -817,8 +824,8 @@ export var BatchAssociateApprovalRuleTemplateWithRepositoriesOutput = [
|
|
|
817
824
|
[_aRNs, _er],
|
|
818
825
|
[64 | 0, () => BatchAssociateApprovalRuleTemplateWithRepositoriesErrorsList],
|
|
819
826
|
];
|
|
820
|
-
export var BatchDescribeMergeConflictsError = [3, n0, _BDMCE, 0, [_fP, _eN, _m], [0, 0, 0]];
|
|
821
|
-
export var BatchDescribeMergeConflictsInput = [
|
|
827
|
+
export var BatchDescribeMergeConflictsError$ = [3, n0, _BDMCE, 0, [_fP, _eN, _m], [0, 0, 0]];
|
|
828
|
+
export var BatchDescribeMergeConflictsInput$ = [
|
|
822
829
|
3,
|
|
823
830
|
n0,
|
|
824
831
|
_BDMCI,
|
|
@@ -826,7 +833,7 @@ export var BatchDescribeMergeConflictsInput = [
|
|
|
826
833
|
[_rN, _dCS, _sCS, _mO, _mMH, _mCF, _fPi, _cDL, _cRS, _nT],
|
|
827
834
|
[0, 0, 0, 0, 1, 1, 64 | 0, 0, 0, 0],
|
|
828
835
|
];
|
|
829
|
-
export var BatchDescribeMergeConflictsOutput = [
|
|
836
|
+
export var BatchDescribeMergeConflictsOutput$ = [
|
|
830
837
|
3,
|
|
831
838
|
n0,
|
|
832
839
|
_BDMCO,
|
|
@@ -834,7 +841,7 @@ export var BatchDescribeMergeConflictsOutput = [
|
|
|
834
841
|
[_co, _nT, _er, _dCI, _sCI, _bCI],
|
|
835
842
|
[() => Conflicts, 0, () => BatchDescribeMergeConflictsErrors, 0, 0, 0],
|
|
836
843
|
];
|
|
837
|
-
export var BatchDisassociateApprovalRuleTemplateFromRepositoriesError = [
|
|
844
|
+
export var BatchDisassociateApprovalRuleTemplateFromRepositoriesError$ = [
|
|
838
845
|
3,
|
|
839
846
|
n0,
|
|
840
847
|
_BDARTFRE,
|
|
@@ -842,7 +849,7 @@ export var BatchDisassociateApprovalRuleTemplateFromRepositoriesError = [
|
|
|
842
849
|
[_rN, _eC, _eM],
|
|
843
850
|
[0, 0, 0],
|
|
844
851
|
];
|
|
845
|
-
export var BatchDisassociateApprovalRuleTemplateFromRepositoriesInput = [
|
|
852
|
+
export var BatchDisassociateApprovalRuleTemplateFromRepositoriesInput$ = [
|
|
846
853
|
3,
|
|
847
854
|
n0,
|
|
848
855
|
_BDARTFRI,
|
|
@@ -850,7 +857,7 @@ export var BatchDisassociateApprovalRuleTemplateFromRepositoriesInput = [
|
|
|
850
857
|
[_aRTN, _rNe],
|
|
851
858
|
[0, 64 | 0],
|
|
852
859
|
];
|
|
853
|
-
export var BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput = [
|
|
860
|
+
export var BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput$ = [
|
|
854
861
|
3,
|
|
855
862
|
n0,
|
|
856
863
|
_BDARTFRO,
|
|
@@ -858,9 +865,9 @@ export var BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput = [
|
|
|
858
865
|
[_dRN, _er],
|
|
859
866
|
[64 | 0, () => BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorsList],
|
|
860
867
|
];
|
|
861
|
-
export var BatchGetCommitsError = [3, n0, _BGCE, 0, [_cI, _eC, _eM], [0, 0, 0]];
|
|
862
|
-
export var BatchGetCommitsInput = [3, n0, _BGCI, 0, [_cIo, _rN], [64 | 0, 0]];
|
|
863
|
-
export var BatchGetCommitsOutput = [
|
|
868
|
+
export var BatchGetCommitsError$ = [3, n0, _BGCE, 0, [_cI, _eC, _eM], [0, 0, 0]];
|
|
869
|
+
export var BatchGetCommitsInput$ = [3, n0, _BGCI, 0, [_cIo, _rN], [64 | 0, 0]];
|
|
870
|
+
export var BatchGetCommitsOutput$ = [
|
|
864
871
|
3,
|
|
865
872
|
n0,
|
|
866
873
|
_BGCO,
|
|
@@ -868,9 +875,9 @@ export var BatchGetCommitsOutput = [
|
|
|
868
875
|
[_com, _er],
|
|
869
876
|
[() => CommitObjectsList, () => BatchGetCommitsErrorsList],
|
|
870
877
|
];
|
|
871
|
-
export var BatchGetRepositoriesError = [3, n0, _BGRE, 0, [_rIe, _rN, _eC, _eM], [0, 0, 0, 0]];
|
|
872
|
-
export var BatchGetRepositoriesInput = [3, n0, _BGRI, 0, [_rNe], [64 | 0]];
|
|
873
|
-
export var BatchGetRepositoriesOutput = [
|
|
878
|
+
export var BatchGetRepositoriesError$ = [3, n0, _BGRE, 0, [_rIe, _rN, _eC, _eM], [0, 0, 0, 0]];
|
|
879
|
+
export var BatchGetRepositoriesInput$ = [3, n0, _BGRI, 0, [_rNe], [64 | 0]];
|
|
880
|
+
export var BatchGetRepositoriesOutput$ = [
|
|
874
881
|
3,
|
|
875
882
|
n0,
|
|
876
883
|
_BGRO,
|
|
@@ -878,7 +885,7 @@ export var BatchGetRepositoriesOutput = [
|
|
|
878
885
|
[_r, _rNF, _er],
|
|
879
886
|
[() => RepositoryMetadataList, 64 | 0, () => BatchGetRepositoriesErrorsList],
|
|
880
887
|
];
|
|
881
|
-
export var BeforeCommitIdAndAfterCommitIdAreSameException = [
|
|
888
|
+
export var BeforeCommitIdAndAfterCommitIdAreSameException$ = [
|
|
882
889
|
-3,
|
|
883
890
|
n0,
|
|
884
891
|
_BCIAACIASE,
|
|
@@ -886,22 +893,22 @@ export var BeforeCommitIdAndAfterCommitIdAreSameException = [
|
|
|
886
893
|
[_m],
|
|
887
894
|
[0],
|
|
888
895
|
];
|
|
889
|
-
TypeRegistry.for(n0).registerError(BeforeCommitIdAndAfterCommitIdAreSameException
|
|
890
|
-
export var BlobIdDoesNotExistException = [-3, n0, _BIDNEE, { [_e]: _c }, [_m], [0]];
|
|
891
|
-
TypeRegistry.for(n0).registerError(BlobIdDoesNotExistException
|
|
892
|
-
export var BlobIdRequiredException = [-3, n0, _BIRE, { [_e]: _c }, [_m], [0]];
|
|
893
|
-
TypeRegistry.for(n0).registerError(BlobIdRequiredException
|
|
894
|
-
export var BlobMetadata = [3, n0, _BM, 0, [_bI, _p, _mo], [0, 0, 0]];
|
|
895
|
-
export var BranchDoesNotExistException = [-3, n0, _BDNEE, { [_e]: _c }, [_m], [0]];
|
|
896
|
-
TypeRegistry.for(n0).registerError(BranchDoesNotExistException
|
|
897
|
-
export var BranchInfo = [3, n0, _BI, 0, [_bN, _cI], [0, 0]];
|
|
898
|
-
export var BranchNameExistsException = [-3, n0, _BNEE, { [_e]: _c }, [_m], [0]];
|
|
899
|
-
TypeRegistry.for(n0).registerError(BranchNameExistsException
|
|
900
|
-
export var BranchNameIsTagNameException = [-3, n0, _BNITNE, { [_e]: _c }, [_m], [0]];
|
|
901
|
-
TypeRegistry.for(n0).registerError(BranchNameIsTagNameException
|
|
902
|
-
export var BranchNameRequiredException = [-3, n0, _BNRE, { [_e]: _c }, [_m], [0]];
|
|
903
|
-
TypeRegistry.for(n0).registerError(BranchNameRequiredException
|
|
904
|
-
export var CannotDeleteApprovalRuleFromTemplateException = [
|
|
896
|
+
TypeRegistry.for(n0).registerError(BeforeCommitIdAndAfterCommitIdAreSameException$, BeforeCommitIdAndAfterCommitIdAreSameException);
|
|
897
|
+
export var BlobIdDoesNotExistException$ = [-3, n0, _BIDNEE, { [_e]: _c }, [_m], [0]];
|
|
898
|
+
TypeRegistry.for(n0).registerError(BlobIdDoesNotExistException$, BlobIdDoesNotExistException);
|
|
899
|
+
export var BlobIdRequiredException$ = [-3, n0, _BIRE, { [_e]: _c }, [_m], [0]];
|
|
900
|
+
TypeRegistry.for(n0).registerError(BlobIdRequiredException$, BlobIdRequiredException);
|
|
901
|
+
export var BlobMetadata$ = [3, n0, _BM, 0, [_bI, _p, _mo], [0, 0, 0]];
|
|
902
|
+
export var BranchDoesNotExistException$ = [-3, n0, _BDNEE, { [_e]: _c }, [_m], [0]];
|
|
903
|
+
TypeRegistry.for(n0).registerError(BranchDoesNotExistException$, BranchDoesNotExistException);
|
|
904
|
+
export var BranchInfo$ = [3, n0, _BI, 0, [_bN, _cI], [0, 0]];
|
|
905
|
+
export var BranchNameExistsException$ = [-3, n0, _BNEE, { [_e]: _c }, [_m], [0]];
|
|
906
|
+
TypeRegistry.for(n0).registerError(BranchNameExistsException$, BranchNameExistsException);
|
|
907
|
+
export var BranchNameIsTagNameException$ = [-3, n0, _BNITNE, { [_e]: _c }, [_m], [0]];
|
|
908
|
+
TypeRegistry.for(n0).registerError(BranchNameIsTagNameException$, BranchNameIsTagNameException);
|
|
909
|
+
export var BranchNameRequiredException$ = [-3, n0, _BNRE, { [_e]: _c }, [_m], [0]];
|
|
910
|
+
TypeRegistry.for(n0).registerError(BranchNameRequiredException$, BranchNameRequiredException);
|
|
911
|
+
export var CannotDeleteApprovalRuleFromTemplateException$ = [
|
|
905
912
|
-3,
|
|
906
913
|
n0,
|
|
907
914
|
_CDARFTE,
|
|
@@ -909,8 +916,8 @@ export var CannotDeleteApprovalRuleFromTemplateException = [
|
|
|
909
916
|
[_m],
|
|
910
917
|
[0],
|
|
911
918
|
];
|
|
912
|
-
TypeRegistry.for(n0).registerError(CannotDeleteApprovalRuleFromTemplateException
|
|
913
|
-
export var CannotModifyApprovalRuleFromTemplateException = [
|
|
919
|
+
TypeRegistry.for(n0).registerError(CannotDeleteApprovalRuleFromTemplateException$, CannotDeleteApprovalRuleFromTemplateException);
|
|
920
|
+
export var CannotModifyApprovalRuleFromTemplateException$ = [
|
|
914
921
|
-3,
|
|
915
922
|
n0,
|
|
916
923
|
_CMARFTE,
|
|
@@ -918,10 +925,10 @@ export var CannotModifyApprovalRuleFromTemplateException = [
|
|
|
918
925
|
[_m],
|
|
919
926
|
[0],
|
|
920
927
|
];
|
|
921
|
-
TypeRegistry.for(n0).registerError(CannotModifyApprovalRuleFromTemplateException
|
|
922
|
-
export var ClientRequestTokenRequiredException = [-3, n0, _CRTRE, { [_e]: _c }, [_m], [0]];
|
|
923
|
-
TypeRegistry.for(n0).registerError(ClientRequestTokenRequiredException
|
|
924
|
-
export var Comment = [
|
|
928
|
+
TypeRegistry.for(n0).registerError(CannotModifyApprovalRuleFromTemplateException$, CannotModifyApprovalRuleFromTemplateException);
|
|
929
|
+
export var ClientRequestTokenRequiredException$ = [-3, n0, _CRTRE, { [_e]: _c }, [_m], [0]];
|
|
930
|
+
TypeRegistry.for(n0).registerError(ClientRequestTokenRequiredException$, ClientRequestTokenRequiredException);
|
|
931
|
+
export var Comment$ = [
|
|
925
932
|
3,
|
|
926
933
|
n0,
|
|
927
934
|
_C,
|
|
@@ -929,68 +936,68 @@ export var Comment = [
|
|
|
929
936
|
[_cIom, _con, _iRT, _cD, _lMD, _aA, _d, _cRT, _cR, _rC],
|
|
930
937
|
[0, 0, 0, 4, 4, 0, 2, 0, 64 | 0, 128 | 1],
|
|
931
938
|
];
|
|
932
|
-
export var CommentContentRequiredException = [-3, n0, _CCRE, { [_e]: _c }, [_m], [0]];
|
|
933
|
-
TypeRegistry.for(n0).registerError(CommentContentRequiredException
|
|
934
|
-
export var CommentContentSizeLimitExceededException = [-3, n0, _CCSLEE, { [_e]: _c }, [_m], [0]];
|
|
935
|
-
TypeRegistry.for(n0).registerError(CommentContentSizeLimitExceededException
|
|
936
|
-
export var CommentDeletedException = [-3, n0, _CDE, { [_e]: _c }, [_m], [0]];
|
|
937
|
-
TypeRegistry.for(n0).registerError(CommentDeletedException
|
|
938
|
-
export var CommentDoesNotExistException = [-3, n0, _CDNEE, { [_e]: _c }, [_m], [0]];
|
|
939
|
-
TypeRegistry.for(n0).registerError(CommentDoesNotExistException
|
|
940
|
-
export var CommentIdRequiredException = [-3, n0, _CIRE, { [_e]: _c }, [_m], [0]];
|
|
941
|
-
TypeRegistry.for(n0).registerError(CommentIdRequiredException
|
|
942
|
-
export var CommentNotCreatedByCallerException = [-3, n0, _CNCBCE, { [_e]: _c }, [_m], [0]];
|
|
943
|
-
TypeRegistry.for(n0).registerError(CommentNotCreatedByCallerException
|
|
944
|
-
export var CommentsForComparedCommit = [
|
|
939
|
+
export var CommentContentRequiredException$ = [-3, n0, _CCRE, { [_e]: _c }, [_m], [0]];
|
|
940
|
+
TypeRegistry.for(n0).registerError(CommentContentRequiredException$, CommentContentRequiredException);
|
|
941
|
+
export var CommentContentSizeLimitExceededException$ = [-3, n0, _CCSLEE, { [_e]: _c }, [_m], [0]];
|
|
942
|
+
TypeRegistry.for(n0).registerError(CommentContentSizeLimitExceededException$, CommentContentSizeLimitExceededException);
|
|
943
|
+
export var CommentDeletedException$ = [-3, n0, _CDE, { [_e]: _c }, [_m], [0]];
|
|
944
|
+
TypeRegistry.for(n0).registerError(CommentDeletedException$, CommentDeletedException);
|
|
945
|
+
export var CommentDoesNotExistException$ = [-3, n0, _CDNEE, { [_e]: _c }, [_m], [0]];
|
|
946
|
+
TypeRegistry.for(n0).registerError(CommentDoesNotExistException$, CommentDoesNotExistException);
|
|
947
|
+
export var CommentIdRequiredException$ = [-3, n0, _CIRE, { [_e]: _c }, [_m], [0]];
|
|
948
|
+
TypeRegistry.for(n0).registerError(CommentIdRequiredException$, CommentIdRequiredException);
|
|
949
|
+
export var CommentNotCreatedByCallerException$ = [-3, n0, _CNCBCE, { [_e]: _c }, [_m], [0]];
|
|
950
|
+
TypeRegistry.for(n0).registerError(CommentNotCreatedByCallerException$, CommentNotCreatedByCallerException);
|
|
951
|
+
export var CommentsForComparedCommit$ = [
|
|
945
952
|
3,
|
|
946
953
|
n0,
|
|
947
954
|
_CFCC,
|
|
948
955
|
0,
|
|
949
956
|
[_rN, _bCIe, _aCI, _bBI, _aBI, _l, _comm],
|
|
950
|
-
[0, 0, 0, 0, 0, () => Location
|
|
957
|
+
[0, 0, 0, 0, 0, () => Location$, () => Comments],
|
|
951
958
|
];
|
|
952
|
-
export var CommentsForPullRequest = [
|
|
959
|
+
export var CommentsForPullRequest$ = [
|
|
953
960
|
3,
|
|
954
961
|
n0,
|
|
955
962
|
_CFPR,
|
|
956
963
|
0,
|
|
957
964
|
[_pRI, _rN, _bCIe, _aCI, _bBI, _aBI, _l, _comm],
|
|
958
|
-
[0, 0, 0, 0, 0, 0, () => Location
|
|
965
|
+
[0, 0, 0, 0, 0, 0, () => Location$, () => Comments],
|
|
959
966
|
];
|
|
960
|
-
export var Commit = [
|
|
967
|
+
export var Commit$ = [
|
|
961
968
|
3,
|
|
962
969
|
n0,
|
|
963
970
|
_Co,
|
|
964
971
|
0,
|
|
965
972
|
[_cI, _tI, _pa, _m, _a, _commi, _aD],
|
|
966
|
-
[0, 0, 64 | 0, 0, () => UserInfo
|
|
967
|
-
];
|
|
968
|
-
export var CommitDoesNotExistException = [-3, n0, _CDNEEo, { [_e]: _c }, [_m], [0]];
|
|
969
|
-
TypeRegistry.for(n0).registerError(CommitDoesNotExistException
|
|
970
|
-
export var CommitIdDoesNotExistException = [-3, n0, _CIDNEE, { [_e]: _c }, [_m], [0]];
|
|
971
|
-
TypeRegistry.for(n0).registerError(CommitIdDoesNotExistException
|
|
972
|
-
export var CommitIdRequiredException = [-3, n0, _CIREo, { [_e]: _c }, [_m], [0]];
|
|
973
|
-
TypeRegistry.for(n0).registerError(CommitIdRequiredException
|
|
974
|
-
export var CommitIdsLimitExceededException = [-3, n0, _CILEE, { [_e]: _c }, [_m], [0]];
|
|
975
|
-
TypeRegistry.for(n0).registerError(CommitIdsLimitExceededException
|
|
976
|
-
export var CommitIdsListRequiredException = [-3, n0, _CILRE, { [_e]: _c }, [_m], [0]];
|
|
977
|
-
TypeRegistry.for(n0).registerError(CommitIdsListRequiredException
|
|
978
|
-
export var CommitMessageLengthExceededException = [-3, n0, _CMLEE, { [_e]: _c }, [_m], [0]];
|
|
979
|
-
TypeRegistry.for(n0).registerError(CommitMessageLengthExceededException
|
|
980
|
-
export var CommitRequiredException = [-3, n0, _CRE, { [_e]: _c }, [_m], [0]];
|
|
981
|
-
TypeRegistry.for(n0).registerError(CommitRequiredException
|
|
982
|
-
export var ConcurrentReferenceUpdateException = [-3, n0, _CRUE, { [_e]: _c }, [_m], [0]];
|
|
983
|
-
TypeRegistry.for(n0).registerError(ConcurrentReferenceUpdateException
|
|
984
|
-
export var Conflict = [3, n0, _Con, 0, [_cM, _mH], [() => ConflictMetadata
|
|
985
|
-
export var ConflictMetadata = [
|
|
973
|
+
[0, 0, 64 | 0, 0, () => UserInfo$, () => UserInfo$, 0],
|
|
974
|
+
];
|
|
975
|
+
export var CommitDoesNotExistException$ = [-3, n0, _CDNEEo, { [_e]: _c }, [_m], [0]];
|
|
976
|
+
TypeRegistry.for(n0).registerError(CommitDoesNotExistException$, CommitDoesNotExistException);
|
|
977
|
+
export var CommitIdDoesNotExistException$ = [-3, n0, _CIDNEE, { [_e]: _c }, [_m], [0]];
|
|
978
|
+
TypeRegistry.for(n0).registerError(CommitIdDoesNotExistException$, CommitIdDoesNotExistException);
|
|
979
|
+
export var CommitIdRequiredException$ = [-3, n0, _CIREo, { [_e]: _c }, [_m], [0]];
|
|
980
|
+
TypeRegistry.for(n0).registerError(CommitIdRequiredException$, CommitIdRequiredException);
|
|
981
|
+
export var CommitIdsLimitExceededException$ = [-3, n0, _CILEE, { [_e]: _c }, [_m], [0]];
|
|
982
|
+
TypeRegistry.for(n0).registerError(CommitIdsLimitExceededException$, CommitIdsLimitExceededException);
|
|
983
|
+
export var CommitIdsListRequiredException$ = [-3, n0, _CILRE, { [_e]: _c }, [_m], [0]];
|
|
984
|
+
TypeRegistry.for(n0).registerError(CommitIdsListRequiredException$, CommitIdsListRequiredException);
|
|
985
|
+
export var CommitMessageLengthExceededException$ = [-3, n0, _CMLEE, { [_e]: _c }, [_m], [0]];
|
|
986
|
+
TypeRegistry.for(n0).registerError(CommitMessageLengthExceededException$, CommitMessageLengthExceededException);
|
|
987
|
+
export var CommitRequiredException$ = [-3, n0, _CRE, { [_e]: _c }, [_m], [0]];
|
|
988
|
+
TypeRegistry.for(n0).registerError(CommitRequiredException$, CommitRequiredException);
|
|
989
|
+
export var ConcurrentReferenceUpdateException$ = [-3, n0, _CRUE, { [_e]: _c }, [_m], [0]];
|
|
990
|
+
TypeRegistry.for(n0).registerError(ConcurrentReferenceUpdateException$, ConcurrentReferenceUpdateException);
|
|
991
|
+
export var Conflict$ = [3, n0, _Con, 0, [_cM, _mH], [() => ConflictMetadata$, () => MergeHunks]];
|
|
992
|
+
export var ConflictMetadata$ = [
|
|
986
993
|
3,
|
|
987
994
|
n0,
|
|
988
995
|
_CM,
|
|
989
996
|
0,
|
|
990
997
|
[_fP, _fS, _fM, _oT, _nOC, _iBF, _cC, _fMC, _oTC, _mOe],
|
|
991
|
-
[0, () => FileSizes
|
|
998
|
+
[0, () => FileSizes$, () => FileModes$, () => ObjectTypes$, 1, () => IsBinaryFile$, 2, 2, 2, () => MergeOperations$],
|
|
992
999
|
];
|
|
993
|
-
export var ConflictResolution = [
|
|
1000
|
+
export var ConflictResolution$ = [
|
|
994
1001
|
3,
|
|
995
1002
|
n0,
|
|
996
1003
|
_CR,
|
|
@@ -998,7 +1005,7 @@ export var ConflictResolution = [
|
|
|
998
1005
|
[_rCe, _dF, _sFM],
|
|
999
1006
|
[() => ReplaceContentEntries, () => DeleteFileEntries, () => SetFileModeEntries],
|
|
1000
1007
|
];
|
|
1001
|
-
export var CreateApprovalRuleTemplateInput = [
|
|
1008
|
+
export var CreateApprovalRuleTemplateInput$ = [
|
|
1002
1009
|
3,
|
|
1003
1010
|
n0,
|
|
1004
1011
|
_CARTI,
|
|
@@ -1006,16 +1013,16 @@ export var CreateApprovalRuleTemplateInput = [
|
|
|
1006
1013
|
[_aRTN, _aRTC, _aRTD],
|
|
1007
1014
|
[0, 0, 0],
|
|
1008
1015
|
];
|
|
1009
|
-
export var CreateApprovalRuleTemplateOutput = [
|
|
1016
|
+
export var CreateApprovalRuleTemplateOutput$ = [
|
|
1010
1017
|
3,
|
|
1011
1018
|
n0,
|
|
1012
1019
|
_CARTO,
|
|
1013
1020
|
0,
|
|
1014
1021
|
[_aRT],
|
|
1015
|
-
[() => ApprovalRuleTemplate],
|
|
1022
|
+
[() => ApprovalRuleTemplate$],
|
|
1016
1023
|
];
|
|
1017
|
-
export var CreateBranchInput = [3, n0, _CBI, 0, [_rN, _bN, _cI], [0, 0, 0]];
|
|
1018
|
-
export var CreateCommitInput = [
|
|
1024
|
+
export var CreateBranchInput$ = [3, n0, _CBI, 0, [_rN, _bN, _cI], [0, 0, 0]];
|
|
1025
|
+
export var CreateCommitInput$ = [
|
|
1019
1026
|
3,
|
|
1020
1027
|
n0,
|
|
1021
1028
|
_CCI,
|
|
@@ -1023,7 +1030,7 @@ export var CreateCommitInput = [
|
|
|
1023
1030
|
[_rN, _bN, _pCI, _aN, _em, _cMo, _kEF, _pF, _dF, _sFM],
|
|
1024
1031
|
[0, 0, 0, 0, 0, 0, 2, () => PutFileEntries, () => DeleteFileEntries, () => SetFileModeEntries],
|
|
1025
1032
|
];
|
|
1026
|
-
export var CreateCommitOutput = [
|
|
1033
|
+
export var CreateCommitOutput$ = [
|
|
1027
1034
|
3,
|
|
1028
1035
|
n0,
|
|
1029
1036
|
_CCO,
|
|
@@ -1031,7 +1038,7 @@ export var CreateCommitOutput = [
|
|
|
1031
1038
|
[_cI, _tI, _fA, _fU, _fD],
|
|
1032
1039
|
[0, 0, () => FilesMetadata, () => FilesMetadata, () => FilesMetadata],
|
|
1033
1040
|
];
|
|
1034
|
-
export var CreatePullRequestApprovalRuleInput = [
|
|
1041
|
+
export var CreatePullRequestApprovalRuleInput$ = [
|
|
1035
1042
|
3,
|
|
1036
1043
|
n0,
|
|
1037
1044
|
_CPRARI,
|
|
@@ -1039,15 +1046,15 @@ export var CreatePullRequestApprovalRuleInput = [
|
|
|
1039
1046
|
[_pRI, _aRN, _aRC],
|
|
1040
1047
|
[0, 0, 0],
|
|
1041
1048
|
];
|
|
1042
|
-
export var CreatePullRequestApprovalRuleOutput = [
|
|
1049
|
+
export var CreatePullRequestApprovalRuleOutput$ = [
|
|
1043
1050
|
3,
|
|
1044
1051
|
n0,
|
|
1045
1052
|
_CPRARO,
|
|
1046
1053
|
0,
|
|
1047
1054
|
[_aR],
|
|
1048
|
-
[() => ApprovalRule],
|
|
1055
|
+
[() => ApprovalRule$],
|
|
1049
1056
|
];
|
|
1050
|
-
export var CreatePullRequestInput = [
|
|
1057
|
+
export var CreatePullRequestInput$ = [
|
|
1051
1058
|
3,
|
|
1052
1059
|
n0,
|
|
1053
1060
|
_CPRI,
|
|
@@ -1055,28 +1062,28 @@ export var CreatePullRequestInput = [
|
|
|
1055
1062
|
[_t, _de, _ta, _cRT],
|
|
1056
1063
|
[0, 0, () => TargetList, [0, 4]],
|
|
1057
1064
|
];
|
|
1058
|
-
export var CreatePullRequestOutput = [3, n0, _CPRO, 0, [_pR], [() => PullRequest]];
|
|
1059
|
-
export var CreateRepositoryInput = [3, n0, _CRI, 0, [_rN, _rD, _tag, _kKI], [0, 0, 128 | 0, 0]];
|
|
1060
|
-
export var CreateRepositoryOutput = [3, n0, _CRO, 0, [_rM], [() => RepositoryMetadata]];
|
|
1061
|
-
export var CreateUnreferencedMergeCommitInput = [
|
|
1065
|
+
export var CreatePullRequestOutput$ = [3, n0, _CPRO, 0, [_pR], [() => PullRequest$]];
|
|
1066
|
+
export var CreateRepositoryInput$ = [3, n0, _CRI, 0, [_rN, _rD, _tag, _kKI], [0, 0, 128 | 0, 0]];
|
|
1067
|
+
export var CreateRepositoryOutput$ = [3, n0, _CRO, 0, [_rM], [() => RepositoryMetadata$]];
|
|
1068
|
+
export var CreateUnreferencedMergeCommitInput$ = [
|
|
1062
1069
|
3,
|
|
1063
1070
|
n0,
|
|
1064
1071
|
_CUMCI,
|
|
1065
1072
|
0,
|
|
1066
1073
|
[_rN, _sCS, _dCS, _mO, _cDL, _cRS, _aN, _em, _cMo, _kEF, _cRo],
|
|
1067
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2, () => ConflictResolution],
|
|
1074
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2, () => ConflictResolution$],
|
|
1068
1075
|
];
|
|
1069
|
-
export var CreateUnreferencedMergeCommitOutput = [3, n0, _CUMCO, 0, [_cI, _tI], [0, 0]];
|
|
1070
|
-
export var DefaultBranchCannotBeDeletedException = [-3, n0, _DBCBDE, { [_e]: _c }, [_m], [0]];
|
|
1071
|
-
TypeRegistry.for(n0).registerError(DefaultBranchCannotBeDeletedException
|
|
1072
|
-
export var DeleteApprovalRuleTemplateInput = [3, n0, _DARTI, 0, [_aRTN], [0]];
|
|
1073
|
-
export var DeleteApprovalRuleTemplateOutput = [3, n0, _DARTO, 0, [_aRTI], [0]];
|
|
1074
|
-
export var DeleteBranchInput = [3, n0, _DBI, 0, [_rN, _bN], [0, 0]];
|
|
1075
|
-
export var DeleteBranchOutput = [3, n0, _DBO, 0, [_dB], [() => BranchInfo]];
|
|
1076
|
-
export var DeleteCommentContentInput = [3, n0, _DCCI, 0, [_cIom], [0]];
|
|
1077
|
-
export var DeleteCommentContentOutput = [3, n0, _DCCO, 0, [_comme], [() => Comment]];
|
|
1078
|
-
export var DeleteFileEntry = [3, n0, _DFE, 0, [_fP], [0]];
|
|
1079
|
-
export var DeleteFileInput = [
|
|
1076
|
+
export var CreateUnreferencedMergeCommitOutput$ = [3, n0, _CUMCO, 0, [_cI, _tI], [0, 0]];
|
|
1077
|
+
export var DefaultBranchCannotBeDeletedException$ = [-3, n0, _DBCBDE, { [_e]: _c }, [_m], [0]];
|
|
1078
|
+
TypeRegistry.for(n0).registerError(DefaultBranchCannotBeDeletedException$, DefaultBranchCannotBeDeletedException);
|
|
1079
|
+
export var DeleteApprovalRuleTemplateInput$ = [3, n0, _DARTI, 0, [_aRTN], [0]];
|
|
1080
|
+
export var DeleteApprovalRuleTemplateOutput$ = [3, n0, _DARTO, 0, [_aRTI], [0]];
|
|
1081
|
+
export var DeleteBranchInput$ = [3, n0, _DBI, 0, [_rN, _bN], [0, 0]];
|
|
1082
|
+
export var DeleteBranchOutput$ = [3, n0, _DBO, 0, [_dB], [() => BranchInfo$]];
|
|
1083
|
+
export var DeleteCommentContentInput$ = [3, n0, _DCCI, 0, [_cIom], [0]];
|
|
1084
|
+
export var DeleteCommentContentOutput$ = [3, n0, _DCCO, 0, [_comme], [() => Comment$]];
|
|
1085
|
+
export var DeleteFileEntry$ = [3, n0, _DFE, 0, [_fP], [0]];
|
|
1086
|
+
export var DeleteFileInput$ = [
|
|
1080
1087
|
3,
|
|
1081
1088
|
n0,
|
|
1082
1089
|
_DFI,
|
|
@@ -1084,12 +1091,12 @@ export var DeleteFileInput = [
|
|
|
1084
1091
|
[_rN, _bN, _fP, _pCI, _kEF, _cMo, _n, _em],
|
|
1085
1092
|
[0, 0, 0, 0, 2, 0, 0, 0],
|
|
1086
1093
|
];
|
|
1087
|
-
export var DeleteFileOutput = [3, n0, _DFO, 0, [_cI, _bI, _tI, _fP], [0, 0, 0, 0]];
|
|
1088
|
-
export var DeletePullRequestApprovalRuleInput = [3, n0, _DPRARI, 0, [_pRI, _aRN], [0, 0]];
|
|
1089
|
-
export var DeletePullRequestApprovalRuleOutput = [3, n0, _DPRARO, 0, [_aRI], [0]];
|
|
1090
|
-
export var DeleteRepositoryInput = [3, n0, _DRI, 0, [_rN], [0]];
|
|
1091
|
-
export var DeleteRepositoryOutput = [3, n0, _DRO, 0, [_rIe], [0]];
|
|
1092
|
-
export var DescribeMergeConflictsInput = [
|
|
1094
|
+
export var DeleteFileOutput$ = [3, n0, _DFO, 0, [_cI, _bI, _tI, _fP], [0, 0, 0, 0]];
|
|
1095
|
+
export var DeletePullRequestApprovalRuleInput$ = [3, n0, _DPRARI, 0, [_pRI, _aRN], [0, 0]];
|
|
1096
|
+
export var DeletePullRequestApprovalRuleOutput$ = [3, n0, _DPRARO, 0, [_aRI], [0]];
|
|
1097
|
+
export var DeleteRepositoryInput$ = [3, n0, _DRI, 0, [_rN], [0]];
|
|
1098
|
+
export var DeleteRepositoryOutput$ = [3, n0, _DRO, 0, [_rIe], [0]];
|
|
1099
|
+
export var DescribeMergeConflictsInput$ = [
|
|
1093
1100
|
3,
|
|
1094
1101
|
n0,
|
|
1095
1102
|
_DMCI,
|
|
@@ -1097,15 +1104,15 @@ export var DescribeMergeConflictsInput = [
|
|
|
1097
1104
|
[_rN, _dCS, _sCS, _mO, _mMH, _fP, _cDL, _cRS, _nT],
|
|
1098
1105
|
[0, 0, 0, 0, 1, 0, 0, 0, 0],
|
|
1099
1106
|
];
|
|
1100
|
-
export var DescribeMergeConflictsOutput = [
|
|
1107
|
+
export var DescribeMergeConflictsOutput$ = [
|
|
1101
1108
|
3,
|
|
1102
1109
|
n0,
|
|
1103
1110
|
_DMCO,
|
|
1104
1111
|
0,
|
|
1105
1112
|
[_cM, _mH, _nT, _dCI, _sCI, _bCI],
|
|
1106
|
-
[() => ConflictMetadata
|
|
1113
|
+
[() => ConflictMetadata$, () => MergeHunks, 0, 0, 0, 0],
|
|
1107
1114
|
];
|
|
1108
|
-
export var DescribePullRequestEventsInput = [
|
|
1115
|
+
export var DescribePullRequestEventsInput$ = [
|
|
1109
1116
|
3,
|
|
1110
1117
|
n0,
|
|
1111
1118
|
_DPREI,
|
|
@@ -1113,7 +1120,7 @@ export var DescribePullRequestEventsInput = [
|
|
|
1113
1120
|
[_pRI, _pRET, _aAc, _nT, _mR],
|
|
1114
1121
|
[0, 0, 0, 0, 1],
|
|
1115
1122
|
];
|
|
1116
|
-
export var DescribePullRequestEventsOutput = [
|
|
1123
|
+
export var DescribePullRequestEventsOutput$ = [
|
|
1117
1124
|
3,
|
|
1118
1125
|
n0,
|
|
1119
1126
|
_DPREO,
|
|
@@ -1121,17 +1128,24 @@ export var DescribePullRequestEventsOutput = [
|
|
|
1121
1128
|
[_pRE, _nT],
|
|
1122
1129
|
[() => PullRequestEventList, 0],
|
|
1123
1130
|
];
|
|
1124
|
-
export var Difference = [
|
|
1131
|
+
export var Difference$ = [
|
|
1125
1132
|
3,
|
|
1126
1133
|
n0,
|
|
1127
1134
|
_D,
|
|
1128
1135
|
0,
|
|
1129
1136
|
[_bB, _aB, _cT],
|
|
1130
|
-
[() => BlobMetadata
|
|
1137
|
+
[() => BlobMetadata$, () => BlobMetadata$, 0],
|
|
1138
|
+
];
|
|
1139
|
+
export var DirectoryNameConflictsWithFileNameException$ = [
|
|
1140
|
+
-3,
|
|
1141
|
+
n0,
|
|
1142
|
+
_DNCWFNE,
|
|
1143
|
+
{ [_e]: _c },
|
|
1144
|
+
[_m],
|
|
1145
|
+
[0],
|
|
1131
1146
|
];
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
export var DisassociateApprovalRuleTemplateFromRepositoryInput = [
|
|
1147
|
+
TypeRegistry.for(n0).registerError(DirectoryNameConflictsWithFileNameException$, DirectoryNameConflictsWithFileNameException);
|
|
1148
|
+
export var DisassociateApprovalRuleTemplateFromRepositoryInput$ = [
|
|
1135
1149
|
3,
|
|
1136
1150
|
n0,
|
|
1137
1151
|
_DARTFRI,
|
|
@@ -1139,84 +1153,98 @@ export var DisassociateApprovalRuleTemplateFromRepositoryInput = [
|
|
|
1139
1153
|
[_aRTN, _rN],
|
|
1140
1154
|
[0, 0],
|
|
1141
1155
|
];
|
|
1142
|
-
export var EncryptionIntegrityChecksFailedException = [-3, n0, _EICFE, { [_e]: _s }, [_m], [0]];
|
|
1143
|
-
TypeRegistry.for(n0).registerError(EncryptionIntegrityChecksFailedException
|
|
1144
|
-
export var EncryptionKeyAccessDeniedException = [-3, n0, _EKADE, { [_e]: _c }, [_m], [0]];
|
|
1145
|
-
TypeRegistry.for(n0).registerError(EncryptionKeyAccessDeniedException
|
|
1146
|
-
export var EncryptionKeyDisabledException = [-3, n0, _EKDE, { [_e]: _c }, [_m], [0]];
|
|
1147
|
-
TypeRegistry.for(n0).registerError(EncryptionKeyDisabledException
|
|
1148
|
-
export var EncryptionKeyInvalidIdException = [-3, n0, _EKIIE, { [_e]: _c }, [_m], [0]];
|
|
1149
|
-
TypeRegistry.for(n0).registerError(EncryptionKeyInvalidIdException
|
|
1150
|
-
export var EncryptionKeyInvalidUsageException = [-3, n0, _EKIUE, { [_e]: _c }, [_m], [0]];
|
|
1151
|
-
TypeRegistry.for(n0).registerError(EncryptionKeyInvalidUsageException
|
|
1152
|
-
export var EncryptionKeyNotFoundException = [-3, n0, _EKNFE, { [_e]: _c }, [_m], [0]];
|
|
1153
|
-
TypeRegistry.for(n0).registerError(EncryptionKeyNotFoundException
|
|
1154
|
-
export var EncryptionKeyRequiredException = [-3, n0, _EKRE, { [_e]: _c }, [_m], [0]];
|
|
1155
|
-
TypeRegistry.for(n0).registerError(EncryptionKeyRequiredException
|
|
1156
|
-
export var EncryptionKeyUnavailableException = [-3, n0, _EKUE, { [_e]: _c }, [_m], [0]];
|
|
1157
|
-
TypeRegistry.for(n0).registerError(EncryptionKeyUnavailableException
|
|
1158
|
-
export var EvaluatePullRequestApprovalRulesInput = [3, n0, _EPRARI, 0, [_pRI, _rI], [0, 0]];
|
|
1159
|
-
export var EvaluatePullRequestApprovalRulesOutput = [
|
|
1156
|
+
export var EncryptionIntegrityChecksFailedException$ = [-3, n0, _EICFE, { [_e]: _s }, [_m], [0]];
|
|
1157
|
+
TypeRegistry.for(n0).registerError(EncryptionIntegrityChecksFailedException$, EncryptionIntegrityChecksFailedException);
|
|
1158
|
+
export var EncryptionKeyAccessDeniedException$ = [-3, n0, _EKADE, { [_e]: _c }, [_m], [0]];
|
|
1159
|
+
TypeRegistry.for(n0).registerError(EncryptionKeyAccessDeniedException$, EncryptionKeyAccessDeniedException);
|
|
1160
|
+
export var EncryptionKeyDisabledException$ = [-3, n0, _EKDE, { [_e]: _c }, [_m], [0]];
|
|
1161
|
+
TypeRegistry.for(n0).registerError(EncryptionKeyDisabledException$, EncryptionKeyDisabledException);
|
|
1162
|
+
export var EncryptionKeyInvalidIdException$ = [-3, n0, _EKIIE, { [_e]: _c }, [_m], [0]];
|
|
1163
|
+
TypeRegistry.for(n0).registerError(EncryptionKeyInvalidIdException$, EncryptionKeyInvalidIdException);
|
|
1164
|
+
export var EncryptionKeyInvalidUsageException$ = [-3, n0, _EKIUE, { [_e]: _c }, [_m], [0]];
|
|
1165
|
+
TypeRegistry.for(n0).registerError(EncryptionKeyInvalidUsageException$, EncryptionKeyInvalidUsageException);
|
|
1166
|
+
export var EncryptionKeyNotFoundException$ = [-3, n0, _EKNFE, { [_e]: _c }, [_m], [0]];
|
|
1167
|
+
TypeRegistry.for(n0).registerError(EncryptionKeyNotFoundException$, EncryptionKeyNotFoundException);
|
|
1168
|
+
export var EncryptionKeyRequiredException$ = [-3, n0, _EKRE, { [_e]: _c }, [_m], [0]];
|
|
1169
|
+
TypeRegistry.for(n0).registerError(EncryptionKeyRequiredException$, EncryptionKeyRequiredException);
|
|
1170
|
+
export var EncryptionKeyUnavailableException$ = [-3, n0, _EKUE, { [_e]: _c }, [_m], [0]];
|
|
1171
|
+
TypeRegistry.for(n0).registerError(EncryptionKeyUnavailableException$, EncryptionKeyUnavailableException);
|
|
1172
|
+
export var EvaluatePullRequestApprovalRulesInput$ = [3, n0, _EPRARI, 0, [_pRI, _rI], [0, 0]];
|
|
1173
|
+
export var EvaluatePullRequestApprovalRulesOutput$ = [
|
|
1160
1174
|
3,
|
|
1161
1175
|
n0,
|
|
1162
1176
|
_EPRARO,
|
|
1163
1177
|
0,
|
|
1164
1178
|
[_ev],
|
|
1165
|
-
[() => Evaluation],
|
|
1166
|
-
];
|
|
1167
|
-
export var Evaluation = [3, n0, _E, 0, [_ap, _o, _aRS, _aRNS], [2, 2, 64 | 0, 64 | 0]];
|
|
1168
|
-
export var File = [3, n0, _F, 0, [_bI, _aP, _rP, _fMi], [0, 0, 0, 0]];
|
|
1169
|
-
export var FileContentAndSourceFileSpecifiedException = [-3, n0, _FCASFSE, { [_e]: _c }, [_m], [0]];
|
|
1170
|
-
TypeRegistry.for(n0).registerError(FileContentAndSourceFileSpecifiedException
|
|
1171
|
-
export var FileContentRequiredException = [-3, n0, _FCRE, { [_e]: _c }, [_m], [0]];
|
|
1172
|
-
TypeRegistry.for(n0).registerError(FileContentRequiredException
|
|
1173
|
-
export var FileContentSizeLimitExceededException = [-3, n0, _FCSLEE, { [_e]: _c }, [_m], [0]];
|
|
1174
|
-
TypeRegistry.for(n0).registerError(FileContentSizeLimitExceededException
|
|
1175
|
-
export var FileDoesNotExistException = [-3, n0, _FDNEE, { [_e]: _c }, [_m], [0]];
|
|
1176
|
-
TypeRegistry.for(n0).registerError(FileDoesNotExistException
|
|
1177
|
-
export var FileEntryRequiredException = [-3, n0, _FERE, { [_e]: _c }, [_m], [0]];
|
|
1178
|
-
TypeRegistry.for(n0).registerError(FileEntryRequiredException
|
|
1179
|
-
export var FileMetadata = [3, n0, _FM, 0, [_aP, _bI, _fMi], [0, 0, 0]];
|
|
1180
|
-
export var FileModeRequiredException = [-3, n0, _FMRE, { [_e]: _c }, [_m], [0]];
|
|
1181
|
-
TypeRegistry.for(n0).registerError(FileModeRequiredException
|
|
1182
|
-
export var FileModes = [3, n0, _FMi, 0, [_so, _des, _b], [0, 0, 0]];
|
|
1183
|
-
export var FileNameConflictsWithDirectoryNameException = [
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1179
|
+
[() => Evaluation$],
|
|
1180
|
+
];
|
|
1181
|
+
export var Evaluation$ = [3, n0, _E, 0, [_ap, _o, _aRS, _aRNS], [2, 2, 64 | 0, 64 | 0]];
|
|
1182
|
+
export var File$ = [3, n0, _F, 0, [_bI, _aP, _rP, _fMi], [0, 0, 0, 0]];
|
|
1183
|
+
export var FileContentAndSourceFileSpecifiedException$ = [-3, n0, _FCASFSE, { [_e]: _c }, [_m], [0]];
|
|
1184
|
+
TypeRegistry.for(n0).registerError(FileContentAndSourceFileSpecifiedException$, FileContentAndSourceFileSpecifiedException);
|
|
1185
|
+
export var FileContentRequiredException$ = [-3, n0, _FCRE, { [_e]: _c }, [_m], [0]];
|
|
1186
|
+
TypeRegistry.for(n0).registerError(FileContentRequiredException$, FileContentRequiredException);
|
|
1187
|
+
export var FileContentSizeLimitExceededException$ = [-3, n0, _FCSLEE, { [_e]: _c }, [_m], [0]];
|
|
1188
|
+
TypeRegistry.for(n0).registerError(FileContentSizeLimitExceededException$, FileContentSizeLimitExceededException);
|
|
1189
|
+
export var FileDoesNotExistException$ = [-3, n0, _FDNEE, { [_e]: _c }, [_m], [0]];
|
|
1190
|
+
TypeRegistry.for(n0).registerError(FileDoesNotExistException$, FileDoesNotExistException);
|
|
1191
|
+
export var FileEntryRequiredException$ = [-3, n0, _FERE, { [_e]: _c }, [_m], [0]];
|
|
1192
|
+
TypeRegistry.for(n0).registerError(FileEntryRequiredException$, FileEntryRequiredException);
|
|
1193
|
+
export var FileMetadata$ = [3, n0, _FM, 0, [_aP, _bI, _fMi], [0, 0, 0]];
|
|
1194
|
+
export var FileModeRequiredException$ = [-3, n0, _FMRE, { [_e]: _c }, [_m], [0]];
|
|
1195
|
+
TypeRegistry.for(n0).registerError(FileModeRequiredException$, FileModeRequiredException);
|
|
1196
|
+
export var FileModes$ = [3, n0, _FMi, 0, [_so, _des, _b], [0, 0, 0]];
|
|
1197
|
+
export var FileNameConflictsWithDirectoryNameException$ = [
|
|
1198
|
+
-3,
|
|
1199
|
+
n0,
|
|
1200
|
+
_FNCWDNE,
|
|
1201
|
+
{ [_e]: _c },
|
|
1202
|
+
[_m],
|
|
1203
|
+
[0],
|
|
1204
|
+
];
|
|
1205
|
+
TypeRegistry.for(n0).registerError(FileNameConflictsWithDirectoryNameException$, FileNameConflictsWithDirectoryNameException);
|
|
1206
|
+
export var FilePathConflictsWithSubmodulePathException$ = [
|
|
1207
|
+
-3,
|
|
1208
|
+
n0,
|
|
1209
|
+
_FPCWSPE,
|
|
1210
|
+
{ [_e]: _c },
|
|
1211
|
+
[_m],
|
|
1212
|
+
[0],
|
|
1213
|
+
];
|
|
1214
|
+
TypeRegistry.for(n0).registerError(FilePathConflictsWithSubmodulePathException$, FilePathConflictsWithSubmodulePathException);
|
|
1215
|
+
export var FileSizes$ = [3, n0, _FS, 0, [_so, _des, _b], [1, 1, 1]];
|
|
1216
|
+
export var FileTooLargeException$ = [-3, n0, _FTLE, { [_e]: _c }, [_m], [0]];
|
|
1217
|
+
TypeRegistry.for(n0).registerError(FileTooLargeException$, FileTooLargeException);
|
|
1218
|
+
export var FileVersion$ = [
|
|
1191
1219
|
3,
|
|
1192
1220
|
n0,
|
|
1193
1221
|
_FV,
|
|
1194
1222
|
0,
|
|
1195
1223
|
[_commit, _bI, _p, _rCev],
|
|
1196
|
-
[() => Commit
|
|
1224
|
+
[() => Commit$, 0, 0, 64 | 0],
|
|
1197
1225
|
];
|
|
1198
|
-
export var Folder = [3, n0, _Fo, 0, [_tI, _aP, _rP], [0, 0, 0]];
|
|
1199
|
-
export var FolderContentSizeLimitExceededException = [-3, n0, _FCSLEEo, { [_e]: _c }, [_m], [0]];
|
|
1200
|
-
TypeRegistry.for(n0).registerError(FolderContentSizeLimitExceededException
|
|
1201
|
-
export var FolderDoesNotExistException = [-3, n0, _FDNEEo, { [_e]: _c }, [_m], [0]];
|
|
1202
|
-
TypeRegistry.for(n0).registerError(FolderDoesNotExistException
|
|
1203
|
-
export var GetApprovalRuleTemplateInput = [3, n0, _GARTI, 0, [_aRTN], [0]];
|
|
1204
|
-
export var GetApprovalRuleTemplateOutput = [
|
|
1226
|
+
export var Folder$ = [3, n0, _Fo, 0, [_tI, _aP, _rP], [0, 0, 0]];
|
|
1227
|
+
export var FolderContentSizeLimitExceededException$ = [-3, n0, _FCSLEEo, { [_e]: _c }, [_m], [0]];
|
|
1228
|
+
TypeRegistry.for(n0).registerError(FolderContentSizeLimitExceededException$, FolderContentSizeLimitExceededException);
|
|
1229
|
+
export var FolderDoesNotExistException$ = [-3, n0, _FDNEEo, { [_e]: _c }, [_m], [0]];
|
|
1230
|
+
TypeRegistry.for(n0).registerError(FolderDoesNotExistException$, FolderDoesNotExistException);
|
|
1231
|
+
export var GetApprovalRuleTemplateInput$ = [3, n0, _GARTI, 0, [_aRTN], [0]];
|
|
1232
|
+
export var GetApprovalRuleTemplateOutput$ = [
|
|
1205
1233
|
3,
|
|
1206
1234
|
n0,
|
|
1207
1235
|
_GARTO,
|
|
1208
1236
|
0,
|
|
1209
1237
|
[_aRT],
|
|
1210
|
-
[() => ApprovalRuleTemplate],
|
|
1238
|
+
[() => ApprovalRuleTemplate$],
|
|
1211
1239
|
];
|
|
1212
|
-
export var GetBlobInput = [3, n0, _GBI, 0, [_rN, _bI], [0, 0]];
|
|
1213
|
-
export var GetBlobOutput = [3, n0, _GBO, 0, [_con], [21]];
|
|
1214
|
-
export var GetBranchInput = [3, n0, _GBIe, 0, [_rN, _bN], [0, 0]];
|
|
1215
|
-
export var GetBranchOutput = [3, n0, _GBOe, 0, [_br], [() => BranchInfo]];
|
|
1216
|
-
export var GetCommentInput = [3, n0, _GCI, 0, [_cIom], [0]];
|
|
1217
|
-
export var GetCommentOutput = [3, n0, _GCO, 0, [_comme], [() => Comment]];
|
|
1218
|
-
export var GetCommentReactionsInput = [3, n0, _GCRI, 0, [_cIom, _rUA, _nT, _mR], [0, 0, 0, 1]];
|
|
1219
|
-
export var GetCommentReactionsOutput = [
|
|
1240
|
+
export var GetBlobInput$ = [3, n0, _GBI, 0, [_rN, _bI], [0, 0]];
|
|
1241
|
+
export var GetBlobOutput$ = [3, n0, _GBO, 0, [_con], [21]];
|
|
1242
|
+
export var GetBranchInput$ = [3, n0, _GBIe, 0, [_rN, _bN], [0, 0]];
|
|
1243
|
+
export var GetBranchOutput$ = [3, n0, _GBOe, 0, [_br], [() => BranchInfo$]];
|
|
1244
|
+
export var GetCommentInput$ = [3, n0, _GCI, 0, [_cIom], [0]];
|
|
1245
|
+
export var GetCommentOutput$ = [3, n0, _GCO, 0, [_comme], [() => Comment$]];
|
|
1246
|
+
export var GetCommentReactionsInput$ = [3, n0, _GCRI, 0, [_cIom, _rUA, _nT, _mR], [0, 0, 0, 1]];
|
|
1247
|
+
export var GetCommentReactionsOutput$ = [
|
|
1220
1248
|
3,
|
|
1221
1249
|
n0,
|
|
1222
1250
|
_GCRO,
|
|
@@ -1224,7 +1252,7 @@ export var GetCommentReactionsOutput = [
|
|
|
1224
1252
|
[_rFC, _nT],
|
|
1225
1253
|
[() => ReactionsForCommentList, 0],
|
|
1226
1254
|
];
|
|
1227
|
-
export var GetCommentsForComparedCommitInput = [
|
|
1255
|
+
export var GetCommentsForComparedCommitInput$ = [
|
|
1228
1256
|
3,
|
|
1229
1257
|
n0,
|
|
1230
1258
|
_GCFCCI,
|
|
@@ -1232,7 +1260,7 @@ export var GetCommentsForComparedCommitInput = [
|
|
|
1232
1260
|
[_rN, _bCIe, _aCI, _nT, _mR],
|
|
1233
1261
|
[0, 0, 0, 0, 1],
|
|
1234
1262
|
];
|
|
1235
|
-
export var GetCommentsForComparedCommitOutput = [
|
|
1263
|
+
export var GetCommentsForComparedCommitOutput$ = [
|
|
1236
1264
|
3,
|
|
1237
1265
|
n0,
|
|
1238
1266
|
_GCFCCO,
|
|
@@ -1240,7 +1268,7 @@ export var GetCommentsForComparedCommitOutput = [
|
|
|
1240
1268
|
[_cFCCD, _nT],
|
|
1241
1269
|
[() => CommentsForComparedCommitData, 0],
|
|
1242
1270
|
];
|
|
1243
|
-
export var GetCommentsForPullRequestInput = [
|
|
1271
|
+
export var GetCommentsForPullRequestInput$ = [
|
|
1244
1272
|
3,
|
|
1245
1273
|
n0,
|
|
1246
1274
|
_GCFPRI,
|
|
@@ -1248,7 +1276,7 @@ export var GetCommentsForPullRequestInput = [
|
|
|
1248
1276
|
[_pRI, _rN, _bCIe, _aCI, _nT, _mR],
|
|
1249
1277
|
[0, 0, 0, 0, 0, 1],
|
|
1250
1278
|
];
|
|
1251
|
-
export var GetCommentsForPullRequestOutput = [
|
|
1279
|
+
export var GetCommentsForPullRequestOutput$ = [
|
|
1252
1280
|
3,
|
|
1253
1281
|
n0,
|
|
1254
1282
|
_GCFPRO,
|
|
@@ -1256,9 +1284,9 @@ export var GetCommentsForPullRequestOutput = [
|
|
|
1256
1284
|
[_cFPRD, _nT],
|
|
1257
1285
|
[() => CommentsForPullRequestData, 0],
|
|
1258
1286
|
];
|
|
1259
|
-
export var GetCommitInput = [3, n0, _GCIe, 0, [_rN, _cI], [0, 0]];
|
|
1260
|
-
export var GetCommitOutput = [3, n0, _GCOe, 0, [_commit], [() => Commit]];
|
|
1261
|
-
export var GetDifferencesInput = [
|
|
1287
|
+
export var GetCommitInput$ = [3, n0, _GCIe, 0, [_rN, _cI], [0, 0]];
|
|
1288
|
+
export var GetCommitOutput$ = [3, n0, _GCOe, 0, [_commit], [() => Commit$]];
|
|
1289
|
+
export var GetDifferencesInput$ = [
|
|
1262
1290
|
3,
|
|
1263
1291
|
n0,
|
|
1264
1292
|
_GDI,
|
|
@@ -1266,9 +1294,9 @@ export var GetDifferencesInput = [
|
|
|
1266
1294
|
[_rN, _bCS, _aCS, _bP, _aPf, _MR, _NT],
|
|
1267
1295
|
[0, 0, 0, 0, 0, 1, 0],
|
|
1268
1296
|
];
|
|
1269
|
-
export var GetDifferencesOutput = [3, n0, _GDO, 0, [_di, _NT], [() => DifferenceList, 0]];
|
|
1270
|
-
export var GetFileInput = [3, n0, _GFI, 0, [_rN, _cS, _fP], [0, 0, 0]];
|
|
1271
|
-
export var GetFileOutput = [
|
|
1297
|
+
export var GetDifferencesOutput$ = [3, n0, _GDO, 0, [_di, _NT], [() => DifferenceList, 0]];
|
|
1298
|
+
export var GetFileInput$ = [3, n0, _GFI, 0, [_rN, _cS, _fP], [0, 0, 0]];
|
|
1299
|
+
export var GetFileOutput$ = [
|
|
1272
1300
|
3,
|
|
1273
1301
|
n0,
|
|
1274
1302
|
_GFO,
|
|
@@ -1276,8 +1304,8 @@ export var GetFileOutput = [
|
|
|
1276
1304
|
[_cI, _bI, _fP, _fMi, _fSi, _fC],
|
|
1277
1305
|
[0, 0, 0, 0, 1, 21],
|
|
1278
1306
|
];
|
|
1279
|
-
export var GetFolderInput = [3, n0, _GFIe, 0, [_rN, _cS, _fPo], [0, 0, 0]];
|
|
1280
|
-
export var GetFolderOutput = [
|
|
1307
|
+
export var GetFolderInput$ = [3, n0, _GFIe, 0, [_rN, _cS, _fPo], [0, 0, 0]];
|
|
1308
|
+
export var GetFolderOutput$ = [
|
|
1281
1309
|
3,
|
|
1282
1310
|
n0,
|
|
1283
1311
|
_GFOe,
|
|
@@ -1285,7 +1313,7 @@ export var GetFolderOutput = [
|
|
|
1285
1313
|
[_cI, _fPo, _tI, _sF, _f, _sL, _sM],
|
|
1286
1314
|
[0, 0, 0, () => FolderList, () => FileList, () => SymbolicLinkList, () => SubModuleList],
|
|
1287
1315
|
];
|
|
1288
|
-
export var GetMergeCommitInput = [
|
|
1316
|
+
export var GetMergeCommitInput$ = [
|
|
1289
1317
|
3,
|
|
1290
1318
|
n0,
|
|
1291
1319
|
_GMCI,
|
|
@@ -1293,8 +1321,8 @@ export var GetMergeCommitInput = [
|
|
|
1293
1321
|
[_rN, _sCS, _dCS, _cDL, _cRS],
|
|
1294
1322
|
[0, 0, 0, 0, 0],
|
|
1295
1323
|
];
|
|
1296
|
-
export var GetMergeCommitOutput = [3, n0, _GMCO, 0, [_sCI, _dCI, _bCI, _mCI], [0, 0, 0, 0]];
|
|
1297
|
-
export var GetMergeConflictsInput = [
|
|
1324
|
+
export var GetMergeCommitOutput$ = [3, n0, _GMCO, 0, [_sCI, _dCI, _bCI, _mCI], [0, 0, 0, 0]];
|
|
1325
|
+
export var GetMergeConflictsInput$ = [
|
|
1298
1326
|
3,
|
|
1299
1327
|
n0,
|
|
1300
1328
|
_GMCIe,
|
|
@@ -1302,7 +1330,7 @@ export var GetMergeConflictsInput = [
|
|
|
1302
1330
|
[_rN, _dCS, _sCS, _mO, _cDL, _mCF, _cRS, _nT],
|
|
1303
1331
|
[0, 0, 0, 0, 0, 1, 0, 0],
|
|
1304
1332
|
];
|
|
1305
|
-
export var GetMergeConflictsOutput = [
|
|
1333
|
+
export var GetMergeConflictsOutput$ = [
|
|
1306
1334
|
3,
|
|
1307
1335
|
n0,
|
|
1308
1336
|
_GMCOe,
|
|
@@ -1310,7 +1338,7 @@ export var GetMergeConflictsOutput = [
|
|
|
1310
1338
|
[_me, _dCI, _sCI, _bCI, _cML, _nT],
|
|
1311
1339
|
[2, 0, 0, 0, () => ConflictMetadataList, 0],
|
|
1312
1340
|
];
|
|
1313
|
-
export var GetMergeOptionsInput = [
|
|
1341
|
+
export var GetMergeOptionsInput$ = [
|
|
1314
1342
|
3,
|
|
1315
1343
|
n0,
|
|
1316
1344
|
_GMOI,
|
|
@@ -1318,7 +1346,7 @@ export var GetMergeOptionsInput = [
|
|
|
1318
1346
|
[_rN, _sCS, _dCS, _cDL, _cRS],
|
|
1319
1347
|
[0, 0, 0, 0, 0],
|
|
1320
1348
|
];
|
|
1321
|
-
export var GetMergeOptionsOutput = [
|
|
1349
|
+
export var GetMergeOptionsOutput$ = [
|
|
1322
1350
|
3,
|
|
1323
1351
|
n0,
|
|
1324
1352
|
_GMOO,
|
|
@@ -1326,8 +1354,8 @@ export var GetMergeOptionsOutput = [
|
|
|
1326
1354
|
[_mOer, _sCI, _dCI, _bCI],
|
|
1327
1355
|
[64 | 0, 0, 0, 0],
|
|
1328
1356
|
];
|
|
1329
|
-
export var GetPullRequestApprovalStatesInput = [3, n0, _GPRASI, 0, [_pRI, _rI], [0, 0]];
|
|
1330
|
-
export var GetPullRequestApprovalStatesOutput = [
|
|
1357
|
+
export var GetPullRequestApprovalStatesInput$ = [3, n0, _GPRASI, 0, [_pRI, _rI], [0, 0]];
|
|
1358
|
+
export var GetPullRequestApprovalStatesOutput$ = [
|
|
1331
1359
|
3,
|
|
1332
1360
|
n0,
|
|
1333
1361
|
_GPRASO,
|
|
@@ -1335,14 +1363,14 @@ export var GetPullRequestApprovalStatesOutput = [
|
|
|
1335
1363
|
[_app],
|
|
1336
1364
|
[() => ApprovalList],
|
|
1337
1365
|
];
|
|
1338
|
-
export var GetPullRequestInput = [3, n0, _GPRI, 0, [_pRI], [0]];
|
|
1339
|
-
export var GetPullRequestOutput = [3, n0, _GPRO, 0, [_pR], [() => PullRequest]];
|
|
1340
|
-
export var GetPullRequestOverrideStateInput = [3, n0, _GPROSI, 0, [_pRI, _rI], [0, 0]];
|
|
1341
|
-
export var GetPullRequestOverrideStateOutput = [3, n0, _GPROSO, 0, [_o, _ov], [2, 0]];
|
|
1342
|
-
export var GetRepositoryInput = [3, n0, _GRI, 0, [_rN], [0]];
|
|
1343
|
-
export var GetRepositoryOutput = [3, n0, _GRO, 0, [_rM], [() => RepositoryMetadata]];
|
|
1344
|
-
export var GetRepositoryTriggersInput = [3, n0, _GRTI, 0, [_rN], [0]];
|
|
1345
|
-
export var GetRepositoryTriggersOutput = [
|
|
1366
|
+
export var GetPullRequestInput$ = [3, n0, _GPRI, 0, [_pRI], [0]];
|
|
1367
|
+
export var GetPullRequestOutput$ = [3, n0, _GPRO, 0, [_pR], [() => PullRequest$]];
|
|
1368
|
+
export var GetPullRequestOverrideStateInput$ = [3, n0, _GPROSI, 0, [_pRI, _rI], [0, 0]];
|
|
1369
|
+
export var GetPullRequestOverrideStateOutput$ = [3, n0, _GPROSO, 0, [_o, _ov], [2, 0]];
|
|
1370
|
+
export var GetRepositoryInput$ = [3, n0, _GRI, 0, [_rN], [0]];
|
|
1371
|
+
export var GetRepositoryOutput$ = [3, n0, _GRO, 0, [_rM], [() => RepositoryMetadata$]];
|
|
1372
|
+
export var GetRepositoryTriggersInput$ = [3, n0, _GRTI, 0, [_rN], [0]];
|
|
1373
|
+
export var GetRepositoryTriggersOutput$ = [
|
|
1346
1374
|
3,
|
|
1347
1375
|
n0,
|
|
1348
1376
|
_GRTO,
|
|
@@ -1350,17 +1378,17 @@ export var GetRepositoryTriggersOutput = [
|
|
|
1350
1378
|
[_cIon, _tr],
|
|
1351
1379
|
[0, () => RepositoryTriggersList],
|
|
1352
1380
|
];
|
|
1353
|
-
export var IdempotencyParameterMismatchException = [-3, n0, _IPME, { [_e]: _c }, [_m], [0]];
|
|
1354
|
-
TypeRegistry.for(n0).registerError(IdempotencyParameterMismatchException
|
|
1355
|
-
export var InvalidActorArnException = [-3, n0, _IAAE, { [_e]: _c }, [_m], [0]];
|
|
1356
|
-
TypeRegistry.for(n0).registerError(InvalidActorArnException
|
|
1357
|
-
export var InvalidApprovalRuleContentException = [-3, n0, _IARCE, { [_e]: _c }, [_m], [0]];
|
|
1358
|
-
TypeRegistry.for(n0).registerError(InvalidApprovalRuleContentException
|
|
1359
|
-
export var InvalidApprovalRuleNameException = [-3, n0, _IARNE, { [_e]: _c }, [_m], [0]];
|
|
1360
|
-
TypeRegistry.for(n0).registerError(InvalidApprovalRuleNameException
|
|
1361
|
-
export var InvalidApprovalRuleTemplateContentException = [-3, n0, _IARTCE, { [_e]: _c }, [_m], [0]];
|
|
1362
|
-
TypeRegistry.for(n0).registerError(InvalidApprovalRuleTemplateContentException
|
|
1363
|
-
export var InvalidApprovalRuleTemplateDescriptionException = [
|
|
1381
|
+
export var IdempotencyParameterMismatchException$ = [-3, n0, _IPME, { [_e]: _c }, [_m], [0]];
|
|
1382
|
+
TypeRegistry.for(n0).registerError(IdempotencyParameterMismatchException$, IdempotencyParameterMismatchException);
|
|
1383
|
+
export var InvalidActorArnException$ = [-3, n0, _IAAE, { [_e]: _c }, [_m], [0]];
|
|
1384
|
+
TypeRegistry.for(n0).registerError(InvalidActorArnException$, InvalidActorArnException);
|
|
1385
|
+
export var InvalidApprovalRuleContentException$ = [-3, n0, _IARCE, { [_e]: _c }, [_m], [0]];
|
|
1386
|
+
TypeRegistry.for(n0).registerError(InvalidApprovalRuleContentException$, InvalidApprovalRuleContentException);
|
|
1387
|
+
export var InvalidApprovalRuleNameException$ = [-3, n0, _IARNE, { [_e]: _c }, [_m], [0]];
|
|
1388
|
+
TypeRegistry.for(n0).registerError(InvalidApprovalRuleNameException$, InvalidApprovalRuleNameException);
|
|
1389
|
+
export var InvalidApprovalRuleTemplateContentException$ = [-3, n0, _IARTCE, { [_e]: _c }, [_m], [0]];
|
|
1390
|
+
TypeRegistry.for(n0).registerError(InvalidApprovalRuleTemplateContentException$, InvalidApprovalRuleTemplateContentException);
|
|
1391
|
+
export var InvalidApprovalRuleTemplateDescriptionException$ = [
|
|
1364
1392
|
-3,
|
|
1365
1393
|
n0,
|
|
1366
1394
|
_IARTDE,
|
|
@@ -1368,92 +1396,92 @@ export var InvalidApprovalRuleTemplateDescriptionException = [
|
|
|
1368
1396
|
[_m],
|
|
1369
1397
|
[0],
|
|
1370
1398
|
];
|
|
1371
|
-
TypeRegistry.for(n0).registerError(InvalidApprovalRuleTemplateDescriptionException
|
|
1372
|
-
export var InvalidApprovalRuleTemplateNameException = [-3, n0, _IARTNE, { [_e]: _c }, [_m], [0]];
|
|
1373
|
-
TypeRegistry.for(n0).registerError(InvalidApprovalRuleTemplateNameException
|
|
1374
|
-
export var InvalidApprovalStateException = [-3, n0, _IASE, { [_e]: _c }, [_m], [0]];
|
|
1375
|
-
TypeRegistry.for(n0).registerError(InvalidApprovalStateException
|
|
1376
|
-
export var InvalidAuthorArnException = [-3, n0, _IAAEn, { [_e]: _c }, [_m], [0]];
|
|
1377
|
-
TypeRegistry.for(n0).registerError(InvalidAuthorArnException
|
|
1378
|
-
export var InvalidBlobIdException = [-3, n0, _IBIE, { [_e]: _c }, [_m], [0]];
|
|
1379
|
-
TypeRegistry.for(n0).registerError(InvalidBlobIdException
|
|
1380
|
-
export var InvalidBranchNameException = [-3, n0, _IBNE, { [_e]: _c }, [_m], [0]];
|
|
1381
|
-
TypeRegistry.for(n0).registerError(InvalidBranchNameException
|
|
1382
|
-
export var InvalidClientRequestTokenException = [-3, n0, _ICRTE, { [_e]: _c }, [_m], [0]];
|
|
1383
|
-
TypeRegistry.for(n0).registerError(InvalidClientRequestTokenException
|
|
1384
|
-
export var InvalidCommentIdException = [-3, n0, _ICIE, { [_e]: _c }, [_m], [0]];
|
|
1385
|
-
TypeRegistry.for(n0).registerError(InvalidCommentIdException
|
|
1386
|
-
export var InvalidCommitException = [-3, n0, _ICE, { [_e]: _c }, [_m], [0]];
|
|
1387
|
-
TypeRegistry.for(n0).registerError(InvalidCommitException
|
|
1388
|
-
export var InvalidCommitIdException = [-3, n0, _ICIEn, { [_e]: _c }, [_m], [0]];
|
|
1389
|
-
TypeRegistry.for(n0).registerError(InvalidCommitIdException
|
|
1390
|
-
export var InvalidConflictDetailLevelException = [-3, n0, _ICDLE, { [_e]: _c }, [_m], [0]];
|
|
1391
|
-
TypeRegistry.for(n0).registerError(InvalidConflictDetailLevelException
|
|
1392
|
-
export var InvalidConflictResolutionException = [-3, n0, _ICRE, { [_e]: _c }, [_m], [0]];
|
|
1393
|
-
TypeRegistry.for(n0).registerError(InvalidConflictResolutionException
|
|
1394
|
-
export var InvalidConflictResolutionStrategyException = [-3, n0, _ICRSE, { [_e]: _c }, [_m], [0]];
|
|
1395
|
-
TypeRegistry.for(n0).registerError(InvalidConflictResolutionStrategyException
|
|
1396
|
-
export var InvalidContinuationTokenException = [-3, n0, _ICTE, { [_e]: _c }, [_m], [0]];
|
|
1397
|
-
TypeRegistry.for(n0).registerError(InvalidContinuationTokenException
|
|
1398
|
-
export var InvalidDeletionParameterException = [-3, n0, _IDPE, { [_e]: _c }, [_m], [0]];
|
|
1399
|
-
TypeRegistry.for(n0).registerError(InvalidDeletionParameterException
|
|
1400
|
-
export var InvalidDescriptionException = [-3, n0, _IDE, { [_e]: _c }, [_m], [0]];
|
|
1401
|
-
TypeRegistry.for(n0).registerError(InvalidDescriptionException
|
|
1402
|
-
export var InvalidDestinationCommitSpecifierException = [-3, n0, _IDCSE, { [_e]: _c }, [_m], [0]];
|
|
1403
|
-
TypeRegistry.for(n0).registerError(InvalidDestinationCommitSpecifierException
|
|
1404
|
-
export var InvalidEmailException = [-3, n0, _IEE, { [_e]: _c }, [_m], [0]];
|
|
1405
|
-
TypeRegistry.for(n0).registerError(InvalidEmailException
|
|
1406
|
-
export var InvalidFileLocationException = [-3, n0, _IFLE, { [_e]: _c }, [_m], [0]];
|
|
1407
|
-
TypeRegistry.for(n0).registerError(InvalidFileLocationException
|
|
1408
|
-
export var InvalidFileModeException = [-3, n0, _IFME, { [_e]: _c }, [_m], [0]];
|
|
1409
|
-
TypeRegistry.for(n0).registerError(InvalidFileModeException
|
|
1410
|
-
export var InvalidFilePositionException = [-3, n0, _IFPE, { [_e]: _c }, [_m], [0]];
|
|
1411
|
-
TypeRegistry.for(n0).registerError(InvalidFilePositionException
|
|
1412
|
-
export var InvalidMaxConflictFilesException = [-3, n0, _IMCFE, { [_e]: _c }, [_m], [0]];
|
|
1413
|
-
TypeRegistry.for(n0).registerError(InvalidMaxConflictFilesException
|
|
1414
|
-
export var InvalidMaxMergeHunksException = [-3, n0, _IMMHE, { [_e]: _c }, [_m], [0]];
|
|
1415
|
-
TypeRegistry.for(n0).registerError(InvalidMaxMergeHunksException
|
|
1416
|
-
export var InvalidMaxResultsException = [-3, n0, _IMRE, { [_e]: _c }, [_m], [0]];
|
|
1417
|
-
TypeRegistry.for(n0).registerError(InvalidMaxResultsException
|
|
1418
|
-
export var InvalidMergeOptionException = [-3, n0, _IMOE, { [_e]: _c }, [_m], [0]];
|
|
1419
|
-
TypeRegistry.for(n0).registerError(InvalidMergeOptionException
|
|
1420
|
-
export var InvalidOrderException = [-3, n0, _IOE, { [_e]: _c }, [_m], [0]];
|
|
1421
|
-
TypeRegistry.for(n0).registerError(InvalidOrderException
|
|
1422
|
-
export var InvalidOverrideStatusException = [-3, n0, _IOSE, { [_e]: _c }, [_m], [0]];
|
|
1423
|
-
TypeRegistry.for(n0).registerError(InvalidOverrideStatusException
|
|
1424
|
-
export var InvalidParentCommitIdException = [-3, n0, _IPCIE, { [_e]: _c }, [_m], [0]];
|
|
1425
|
-
TypeRegistry.for(n0).registerError(InvalidParentCommitIdException
|
|
1426
|
-
export var InvalidPathException = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
|
|
1427
|
-
TypeRegistry.for(n0).registerError(InvalidPathException
|
|
1428
|
-
export var InvalidPullRequestEventTypeException = [-3, n0, _IPRETE, { [_e]: _c }, [_m], [0]];
|
|
1429
|
-
TypeRegistry.for(n0).registerError(InvalidPullRequestEventTypeException
|
|
1430
|
-
export var InvalidPullRequestIdException = [-3, n0, _IPRIE, { [_e]: _c }, [_m], [0]];
|
|
1431
|
-
TypeRegistry.for(n0).registerError(InvalidPullRequestIdException
|
|
1432
|
-
export var InvalidPullRequestStatusException = [-3, n0, _IPRSE, { [_e]: _c }, [_m], [0]];
|
|
1433
|
-
TypeRegistry.for(n0).registerError(InvalidPullRequestStatusException
|
|
1434
|
-
export var InvalidPullRequestStatusUpdateException = [-3, n0, _IPRSUE, { [_e]: _c }, [_m], [0]];
|
|
1435
|
-
TypeRegistry.for(n0).registerError(InvalidPullRequestStatusUpdateException
|
|
1436
|
-
export var InvalidReactionUserArnException = [-3, n0, _IRUAE, { [_e]: _c }, [_m], [0]];
|
|
1437
|
-
TypeRegistry.for(n0).registerError(InvalidReactionUserArnException
|
|
1438
|
-
export var InvalidReactionValueException = [-3, n0, _IRVE, { [_e]: _c }, [_m], [0]];
|
|
1439
|
-
TypeRegistry.for(n0).registerError(InvalidReactionValueException
|
|
1440
|
-
export var InvalidReferenceNameException = [-3, n0, _IRNE, { [_e]: _c }, [_m], [0]];
|
|
1441
|
-
TypeRegistry.for(n0).registerError(InvalidReferenceNameException
|
|
1442
|
-
export var InvalidRelativeFileVersionEnumException = [-3, n0, _IRFVEE, { [_e]: _c }, [_m], [0]];
|
|
1443
|
-
TypeRegistry.for(n0).registerError(InvalidRelativeFileVersionEnumException
|
|
1444
|
-
export var InvalidReplacementContentException = [-3, n0, _IRCE, { [_e]: _c }, [_m], [0]];
|
|
1445
|
-
TypeRegistry.for(n0).registerError(InvalidReplacementContentException
|
|
1446
|
-
export var InvalidReplacementTypeException = [-3, n0, _IRTE, { [_e]: _c }, [_m], [0]];
|
|
1447
|
-
TypeRegistry.for(n0).registerError(InvalidReplacementTypeException
|
|
1448
|
-
export var InvalidRepositoryDescriptionException = [-3, n0, _IRDE, { [_e]: _c }, [_m], [0]];
|
|
1449
|
-
TypeRegistry.for(n0).registerError(InvalidRepositoryDescriptionException
|
|
1450
|
-
export var InvalidRepositoryNameException = [-3, n0, _IRNEn, { [_e]: _c }, [_m], [0]];
|
|
1451
|
-
TypeRegistry.for(n0).registerError(InvalidRepositoryNameException
|
|
1452
|
-
export var InvalidRepositoryTriggerBranchNameException = [-3, n0, _IRTBNE, { [_e]: _c }, [_m], [0]];
|
|
1453
|
-
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerBranchNameException
|
|
1454
|
-
export var InvalidRepositoryTriggerCustomDataException = [-3, n0, _IRTCDE, { [_e]: _c }, [_m], [0]];
|
|
1455
|
-
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerCustomDataException
|
|
1456
|
-
export var InvalidRepositoryTriggerDestinationArnException = [
|
|
1399
|
+
TypeRegistry.for(n0).registerError(InvalidApprovalRuleTemplateDescriptionException$, InvalidApprovalRuleTemplateDescriptionException);
|
|
1400
|
+
export var InvalidApprovalRuleTemplateNameException$ = [-3, n0, _IARTNE, { [_e]: _c }, [_m], [0]];
|
|
1401
|
+
TypeRegistry.for(n0).registerError(InvalidApprovalRuleTemplateNameException$, InvalidApprovalRuleTemplateNameException);
|
|
1402
|
+
export var InvalidApprovalStateException$ = [-3, n0, _IASE, { [_e]: _c }, [_m], [0]];
|
|
1403
|
+
TypeRegistry.for(n0).registerError(InvalidApprovalStateException$, InvalidApprovalStateException);
|
|
1404
|
+
export var InvalidAuthorArnException$ = [-3, n0, _IAAEn, { [_e]: _c }, [_m], [0]];
|
|
1405
|
+
TypeRegistry.for(n0).registerError(InvalidAuthorArnException$, InvalidAuthorArnException);
|
|
1406
|
+
export var InvalidBlobIdException$ = [-3, n0, _IBIE, { [_e]: _c }, [_m], [0]];
|
|
1407
|
+
TypeRegistry.for(n0).registerError(InvalidBlobIdException$, InvalidBlobIdException);
|
|
1408
|
+
export var InvalidBranchNameException$ = [-3, n0, _IBNE, { [_e]: _c }, [_m], [0]];
|
|
1409
|
+
TypeRegistry.for(n0).registerError(InvalidBranchNameException$, InvalidBranchNameException);
|
|
1410
|
+
export var InvalidClientRequestTokenException$ = [-3, n0, _ICRTE, { [_e]: _c }, [_m], [0]];
|
|
1411
|
+
TypeRegistry.for(n0).registerError(InvalidClientRequestTokenException$, InvalidClientRequestTokenException);
|
|
1412
|
+
export var InvalidCommentIdException$ = [-3, n0, _ICIE, { [_e]: _c }, [_m], [0]];
|
|
1413
|
+
TypeRegistry.for(n0).registerError(InvalidCommentIdException$, InvalidCommentIdException);
|
|
1414
|
+
export var InvalidCommitException$ = [-3, n0, _ICE, { [_e]: _c }, [_m], [0]];
|
|
1415
|
+
TypeRegistry.for(n0).registerError(InvalidCommitException$, InvalidCommitException);
|
|
1416
|
+
export var InvalidCommitIdException$ = [-3, n0, _ICIEn, { [_e]: _c }, [_m], [0]];
|
|
1417
|
+
TypeRegistry.for(n0).registerError(InvalidCommitIdException$, InvalidCommitIdException);
|
|
1418
|
+
export var InvalidConflictDetailLevelException$ = [-3, n0, _ICDLE, { [_e]: _c }, [_m], [0]];
|
|
1419
|
+
TypeRegistry.for(n0).registerError(InvalidConflictDetailLevelException$, InvalidConflictDetailLevelException);
|
|
1420
|
+
export var InvalidConflictResolutionException$ = [-3, n0, _ICRE, { [_e]: _c }, [_m], [0]];
|
|
1421
|
+
TypeRegistry.for(n0).registerError(InvalidConflictResolutionException$, InvalidConflictResolutionException);
|
|
1422
|
+
export var InvalidConflictResolutionStrategyException$ = [-3, n0, _ICRSE, { [_e]: _c }, [_m], [0]];
|
|
1423
|
+
TypeRegistry.for(n0).registerError(InvalidConflictResolutionStrategyException$, InvalidConflictResolutionStrategyException);
|
|
1424
|
+
export var InvalidContinuationTokenException$ = [-3, n0, _ICTE, { [_e]: _c }, [_m], [0]];
|
|
1425
|
+
TypeRegistry.for(n0).registerError(InvalidContinuationTokenException$, InvalidContinuationTokenException);
|
|
1426
|
+
export var InvalidDeletionParameterException$ = [-3, n0, _IDPE, { [_e]: _c }, [_m], [0]];
|
|
1427
|
+
TypeRegistry.for(n0).registerError(InvalidDeletionParameterException$, InvalidDeletionParameterException);
|
|
1428
|
+
export var InvalidDescriptionException$ = [-3, n0, _IDE, { [_e]: _c }, [_m], [0]];
|
|
1429
|
+
TypeRegistry.for(n0).registerError(InvalidDescriptionException$, InvalidDescriptionException);
|
|
1430
|
+
export var InvalidDestinationCommitSpecifierException$ = [-3, n0, _IDCSE, { [_e]: _c }, [_m], [0]];
|
|
1431
|
+
TypeRegistry.for(n0).registerError(InvalidDestinationCommitSpecifierException$, InvalidDestinationCommitSpecifierException);
|
|
1432
|
+
export var InvalidEmailException$ = [-3, n0, _IEE, { [_e]: _c }, [_m], [0]];
|
|
1433
|
+
TypeRegistry.for(n0).registerError(InvalidEmailException$, InvalidEmailException);
|
|
1434
|
+
export var InvalidFileLocationException$ = [-3, n0, _IFLE, { [_e]: _c }, [_m], [0]];
|
|
1435
|
+
TypeRegistry.for(n0).registerError(InvalidFileLocationException$, InvalidFileLocationException);
|
|
1436
|
+
export var InvalidFileModeException$ = [-3, n0, _IFME, { [_e]: _c }, [_m], [0]];
|
|
1437
|
+
TypeRegistry.for(n0).registerError(InvalidFileModeException$, InvalidFileModeException);
|
|
1438
|
+
export var InvalidFilePositionException$ = [-3, n0, _IFPE, { [_e]: _c }, [_m], [0]];
|
|
1439
|
+
TypeRegistry.for(n0).registerError(InvalidFilePositionException$, InvalidFilePositionException);
|
|
1440
|
+
export var InvalidMaxConflictFilesException$ = [-3, n0, _IMCFE, { [_e]: _c }, [_m], [0]];
|
|
1441
|
+
TypeRegistry.for(n0).registerError(InvalidMaxConflictFilesException$, InvalidMaxConflictFilesException);
|
|
1442
|
+
export var InvalidMaxMergeHunksException$ = [-3, n0, _IMMHE, { [_e]: _c }, [_m], [0]];
|
|
1443
|
+
TypeRegistry.for(n0).registerError(InvalidMaxMergeHunksException$, InvalidMaxMergeHunksException);
|
|
1444
|
+
export var InvalidMaxResultsException$ = [-3, n0, _IMRE, { [_e]: _c }, [_m], [0]];
|
|
1445
|
+
TypeRegistry.for(n0).registerError(InvalidMaxResultsException$, InvalidMaxResultsException);
|
|
1446
|
+
export var InvalidMergeOptionException$ = [-3, n0, _IMOE, { [_e]: _c }, [_m], [0]];
|
|
1447
|
+
TypeRegistry.for(n0).registerError(InvalidMergeOptionException$, InvalidMergeOptionException);
|
|
1448
|
+
export var InvalidOrderException$ = [-3, n0, _IOE, { [_e]: _c }, [_m], [0]];
|
|
1449
|
+
TypeRegistry.for(n0).registerError(InvalidOrderException$, InvalidOrderException);
|
|
1450
|
+
export var InvalidOverrideStatusException$ = [-3, n0, _IOSE, { [_e]: _c }, [_m], [0]];
|
|
1451
|
+
TypeRegistry.for(n0).registerError(InvalidOverrideStatusException$, InvalidOverrideStatusException);
|
|
1452
|
+
export var InvalidParentCommitIdException$ = [-3, n0, _IPCIE, { [_e]: _c }, [_m], [0]];
|
|
1453
|
+
TypeRegistry.for(n0).registerError(InvalidParentCommitIdException$, InvalidParentCommitIdException);
|
|
1454
|
+
export var InvalidPathException$ = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
|
|
1455
|
+
TypeRegistry.for(n0).registerError(InvalidPathException$, InvalidPathException);
|
|
1456
|
+
export var InvalidPullRequestEventTypeException$ = [-3, n0, _IPRETE, { [_e]: _c }, [_m], [0]];
|
|
1457
|
+
TypeRegistry.for(n0).registerError(InvalidPullRequestEventTypeException$, InvalidPullRequestEventTypeException);
|
|
1458
|
+
export var InvalidPullRequestIdException$ = [-3, n0, _IPRIE, { [_e]: _c }, [_m], [0]];
|
|
1459
|
+
TypeRegistry.for(n0).registerError(InvalidPullRequestIdException$, InvalidPullRequestIdException);
|
|
1460
|
+
export var InvalidPullRequestStatusException$ = [-3, n0, _IPRSE, { [_e]: _c }, [_m], [0]];
|
|
1461
|
+
TypeRegistry.for(n0).registerError(InvalidPullRequestStatusException$, InvalidPullRequestStatusException);
|
|
1462
|
+
export var InvalidPullRequestStatusUpdateException$ = [-3, n0, _IPRSUE, { [_e]: _c }, [_m], [0]];
|
|
1463
|
+
TypeRegistry.for(n0).registerError(InvalidPullRequestStatusUpdateException$, InvalidPullRequestStatusUpdateException);
|
|
1464
|
+
export var InvalidReactionUserArnException$ = [-3, n0, _IRUAE, { [_e]: _c }, [_m], [0]];
|
|
1465
|
+
TypeRegistry.for(n0).registerError(InvalidReactionUserArnException$, InvalidReactionUserArnException);
|
|
1466
|
+
export var InvalidReactionValueException$ = [-3, n0, _IRVE, { [_e]: _c }, [_m], [0]];
|
|
1467
|
+
TypeRegistry.for(n0).registerError(InvalidReactionValueException$, InvalidReactionValueException);
|
|
1468
|
+
export var InvalidReferenceNameException$ = [-3, n0, _IRNE, { [_e]: _c }, [_m], [0]];
|
|
1469
|
+
TypeRegistry.for(n0).registerError(InvalidReferenceNameException$, InvalidReferenceNameException);
|
|
1470
|
+
export var InvalidRelativeFileVersionEnumException$ = [-3, n0, _IRFVEE, { [_e]: _c }, [_m], [0]];
|
|
1471
|
+
TypeRegistry.for(n0).registerError(InvalidRelativeFileVersionEnumException$, InvalidRelativeFileVersionEnumException);
|
|
1472
|
+
export var InvalidReplacementContentException$ = [-3, n0, _IRCE, { [_e]: _c }, [_m], [0]];
|
|
1473
|
+
TypeRegistry.for(n0).registerError(InvalidReplacementContentException$, InvalidReplacementContentException);
|
|
1474
|
+
export var InvalidReplacementTypeException$ = [-3, n0, _IRTE, { [_e]: _c }, [_m], [0]];
|
|
1475
|
+
TypeRegistry.for(n0).registerError(InvalidReplacementTypeException$, InvalidReplacementTypeException);
|
|
1476
|
+
export var InvalidRepositoryDescriptionException$ = [-3, n0, _IRDE, { [_e]: _c }, [_m], [0]];
|
|
1477
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryDescriptionException$, InvalidRepositoryDescriptionException);
|
|
1478
|
+
export var InvalidRepositoryNameException$ = [-3, n0, _IRNEn, { [_e]: _c }, [_m], [0]];
|
|
1479
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryNameException$, InvalidRepositoryNameException);
|
|
1480
|
+
export var InvalidRepositoryTriggerBranchNameException$ = [-3, n0, _IRTBNE, { [_e]: _c }, [_m], [0]];
|
|
1481
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerBranchNameException$, InvalidRepositoryTriggerBranchNameException);
|
|
1482
|
+
export var InvalidRepositoryTriggerCustomDataException$ = [-3, n0, _IRTCDE, { [_e]: _c }, [_m], [0]];
|
|
1483
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerCustomDataException$, InvalidRepositoryTriggerCustomDataException);
|
|
1484
|
+
export var InvalidRepositoryTriggerDestinationArnException$ = [
|
|
1457
1485
|
-3,
|
|
1458
1486
|
n0,
|
|
1459
1487
|
_IRTDAE,
|
|
@@ -1461,41 +1489,41 @@ export var InvalidRepositoryTriggerDestinationArnException = [
|
|
|
1461
1489
|
[_m],
|
|
1462
1490
|
[0],
|
|
1463
1491
|
];
|
|
1464
|
-
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerDestinationArnException
|
|
1465
|
-
export var InvalidRepositoryTriggerEventsException = [-3, n0, _IRTEE, { [_e]: _c }, [_m], [0]];
|
|
1466
|
-
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerEventsException
|
|
1467
|
-
export var InvalidRepositoryTriggerNameException = [-3, n0, _IRTNE, { [_e]: _c }, [_m], [0]];
|
|
1468
|
-
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerNameException
|
|
1469
|
-
export var InvalidRepositoryTriggerRegionException = [-3, n0, _IRTRE, { [_e]: _c }, [_m], [0]];
|
|
1470
|
-
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerRegionException
|
|
1471
|
-
export var InvalidResourceArnException = [-3, n0, _IRAE, { [_e]: _c }, [_m], [0]];
|
|
1472
|
-
TypeRegistry.for(n0).registerError(InvalidResourceArnException
|
|
1473
|
-
export var InvalidRevisionIdException = [-3, n0, _IRIE, { [_e]: _c }, [_m], [0]];
|
|
1474
|
-
TypeRegistry.for(n0).registerError(InvalidRevisionIdException
|
|
1475
|
-
export var InvalidRuleContentSha256Exception = [-3, n0, _IRCSE, { [_e]: _c }, [_m], [0]];
|
|
1476
|
-
TypeRegistry.for(n0).registerError(InvalidRuleContentSha256Exception
|
|
1477
|
-
export var InvalidSortByException = [-3, n0, _ISBE, { [_e]: _c }, [_m], [0]];
|
|
1478
|
-
TypeRegistry.for(n0).registerError(InvalidSortByException
|
|
1479
|
-
export var InvalidSourceCommitSpecifierException = [-3, n0, _ISCSE, { [_e]: _c }, [_m], [0]];
|
|
1480
|
-
TypeRegistry.for(n0).registerError(InvalidSourceCommitSpecifierException
|
|
1481
|
-
export var InvalidSystemTagUsageException = [-3, n0, _ISTUE, { [_e]: _c }, [_m], [0]];
|
|
1482
|
-
TypeRegistry.for(n0).registerError(InvalidSystemTagUsageException
|
|
1483
|
-
export var InvalidTagKeysListException = [-3, n0, _ITKLE, { [_e]: _c }, [_m], [0]];
|
|
1484
|
-
TypeRegistry.for(n0).registerError(InvalidTagKeysListException
|
|
1485
|
-
export var InvalidTagsMapException = [-3, n0, _ITME, { [_e]: _c }, [_m], [0]];
|
|
1486
|
-
TypeRegistry.for(n0).registerError(InvalidTagsMapException
|
|
1487
|
-
export var InvalidTargetBranchException = [-3, n0, _ITBE, { [_e]: _c }, [_m], [0]];
|
|
1488
|
-
TypeRegistry.for(n0).registerError(InvalidTargetBranchException
|
|
1489
|
-
export var InvalidTargetException = [-3, n0, _ITE, { [_e]: _c }, [_m], [0]];
|
|
1490
|
-
TypeRegistry.for(n0).registerError(InvalidTargetException
|
|
1491
|
-
export var InvalidTargetsException = [-3, n0, _ITEn, { [_e]: _c }, [_m], [0]];
|
|
1492
|
-
TypeRegistry.for(n0).registerError(InvalidTargetsException
|
|
1493
|
-
export var InvalidTitleException = [-3, n0, _ITEnv, { [_e]: _c }, [_m], [0]];
|
|
1494
|
-
TypeRegistry.for(n0).registerError(InvalidTitleException
|
|
1495
|
-
export var IsBinaryFile = [3, n0, _IBF, 0, [_so, _des, _b], [2, 2, 2]];
|
|
1496
|
-
export var ListApprovalRuleTemplatesInput = [3, n0, _LARTI, 0, [_nT, _mR], [0, 1]];
|
|
1497
|
-
export var ListApprovalRuleTemplatesOutput = [3, n0, _LARTO, 0, [_aRTNp, _nT], [64 | 0, 0]];
|
|
1498
|
-
export var ListAssociatedApprovalRuleTemplatesForRepositoryInput = [
|
|
1492
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerDestinationArnException$, InvalidRepositoryTriggerDestinationArnException);
|
|
1493
|
+
export var InvalidRepositoryTriggerEventsException$ = [-3, n0, _IRTEE, { [_e]: _c }, [_m], [0]];
|
|
1494
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerEventsException$, InvalidRepositoryTriggerEventsException);
|
|
1495
|
+
export var InvalidRepositoryTriggerNameException$ = [-3, n0, _IRTNE, { [_e]: _c }, [_m], [0]];
|
|
1496
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerNameException$, InvalidRepositoryTriggerNameException);
|
|
1497
|
+
export var InvalidRepositoryTriggerRegionException$ = [-3, n0, _IRTRE, { [_e]: _c }, [_m], [0]];
|
|
1498
|
+
TypeRegistry.for(n0).registerError(InvalidRepositoryTriggerRegionException$, InvalidRepositoryTriggerRegionException);
|
|
1499
|
+
export var InvalidResourceArnException$ = [-3, n0, _IRAE, { [_e]: _c }, [_m], [0]];
|
|
1500
|
+
TypeRegistry.for(n0).registerError(InvalidResourceArnException$, InvalidResourceArnException);
|
|
1501
|
+
export var InvalidRevisionIdException$ = [-3, n0, _IRIE, { [_e]: _c }, [_m], [0]];
|
|
1502
|
+
TypeRegistry.for(n0).registerError(InvalidRevisionIdException$, InvalidRevisionIdException);
|
|
1503
|
+
export var InvalidRuleContentSha256Exception$ = [-3, n0, _IRCSE, { [_e]: _c }, [_m], [0]];
|
|
1504
|
+
TypeRegistry.for(n0).registerError(InvalidRuleContentSha256Exception$, InvalidRuleContentSha256Exception);
|
|
1505
|
+
export var InvalidSortByException$ = [-3, n0, _ISBE, { [_e]: _c }, [_m], [0]];
|
|
1506
|
+
TypeRegistry.for(n0).registerError(InvalidSortByException$, InvalidSortByException);
|
|
1507
|
+
export var InvalidSourceCommitSpecifierException$ = [-3, n0, _ISCSE, { [_e]: _c }, [_m], [0]];
|
|
1508
|
+
TypeRegistry.for(n0).registerError(InvalidSourceCommitSpecifierException$, InvalidSourceCommitSpecifierException);
|
|
1509
|
+
export var InvalidSystemTagUsageException$ = [-3, n0, _ISTUE, { [_e]: _c }, [_m], [0]];
|
|
1510
|
+
TypeRegistry.for(n0).registerError(InvalidSystemTagUsageException$, InvalidSystemTagUsageException);
|
|
1511
|
+
export var InvalidTagKeysListException$ = [-3, n0, _ITKLE, { [_e]: _c }, [_m], [0]];
|
|
1512
|
+
TypeRegistry.for(n0).registerError(InvalidTagKeysListException$, InvalidTagKeysListException);
|
|
1513
|
+
export var InvalidTagsMapException$ = [-3, n0, _ITME, { [_e]: _c }, [_m], [0]];
|
|
1514
|
+
TypeRegistry.for(n0).registerError(InvalidTagsMapException$, InvalidTagsMapException);
|
|
1515
|
+
export var InvalidTargetBranchException$ = [-3, n0, _ITBE, { [_e]: _c }, [_m], [0]];
|
|
1516
|
+
TypeRegistry.for(n0).registerError(InvalidTargetBranchException$, InvalidTargetBranchException);
|
|
1517
|
+
export var InvalidTargetException$ = [-3, n0, _ITE, { [_e]: _c }, [_m], [0]];
|
|
1518
|
+
TypeRegistry.for(n0).registerError(InvalidTargetException$, InvalidTargetException);
|
|
1519
|
+
export var InvalidTargetsException$ = [-3, n0, _ITEn, { [_e]: _c }, [_m], [0]];
|
|
1520
|
+
TypeRegistry.for(n0).registerError(InvalidTargetsException$, InvalidTargetsException);
|
|
1521
|
+
export var InvalidTitleException$ = [-3, n0, _ITEnv, { [_e]: _c }, [_m], [0]];
|
|
1522
|
+
TypeRegistry.for(n0).registerError(InvalidTitleException$, InvalidTitleException);
|
|
1523
|
+
export var IsBinaryFile$ = [3, n0, _IBF, 0, [_so, _des, _b], [2, 2, 2]];
|
|
1524
|
+
export var ListApprovalRuleTemplatesInput$ = [3, n0, _LARTI, 0, [_nT, _mR], [0, 1]];
|
|
1525
|
+
export var ListApprovalRuleTemplatesOutput$ = [3, n0, _LARTO, 0, [_aRTNp, _nT], [64 | 0, 0]];
|
|
1526
|
+
export var ListAssociatedApprovalRuleTemplatesForRepositoryInput$ = [
|
|
1499
1527
|
3,
|
|
1500
1528
|
n0,
|
|
1501
1529
|
_LAARTFRI,
|
|
@@ -1503,7 +1531,7 @@ export var ListAssociatedApprovalRuleTemplatesForRepositoryInput = [
|
|
|
1503
1531
|
[_rN, _nT, _mR],
|
|
1504
1532
|
[0, 0, 1],
|
|
1505
1533
|
];
|
|
1506
|
-
export var ListAssociatedApprovalRuleTemplatesForRepositoryOutput = [
|
|
1534
|
+
export var ListAssociatedApprovalRuleTemplatesForRepositoryOutput$ = [
|
|
1507
1535
|
3,
|
|
1508
1536
|
n0,
|
|
1509
1537
|
_LAARTFRO,
|
|
@@ -1511,9 +1539,9 @@ export var ListAssociatedApprovalRuleTemplatesForRepositoryOutput = [
|
|
|
1511
1539
|
[_aRTNp, _nT],
|
|
1512
1540
|
[64 | 0, 0],
|
|
1513
1541
|
];
|
|
1514
|
-
export var ListBranchesInput = [3, n0, _LBI, 0, [_rN, _nT], [0, 0]];
|
|
1515
|
-
export var ListBranchesOutput = [3, n0, _LBO, 0, [_bra, _nT], [64 | 0, 0]];
|
|
1516
|
-
export var ListFileCommitHistoryRequest = [
|
|
1542
|
+
export var ListBranchesInput$ = [3, n0, _LBI, 0, [_rN, _nT], [0, 0]];
|
|
1543
|
+
export var ListBranchesOutput$ = [3, n0, _LBO, 0, [_bra, _nT], [64 | 0, 0]];
|
|
1544
|
+
export var ListFileCommitHistoryRequest$ = [
|
|
1517
1545
|
3,
|
|
1518
1546
|
n0,
|
|
1519
1547
|
_LFCHR,
|
|
@@ -1521,7 +1549,7 @@ export var ListFileCommitHistoryRequest = [
|
|
|
1521
1549
|
[_rN, _cS, _fP, _mR, _nT],
|
|
1522
1550
|
[0, 0, 0, 1, 0],
|
|
1523
1551
|
];
|
|
1524
|
-
export var ListFileCommitHistoryResponse = [
|
|
1552
|
+
export var ListFileCommitHistoryResponse$ = [
|
|
1525
1553
|
3,
|
|
1526
1554
|
n0,
|
|
1527
1555
|
_LFCHRi,
|
|
@@ -1529,7 +1557,7 @@ export var ListFileCommitHistoryResponse = [
|
|
|
1529
1557
|
[_rDe, _nT],
|
|
1530
1558
|
[() => RevisionDag, 0],
|
|
1531
1559
|
];
|
|
1532
|
-
export var ListPullRequestsInput = [
|
|
1560
|
+
export var ListPullRequestsInput$ = [
|
|
1533
1561
|
3,
|
|
1534
1562
|
n0,
|
|
1535
1563
|
_LPRI,
|
|
@@ -1537,8 +1565,8 @@ export var ListPullRequestsInput = [
|
|
|
1537
1565
|
[_rN, _aA, _pRS, _nT, _mR],
|
|
1538
1566
|
[0, 0, 0, 0, 1],
|
|
1539
1567
|
];
|
|
1540
|
-
export var ListPullRequestsOutput = [3, n0, _LPRO, 0, [_pRIu, _nT], [64 | 0, 0]];
|
|
1541
|
-
export var ListRepositoriesForApprovalRuleTemplateInput = [
|
|
1568
|
+
export var ListPullRequestsOutput$ = [3, n0, _LPRO, 0, [_pRIu, _nT], [64 | 0, 0]];
|
|
1569
|
+
export var ListRepositoriesForApprovalRuleTemplateInput$ = [
|
|
1542
1570
|
3,
|
|
1543
1571
|
n0,
|
|
1544
1572
|
_LRFARTI,
|
|
@@ -1546,7 +1574,7 @@ export var ListRepositoriesForApprovalRuleTemplateInput = [
|
|
|
1546
1574
|
[_aRTN, _nT, _mR],
|
|
1547
1575
|
[0, 0, 1],
|
|
1548
1576
|
];
|
|
1549
|
-
export var ListRepositoriesForApprovalRuleTemplateOutput = [
|
|
1577
|
+
export var ListRepositoriesForApprovalRuleTemplateOutput$ = [
|
|
1550
1578
|
3,
|
|
1551
1579
|
n0,
|
|
1552
1580
|
_LRFARTO,
|
|
@@ -1554,8 +1582,8 @@ export var ListRepositoriesForApprovalRuleTemplateOutput = [
|
|
|
1554
1582
|
[_rNe, _nT],
|
|
1555
1583
|
[64 | 0, 0],
|
|
1556
1584
|
];
|
|
1557
|
-
export var ListRepositoriesInput = [3, n0, _LRI, 0, [_nT, _sB, _or], [0, 0, 0]];
|
|
1558
|
-
export var ListRepositoriesOutput = [
|
|
1585
|
+
export var ListRepositoriesInput$ = [3, n0, _LRI, 0, [_nT, _sB, _or], [0, 0, 0]];
|
|
1586
|
+
export var ListRepositoriesOutput$ = [
|
|
1559
1587
|
3,
|
|
1560
1588
|
n0,
|
|
1561
1589
|
_LRO,
|
|
@@ -1563,14 +1591,14 @@ export var ListRepositoriesOutput = [
|
|
|
1563
1591
|
[_r, _nT],
|
|
1564
1592
|
[() => RepositoryNameIdPairList, 0],
|
|
1565
1593
|
];
|
|
1566
|
-
export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA, _nT], [0, 0]];
|
|
1567
|
-
export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_tag, _nT], [128 | 0, 0]];
|
|
1568
|
-
export var Location = [3, n0, _L, 0, [_fP, _fPil, _rFV], [0, 1, 0]];
|
|
1569
|
-
export var ManualMergeRequiredException = [-3, n0, _MMRE, { [_e]: _c }, [_m], [0]];
|
|
1570
|
-
TypeRegistry.for(n0).registerError(ManualMergeRequiredException
|
|
1571
|
-
export var MaximumBranchesExceededException = [-3, n0, _MBEE, { [_e]: _c }, [_m], [0]];
|
|
1572
|
-
TypeRegistry.for(n0).registerError(MaximumBranchesExceededException
|
|
1573
|
-
export var MaximumConflictResolutionEntriesExceededException = [
|
|
1594
|
+
export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_rA, _nT], [0, 0]];
|
|
1595
|
+
export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_tag, _nT], [128 | 0, 0]];
|
|
1596
|
+
export var Location$ = [3, n0, _L, 0, [_fP, _fPil, _rFV], [0, 1, 0]];
|
|
1597
|
+
export var ManualMergeRequiredException$ = [-3, n0, _MMRE, { [_e]: _c }, [_m], [0]];
|
|
1598
|
+
TypeRegistry.for(n0).registerError(ManualMergeRequiredException$, ManualMergeRequiredException);
|
|
1599
|
+
export var MaximumBranchesExceededException$ = [-3, n0, _MBEE, { [_e]: _c }, [_m], [0]];
|
|
1600
|
+
TypeRegistry.for(n0).registerError(MaximumBranchesExceededException$, MaximumBranchesExceededException);
|
|
1601
|
+
export var MaximumConflictResolutionEntriesExceededException$ = [
|
|
1574
1602
|
-3,
|
|
1575
1603
|
n0,
|
|
1576
1604
|
_MCREEE,
|
|
@@ -1578,22 +1606,22 @@ export var MaximumConflictResolutionEntriesExceededException = [
|
|
|
1578
1606
|
[_m],
|
|
1579
1607
|
[0],
|
|
1580
1608
|
];
|
|
1581
|
-
TypeRegistry.for(n0).registerError(MaximumConflictResolutionEntriesExceededException
|
|
1582
|
-
export var MaximumFileContentToLoadExceededException = [-3, n0, _MFCTLEE, { [_e]: _c }, [_m], [0]];
|
|
1583
|
-
TypeRegistry.for(n0).registerError(MaximumFileContentToLoadExceededException
|
|
1584
|
-
export var MaximumFileEntriesExceededException = [-3, n0, _MFEEE, { [_e]: _c }, [_m], [0]];
|
|
1585
|
-
TypeRegistry.for(n0).registerError(MaximumFileEntriesExceededException
|
|
1586
|
-
export var MaximumItemsToCompareExceededException = [-3, n0, _MITCEE, { [_e]: _c }, [_m], [0]];
|
|
1587
|
-
TypeRegistry.for(n0).registerError(MaximumItemsToCompareExceededException
|
|
1588
|
-
export var MaximumNumberOfApprovalsExceededException = [-3, n0, _MNOAEE, { [_e]: _c }, [_m], [0]];
|
|
1589
|
-
TypeRegistry.for(n0).registerError(MaximumNumberOfApprovalsExceededException
|
|
1590
|
-
export var MaximumOpenPullRequestsExceededException = [-3, n0, _MOPREE, { [_e]: _c }, [_m], [0]];
|
|
1591
|
-
TypeRegistry.for(n0).registerError(MaximumOpenPullRequestsExceededException
|
|
1592
|
-
export var MaximumRepositoryNamesExceededException = [-3, n0, _MRNEE, { [_e]: _c }, [_m], [0]];
|
|
1593
|
-
TypeRegistry.for(n0).registerError(MaximumRepositoryNamesExceededException
|
|
1594
|
-
export var MaximumRepositoryTriggersExceededException = [-3, n0, _MRTEE, { [_e]: _c }, [_m], [0]];
|
|
1595
|
-
TypeRegistry.for(n0).registerError(MaximumRepositoryTriggersExceededException
|
|
1596
|
-
export var MaximumRuleTemplatesAssociatedWithRepositoryException = [
|
|
1609
|
+
TypeRegistry.for(n0).registerError(MaximumConflictResolutionEntriesExceededException$, MaximumConflictResolutionEntriesExceededException);
|
|
1610
|
+
export var MaximumFileContentToLoadExceededException$ = [-3, n0, _MFCTLEE, { [_e]: _c }, [_m], [0]];
|
|
1611
|
+
TypeRegistry.for(n0).registerError(MaximumFileContentToLoadExceededException$, MaximumFileContentToLoadExceededException);
|
|
1612
|
+
export var MaximumFileEntriesExceededException$ = [-3, n0, _MFEEE, { [_e]: _c }, [_m], [0]];
|
|
1613
|
+
TypeRegistry.for(n0).registerError(MaximumFileEntriesExceededException$, MaximumFileEntriesExceededException);
|
|
1614
|
+
export var MaximumItemsToCompareExceededException$ = [-3, n0, _MITCEE, { [_e]: _c }, [_m], [0]];
|
|
1615
|
+
TypeRegistry.for(n0).registerError(MaximumItemsToCompareExceededException$, MaximumItemsToCompareExceededException);
|
|
1616
|
+
export var MaximumNumberOfApprovalsExceededException$ = [-3, n0, _MNOAEE, { [_e]: _c }, [_m], [0]];
|
|
1617
|
+
TypeRegistry.for(n0).registerError(MaximumNumberOfApprovalsExceededException$, MaximumNumberOfApprovalsExceededException);
|
|
1618
|
+
export var MaximumOpenPullRequestsExceededException$ = [-3, n0, _MOPREE, { [_e]: _c }, [_m], [0]];
|
|
1619
|
+
TypeRegistry.for(n0).registerError(MaximumOpenPullRequestsExceededException$, MaximumOpenPullRequestsExceededException);
|
|
1620
|
+
export var MaximumRepositoryNamesExceededException$ = [-3, n0, _MRNEE, { [_e]: _c }, [_m], [0]];
|
|
1621
|
+
TypeRegistry.for(n0).registerError(MaximumRepositoryNamesExceededException$, MaximumRepositoryNamesExceededException);
|
|
1622
|
+
export var MaximumRepositoryTriggersExceededException$ = [-3, n0, _MRTEE, { [_e]: _c }, [_m], [0]];
|
|
1623
|
+
TypeRegistry.for(n0).registerError(MaximumRepositoryTriggersExceededException$, MaximumRepositoryTriggersExceededException);
|
|
1624
|
+
export var MaximumRuleTemplatesAssociatedWithRepositoryException$ = [
|
|
1597
1625
|
-3,
|
|
1598
1626
|
n0,
|
|
1599
1627
|
_MRTAWRE,
|
|
@@ -1601,8 +1629,8 @@ export var MaximumRuleTemplatesAssociatedWithRepositoryException = [
|
|
|
1601
1629
|
[_m],
|
|
1602
1630
|
[0],
|
|
1603
1631
|
];
|
|
1604
|
-
TypeRegistry.for(n0).registerError(MaximumRuleTemplatesAssociatedWithRepositoryException
|
|
1605
|
-
export var MergeBranchesByFastForwardInput = [
|
|
1632
|
+
TypeRegistry.for(n0).registerError(MaximumRuleTemplatesAssociatedWithRepositoryException$, MaximumRuleTemplatesAssociatedWithRepositoryException);
|
|
1633
|
+
export var MergeBranchesByFastForwardInput$ = [
|
|
1606
1634
|
3,
|
|
1607
1635
|
n0,
|
|
1608
1636
|
_MBBFFI,
|
|
@@ -1610,39 +1638,39 @@ export var MergeBranchesByFastForwardInput = [
|
|
|
1610
1638
|
[_rN, _sCS, _dCS, _tB],
|
|
1611
1639
|
[0, 0, 0, 0],
|
|
1612
1640
|
];
|
|
1613
|
-
export var MergeBranchesByFastForwardOutput = [3, n0, _MBBFFO, 0, [_cI, _tI], [0, 0]];
|
|
1614
|
-
export var MergeBranchesBySquashInput = [
|
|
1641
|
+
export var MergeBranchesByFastForwardOutput$ = [3, n0, _MBBFFO, 0, [_cI, _tI], [0, 0]];
|
|
1642
|
+
export var MergeBranchesBySquashInput$ = [
|
|
1615
1643
|
3,
|
|
1616
1644
|
n0,
|
|
1617
1645
|
_MBBSI,
|
|
1618
1646
|
0,
|
|
1619
1647
|
[_rN, _sCS, _dCS, _tB, _cDL, _cRS, _aN, _em, _cMo, _kEF, _cRo],
|
|
1620
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2, () => ConflictResolution],
|
|
1648
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2, () => ConflictResolution$],
|
|
1621
1649
|
];
|
|
1622
|
-
export var MergeBranchesBySquashOutput = [3, n0, _MBBSO, 0, [_cI, _tI], [0, 0]];
|
|
1623
|
-
export var MergeBranchesByThreeWayInput = [
|
|
1650
|
+
export var MergeBranchesBySquashOutput$ = [3, n0, _MBBSO, 0, [_cI, _tI], [0, 0]];
|
|
1651
|
+
export var MergeBranchesByThreeWayInput$ = [
|
|
1624
1652
|
3,
|
|
1625
1653
|
n0,
|
|
1626
1654
|
_MBBTWI,
|
|
1627
1655
|
0,
|
|
1628
1656
|
[_rN, _sCS, _dCS, _tB, _cDL, _cRS, _aN, _em, _cMo, _kEF, _cRo],
|
|
1629
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2, () => ConflictResolution],
|
|
1657
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2, () => ConflictResolution$],
|
|
1630
1658
|
];
|
|
1631
|
-
export var MergeBranchesByThreeWayOutput = [3, n0, _MBBTWO, 0, [_cI, _tI], [0, 0]];
|
|
1632
|
-
export var MergeHunk = [
|
|
1659
|
+
export var MergeBranchesByThreeWayOutput$ = [3, n0, _MBBTWO, 0, [_cI, _tI], [0, 0]];
|
|
1660
|
+
export var MergeHunk$ = [
|
|
1633
1661
|
3,
|
|
1634
1662
|
n0,
|
|
1635
1663
|
_MH,
|
|
1636
1664
|
0,
|
|
1637
1665
|
[_iC, _so, _des, _b],
|
|
1638
|
-
[2, () => MergeHunkDetail
|
|
1666
|
+
[2, () => MergeHunkDetail$, () => MergeHunkDetail$, () => MergeHunkDetail$],
|
|
1639
1667
|
];
|
|
1640
|
-
export var MergeHunkDetail = [3, n0, _MHD, 0, [_sLt, _eL, _hC], [1, 1, 0]];
|
|
1641
|
-
export var MergeMetadata = [3, n0, _MM, 0, [_iM, _mB, _mCIe, _mO], [2, 0, 0, 0]];
|
|
1642
|
-
export var MergeOperations = [3, n0, _MO, 0, [_so, _des], [0, 0]];
|
|
1643
|
-
export var MergeOptionRequiredException = [-3, n0, _MORE, { [_e]: _c }, [_m], [0]];
|
|
1644
|
-
TypeRegistry.for(n0).registerError(MergeOptionRequiredException
|
|
1645
|
-
export var MergePullRequestByFastForwardInput = [
|
|
1668
|
+
export var MergeHunkDetail$ = [3, n0, _MHD, 0, [_sLt, _eL, _hC], [1, 1, 0]];
|
|
1669
|
+
export var MergeMetadata$ = [3, n0, _MM, 0, [_iM, _mB, _mCIe, _mO], [2, 0, 0, 0]];
|
|
1670
|
+
export var MergeOperations$ = [3, n0, _MO, 0, [_so, _des], [0, 0]];
|
|
1671
|
+
export var MergeOptionRequiredException$ = [-3, n0, _MORE, { [_e]: _c }, [_m], [0]];
|
|
1672
|
+
TypeRegistry.for(n0).registerError(MergeOptionRequiredException$, MergeOptionRequiredException);
|
|
1673
|
+
export var MergePullRequestByFastForwardInput$ = [
|
|
1646
1674
|
3,
|
|
1647
1675
|
n0,
|
|
1648
1676
|
_MPRBFFI,
|
|
@@ -1650,51 +1678,51 @@ export var MergePullRequestByFastForwardInput = [
|
|
|
1650
1678
|
[_pRI, _rN, _sCI],
|
|
1651
1679
|
[0, 0, 0],
|
|
1652
1680
|
];
|
|
1653
|
-
export var MergePullRequestByFastForwardOutput = [
|
|
1681
|
+
export var MergePullRequestByFastForwardOutput$ = [
|
|
1654
1682
|
3,
|
|
1655
1683
|
n0,
|
|
1656
1684
|
_MPRBFFO,
|
|
1657
1685
|
0,
|
|
1658
1686
|
[_pR],
|
|
1659
|
-
[() => PullRequest],
|
|
1687
|
+
[() => PullRequest$],
|
|
1660
1688
|
];
|
|
1661
|
-
export var MergePullRequestBySquashInput = [
|
|
1689
|
+
export var MergePullRequestBySquashInput$ = [
|
|
1662
1690
|
3,
|
|
1663
1691
|
n0,
|
|
1664
1692
|
_MPRBSI,
|
|
1665
1693
|
0,
|
|
1666
1694
|
[_pRI, _rN, _sCI, _cDL, _cRS, _cMo, _aN, _em, _kEF, _cRo],
|
|
1667
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 2, () => ConflictResolution],
|
|
1695
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 2, () => ConflictResolution$],
|
|
1668
1696
|
];
|
|
1669
|
-
export var MergePullRequestBySquashOutput = [3, n0, _MPRBSO, 0, [_pR], [() => PullRequest]];
|
|
1670
|
-
export var MergePullRequestByThreeWayInput = [
|
|
1697
|
+
export var MergePullRequestBySquashOutput$ = [3, n0, _MPRBSO, 0, [_pR], [() => PullRequest$]];
|
|
1698
|
+
export var MergePullRequestByThreeWayInput$ = [
|
|
1671
1699
|
3,
|
|
1672
1700
|
n0,
|
|
1673
1701
|
_MPRBTWI,
|
|
1674
1702
|
0,
|
|
1675
1703
|
[_pRI, _rN, _sCI, _cDL, _cRS, _cMo, _aN, _em, _kEF, _cRo],
|
|
1676
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 2, () => ConflictResolution],
|
|
1677
|
-
];
|
|
1678
|
-
export var MergePullRequestByThreeWayOutput = [3, n0, _MPRBTWO, 0, [_pR], [() => PullRequest]];
|
|
1679
|
-
export var MultipleConflictResolutionEntriesException = [-3, n0, _MCREE, { [_e]: _c }, [_m], [0]];
|
|
1680
|
-
TypeRegistry.for(n0).registerError(MultipleConflictResolutionEntriesException
|
|
1681
|
-
export var MultipleRepositoriesInPullRequestException = [-3, n0, _MRIPRE, { [_e]: _c }, [_m], [0]];
|
|
1682
|
-
TypeRegistry.for(n0).registerError(MultipleRepositoriesInPullRequestException
|
|
1683
|
-
export var NameLengthExceededException = [-3, n0, _NLEE, { [_e]: _c }, [_m], [0]];
|
|
1684
|
-
TypeRegistry.for(n0).registerError(NameLengthExceededException
|
|
1685
|
-
export var NoChangeException = [-3, n0, _NCE, { [_e]: _c }, [_m], [0]];
|
|
1686
|
-
TypeRegistry.for(n0).registerError(NoChangeException
|
|
1687
|
-
export var NumberOfRulesExceededException = [-3, n0, _NOREE, { [_e]: _c }, [_m], [0]];
|
|
1688
|
-
TypeRegistry.for(n0).registerError(NumberOfRulesExceededException
|
|
1689
|
-
export var NumberOfRuleTemplatesExceededException = [-3, n0, _NORTEE, { [_e]: _c }, [_m], [0]];
|
|
1690
|
-
TypeRegistry.for(n0).registerError(NumberOfRuleTemplatesExceededException
|
|
1691
|
-
export var ObjectTypes = [3, n0, _OT, 0, [_so, _des, _b], [0, 0, 0]];
|
|
1692
|
-
export var OperationNotAllowedException = [-3, n0, _ONAE, { [_e]: _c }, [_m], [0]];
|
|
1693
|
-
TypeRegistry.for(n0).registerError(OperationNotAllowedException
|
|
1694
|
-
export var OriginApprovalRuleTemplate = [3, n0, _OART, 0, [_aRTI, _aRTN], [0, 0]];
|
|
1695
|
-
export var OverrideAlreadySetException = [-3, n0, _OASE, { [_e]: _c }, [_m], [0]];
|
|
1696
|
-
TypeRegistry.for(n0).registerError(OverrideAlreadySetException
|
|
1697
|
-
export var OverridePullRequestApprovalRulesInput = [
|
|
1704
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 2, () => ConflictResolution$],
|
|
1705
|
+
];
|
|
1706
|
+
export var MergePullRequestByThreeWayOutput$ = [3, n0, _MPRBTWO, 0, [_pR], [() => PullRequest$]];
|
|
1707
|
+
export var MultipleConflictResolutionEntriesException$ = [-3, n0, _MCREE, { [_e]: _c }, [_m], [0]];
|
|
1708
|
+
TypeRegistry.for(n0).registerError(MultipleConflictResolutionEntriesException$, MultipleConflictResolutionEntriesException);
|
|
1709
|
+
export var MultipleRepositoriesInPullRequestException$ = [-3, n0, _MRIPRE, { [_e]: _c }, [_m], [0]];
|
|
1710
|
+
TypeRegistry.for(n0).registerError(MultipleRepositoriesInPullRequestException$, MultipleRepositoriesInPullRequestException);
|
|
1711
|
+
export var NameLengthExceededException$ = [-3, n0, _NLEE, { [_e]: _c }, [_m], [0]];
|
|
1712
|
+
TypeRegistry.for(n0).registerError(NameLengthExceededException$, NameLengthExceededException);
|
|
1713
|
+
export var NoChangeException$ = [-3, n0, _NCE, { [_e]: _c }, [_m], [0]];
|
|
1714
|
+
TypeRegistry.for(n0).registerError(NoChangeException$, NoChangeException);
|
|
1715
|
+
export var NumberOfRulesExceededException$ = [-3, n0, _NOREE, { [_e]: _c }, [_m], [0]];
|
|
1716
|
+
TypeRegistry.for(n0).registerError(NumberOfRulesExceededException$, NumberOfRulesExceededException);
|
|
1717
|
+
export var NumberOfRuleTemplatesExceededException$ = [-3, n0, _NORTEE, { [_e]: _c }, [_m], [0]];
|
|
1718
|
+
TypeRegistry.for(n0).registerError(NumberOfRuleTemplatesExceededException$, NumberOfRuleTemplatesExceededException);
|
|
1719
|
+
export var ObjectTypes$ = [3, n0, _OT, 0, [_so, _des, _b], [0, 0, 0]];
|
|
1720
|
+
export var OperationNotAllowedException$ = [-3, n0, _ONAE, { [_e]: _c }, [_m], [0]];
|
|
1721
|
+
TypeRegistry.for(n0).registerError(OperationNotAllowedException$, OperationNotAllowedException);
|
|
1722
|
+
export var OriginApprovalRuleTemplate$ = [3, n0, _OART, 0, [_aRTI, _aRTN], [0, 0]];
|
|
1723
|
+
export var OverrideAlreadySetException$ = [-3, n0, _OASE, { [_e]: _c }, [_m], [0]];
|
|
1724
|
+
TypeRegistry.for(n0).registerError(OverrideAlreadySetException$, OverrideAlreadySetException);
|
|
1725
|
+
export var OverridePullRequestApprovalRulesInput$ = [
|
|
1698
1726
|
3,
|
|
1699
1727
|
n0,
|
|
1700
1728
|
_OPRARI,
|
|
@@ -1702,53 +1730,53 @@ export var OverridePullRequestApprovalRulesInput = [
|
|
|
1702
1730
|
[_pRI, _rI, _oS],
|
|
1703
1731
|
[0, 0, 0],
|
|
1704
1732
|
];
|
|
1705
|
-
export var OverrideStatusRequiredException = [-3, n0, _OSRE, { [_e]: _c }, [_m], [0]];
|
|
1706
|
-
TypeRegistry.for(n0).registerError(OverrideStatusRequiredException
|
|
1707
|
-
export var ParentCommitDoesNotExistException = [-3, n0, _PCDNEE, { [_e]: _c }, [_m], [0]];
|
|
1708
|
-
TypeRegistry.for(n0).registerError(ParentCommitDoesNotExistException
|
|
1709
|
-
export var ParentCommitIdOutdatedException = [-3, n0, _PCIOE, { [_e]: _c }, [_m], [0]];
|
|
1710
|
-
TypeRegistry.for(n0).registerError(ParentCommitIdOutdatedException
|
|
1711
|
-
export var ParentCommitIdRequiredException = [-3, n0, _PCIRE, { [_e]: _c }, [_m], [0]];
|
|
1712
|
-
TypeRegistry.for(n0).registerError(ParentCommitIdRequiredException
|
|
1713
|
-
export var PathDoesNotExistException = [-3, n0, _PDNEE, { [_e]: _c }, [_m], [0]];
|
|
1714
|
-
TypeRegistry.for(n0).registerError(PathDoesNotExistException
|
|
1715
|
-
export var PathRequiredException = [-3, n0, _PRE, { [_e]: _c }, [_m], [0]];
|
|
1716
|
-
TypeRegistry.for(n0).registerError(PathRequiredException
|
|
1717
|
-
export var PostCommentForComparedCommitInput = [
|
|
1733
|
+
export var OverrideStatusRequiredException$ = [-3, n0, _OSRE, { [_e]: _c }, [_m], [0]];
|
|
1734
|
+
TypeRegistry.for(n0).registerError(OverrideStatusRequiredException$, OverrideStatusRequiredException);
|
|
1735
|
+
export var ParentCommitDoesNotExistException$ = [-3, n0, _PCDNEE, { [_e]: _c }, [_m], [0]];
|
|
1736
|
+
TypeRegistry.for(n0).registerError(ParentCommitDoesNotExistException$, ParentCommitDoesNotExistException);
|
|
1737
|
+
export var ParentCommitIdOutdatedException$ = [-3, n0, _PCIOE, { [_e]: _c }, [_m], [0]];
|
|
1738
|
+
TypeRegistry.for(n0).registerError(ParentCommitIdOutdatedException$, ParentCommitIdOutdatedException);
|
|
1739
|
+
export var ParentCommitIdRequiredException$ = [-3, n0, _PCIRE, { [_e]: _c }, [_m], [0]];
|
|
1740
|
+
TypeRegistry.for(n0).registerError(ParentCommitIdRequiredException$, ParentCommitIdRequiredException);
|
|
1741
|
+
export var PathDoesNotExistException$ = [-3, n0, _PDNEE, { [_e]: _c }, [_m], [0]];
|
|
1742
|
+
TypeRegistry.for(n0).registerError(PathDoesNotExistException$, PathDoesNotExistException);
|
|
1743
|
+
export var PathRequiredException$ = [-3, n0, _PRE, { [_e]: _c }, [_m], [0]];
|
|
1744
|
+
TypeRegistry.for(n0).registerError(PathRequiredException$, PathRequiredException);
|
|
1745
|
+
export var PostCommentForComparedCommitInput$ = [
|
|
1718
1746
|
3,
|
|
1719
1747
|
n0,
|
|
1720
1748
|
_PCFCCI,
|
|
1721
1749
|
0,
|
|
1722
1750
|
[_rN, _bCIe, _aCI, _l, _con, _cRT],
|
|
1723
|
-
[0, 0, 0, () => Location
|
|
1751
|
+
[0, 0, 0, () => Location$, 0, [0, 4]],
|
|
1724
1752
|
];
|
|
1725
|
-
export var PostCommentForComparedCommitOutput = [
|
|
1753
|
+
export var PostCommentForComparedCommitOutput$ = [
|
|
1726
1754
|
3,
|
|
1727
1755
|
n0,
|
|
1728
1756
|
_PCFCCO,
|
|
1729
1757
|
0,
|
|
1730
1758
|
[_rN, _bCIe, _aCI, _bBI, _aBI, _l, _comme],
|
|
1731
|
-
[0, 0, 0, 0, 0, () => Location
|
|
1759
|
+
[0, 0, 0, 0, 0, () => Location$, () => Comment$],
|
|
1732
1760
|
];
|
|
1733
|
-
export var PostCommentForPullRequestInput = [
|
|
1761
|
+
export var PostCommentForPullRequestInput$ = [
|
|
1734
1762
|
3,
|
|
1735
1763
|
n0,
|
|
1736
1764
|
_PCFPRI,
|
|
1737
1765
|
0,
|
|
1738
1766
|
[_pRI, _rN, _bCIe, _aCI, _l, _con, _cRT],
|
|
1739
|
-
[0, 0, 0, 0, () => Location
|
|
1767
|
+
[0, 0, 0, 0, () => Location$, 0, [0, 4]],
|
|
1740
1768
|
];
|
|
1741
|
-
export var PostCommentForPullRequestOutput = [
|
|
1769
|
+
export var PostCommentForPullRequestOutput$ = [
|
|
1742
1770
|
3,
|
|
1743
1771
|
n0,
|
|
1744
1772
|
_PCFPRO,
|
|
1745
1773
|
0,
|
|
1746
1774
|
[_rN, _pRI, _bCIe, _aCI, _bBI, _aBI, _l, _comme],
|
|
1747
|
-
[0, 0, 0, 0, 0, 0, () => Location
|
|
1775
|
+
[0, 0, 0, 0, 0, 0, () => Location$, () => Comment$],
|
|
1748
1776
|
];
|
|
1749
|
-
export var PostCommentReplyInput = [3, n0, _PCRI, 0, [_iRT, _cRT, _con], [0, [0, 4], 0]];
|
|
1750
|
-
export var PostCommentReplyOutput = [3, n0, _PCRO, 0, [_comme], [() => Comment]];
|
|
1751
|
-
export var PullRequest = [
|
|
1777
|
+
export var PostCommentReplyInput$ = [3, n0, _PCRI, 0, [_iRT, _cRT, _con], [0, [0, 4], 0]];
|
|
1778
|
+
export var PostCommentReplyOutput$ = [3, n0, _PCRO, 0, [_comme], [() => Comment$]];
|
|
1779
|
+
export var PullRequest$ = [
|
|
1752
1780
|
3,
|
|
1753
1781
|
n0,
|
|
1754
1782
|
_PR,
|
|
@@ -1756,9 +1784,9 @@ export var PullRequest = [
|
|
|
1756
1784
|
[_pRI, _t, _de, _lAD, _cD, _pRS, _aA, _pRT, _cRT, _rI, _aRp],
|
|
1757
1785
|
[0, 0, 0, 4, 4, 0, 0, () => PullRequestTargetList, 0, 0, () => ApprovalRulesList],
|
|
1758
1786
|
];
|
|
1759
|
-
export var PullRequestAlreadyClosedException = [-3, n0, _PRACE, { [_e]: _c }, [_m], [0]];
|
|
1760
|
-
TypeRegistry.for(n0).registerError(PullRequestAlreadyClosedException
|
|
1761
|
-
export var PullRequestApprovalRulesNotSatisfiedException = [
|
|
1787
|
+
export var PullRequestAlreadyClosedException$ = [-3, n0, _PRACE, { [_e]: _c }, [_m], [0]];
|
|
1788
|
+
TypeRegistry.for(n0).registerError(PullRequestAlreadyClosedException$, PullRequestAlreadyClosedException);
|
|
1789
|
+
export var PullRequestApprovalRulesNotSatisfiedException$ = [
|
|
1762
1790
|
-3,
|
|
1763
1791
|
n0,
|
|
1764
1792
|
_PRARNSE,
|
|
@@ -1766,8 +1794,8 @@ export var PullRequestApprovalRulesNotSatisfiedException = [
|
|
|
1766
1794
|
[_m],
|
|
1767
1795
|
[0],
|
|
1768
1796
|
];
|
|
1769
|
-
TypeRegistry.for(n0).registerError(PullRequestApprovalRulesNotSatisfiedException
|
|
1770
|
-
export var PullRequestCannotBeApprovedByAuthorException = [
|
|
1797
|
+
TypeRegistry.for(n0).registerError(PullRequestApprovalRulesNotSatisfiedException$, PullRequestApprovalRulesNotSatisfiedException);
|
|
1798
|
+
export var PullRequestCannotBeApprovedByAuthorException$ = [
|
|
1771
1799
|
-3,
|
|
1772
1800
|
n0,
|
|
1773
1801
|
_PRCBABAE,
|
|
@@ -1775,8 +1803,8 @@ export var PullRequestCannotBeApprovedByAuthorException = [
|
|
|
1775
1803
|
[_m],
|
|
1776
1804
|
[0],
|
|
1777
1805
|
];
|
|
1778
|
-
TypeRegistry.for(n0).registerError(PullRequestCannotBeApprovedByAuthorException
|
|
1779
|
-
export var PullRequestCreatedEventMetadata = [
|
|
1806
|
+
TypeRegistry.for(n0).registerError(PullRequestCannotBeApprovedByAuthorException$, PullRequestCannotBeApprovedByAuthorException);
|
|
1807
|
+
export var PullRequestCreatedEventMetadata$ = [
|
|
1780
1808
|
3,
|
|
1781
1809
|
n0,
|
|
1782
1810
|
_PRCEM,
|
|
@@ -1784,9 +1812,9 @@ export var PullRequestCreatedEventMetadata = [
|
|
|
1784
1812
|
[_rN, _sCI, _dCI, _mBe],
|
|
1785
1813
|
[0, 0, 0, 0],
|
|
1786
1814
|
];
|
|
1787
|
-
export var PullRequestDoesNotExistException = [-3, n0, _PRDNEE, { [_e]: _c }, [_m], [0]];
|
|
1788
|
-
TypeRegistry.for(n0).registerError(PullRequestDoesNotExistException
|
|
1789
|
-
export var PullRequestEvent = [
|
|
1815
|
+
export var PullRequestDoesNotExistException$ = [-3, n0, _PRDNEE, { [_e]: _c }, [_m], [0]];
|
|
1816
|
+
TypeRegistry.for(n0).registerError(PullRequestDoesNotExistException$, PullRequestDoesNotExistException);
|
|
1817
|
+
export var PullRequestEvent$ = [
|
|
1790
1818
|
3,
|
|
1791
1819
|
n0,
|
|
1792
1820
|
_PREu,
|
|
@@ -1797,26 +1825,26 @@ export var PullRequestEvent = [
|
|
|
1797
1825
|
4,
|
|
1798
1826
|
0,
|
|
1799
1827
|
0,
|
|
1800
|
-
() => PullRequestCreatedEventMetadata
|
|
1801
|
-
() => PullRequestStatusChangedEventMetadata
|
|
1802
|
-
() => PullRequestSourceReferenceUpdatedEventMetadata
|
|
1803
|
-
() => PullRequestMergedStateChangedEventMetadata
|
|
1804
|
-
() => ApprovalRuleEventMetadata
|
|
1805
|
-
() => ApprovalStateChangedEventMetadata
|
|
1806
|
-
() => ApprovalRuleOverriddenEventMetadata
|
|
1828
|
+
() => PullRequestCreatedEventMetadata$,
|
|
1829
|
+
() => PullRequestStatusChangedEventMetadata$,
|
|
1830
|
+
() => PullRequestSourceReferenceUpdatedEventMetadata$,
|
|
1831
|
+
() => PullRequestMergedStateChangedEventMetadata$,
|
|
1832
|
+
() => ApprovalRuleEventMetadata$,
|
|
1833
|
+
() => ApprovalStateChangedEventMetadata$,
|
|
1834
|
+
() => ApprovalRuleOverriddenEventMetadata$,
|
|
1807
1835
|
],
|
|
1808
1836
|
];
|
|
1809
|
-
export var PullRequestIdRequiredException = [-3, n0, _PRIRE, { [_e]: _c }, [_m], [0]];
|
|
1810
|
-
TypeRegistry.for(n0).registerError(PullRequestIdRequiredException
|
|
1811
|
-
export var PullRequestMergedStateChangedEventMetadata = [
|
|
1837
|
+
export var PullRequestIdRequiredException$ = [-3, n0, _PRIRE, { [_e]: _c }, [_m], [0]];
|
|
1838
|
+
TypeRegistry.for(n0).registerError(PullRequestIdRequiredException$, PullRequestIdRequiredException);
|
|
1839
|
+
export var PullRequestMergedStateChangedEventMetadata$ = [
|
|
1812
1840
|
3,
|
|
1813
1841
|
n0,
|
|
1814
1842
|
_PRMSCEM,
|
|
1815
1843
|
0,
|
|
1816
1844
|
[_rN, _dR, _mM],
|
|
1817
|
-
[0, 0, () => MergeMetadata],
|
|
1845
|
+
[0, 0, () => MergeMetadata$],
|
|
1818
1846
|
];
|
|
1819
|
-
export var PullRequestSourceReferenceUpdatedEventMetadata = [
|
|
1847
|
+
export var PullRequestSourceReferenceUpdatedEventMetadata$ = [
|
|
1820
1848
|
3,
|
|
1821
1849
|
n0,
|
|
1822
1850
|
_PRSRUEM,
|
|
@@ -1824,29 +1852,29 @@ export var PullRequestSourceReferenceUpdatedEventMetadata = [
|
|
|
1824
1852
|
[_rN, _bCIe, _aCI, _mBe],
|
|
1825
1853
|
[0, 0, 0, 0],
|
|
1826
1854
|
];
|
|
1827
|
-
export var PullRequestStatusChangedEventMetadata = [3, n0, _PRSCEM, 0, [_pRS], [0]];
|
|
1828
|
-
export var PullRequestStatusRequiredException = [-3, n0, _PRSRE, { [_e]: _c }, [_m], [0]];
|
|
1829
|
-
TypeRegistry.for(n0).registerError(PullRequestStatusRequiredException
|
|
1830
|
-
export var PullRequestTarget = [
|
|
1855
|
+
export var PullRequestStatusChangedEventMetadata$ = [3, n0, _PRSCEM, 0, [_pRS], [0]];
|
|
1856
|
+
export var PullRequestStatusRequiredException$ = [-3, n0, _PRSRE, { [_e]: _c }, [_m], [0]];
|
|
1857
|
+
TypeRegistry.for(n0).registerError(PullRequestStatusRequiredException$, PullRequestStatusRequiredException);
|
|
1858
|
+
export var PullRequestTarget$ = [
|
|
1831
1859
|
3,
|
|
1832
1860
|
n0,
|
|
1833
1861
|
_PRT,
|
|
1834
1862
|
0,
|
|
1835
1863
|
[_rN, _sR, _dR, _dC, _sC, _mBe, _mM],
|
|
1836
|
-
[0, 0, 0, 0, 0, 0, () => MergeMetadata],
|
|
1864
|
+
[0, 0, 0, 0, 0, 0, () => MergeMetadata$],
|
|
1837
1865
|
];
|
|
1838
|
-
export var PutCommentReactionInput = [3, n0, _PCRIu, 0, [_cIom, _rV], [0, 0]];
|
|
1839
|
-
export var PutFileEntry = [
|
|
1866
|
+
export var PutCommentReactionInput$ = [3, n0, _PCRIu, 0, [_cIom, _rV], [0, 0]];
|
|
1867
|
+
export var PutFileEntry$ = [
|
|
1840
1868
|
3,
|
|
1841
1869
|
n0,
|
|
1842
1870
|
_PFE,
|
|
1843
1871
|
0,
|
|
1844
1872
|
[_fP, _fMi, _fC, _sFo],
|
|
1845
|
-
[0, 0, 21, () => SourceFileSpecifier],
|
|
1873
|
+
[0, 0, 21, () => SourceFileSpecifier$],
|
|
1846
1874
|
];
|
|
1847
|
-
export var PutFileEntryConflictException = [-3, n0, _PFECE, { [_e]: _c }, [_m], [0]];
|
|
1848
|
-
TypeRegistry.for(n0).registerError(PutFileEntryConflictException
|
|
1849
|
-
export var PutFileInput = [
|
|
1875
|
+
export var PutFileEntryConflictException$ = [-3, n0, _PFECE, { [_e]: _c }, [_m], [0]];
|
|
1876
|
+
TypeRegistry.for(n0).registerError(PutFileEntryConflictException$, PutFileEntryConflictException);
|
|
1877
|
+
export var PutFileInput$ = [
|
|
1850
1878
|
3,
|
|
1851
1879
|
n0,
|
|
1852
1880
|
_PFI,
|
|
@@ -1854,8 +1882,8 @@ export var PutFileInput = [
|
|
|
1854
1882
|
[_rN, _bN, _fC, _fP, _fMi, _pCI, _cMo, _n, _em],
|
|
1855
1883
|
[0, 0, 21, 0, 0, 0, 0, 0, 0],
|
|
1856
1884
|
];
|
|
1857
|
-
export var PutFileOutput = [3, n0, _PFO, 0, [_cI, _bI, _tI], [0, 0, 0]];
|
|
1858
|
-
export var PutRepositoryTriggersInput = [
|
|
1885
|
+
export var PutFileOutput$ = [3, n0, _PFO, 0, [_cI, _bI, _tI], [0, 0, 0]];
|
|
1886
|
+
export var PutRepositoryTriggersInput$ = [
|
|
1859
1887
|
3,
|
|
1860
1888
|
n0,
|
|
1861
1889
|
_PRTI,
|
|
@@ -1863,36 +1891,36 @@ export var PutRepositoryTriggersInput = [
|
|
|
1863
1891
|
[_rN, _tr],
|
|
1864
1892
|
[0, () => RepositoryTriggersList],
|
|
1865
1893
|
];
|
|
1866
|
-
export var PutRepositoryTriggersOutput = [3, n0, _PRTO, 0, [_cIon], [0]];
|
|
1867
|
-
export var ReactionForComment = [
|
|
1894
|
+
export var PutRepositoryTriggersOutput$ = [3, n0, _PRTO, 0, [_cIon], [0]];
|
|
1895
|
+
export var ReactionForComment$ = [
|
|
1868
1896
|
3,
|
|
1869
1897
|
n0,
|
|
1870
1898
|
_RFC,
|
|
1871
1899
|
0,
|
|
1872
1900
|
[_re, _rU, _rFDUC],
|
|
1873
|
-
[() => ReactionValueFormats
|
|
1874
|
-
];
|
|
1875
|
-
export var ReactionLimitExceededException = [-3, n0, _RLEE, { [_e]: _c }, [_m], [0]];
|
|
1876
|
-
TypeRegistry.for(n0).registerError(ReactionLimitExceededException
|
|
1877
|
-
export var ReactionValueFormats = [3, n0, _RVF, 0, [_emo, _sCh, _u], [0, 0, 0]];
|
|
1878
|
-
export var ReactionValueRequiredException = [-3, n0, _RVRE, { [_e]: _c }, [_m], [0]];
|
|
1879
|
-
TypeRegistry.for(n0).registerError(ReactionValueRequiredException
|
|
1880
|
-
export var ReferenceDoesNotExistException = [-3, n0, _RDNEE, { [_e]: _c }, [_m], [0]];
|
|
1881
|
-
TypeRegistry.for(n0).registerError(ReferenceDoesNotExistException
|
|
1882
|
-
export var ReferenceNameRequiredException = [-3, n0, _RNRE, { [_e]: _c }, [_m], [0]];
|
|
1883
|
-
TypeRegistry.for(n0).registerError(ReferenceNameRequiredException
|
|
1884
|
-
export var ReferenceTypeNotSupportedException = [-3, n0, _RTNSE, { [_e]: _c }, [_m], [0]];
|
|
1885
|
-
TypeRegistry.for(n0).registerError(ReferenceTypeNotSupportedException
|
|
1886
|
-
export var ReplaceContentEntry = [3, n0, _RCE, 0, [_fP, _rT, _con, _fMi], [0, 0, 21, 0]];
|
|
1887
|
-
export var ReplacementContentRequiredException = [-3, n0, _RCRE, { [_e]: _c }, [_m], [0]];
|
|
1888
|
-
TypeRegistry.for(n0).registerError(ReplacementContentRequiredException
|
|
1889
|
-
export var ReplacementTypeRequiredException = [-3, n0, _RTRE, { [_e]: _c }, [_m], [0]];
|
|
1890
|
-
TypeRegistry.for(n0).registerError(ReplacementTypeRequiredException
|
|
1891
|
-
export var RepositoryDoesNotExistException = [-3, n0, _RDNEEe, { [_e]: _c }, [_m], [0]];
|
|
1892
|
-
TypeRegistry.for(n0).registerError(RepositoryDoesNotExistException
|
|
1893
|
-
export var RepositoryLimitExceededException = [-3, n0, _RLEEe, { [_e]: _c }, [_m], [0]];
|
|
1894
|
-
TypeRegistry.for(n0).registerError(RepositoryLimitExceededException
|
|
1895
|
-
export var RepositoryMetadata = [
|
|
1901
|
+
[() => ReactionValueFormats$, 64 | 0, 1],
|
|
1902
|
+
];
|
|
1903
|
+
export var ReactionLimitExceededException$ = [-3, n0, _RLEE, { [_e]: _c }, [_m], [0]];
|
|
1904
|
+
TypeRegistry.for(n0).registerError(ReactionLimitExceededException$, ReactionLimitExceededException);
|
|
1905
|
+
export var ReactionValueFormats$ = [3, n0, _RVF, 0, [_emo, _sCh, _u], [0, 0, 0]];
|
|
1906
|
+
export var ReactionValueRequiredException$ = [-3, n0, _RVRE, { [_e]: _c }, [_m], [0]];
|
|
1907
|
+
TypeRegistry.for(n0).registerError(ReactionValueRequiredException$, ReactionValueRequiredException);
|
|
1908
|
+
export var ReferenceDoesNotExistException$ = [-3, n0, _RDNEE, { [_e]: _c }, [_m], [0]];
|
|
1909
|
+
TypeRegistry.for(n0).registerError(ReferenceDoesNotExistException$, ReferenceDoesNotExistException);
|
|
1910
|
+
export var ReferenceNameRequiredException$ = [-3, n0, _RNRE, { [_e]: _c }, [_m], [0]];
|
|
1911
|
+
TypeRegistry.for(n0).registerError(ReferenceNameRequiredException$, ReferenceNameRequiredException);
|
|
1912
|
+
export var ReferenceTypeNotSupportedException$ = [-3, n0, _RTNSE, { [_e]: _c }, [_m], [0]];
|
|
1913
|
+
TypeRegistry.for(n0).registerError(ReferenceTypeNotSupportedException$, ReferenceTypeNotSupportedException);
|
|
1914
|
+
export var ReplaceContentEntry$ = [3, n0, _RCE, 0, [_fP, _rT, _con, _fMi], [0, 0, 21, 0]];
|
|
1915
|
+
export var ReplacementContentRequiredException$ = [-3, n0, _RCRE, { [_e]: _c }, [_m], [0]];
|
|
1916
|
+
TypeRegistry.for(n0).registerError(ReplacementContentRequiredException$, ReplacementContentRequiredException);
|
|
1917
|
+
export var ReplacementTypeRequiredException$ = [-3, n0, _RTRE, { [_e]: _c }, [_m], [0]];
|
|
1918
|
+
TypeRegistry.for(n0).registerError(ReplacementTypeRequiredException$, ReplacementTypeRequiredException);
|
|
1919
|
+
export var RepositoryDoesNotExistException$ = [-3, n0, _RDNEEe, { [_e]: _c }, [_m], [0]];
|
|
1920
|
+
TypeRegistry.for(n0).registerError(RepositoryDoesNotExistException$, RepositoryDoesNotExistException);
|
|
1921
|
+
export var RepositoryLimitExceededException$ = [-3, n0, _RLEEe, { [_e]: _c }, [_m], [0]];
|
|
1922
|
+
TypeRegistry.for(n0).registerError(RepositoryLimitExceededException$, RepositoryLimitExceededException);
|
|
1923
|
+
export var RepositoryMetadata$ = [
|
|
1896
1924
|
3,
|
|
1897
1925
|
n0,
|
|
1898
1926
|
_RM,
|
|
@@ -1900,14 +1928,14 @@ export var RepositoryMetadata = [
|
|
|
1900
1928
|
[_aI, _rIe, _rN, _rD, _dBe, _lMD, _cD, _cUH, _cUS, _Ar, _kKI],
|
|
1901
1929
|
[0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0],
|
|
1902
1930
|
];
|
|
1903
|
-
export var RepositoryNameExistsException = [-3, n0, _RNEE, { [_e]: _c }, [_m], [0]];
|
|
1904
|
-
TypeRegistry.for(n0).registerError(RepositoryNameExistsException
|
|
1905
|
-
export var RepositoryNameIdPair = [3, n0, _RNIP, 0, [_rN, _rIe], [0, 0]];
|
|
1906
|
-
export var RepositoryNameRequiredException = [-3, n0, _RNREe, { [_e]: _c }, [_m], [0]];
|
|
1907
|
-
TypeRegistry.for(n0).registerError(RepositoryNameRequiredException
|
|
1908
|
-
export var RepositoryNamesRequiredException = [-3, n0, _RNREep, { [_e]: _c }, [_m], [0]];
|
|
1909
|
-
TypeRegistry.for(n0).registerError(RepositoryNamesRequiredException
|
|
1910
|
-
export var RepositoryNotAssociatedWithPullRequestException = [
|
|
1931
|
+
export var RepositoryNameExistsException$ = [-3, n0, _RNEE, { [_e]: _c }, [_m], [0]];
|
|
1932
|
+
TypeRegistry.for(n0).registerError(RepositoryNameExistsException$, RepositoryNameExistsException);
|
|
1933
|
+
export var RepositoryNameIdPair$ = [3, n0, _RNIP, 0, [_rN, _rIe], [0, 0]];
|
|
1934
|
+
export var RepositoryNameRequiredException$ = [-3, n0, _RNREe, { [_e]: _c }, [_m], [0]];
|
|
1935
|
+
TypeRegistry.for(n0).registerError(RepositoryNameRequiredException$, RepositoryNameRequiredException);
|
|
1936
|
+
export var RepositoryNamesRequiredException$ = [-3, n0, _RNREep, { [_e]: _c }, [_m], [0]];
|
|
1937
|
+
TypeRegistry.for(n0).registerError(RepositoryNamesRequiredException$, RepositoryNamesRequiredException);
|
|
1938
|
+
export var RepositoryNotAssociatedWithPullRequestException$ = [
|
|
1911
1939
|
-3,
|
|
1912
1940
|
n0,
|
|
1913
1941
|
_RNAWPRE,
|
|
@@ -1915,8 +1943,8 @@ export var RepositoryNotAssociatedWithPullRequestException = [
|
|
|
1915
1943
|
[_m],
|
|
1916
1944
|
[0],
|
|
1917
1945
|
];
|
|
1918
|
-
TypeRegistry.for(n0).registerError(RepositoryNotAssociatedWithPullRequestException
|
|
1919
|
-
export var RepositoryTrigger = [
|
|
1946
|
+
TypeRegistry.for(n0).registerError(RepositoryNotAssociatedWithPullRequestException$, RepositoryNotAssociatedWithPullRequestException);
|
|
1947
|
+
export var RepositoryTrigger$ = [
|
|
1920
1948
|
3,
|
|
1921
1949
|
n0,
|
|
1922
1950
|
_RT,
|
|
@@ -1924,7 +1952,7 @@ export var RepositoryTrigger = [
|
|
|
1924
1952
|
[_n, _dA, _cDu, _bra, _eve],
|
|
1925
1953
|
[0, 0, 0, 64 | 0, 64 | 0],
|
|
1926
1954
|
];
|
|
1927
|
-
export var RepositoryTriggerBranchNameListRequiredException = [
|
|
1955
|
+
export var RepositoryTriggerBranchNameListRequiredException$ = [
|
|
1928
1956
|
-3,
|
|
1929
1957
|
n0,
|
|
1930
1958
|
_RTBNLRE,
|
|
@@ -1932,8 +1960,8 @@ export var RepositoryTriggerBranchNameListRequiredException = [
|
|
|
1932
1960
|
[_m],
|
|
1933
1961
|
[0],
|
|
1934
1962
|
];
|
|
1935
|
-
TypeRegistry.for(n0).registerError(RepositoryTriggerBranchNameListRequiredException
|
|
1936
|
-
export var RepositoryTriggerDestinationArnRequiredException = [
|
|
1963
|
+
TypeRegistry.for(n0).registerError(RepositoryTriggerBranchNameListRequiredException$, RepositoryTriggerBranchNameListRequiredException);
|
|
1964
|
+
export var RepositoryTriggerDestinationArnRequiredException$ = [
|
|
1937
1965
|
-3,
|
|
1938
1966
|
n0,
|
|
1939
1967
|
_RTDARE,
|
|
@@ -1941,47 +1969,54 @@ export var RepositoryTriggerDestinationArnRequiredException = [
|
|
|
1941
1969
|
[_m],
|
|
1942
1970
|
[0],
|
|
1943
1971
|
];
|
|
1944
|
-
TypeRegistry.for(n0).registerError(RepositoryTriggerDestinationArnRequiredException
|
|
1945
|
-
export var RepositoryTriggerEventsListRequiredException = [
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
TypeRegistry.for(n0).registerError(
|
|
1954
|
-
export var
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
export var
|
|
1966
|
-
TypeRegistry.for(n0).registerError(
|
|
1967
|
-
export var
|
|
1968
|
-
TypeRegistry.for(n0).registerError(
|
|
1969
|
-
export var
|
|
1970
|
-
|
|
1971
|
-
export var
|
|
1972
|
-
export var
|
|
1973
|
-
TypeRegistry.for(n0).registerError(
|
|
1974
|
-
export var
|
|
1975
|
-
TypeRegistry.for(n0).registerError(
|
|
1976
|
-
export var
|
|
1977
|
-
export var
|
|
1978
|
-
|
|
1979
|
-
export var
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
export var
|
|
1972
|
+
TypeRegistry.for(n0).registerError(RepositoryTriggerDestinationArnRequiredException$, RepositoryTriggerDestinationArnRequiredException);
|
|
1973
|
+
export var RepositoryTriggerEventsListRequiredException$ = [
|
|
1974
|
+
-3,
|
|
1975
|
+
n0,
|
|
1976
|
+
_RTELRE,
|
|
1977
|
+
{ [_e]: _c },
|
|
1978
|
+
[_m],
|
|
1979
|
+
[0],
|
|
1980
|
+
];
|
|
1981
|
+
TypeRegistry.for(n0).registerError(RepositoryTriggerEventsListRequiredException$, RepositoryTriggerEventsListRequiredException);
|
|
1982
|
+
export var RepositoryTriggerExecutionFailure$ = [3, n0, _RTEF, 0, [_tri, _fMa], [0, 0]];
|
|
1983
|
+
export var RepositoryTriggerNameRequiredException$ = [-3, n0, _RTNRE, { [_e]: _c }, [_m], [0]];
|
|
1984
|
+
TypeRegistry.for(n0).registerError(RepositoryTriggerNameRequiredException$, RepositoryTriggerNameRequiredException);
|
|
1985
|
+
export var RepositoryTriggersListRequiredException$ = [-3, n0, _RTLRE, { [_e]: _c }, [_m], [0]];
|
|
1986
|
+
TypeRegistry.for(n0).registerError(RepositoryTriggersListRequiredException$, RepositoryTriggersListRequiredException);
|
|
1987
|
+
export var ResourceArnRequiredException$ = [-3, n0, _RARE, { [_e]: _c }, [_m], [0]];
|
|
1988
|
+
TypeRegistry.for(n0).registerError(ResourceArnRequiredException$, ResourceArnRequiredException);
|
|
1989
|
+
export var RestrictedSourceFileException$ = [-3, n0, _RSFE, { [_e]: _c }, [_m], [0]];
|
|
1990
|
+
TypeRegistry.for(n0).registerError(RestrictedSourceFileException$, RestrictedSourceFileException);
|
|
1991
|
+
export var RevisionIdRequiredException$ = [-3, n0, _RIRE, { [_e]: _c }, [_m], [0]];
|
|
1992
|
+
TypeRegistry.for(n0).registerError(RevisionIdRequiredException$, RevisionIdRequiredException);
|
|
1993
|
+
export var RevisionNotCurrentException$ = [-3, n0, _RNCE, { [_e]: _c }, [_m], [0]];
|
|
1994
|
+
TypeRegistry.for(n0).registerError(RevisionNotCurrentException$, RevisionNotCurrentException);
|
|
1995
|
+
export var SameFileContentException$ = [-3, n0, _SFCE, { [_e]: _c }, [_m], [0]];
|
|
1996
|
+
TypeRegistry.for(n0).registerError(SameFileContentException$, SameFileContentException);
|
|
1997
|
+
export var SamePathRequestException$ = [-3, n0, _SPRE, { [_e]: _c }, [_m], [0]];
|
|
1998
|
+
TypeRegistry.for(n0).registerError(SamePathRequestException$, SamePathRequestException);
|
|
1999
|
+
export var SetFileModeEntry$ = [3, n0, _SFME, 0, [_fP, _fMi], [0, 0]];
|
|
2000
|
+
export var SourceAndDestinationAreSameException$ = [-3, n0, _SADASE, { [_e]: _c }, [_m], [0]];
|
|
2001
|
+
TypeRegistry.for(n0).registerError(SourceAndDestinationAreSameException$, SourceAndDestinationAreSameException);
|
|
2002
|
+
export var SourceFileOrContentRequiredException$ = [-3, n0, _SFOCRE, { [_e]: _c }, [_m], [0]];
|
|
2003
|
+
TypeRegistry.for(n0).registerError(SourceFileOrContentRequiredException$, SourceFileOrContentRequiredException);
|
|
2004
|
+
export var SourceFileSpecifier$ = [3, n0, _SFS, 0, [_fP, _iMs], [0, 2]];
|
|
2005
|
+
export var SubModule$ = [3, n0, _SM, 0, [_cI, _aP, _rP], [0, 0, 0]];
|
|
2006
|
+
export var SymbolicLink$ = [3, n0, _SL, 0, [_bI, _aP, _rP, _fMi], [0, 0, 0, 0]];
|
|
2007
|
+
export var TagKeysListRequiredException$ = [-3, n0, _TKLRE, { [_e]: _c }, [_m], [0]];
|
|
2008
|
+
TypeRegistry.for(n0).registerError(TagKeysListRequiredException$, TagKeysListRequiredException);
|
|
2009
|
+
export var TagPolicyException$ = [-3, n0, _TPE, { [_e]: _c }, [_m], [0]];
|
|
2010
|
+
TypeRegistry.for(n0).registerError(TagPolicyException$, TagPolicyException);
|
|
2011
|
+
export var TagResourceInput$ = [3, n0, _TRI, 0, [_rA, _tag], [0, 128 | 0]];
|
|
2012
|
+
export var TagsMapRequiredException$ = [-3, n0, _TMRE, { [_e]: _c }, [_m], [0]];
|
|
2013
|
+
TypeRegistry.for(n0).registerError(TagsMapRequiredException$, TagsMapRequiredException);
|
|
2014
|
+
export var Target$ = [3, n0, _T, 0, [_rN, _sR, _dR], [0, 0, 0]];
|
|
2015
|
+
export var TargetRequiredException$ = [-3, n0, _TRE, { [_e]: _c }, [_m], [0]];
|
|
2016
|
+
TypeRegistry.for(n0).registerError(TargetRequiredException$, TargetRequiredException);
|
|
2017
|
+
export var TargetsRequiredException$ = [-3, n0, _TREa, { [_e]: _c }, [_m], [0]];
|
|
2018
|
+
TypeRegistry.for(n0).registerError(TargetsRequiredException$, TargetsRequiredException);
|
|
2019
|
+
export var TestRepositoryTriggersInput$ = [
|
|
1985
2020
|
3,
|
|
1986
2021
|
n0,
|
|
1987
2022
|
_TRTI,
|
|
@@ -1989,7 +2024,7 @@ export var TestRepositoryTriggersInput = [
|
|
|
1989
2024
|
[_rN, _tr],
|
|
1990
2025
|
[0, () => RepositoryTriggersList],
|
|
1991
2026
|
];
|
|
1992
|
-
export var TestRepositoryTriggersOutput = [
|
|
2027
|
+
export var TestRepositoryTriggersOutput$ = [
|
|
1993
2028
|
3,
|
|
1994
2029
|
n0,
|
|
1995
2030
|
_TRTO,
|
|
@@ -1997,16 +2032,16 @@ export var TestRepositoryTriggersOutput = [
|
|
|
1997
2032
|
[_sE, _fE],
|
|
1998
2033
|
[64 | 0, () => RepositoryTriggerExecutionFailureList],
|
|
1999
2034
|
];
|
|
2000
|
-
export var TipOfSourceReferenceIsDifferentException = [-3, n0, _TOSRIDE, { [_e]: _c }, [_m], [0]];
|
|
2001
|
-
TypeRegistry.for(n0).registerError(TipOfSourceReferenceIsDifferentException
|
|
2002
|
-
export var TipsDivergenceExceededException = [-3, n0, _TDEE, { [_e]: _c }, [_m], [0]];
|
|
2003
|
-
TypeRegistry.for(n0).registerError(TipsDivergenceExceededException
|
|
2004
|
-
export var TitleRequiredException = [-3, n0, _TREi, { [_e]: _c }, [_m], [0]];
|
|
2005
|
-
TypeRegistry.for(n0).registerError(TitleRequiredException
|
|
2006
|
-
export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c }, [_m], [0]];
|
|
2007
|
-
TypeRegistry.for(n0).registerError(TooManyTagsException
|
|
2008
|
-
export var UntagResourceInput = [3, n0, _URI, 0, [_rA, _tK], [0, 64 | 0]];
|
|
2009
|
-
export var UpdateApprovalRuleTemplateContentInput = [
|
|
2035
|
+
export var TipOfSourceReferenceIsDifferentException$ = [-3, n0, _TOSRIDE, { [_e]: _c }, [_m], [0]];
|
|
2036
|
+
TypeRegistry.for(n0).registerError(TipOfSourceReferenceIsDifferentException$, TipOfSourceReferenceIsDifferentException);
|
|
2037
|
+
export var TipsDivergenceExceededException$ = [-3, n0, _TDEE, { [_e]: _c }, [_m], [0]];
|
|
2038
|
+
TypeRegistry.for(n0).registerError(TipsDivergenceExceededException$, TipsDivergenceExceededException);
|
|
2039
|
+
export var TitleRequiredException$ = [-3, n0, _TREi, { [_e]: _c }, [_m], [0]];
|
|
2040
|
+
TypeRegistry.for(n0).registerError(TitleRequiredException$, TitleRequiredException);
|
|
2041
|
+
export var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c }, [_m], [0]];
|
|
2042
|
+
TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
2043
|
+
export var UntagResourceInput$ = [3, n0, _URI, 0, [_rA, _tK], [0, 64 | 0]];
|
|
2044
|
+
export var UpdateApprovalRuleTemplateContentInput$ = [
|
|
2010
2045
|
3,
|
|
2011
2046
|
n0,
|
|
2012
2047
|
_UARTCI,
|
|
@@ -2014,15 +2049,15 @@ export var UpdateApprovalRuleTemplateContentInput = [
|
|
|
2014
2049
|
[_aRTN, _nRC, _eRCS],
|
|
2015
2050
|
[0, 0, 0],
|
|
2016
2051
|
];
|
|
2017
|
-
export var UpdateApprovalRuleTemplateContentOutput = [
|
|
2052
|
+
export var UpdateApprovalRuleTemplateContentOutput$ = [
|
|
2018
2053
|
3,
|
|
2019
2054
|
n0,
|
|
2020
2055
|
_UARTCO,
|
|
2021
2056
|
0,
|
|
2022
2057
|
[_aRT],
|
|
2023
|
-
[() => ApprovalRuleTemplate],
|
|
2058
|
+
[() => ApprovalRuleTemplate$],
|
|
2024
2059
|
];
|
|
2025
|
-
export var UpdateApprovalRuleTemplateDescriptionInput = [
|
|
2060
|
+
export var UpdateApprovalRuleTemplateDescriptionInput$ = [
|
|
2026
2061
|
3,
|
|
2027
2062
|
n0,
|
|
2028
2063
|
_UARTDI,
|
|
@@ -2030,27 +2065,27 @@ export var UpdateApprovalRuleTemplateDescriptionInput = [
|
|
|
2030
2065
|
[_aRTN, _aRTD],
|
|
2031
2066
|
[0, 0],
|
|
2032
2067
|
];
|
|
2033
|
-
export var UpdateApprovalRuleTemplateDescriptionOutput = [
|
|
2068
|
+
export var UpdateApprovalRuleTemplateDescriptionOutput$ = [
|
|
2034
2069
|
3,
|
|
2035
2070
|
n0,
|
|
2036
2071
|
_UARTDO,
|
|
2037
2072
|
0,
|
|
2038
2073
|
[_aRT],
|
|
2039
|
-
[() => ApprovalRuleTemplate],
|
|
2074
|
+
[() => ApprovalRuleTemplate$],
|
|
2040
2075
|
];
|
|
2041
|
-
export var UpdateApprovalRuleTemplateNameInput = [3, n0, _UARTNI, 0, [_oARTN, _nARTN], [0, 0]];
|
|
2042
|
-
export var UpdateApprovalRuleTemplateNameOutput = [
|
|
2076
|
+
export var UpdateApprovalRuleTemplateNameInput$ = [3, n0, _UARTNI, 0, [_oARTN, _nARTN], [0, 0]];
|
|
2077
|
+
export var UpdateApprovalRuleTemplateNameOutput$ = [
|
|
2043
2078
|
3,
|
|
2044
2079
|
n0,
|
|
2045
2080
|
_UARTNO,
|
|
2046
2081
|
0,
|
|
2047
2082
|
[_aRT],
|
|
2048
|
-
[() => ApprovalRuleTemplate],
|
|
2083
|
+
[() => ApprovalRuleTemplate$],
|
|
2049
2084
|
];
|
|
2050
|
-
export var UpdateCommentInput = [3, n0, _UCI, 0, [_cIom, _con], [0, 0]];
|
|
2051
|
-
export var UpdateCommentOutput = [3, n0, _UCO, 0, [_comme], [() => Comment]];
|
|
2052
|
-
export var UpdateDefaultBranchInput = [3, n0, _UDBI, 0, [_rN, _dBN], [0, 0]];
|
|
2053
|
-
export var UpdatePullRequestApprovalRuleContentInput = [
|
|
2085
|
+
export var UpdateCommentInput$ = [3, n0, _UCI, 0, [_cIom, _con], [0, 0]];
|
|
2086
|
+
export var UpdateCommentOutput$ = [3, n0, _UCO, 0, [_comme], [() => Comment$]];
|
|
2087
|
+
export var UpdateDefaultBranchInput$ = [3, n0, _UDBI, 0, [_rN, _dBN], [0, 0]];
|
|
2088
|
+
export var UpdatePullRequestApprovalRuleContentInput$ = [
|
|
2054
2089
|
3,
|
|
2055
2090
|
n0,
|
|
2056
2091
|
_UPRARCI,
|
|
@@ -2058,15 +2093,15 @@ export var UpdatePullRequestApprovalRuleContentInput = [
|
|
|
2058
2093
|
[_pRI, _aRN, _eRCS, _nRC],
|
|
2059
2094
|
[0, 0, 0, 0],
|
|
2060
2095
|
];
|
|
2061
|
-
export var UpdatePullRequestApprovalRuleContentOutput = [
|
|
2096
|
+
export var UpdatePullRequestApprovalRuleContentOutput$ = [
|
|
2062
2097
|
3,
|
|
2063
2098
|
n0,
|
|
2064
2099
|
_UPRARCO,
|
|
2065
2100
|
0,
|
|
2066
2101
|
[_aR],
|
|
2067
|
-
[() => ApprovalRule],
|
|
2102
|
+
[() => ApprovalRule$],
|
|
2068
2103
|
];
|
|
2069
|
-
export var UpdatePullRequestApprovalStateInput = [
|
|
2104
|
+
export var UpdatePullRequestApprovalStateInput$ = [
|
|
2070
2105
|
3,
|
|
2071
2106
|
n0,
|
|
2072
2107
|
_UPRASI,
|
|
@@ -2074,15 +2109,15 @@ export var UpdatePullRequestApprovalStateInput = [
|
|
|
2074
2109
|
[_pRI, _rI, _aS],
|
|
2075
2110
|
[0, 0, 0],
|
|
2076
2111
|
];
|
|
2077
|
-
export var UpdatePullRequestDescriptionInput = [3, n0, _UPRDI, 0, [_pRI, _de], [0, 0]];
|
|
2078
|
-
export var UpdatePullRequestDescriptionOutput = [3, n0, _UPRDO, 0, [_pR], [() => PullRequest]];
|
|
2079
|
-
export var UpdatePullRequestStatusInput = [3, n0, _UPRSI, 0, [_pRI, _pRS], [0, 0]];
|
|
2080
|
-
export var UpdatePullRequestStatusOutput = [3, n0, _UPRSO, 0, [_pR], [() => PullRequest]];
|
|
2081
|
-
export var UpdatePullRequestTitleInput = [3, n0, _UPRTI, 0, [_pRI, _t], [0, 0]];
|
|
2082
|
-
export var UpdatePullRequestTitleOutput = [3, n0, _UPRTO, 0, [_pR], [() => PullRequest]];
|
|
2083
|
-
export var UpdateRepositoryDescriptionInput = [3, n0, _URDI, 0, [_rN, _rD], [0, 0]];
|
|
2084
|
-
export var UpdateRepositoryEncryptionKeyInput = [3, n0, _UREKI, 0, [_rN, _kKI], [0, 0]];
|
|
2085
|
-
export var UpdateRepositoryEncryptionKeyOutput = [
|
|
2112
|
+
export var UpdatePullRequestDescriptionInput$ = [3, n0, _UPRDI, 0, [_pRI, _de], [0, 0]];
|
|
2113
|
+
export var UpdatePullRequestDescriptionOutput$ = [3, n0, _UPRDO, 0, [_pR], [() => PullRequest$]];
|
|
2114
|
+
export var UpdatePullRequestStatusInput$ = [3, n0, _UPRSI, 0, [_pRI, _pRS], [0, 0]];
|
|
2115
|
+
export var UpdatePullRequestStatusOutput$ = [3, n0, _UPRSO, 0, [_pR], [() => PullRequest$]];
|
|
2116
|
+
export var UpdatePullRequestTitleInput$ = [3, n0, _UPRTI, 0, [_pRI, _t], [0, 0]];
|
|
2117
|
+
export var UpdatePullRequestTitleOutput$ = [3, n0, _UPRTO, 0, [_pR], [() => PullRequest$]];
|
|
2118
|
+
export var UpdateRepositoryDescriptionInput$ = [3, n0, _URDI, 0, [_rN, _rD], [0, 0]];
|
|
2119
|
+
export var UpdateRepositoryEncryptionKeyInput$ = [3, n0, _UREKI, 0, [_rN, _kKI], [0, 0]];
|
|
2120
|
+
export var UpdateRepositoryEncryptionKeyOutput$ = [
|
|
2086
2121
|
3,
|
|
2087
2122
|
n0,
|
|
2088
2123
|
_UREKO,
|
|
@@ -2090,590 +2125,605 @@ export var UpdateRepositoryEncryptionKeyOutput = [
|
|
|
2090
2125
|
[_rIe, _kKI, _oKKI],
|
|
2091
2126
|
[0, 0, 0],
|
|
2092
2127
|
];
|
|
2093
|
-
export var UpdateRepositoryNameInput = [3, n0, _URNI, 0, [_oN, _nN], [0, 0]];
|
|
2094
|
-
export var UserInfo = [3, n0, _UI, 0, [_n, _em, _da], [0, 0, 0]];
|
|
2095
|
-
|
|
2096
|
-
export var CodeCommitServiceException = [-3, _sm, "CodeCommitServiceException", 0, [], []];
|
|
2097
|
-
TypeRegistry.for(_sm).registerError(CodeCommitServiceException
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2128
|
+
export var UpdateRepositoryNameInput$ = [3, n0, _URNI, 0, [_oN, _nN], [0, 0]];
|
|
2129
|
+
export var UserInfo$ = [3, n0, _UI, 0, [_n, _em, _da], [0, 0, 0]];
|
|
2130
|
+
var __Unit = "unit";
|
|
2131
|
+
export var CodeCommitServiceException$ = [-3, _sm, "CodeCommitServiceException", 0, [], []];
|
|
2132
|
+
TypeRegistry.for(_sm).registerError(CodeCommitServiceException$, CodeCommitServiceException);
|
|
2133
|
+
var ApprovalList = [1, n0, _AL, 0, () => Approval$];
|
|
2134
|
+
var ApprovalRulesList = [1, n0, _ARL, 0, () => ApprovalRule$];
|
|
2135
|
+
var ApprovalRulesNotSatisfiedList = 64 | 0;
|
|
2136
|
+
var ApprovalRulesSatisfiedList = 64 | 0;
|
|
2137
|
+
var ApprovalRuleTemplateNameList = 64 | 0;
|
|
2138
|
+
var BatchAssociateApprovalRuleTemplateWithRepositoriesErrorsList = [
|
|
2104
2139
|
1,
|
|
2105
2140
|
n0,
|
|
2106
2141
|
_BAARTWREL,
|
|
2107
2142
|
0,
|
|
2108
|
-
() => BatchAssociateApprovalRuleTemplateWithRepositoriesError
|
|
2143
|
+
() => BatchAssociateApprovalRuleTemplateWithRepositoriesError$,
|
|
2109
2144
|
];
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
n0,
|
|
2113
|
-
_BDMCEa,
|
|
2114
|
-
0,
|
|
2115
|
-
() => BatchDescribeMergeConflictsError,
|
|
2116
|
-
];
|
|
2117
|
-
export var BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorsList = [
|
|
2145
|
+
var BatchDescribeMergeConflictsErrors = [1, n0, _BDMCEa, 0, () => BatchDescribeMergeConflictsError$];
|
|
2146
|
+
var BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorsList = [
|
|
2118
2147
|
1,
|
|
2119
2148
|
n0,
|
|
2120
2149
|
_BDARTFREL,
|
|
2121
2150
|
0,
|
|
2122
|
-
() => BatchDisassociateApprovalRuleTemplateFromRepositoriesError
|
|
2123
|
-
];
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2151
|
+
() => BatchDisassociateApprovalRuleTemplateFromRepositoriesError$,
|
|
2152
|
+
];
|
|
2153
|
+
var BatchGetCommitsErrorsList = [1, n0, _BGCEL, 0, () => BatchGetCommitsError$];
|
|
2154
|
+
var BatchGetRepositoriesErrorsList = [1, n0, _BGREL, 0, () => BatchGetRepositoriesError$];
|
|
2155
|
+
var BranchNameList = 64 | 0;
|
|
2156
|
+
var CallerReactions = 64 | 0;
|
|
2157
|
+
var Comments = [1, n0, _Com, 0, () => Comment$];
|
|
2158
|
+
var CommentsForComparedCommitData = [1, n0, _CFCCD, 0, () => CommentsForComparedCommit$];
|
|
2159
|
+
var CommentsForPullRequestData = [1, n0, _CFPRD, 0, () => CommentsForPullRequest$];
|
|
2160
|
+
var CommitIdsInputList = 64 | 0;
|
|
2161
|
+
var CommitObjectsList = [1, n0, _COL, 0, () => Commit$];
|
|
2162
|
+
var ConflictMetadataList = [1, n0, _CML, 0, () => ConflictMetadata$];
|
|
2163
|
+
var Conflicts = [1, n0, _Conf, 0, () => Conflict$];
|
|
2164
|
+
var DeleteFileEntries = [1, n0, _DFEe, 0, () => DeleteFileEntry$];
|
|
2165
|
+
var DifferenceList = [1, n0, _DL, 0, () => Difference$];
|
|
2166
|
+
var FileList = [1, n0, _FL, 0, () => File$];
|
|
2167
|
+
var FilePaths = 64 | 0;
|
|
2168
|
+
var FilesMetadata = [1, n0, _FMil, 0, () => FileMetadata$];
|
|
2169
|
+
var FolderList = [1, n0, _FLo, 0, () => Folder$];
|
|
2170
|
+
var MergeHunks = [1, n0, _MHe, 0, () => MergeHunk$];
|
|
2171
|
+
var MergeOptions = 64 | 0;
|
|
2172
|
+
var ParentList = 64 | 0;
|
|
2173
|
+
var PullRequestEventList = [1, n0, _PREL, 0, () => PullRequestEvent$];
|
|
2174
|
+
var PullRequestIdList = 64 | 0;
|
|
2175
|
+
var PullRequestTargetList = [1, n0, _PRTL, 0, () => PullRequestTarget$];
|
|
2176
|
+
var PutFileEntries = [1, n0, _PFEu, 0, () => PutFileEntry$];
|
|
2177
|
+
var ReactionsForCommentList = [1, n0, _RFCL, 0, () => ReactionForComment$];
|
|
2178
|
+
var ReactionUsersList = 64 | 0;
|
|
2179
|
+
var ReplaceContentEntries = [1, n0, _RCEe, 0, () => ReplaceContentEntry$];
|
|
2180
|
+
var RepositoryMetadataList = [1, n0, _RML, 0, () => RepositoryMetadata$];
|
|
2181
|
+
var RepositoryNameIdPairList = [1, n0, _RNIPL, 0, () => RepositoryNameIdPair$];
|
|
2182
|
+
var RepositoryNameList = 64 | 0;
|
|
2183
|
+
var RepositoryNotFoundList = 64 | 0;
|
|
2184
|
+
var RepositoryTriggerEventList = 64 | 0;
|
|
2185
|
+
var RepositoryTriggerExecutionFailureList = [
|
|
2157
2186
|
1,
|
|
2158
2187
|
n0,
|
|
2159
2188
|
_RTEFL,
|
|
2160
2189
|
0,
|
|
2161
|
-
() => RepositoryTriggerExecutionFailure
|
|
2162
|
-
];
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
export var AssociateApprovalRuleTemplateWithRepository = [
|
|
2190
|
+
() => RepositoryTriggerExecutionFailure$,
|
|
2191
|
+
];
|
|
2192
|
+
var RepositoryTriggerNameList = 64 | 0;
|
|
2193
|
+
var RepositoryTriggersList = [1, n0, _RTL, 0, () => RepositoryTrigger$];
|
|
2194
|
+
var RevisionChildren = 64 | 0;
|
|
2195
|
+
var RevisionDag = [1, n0, _RD, 0, () => FileVersion$];
|
|
2196
|
+
var SetFileModeEntries = [1, n0, _SFMEe, 0, () => SetFileModeEntry$];
|
|
2197
|
+
var SubModuleList = [1, n0, _SML, 0, () => SubModule$];
|
|
2198
|
+
var SymbolicLinkList = [1, n0, _SLL, 0, () => SymbolicLink$];
|
|
2199
|
+
var TagKeysList = 64 | 0;
|
|
2200
|
+
var TargetList = [1, n0, _TL, 0, () => Target$];
|
|
2201
|
+
var ReactionCountsMap = 128 | 1;
|
|
2202
|
+
var TagsMap = 128 | 0;
|
|
2203
|
+
export var AssociateApprovalRuleTemplateWithRepository$ = [
|
|
2175
2204
|
9,
|
|
2176
2205
|
n0,
|
|
2177
2206
|
_AARTWR,
|
|
2178
2207
|
0,
|
|
2179
|
-
() => AssociateApprovalRuleTemplateWithRepositoryInput
|
|
2208
|
+
() => AssociateApprovalRuleTemplateWithRepositoryInput$,
|
|
2180
2209
|
() => __Unit,
|
|
2181
2210
|
];
|
|
2182
|
-
export var BatchAssociateApprovalRuleTemplateWithRepositories = [
|
|
2211
|
+
export var BatchAssociateApprovalRuleTemplateWithRepositories$ = [
|
|
2183
2212
|
9,
|
|
2184
2213
|
n0,
|
|
2185
2214
|
_BAARTWR,
|
|
2186
2215
|
0,
|
|
2187
|
-
() => BatchAssociateApprovalRuleTemplateWithRepositoriesInput
|
|
2188
|
-
() => BatchAssociateApprovalRuleTemplateWithRepositoriesOutput
|
|
2216
|
+
() => BatchAssociateApprovalRuleTemplateWithRepositoriesInput$,
|
|
2217
|
+
() => BatchAssociateApprovalRuleTemplateWithRepositoriesOutput$,
|
|
2189
2218
|
];
|
|
2190
|
-
export var BatchDescribeMergeConflicts = [
|
|
2219
|
+
export var BatchDescribeMergeConflicts$ = [
|
|
2191
2220
|
9,
|
|
2192
2221
|
n0,
|
|
2193
2222
|
_BDMC,
|
|
2194
2223
|
0,
|
|
2195
|
-
() => BatchDescribeMergeConflictsInput
|
|
2196
|
-
() => BatchDescribeMergeConflictsOutput
|
|
2224
|
+
() => BatchDescribeMergeConflictsInput$,
|
|
2225
|
+
() => BatchDescribeMergeConflictsOutput$,
|
|
2197
2226
|
];
|
|
2198
|
-
export var BatchDisassociateApprovalRuleTemplateFromRepositories = [
|
|
2227
|
+
export var BatchDisassociateApprovalRuleTemplateFromRepositories$ = [
|
|
2199
2228
|
9,
|
|
2200
2229
|
n0,
|
|
2201
2230
|
_BDARTFR,
|
|
2202
2231
|
0,
|
|
2203
|
-
() => BatchDisassociateApprovalRuleTemplateFromRepositoriesInput
|
|
2204
|
-
() => BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput
|
|
2232
|
+
() => BatchDisassociateApprovalRuleTemplateFromRepositoriesInput$,
|
|
2233
|
+
() => BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput$,
|
|
2205
2234
|
];
|
|
2206
|
-
export var BatchGetCommits = [
|
|
2235
|
+
export var BatchGetCommits$ = [
|
|
2207
2236
|
9,
|
|
2208
2237
|
n0,
|
|
2209
2238
|
_BGC,
|
|
2210
2239
|
0,
|
|
2211
|
-
() => BatchGetCommitsInput
|
|
2212
|
-
() => BatchGetCommitsOutput
|
|
2240
|
+
() => BatchGetCommitsInput$,
|
|
2241
|
+
() => BatchGetCommitsOutput$,
|
|
2213
2242
|
];
|
|
2214
|
-
export var BatchGetRepositories = [
|
|
2243
|
+
export var BatchGetRepositories$ = [
|
|
2215
2244
|
9,
|
|
2216
2245
|
n0,
|
|
2217
2246
|
_BGR,
|
|
2218
2247
|
0,
|
|
2219
|
-
() => BatchGetRepositoriesInput
|
|
2220
|
-
() => BatchGetRepositoriesOutput
|
|
2248
|
+
() => BatchGetRepositoriesInput$,
|
|
2249
|
+
() => BatchGetRepositoriesOutput$,
|
|
2221
2250
|
];
|
|
2222
|
-
export var CreateApprovalRuleTemplate = [
|
|
2251
|
+
export var CreateApprovalRuleTemplate$ = [
|
|
2223
2252
|
9,
|
|
2224
2253
|
n0,
|
|
2225
2254
|
_CART,
|
|
2226
2255
|
0,
|
|
2227
|
-
() => CreateApprovalRuleTemplateInput
|
|
2228
|
-
() => CreateApprovalRuleTemplateOutput
|
|
2256
|
+
() => CreateApprovalRuleTemplateInput$,
|
|
2257
|
+
() => CreateApprovalRuleTemplateOutput$,
|
|
2229
2258
|
];
|
|
2230
|
-
export var CreateBranch = [9, n0, _CB, 0, () => CreateBranchInput
|
|
2231
|
-
export var CreateCommit = [9, n0, _CC, 0, () => CreateCommitInput
|
|
2232
|
-
export var CreatePullRequest = [
|
|
2259
|
+
export var CreateBranch$ = [9, n0, _CB, 0, () => CreateBranchInput$, () => __Unit];
|
|
2260
|
+
export var CreateCommit$ = [9, n0, _CC, 0, () => CreateCommitInput$, () => CreateCommitOutput$];
|
|
2261
|
+
export var CreatePullRequest$ = [
|
|
2233
2262
|
9,
|
|
2234
2263
|
n0,
|
|
2235
2264
|
_CPR,
|
|
2236
2265
|
0,
|
|
2237
|
-
() => CreatePullRequestInput
|
|
2238
|
-
() => CreatePullRequestOutput
|
|
2266
|
+
() => CreatePullRequestInput$,
|
|
2267
|
+
() => CreatePullRequestOutput$,
|
|
2239
2268
|
];
|
|
2240
|
-
export var CreatePullRequestApprovalRule = [
|
|
2269
|
+
export var CreatePullRequestApprovalRule$ = [
|
|
2241
2270
|
9,
|
|
2242
2271
|
n0,
|
|
2243
2272
|
_CPRAR,
|
|
2244
2273
|
0,
|
|
2245
|
-
() => CreatePullRequestApprovalRuleInput
|
|
2246
|
-
() => CreatePullRequestApprovalRuleOutput
|
|
2274
|
+
() => CreatePullRequestApprovalRuleInput$,
|
|
2275
|
+
() => CreatePullRequestApprovalRuleOutput$,
|
|
2247
2276
|
];
|
|
2248
|
-
export var CreateRepository = [
|
|
2277
|
+
export var CreateRepository$ = [
|
|
2249
2278
|
9,
|
|
2250
2279
|
n0,
|
|
2251
2280
|
_CRr,
|
|
2252
2281
|
0,
|
|
2253
|
-
() => CreateRepositoryInput
|
|
2254
|
-
() => CreateRepositoryOutput
|
|
2282
|
+
() => CreateRepositoryInput$,
|
|
2283
|
+
() => CreateRepositoryOutput$,
|
|
2255
2284
|
];
|
|
2256
|
-
export var CreateUnreferencedMergeCommit = [
|
|
2285
|
+
export var CreateUnreferencedMergeCommit$ = [
|
|
2257
2286
|
9,
|
|
2258
2287
|
n0,
|
|
2259
2288
|
_CUMC,
|
|
2260
2289
|
0,
|
|
2261
|
-
() => CreateUnreferencedMergeCommitInput
|
|
2262
|
-
() => CreateUnreferencedMergeCommitOutput
|
|
2290
|
+
() => CreateUnreferencedMergeCommitInput$,
|
|
2291
|
+
() => CreateUnreferencedMergeCommitOutput$,
|
|
2263
2292
|
];
|
|
2264
|
-
export var DeleteApprovalRuleTemplate = [
|
|
2293
|
+
export var DeleteApprovalRuleTemplate$ = [
|
|
2265
2294
|
9,
|
|
2266
2295
|
n0,
|
|
2267
2296
|
_DART,
|
|
2268
2297
|
0,
|
|
2269
|
-
() => DeleteApprovalRuleTemplateInput
|
|
2270
|
-
() => DeleteApprovalRuleTemplateOutput
|
|
2298
|
+
() => DeleteApprovalRuleTemplateInput$,
|
|
2299
|
+
() => DeleteApprovalRuleTemplateOutput$,
|
|
2271
2300
|
];
|
|
2272
|
-
export var DeleteBranch = [9, n0, _DB, 0, () => DeleteBranchInput
|
|
2273
|
-
export var DeleteCommentContent = [
|
|
2301
|
+
export var DeleteBranch$ = [9, n0, _DB, 0, () => DeleteBranchInput$, () => DeleteBranchOutput$];
|
|
2302
|
+
export var DeleteCommentContent$ = [
|
|
2274
2303
|
9,
|
|
2275
2304
|
n0,
|
|
2276
2305
|
_DCC,
|
|
2277
2306
|
0,
|
|
2278
|
-
() => DeleteCommentContentInput
|
|
2279
|
-
() => DeleteCommentContentOutput
|
|
2307
|
+
() => DeleteCommentContentInput$,
|
|
2308
|
+
() => DeleteCommentContentOutput$,
|
|
2280
2309
|
];
|
|
2281
|
-
export var DeleteFile = [9, n0, _DF, 0, () => DeleteFileInput
|
|
2282
|
-
export var DeletePullRequestApprovalRule = [
|
|
2310
|
+
export var DeleteFile$ = [9, n0, _DF, 0, () => DeleteFileInput$, () => DeleteFileOutput$];
|
|
2311
|
+
export var DeletePullRequestApprovalRule$ = [
|
|
2283
2312
|
9,
|
|
2284
2313
|
n0,
|
|
2285
2314
|
_DPRAR,
|
|
2286
2315
|
0,
|
|
2287
|
-
() => DeletePullRequestApprovalRuleInput
|
|
2288
|
-
() => DeletePullRequestApprovalRuleOutput
|
|
2316
|
+
() => DeletePullRequestApprovalRuleInput$,
|
|
2317
|
+
() => DeletePullRequestApprovalRuleOutput$,
|
|
2289
2318
|
];
|
|
2290
|
-
export var DeleteRepository = [
|
|
2319
|
+
export var DeleteRepository$ = [
|
|
2291
2320
|
9,
|
|
2292
2321
|
n0,
|
|
2293
2322
|
_DR,
|
|
2294
2323
|
0,
|
|
2295
|
-
() => DeleteRepositoryInput
|
|
2296
|
-
() => DeleteRepositoryOutput
|
|
2324
|
+
() => DeleteRepositoryInput$,
|
|
2325
|
+
() => DeleteRepositoryOutput$,
|
|
2297
2326
|
];
|
|
2298
|
-
export var DescribeMergeConflicts = [
|
|
2327
|
+
export var DescribeMergeConflicts$ = [
|
|
2299
2328
|
9,
|
|
2300
2329
|
n0,
|
|
2301
2330
|
_DMC,
|
|
2302
2331
|
0,
|
|
2303
|
-
() => DescribeMergeConflictsInput
|
|
2304
|
-
() => DescribeMergeConflictsOutput
|
|
2332
|
+
() => DescribeMergeConflictsInput$,
|
|
2333
|
+
() => DescribeMergeConflictsOutput$,
|
|
2305
2334
|
];
|
|
2306
|
-
export var DescribePullRequestEvents = [
|
|
2335
|
+
export var DescribePullRequestEvents$ = [
|
|
2307
2336
|
9,
|
|
2308
2337
|
n0,
|
|
2309
2338
|
_DPRE,
|
|
2310
2339
|
0,
|
|
2311
|
-
() => DescribePullRequestEventsInput
|
|
2312
|
-
() => DescribePullRequestEventsOutput
|
|
2340
|
+
() => DescribePullRequestEventsInput$,
|
|
2341
|
+
() => DescribePullRequestEventsOutput$,
|
|
2313
2342
|
];
|
|
2314
|
-
export var DisassociateApprovalRuleTemplateFromRepository = [
|
|
2343
|
+
export var DisassociateApprovalRuleTemplateFromRepository$ = [
|
|
2315
2344
|
9,
|
|
2316
2345
|
n0,
|
|
2317
2346
|
_DARTFR,
|
|
2318
2347
|
0,
|
|
2319
|
-
() => DisassociateApprovalRuleTemplateFromRepositoryInput
|
|
2348
|
+
() => DisassociateApprovalRuleTemplateFromRepositoryInput$,
|
|
2320
2349
|
() => __Unit,
|
|
2321
2350
|
];
|
|
2322
|
-
export var EvaluatePullRequestApprovalRules = [
|
|
2351
|
+
export var EvaluatePullRequestApprovalRules$ = [
|
|
2323
2352
|
9,
|
|
2324
2353
|
n0,
|
|
2325
2354
|
_EPRAR,
|
|
2326
2355
|
0,
|
|
2327
|
-
() => EvaluatePullRequestApprovalRulesInput
|
|
2328
|
-
() => EvaluatePullRequestApprovalRulesOutput
|
|
2356
|
+
() => EvaluatePullRequestApprovalRulesInput$,
|
|
2357
|
+
() => EvaluatePullRequestApprovalRulesOutput$,
|
|
2329
2358
|
];
|
|
2330
|
-
export var GetApprovalRuleTemplate = [
|
|
2359
|
+
export var GetApprovalRuleTemplate$ = [
|
|
2331
2360
|
9,
|
|
2332
2361
|
n0,
|
|
2333
2362
|
_GART,
|
|
2334
2363
|
0,
|
|
2335
|
-
() => GetApprovalRuleTemplateInput
|
|
2336
|
-
() => GetApprovalRuleTemplateOutput
|
|
2364
|
+
() => GetApprovalRuleTemplateInput$,
|
|
2365
|
+
() => GetApprovalRuleTemplateOutput$,
|
|
2337
2366
|
];
|
|
2338
|
-
export var GetBlob = [9, n0, _GB, 0, () => GetBlobInput
|
|
2339
|
-
export var GetBranch = [9, n0, _GBe, 0, () => GetBranchInput
|
|
2340
|
-
export var GetComment = [9, n0, _GC, 0, () => GetCommentInput
|
|
2341
|
-
export var GetCommentReactions = [
|
|
2367
|
+
export var GetBlob$ = [9, n0, _GB, 0, () => GetBlobInput$, () => GetBlobOutput$];
|
|
2368
|
+
export var GetBranch$ = [9, n0, _GBe, 0, () => GetBranchInput$, () => GetBranchOutput$];
|
|
2369
|
+
export var GetComment$ = [9, n0, _GC, 0, () => GetCommentInput$, () => GetCommentOutput$];
|
|
2370
|
+
export var GetCommentReactions$ = [
|
|
2342
2371
|
9,
|
|
2343
2372
|
n0,
|
|
2344
2373
|
_GCR,
|
|
2345
2374
|
0,
|
|
2346
|
-
() => GetCommentReactionsInput
|
|
2347
|
-
() => GetCommentReactionsOutput
|
|
2375
|
+
() => GetCommentReactionsInput$,
|
|
2376
|
+
() => GetCommentReactionsOutput$,
|
|
2348
2377
|
];
|
|
2349
|
-
export var GetCommentsForComparedCommit = [
|
|
2378
|
+
export var GetCommentsForComparedCommit$ = [
|
|
2350
2379
|
9,
|
|
2351
2380
|
n0,
|
|
2352
2381
|
_GCFCC,
|
|
2353
2382
|
0,
|
|
2354
|
-
() => GetCommentsForComparedCommitInput
|
|
2355
|
-
() => GetCommentsForComparedCommitOutput
|
|
2383
|
+
() => GetCommentsForComparedCommitInput$,
|
|
2384
|
+
() => GetCommentsForComparedCommitOutput$,
|
|
2356
2385
|
];
|
|
2357
|
-
export var GetCommentsForPullRequest = [
|
|
2386
|
+
export var GetCommentsForPullRequest$ = [
|
|
2358
2387
|
9,
|
|
2359
2388
|
n0,
|
|
2360
2389
|
_GCFPR,
|
|
2361
2390
|
0,
|
|
2362
|
-
() => GetCommentsForPullRequestInput
|
|
2363
|
-
() => GetCommentsForPullRequestOutput
|
|
2391
|
+
() => GetCommentsForPullRequestInput$,
|
|
2392
|
+
() => GetCommentsForPullRequestOutput$,
|
|
2364
2393
|
];
|
|
2365
|
-
export var GetCommit = [9, n0, _GCe, 0, () => GetCommitInput
|
|
2366
|
-
export var GetDifferences = [
|
|
2394
|
+
export var GetCommit$ = [9, n0, _GCe, 0, () => GetCommitInput$, () => GetCommitOutput$];
|
|
2395
|
+
export var GetDifferences$ = [
|
|
2367
2396
|
9,
|
|
2368
2397
|
n0,
|
|
2369
2398
|
_GD,
|
|
2370
2399
|
0,
|
|
2371
|
-
() => GetDifferencesInput
|
|
2372
|
-
() => GetDifferencesOutput
|
|
2400
|
+
() => GetDifferencesInput$,
|
|
2401
|
+
() => GetDifferencesOutput$,
|
|
2373
2402
|
];
|
|
2374
|
-
export var GetFile = [9, n0, _GF, 0, () => GetFileInput
|
|
2375
|
-
export var GetFolder = [9, n0, _GFe, 0, () => GetFolderInput
|
|
2376
|
-
export var GetMergeCommit = [
|
|
2403
|
+
export var GetFile$ = [9, n0, _GF, 0, () => GetFileInput$, () => GetFileOutput$];
|
|
2404
|
+
export var GetFolder$ = [9, n0, _GFe, 0, () => GetFolderInput$, () => GetFolderOutput$];
|
|
2405
|
+
export var GetMergeCommit$ = [
|
|
2377
2406
|
9,
|
|
2378
2407
|
n0,
|
|
2379
2408
|
_GMC,
|
|
2380
2409
|
0,
|
|
2381
|
-
() => GetMergeCommitInput
|
|
2382
|
-
() => GetMergeCommitOutput
|
|
2410
|
+
() => GetMergeCommitInput$,
|
|
2411
|
+
() => GetMergeCommitOutput$,
|
|
2383
2412
|
];
|
|
2384
|
-
export var GetMergeConflicts = [
|
|
2413
|
+
export var GetMergeConflicts$ = [
|
|
2385
2414
|
9,
|
|
2386
2415
|
n0,
|
|
2387
2416
|
_GMCe,
|
|
2388
2417
|
0,
|
|
2389
|
-
() => GetMergeConflictsInput
|
|
2390
|
-
() => GetMergeConflictsOutput
|
|
2418
|
+
() => GetMergeConflictsInput$,
|
|
2419
|
+
() => GetMergeConflictsOutput$,
|
|
2391
2420
|
];
|
|
2392
|
-
export var GetMergeOptions = [
|
|
2421
|
+
export var GetMergeOptions$ = [
|
|
2393
2422
|
9,
|
|
2394
2423
|
n0,
|
|
2395
2424
|
_GMO,
|
|
2396
2425
|
0,
|
|
2397
|
-
() => GetMergeOptionsInput
|
|
2398
|
-
() => GetMergeOptionsOutput
|
|
2426
|
+
() => GetMergeOptionsInput$,
|
|
2427
|
+
() => GetMergeOptionsOutput$,
|
|
2399
2428
|
];
|
|
2400
|
-
export var GetPullRequest = [
|
|
2429
|
+
export var GetPullRequest$ = [
|
|
2401
2430
|
9,
|
|
2402
2431
|
n0,
|
|
2403
2432
|
_GPR,
|
|
2404
2433
|
0,
|
|
2405
|
-
() => GetPullRequestInput
|
|
2406
|
-
() => GetPullRequestOutput
|
|
2434
|
+
() => GetPullRequestInput$,
|
|
2435
|
+
() => GetPullRequestOutput$,
|
|
2407
2436
|
];
|
|
2408
|
-
export var GetPullRequestApprovalStates = [
|
|
2437
|
+
export var GetPullRequestApprovalStates$ = [
|
|
2409
2438
|
9,
|
|
2410
2439
|
n0,
|
|
2411
2440
|
_GPRAS,
|
|
2412
2441
|
0,
|
|
2413
|
-
() => GetPullRequestApprovalStatesInput
|
|
2414
|
-
() => GetPullRequestApprovalStatesOutput
|
|
2442
|
+
() => GetPullRequestApprovalStatesInput$,
|
|
2443
|
+
() => GetPullRequestApprovalStatesOutput$,
|
|
2415
2444
|
];
|
|
2416
|
-
export var GetPullRequestOverrideState = [
|
|
2445
|
+
export var GetPullRequestOverrideState$ = [
|
|
2417
2446
|
9,
|
|
2418
2447
|
n0,
|
|
2419
2448
|
_GPROS,
|
|
2420
2449
|
0,
|
|
2421
|
-
() => GetPullRequestOverrideStateInput
|
|
2422
|
-
() => GetPullRequestOverrideStateOutput
|
|
2450
|
+
() => GetPullRequestOverrideStateInput$,
|
|
2451
|
+
() => GetPullRequestOverrideStateOutput$,
|
|
2452
|
+
];
|
|
2453
|
+
export var GetRepository$ = [
|
|
2454
|
+
9,
|
|
2455
|
+
n0,
|
|
2456
|
+
_GR,
|
|
2457
|
+
0,
|
|
2458
|
+
() => GetRepositoryInput$,
|
|
2459
|
+
() => GetRepositoryOutput$,
|
|
2423
2460
|
];
|
|
2424
|
-
export var
|
|
2425
|
-
export var GetRepositoryTriggers = [
|
|
2461
|
+
export var GetRepositoryTriggers$ = [
|
|
2426
2462
|
9,
|
|
2427
2463
|
n0,
|
|
2428
2464
|
_GRT,
|
|
2429
2465
|
0,
|
|
2430
|
-
() => GetRepositoryTriggersInput
|
|
2431
|
-
() => GetRepositoryTriggersOutput
|
|
2466
|
+
() => GetRepositoryTriggersInput$,
|
|
2467
|
+
() => GetRepositoryTriggersOutput$,
|
|
2432
2468
|
];
|
|
2433
|
-
export var ListApprovalRuleTemplates = [
|
|
2469
|
+
export var ListApprovalRuleTemplates$ = [
|
|
2434
2470
|
9,
|
|
2435
2471
|
n0,
|
|
2436
2472
|
_LART,
|
|
2437
2473
|
0,
|
|
2438
|
-
() => ListApprovalRuleTemplatesInput
|
|
2439
|
-
() => ListApprovalRuleTemplatesOutput
|
|
2474
|
+
() => ListApprovalRuleTemplatesInput$,
|
|
2475
|
+
() => ListApprovalRuleTemplatesOutput$,
|
|
2440
2476
|
];
|
|
2441
|
-
export var ListAssociatedApprovalRuleTemplatesForRepository = [
|
|
2477
|
+
export var ListAssociatedApprovalRuleTemplatesForRepository$ = [
|
|
2442
2478
|
9,
|
|
2443
2479
|
n0,
|
|
2444
2480
|
_LAARTFR,
|
|
2445
2481
|
0,
|
|
2446
|
-
() => ListAssociatedApprovalRuleTemplatesForRepositoryInput
|
|
2447
|
-
() => ListAssociatedApprovalRuleTemplatesForRepositoryOutput
|
|
2482
|
+
() => ListAssociatedApprovalRuleTemplatesForRepositoryInput$,
|
|
2483
|
+
() => ListAssociatedApprovalRuleTemplatesForRepositoryOutput$,
|
|
2448
2484
|
];
|
|
2449
|
-
export var ListBranches = [9, n0, _LB, 0, () => ListBranchesInput
|
|
2450
|
-
export var ListFileCommitHistory = [
|
|
2485
|
+
export var ListBranches$ = [9, n0, _LB, 0, () => ListBranchesInput$, () => ListBranchesOutput$];
|
|
2486
|
+
export var ListFileCommitHistory$ = [
|
|
2451
2487
|
9,
|
|
2452
2488
|
n0,
|
|
2453
2489
|
_LFCH,
|
|
2454
2490
|
0,
|
|
2455
|
-
() => ListFileCommitHistoryRequest
|
|
2456
|
-
() => ListFileCommitHistoryResponse
|
|
2491
|
+
() => ListFileCommitHistoryRequest$,
|
|
2492
|
+
() => ListFileCommitHistoryResponse$,
|
|
2457
2493
|
];
|
|
2458
|
-
export var ListPullRequests = [
|
|
2494
|
+
export var ListPullRequests$ = [
|
|
2459
2495
|
9,
|
|
2460
2496
|
n0,
|
|
2461
2497
|
_LPR,
|
|
2462
2498
|
0,
|
|
2463
|
-
() => ListPullRequestsInput
|
|
2464
|
-
() => ListPullRequestsOutput
|
|
2499
|
+
() => ListPullRequestsInput$,
|
|
2500
|
+
() => ListPullRequestsOutput$,
|
|
2465
2501
|
];
|
|
2466
|
-
export var ListRepositories = [
|
|
2502
|
+
export var ListRepositories$ = [
|
|
2467
2503
|
9,
|
|
2468
2504
|
n0,
|
|
2469
2505
|
_LR,
|
|
2470
2506
|
0,
|
|
2471
|
-
() => ListRepositoriesInput
|
|
2472
|
-
() => ListRepositoriesOutput
|
|
2507
|
+
() => ListRepositoriesInput$,
|
|
2508
|
+
() => ListRepositoriesOutput$,
|
|
2473
2509
|
];
|
|
2474
|
-
export var ListRepositoriesForApprovalRuleTemplate = [
|
|
2510
|
+
export var ListRepositoriesForApprovalRuleTemplate$ = [
|
|
2475
2511
|
9,
|
|
2476
2512
|
n0,
|
|
2477
2513
|
_LRFART,
|
|
2478
2514
|
0,
|
|
2479
|
-
() => ListRepositoriesForApprovalRuleTemplateInput
|
|
2480
|
-
() => ListRepositoriesForApprovalRuleTemplateOutput
|
|
2515
|
+
() => ListRepositoriesForApprovalRuleTemplateInput$,
|
|
2516
|
+
() => ListRepositoriesForApprovalRuleTemplateOutput$,
|
|
2481
2517
|
];
|
|
2482
|
-
export var ListTagsForResource = [
|
|
2518
|
+
export var ListTagsForResource$ = [
|
|
2483
2519
|
9,
|
|
2484
2520
|
n0,
|
|
2485
2521
|
_LTFR,
|
|
2486
2522
|
0,
|
|
2487
|
-
() => ListTagsForResourceInput
|
|
2488
|
-
() => ListTagsForResourceOutput
|
|
2523
|
+
() => ListTagsForResourceInput$,
|
|
2524
|
+
() => ListTagsForResourceOutput$,
|
|
2489
2525
|
];
|
|
2490
|
-
export var MergeBranchesByFastForward = [
|
|
2526
|
+
export var MergeBranchesByFastForward$ = [
|
|
2491
2527
|
9,
|
|
2492
2528
|
n0,
|
|
2493
2529
|
_MBBFF,
|
|
2494
2530
|
0,
|
|
2495
|
-
() => MergeBranchesByFastForwardInput
|
|
2496
|
-
() => MergeBranchesByFastForwardOutput
|
|
2531
|
+
() => MergeBranchesByFastForwardInput$,
|
|
2532
|
+
() => MergeBranchesByFastForwardOutput$,
|
|
2497
2533
|
];
|
|
2498
|
-
export var MergeBranchesBySquash = [
|
|
2534
|
+
export var MergeBranchesBySquash$ = [
|
|
2499
2535
|
9,
|
|
2500
2536
|
n0,
|
|
2501
2537
|
_MBBS,
|
|
2502
2538
|
0,
|
|
2503
|
-
() => MergeBranchesBySquashInput
|
|
2504
|
-
() => MergeBranchesBySquashOutput
|
|
2539
|
+
() => MergeBranchesBySquashInput$,
|
|
2540
|
+
() => MergeBranchesBySquashOutput$,
|
|
2505
2541
|
];
|
|
2506
|
-
export var MergeBranchesByThreeWay = [
|
|
2542
|
+
export var MergeBranchesByThreeWay$ = [
|
|
2507
2543
|
9,
|
|
2508
2544
|
n0,
|
|
2509
2545
|
_MBBTW,
|
|
2510
2546
|
0,
|
|
2511
|
-
() => MergeBranchesByThreeWayInput
|
|
2512
|
-
() => MergeBranchesByThreeWayOutput
|
|
2547
|
+
() => MergeBranchesByThreeWayInput$,
|
|
2548
|
+
() => MergeBranchesByThreeWayOutput$,
|
|
2513
2549
|
];
|
|
2514
|
-
export var MergePullRequestByFastForward = [
|
|
2550
|
+
export var MergePullRequestByFastForward$ = [
|
|
2515
2551
|
9,
|
|
2516
2552
|
n0,
|
|
2517
2553
|
_MPRBFF,
|
|
2518
2554
|
0,
|
|
2519
|
-
() => MergePullRequestByFastForwardInput
|
|
2520
|
-
() => MergePullRequestByFastForwardOutput
|
|
2555
|
+
() => MergePullRequestByFastForwardInput$,
|
|
2556
|
+
() => MergePullRequestByFastForwardOutput$,
|
|
2521
2557
|
];
|
|
2522
|
-
export var MergePullRequestBySquash = [
|
|
2558
|
+
export var MergePullRequestBySquash$ = [
|
|
2523
2559
|
9,
|
|
2524
2560
|
n0,
|
|
2525
2561
|
_MPRBS,
|
|
2526
2562
|
0,
|
|
2527
|
-
() => MergePullRequestBySquashInput
|
|
2528
|
-
() => MergePullRequestBySquashOutput
|
|
2563
|
+
() => MergePullRequestBySquashInput$,
|
|
2564
|
+
() => MergePullRequestBySquashOutput$,
|
|
2529
2565
|
];
|
|
2530
|
-
export var MergePullRequestByThreeWay = [
|
|
2566
|
+
export var MergePullRequestByThreeWay$ = [
|
|
2531
2567
|
9,
|
|
2532
2568
|
n0,
|
|
2533
2569
|
_MPRBTW,
|
|
2534
2570
|
0,
|
|
2535
|
-
() => MergePullRequestByThreeWayInput
|
|
2536
|
-
() => MergePullRequestByThreeWayOutput
|
|
2571
|
+
() => MergePullRequestByThreeWayInput$,
|
|
2572
|
+
() => MergePullRequestByThreeWayOutput$,
|
|
2537
2573
|
];
|
|
2538
|
-
export var OverridePullRequestApprovalRules = [
|
|
2574
|
+
export var OverridePullRequestApprovalRules$ = [
|
|
2539
2575
|
9,
|
|
2540
2576
|
n0,
|
|
2541
2577
|
_OPRAR,
|
|
2542
2578
|
0,
|
|
2543
|
-
() => OverridePullRequestApprovalRulesInput
|
|
2579
|
+
() => OverridePullRequestApprovalRulesInput$,
|
|
2544
2580
|
() => __Unit,
|
|
2545
2581
|
];
|
|
2546
|
-
export var PostCommentForComparedCommit = [
|
|
2582
|
+
export var PostCommentForComparedCommit$ = [
|
|
2547
2583
|
9,
|
|
2548
2584
|
n0,
|
|
2549
2585
|
_PCFCC,
|
|
2550
2586
|
2,
|
|
2551
|
-
() => PostCommentForComparedCommitInput
|
|
2552
|
-
() => PostCommentForComparedCommitOutput
|
|
2587
|
+
() => PostCommentForComparedCommitInput$,
|
|
2588
|
+
() => PostCommentForComparedCommitOutput$,
|
|
2553
2589
|
];
|
|
2554
|
-
export var PostCommentForPullRequest = [
|
|
2590
|
+
export var PostCommentForPullRequest$ = [
|
|
2555
2591
|
9,
|
|
2556
2592
|
n0,
|
|
2557
2593
|
_PCFPR,
|
|
2558
2594
|
2,
|
|
2559
|
-
() => PostCommentForPullRequestInput
|
|
2560
|
-
() => PostCommentForPullRequestOutput
|
|
2595
|
+
() => PostCommentForPullRequestInput$,
|
|
2596
|
+
() => PostCommentForPullRequestOutput$,
|
|
2561
2597
|
];
|
|
2562
|
-
export var PostCommentReply = [
|
|
2598
|
+
export var PostCommentReply$ = [
|
|
2563
2599
|
9,
|
|
2564
2600
|
n0,
|
|
2565
2601
|
_PCR,
|
|
2566
2602
|
2,
|
|
2567
|
-
() => PostCommentReplyInput
|
|
2568
|
-
() => PostCommentReplyOutput
|
|
2603
|
+
() => PostCommentReplyInput$,
|
|
2604
|
+
() => PostCommentReplyOutput$,
|
|
2569
2605
|
];
|
|
2570
|
-
export var PutCommentReaction = [9, n0, _PCRu, 0, () => PutCommentReactionInput
|
|
2571
|
-
export var PutFile = [9, n0, _PF, 0, () => PutFileInput
|
|
2572
|
-
export var PutRepositoryTriggers = [
|
|
2606
|
+
export var PutCommentReaction$ = [9, n0, _PCRu, 0, () => PutCommentReactionInput$, () => __Unit];
|
|
2607
|
+
export var PutFile$ = [9, n0, _PF, 0, () => PutFileInput$, () => PutFileOutput$];
|
|
2608
|
+
export var PutRepositoryTriggers$ = [
|
|
2573
2609
|
9,
|
|
2574
2610
|
n0,
|
|
2575
2611
|
_PRTu,
|
|
2576
2612
|
0,
|
|
2577
|
-
() => PutRepositoryTriggersInput
|
|
2578
|
-
() => PutRepositoryTriggersOutput
|
|
2613
|
+
() => PutRepositoryTriggersInput$,
|
|
2614
|
+
() => PutRepositoryTriggersOutput$,
|
|
2579
2615
|
];
|
|
2580
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceInput
|
|
2581
|
-
export var TestRepositoryTriggers = [
|
|
2616
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceInput$, () => __Unit];
|
|
2617
|
+
export var TestRepositoryTriggers$ = [
|
|
2582
2618
|
9,
|
|
2583
2619
|
n0,
|
|
2584
2620
|
_TRT,
|
|
2585
2621
|
0,
|
|
2586
|
-
() => TestRepositoryTriggersInput
|
|
2587
|
-
() => TestRepositoryTriggersOutput
|
|
2622
|
+
() => TestRepositoryTriggersInput$,
|
|
2623
|
+
() => TestRepositoryTriggersOutput$,
|
|
2588
2624
|
];
|
|
2589
|
-
export var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput
|
|
2590
|
-
export var UpdateApprovalRuleTemplateContent = [
|
|
2625
|
+
export var UntagResource$ = [9, n0, _UR, 0, () => UntagResourceInput$, () => __Unit];
|
|
2626
|
+
export var UpdateApprovalRuleTemplateContent$ = [
|
|
2591
2627
|
9,
|
|
2592
2628
|
n0,
|
|
2593
2629
|
_UARTC,
|
|
2594
2630
|
0,
|
|
2595
|
-
() => UpdateApprovalRuleTemplateContentInput
|
|
2596
|
-
() => UpdateApprovalRuleTemplateContentOutput
|
|
2631
|
+
() => UpdateApprovalRuleTemplateContentInput$,
|
|
2632
|
+
() => UpdateApprovalRuleTemplateContentOutput$,
|
|
2597
2633
|
];
|
|
2598
|
-
export var UpdateApprovalRuleTemplateDescription = [
|
|
2634
|
+
export var UpdateApprovalRuleTemplateDescription$ = [
|
|
2599
2635
|
9,
|
|
2600
2636
|
n0,
|
|
2601
2637
|
_UARTD,
|
|
2602
2638
|
0,
|
|
2603
|
-
() => UpdateApprovalRuleTemplateDescriptionInput
|
|
2604
|
-
() => UpdateApprovalRuleTemplateDescriptionOutput
|
|
2639
|
+
() => UpdateApprovalRuleTemplateDescriptionInput$,
|
|
2640
|
+
() => UpdateApprovalRuleTemplateDescriptionOutput$,
|
|
2605
2641
|
];
|
|
2606
|
-
export var UpdateApprovalRuleTemplateName = [
|
|
2642
|
+
export var UpdateApprovalRuleTemplateName$ = [
|
|
2607
2643
|
9,
|
|
2608
2644
|
n0,
|
|
2609
2645
|
_UARTN,
|
|
2610
2646
|
0,
|
|
2611
|
-
() => UpdateApprovalRuleTemplateNameInput
|
|
2612
|
-
() => UpdateApprovalRuleTemplateNameOutput
|
|
2647
|
+
() => UpdateApprovalRuleTemplateNameInput$,
|
|
2648
|
+
() => UpdateApprovalRuleTemplateNameOutput$,
|
|
2649
|
+
];
|
|
2650
|
+
export var UpdateComment$ = [
|
|
2651
|
+
9,
|
|
2652
|
+
n0,
|
|
2653
|
+
_UC,
|
|
2654
|
+
0,
|
|
2655
|
+
() => UpdateCommentInput$,
|
|
2656
|
+
() => UpdateCommentOutput$,
|
|
2657
|
+
];
|
|
2658
|
+
export var UpdateDefaultBranch$ = [
|
|
2659
|
+
9,
|
|
2660
|
+
n0,
|
|
2661
|
+
_UDB,
|
|
2662
|
+
0,
|
|
2663
|
+
() => UpdateDefaultBranchInput$,
|
|
2664
|
+
() => __Unit,
|
|
2613
2665
|
];
|
|
2614
|
-
export var
|
|
2615
|
-
export var UpdateDefaultBranch = [9, n0, _UDB, 0, () => UpdateDefaultBranchInput, () => __Unit];
|
|
2616
|
-
export var UpdatePullRequestApprovalRuleContent = [
|
|
2666
|
+
export var UpdatePullRequestApprovalRuleContent$ = [
|
|
2617
2667
|
9,
|
|
2618
2668
|
n0,
|
|
2619
2669
|
_UPRARC,
|
|
2620
2670
|
0,
|
|
2621
|
-
() => UpdatePullRequestApprovalRuleContentInput
|
|
2622
|
-
() => UpdatePullRequestApprovalRuleContentOutput
|
|
2671
|
+
() => UpdatePullRequestApprovalRuleContentInput$,
|
|
2672
|
+
() => UpdatePullRequestApprovalRuleContentOutput$,
|
|
2623
2673
|
];
|
|
2624
|
-
export var UpdatePullRequestApprovalState = [
|
|
2674
|
+
export var UpdatePullRequestApprovalState$ = [
|
|
2625
2675
|
9,
|
|
2626
2676
|
n0,
|
|
2627
2677
|
_UPRAS,
|
|
2628
2678
|
0,
|
|
2629
|
-
() => UpdatePullRequestApprovalStateInput
|
|
2679
|
+
() => UpdatePullRequestApprovalStateInput$,
|
|
2630
2680
|
() => __Unit,
|
|
2631
2681
|
];
|
|
2632
|
-
export var UpdatePullRequestDescription = [
|
|
2682
|
+
export var UpdatePullRequestDescription$ = [
|
|
2633
2683
|
9,
|
|
2634
2684
|
n0,
|
|
2635
2685
|
_UPRD,
|
|
2636
2686
|
0,
|
|
2637
|
-
() => UpdatePullRequestDescriptionInput
|
|
2638
|
-
() => UpdatePullRequestDescriptionOutput
|
|
2687
|
+
() => UpdatePullRequestDescriptionInput$,
|
|
2688
|
+
() => UpdatePullRequestDescriptionOutput$,
|
|
2639
2689
|
];
|
|
2640
|
-
export var UpdatePullRequestStatus = [
|
|
2690
|
+
export var UpdatePullRequestStatus$ = [
|
|
2641
2691
|
9,
|
|
2642
2692
|
n0,
|
|
2643
2693
|
_UPRS,
|
|
2644
2694
|
0,
|
|
2645
|
-
() => UpdatePullRequestStatusInput
|
|
2646
|
-
() => UpdatePullRequestStatusOutput
|
|
2695
|
+
() => UpdatePullRequestStatusInput$,
|
|
2696
|
+
() => UpdatePullRequestStatusOutput$,
|
|
2647
2697
|
];
|
|
2648
|
-
export var UpdatePullRequestTitle = [
|
|
2698
|
+
export var UpdatePullRequestTitle$ = [
|
|
2649
2699
|
9,
|
|
2650
2700
|
n0,
|
|
2651
2701
|
_UPRT,
|
|
2652
2702
|
0,
|
|
2653
|
-
() => UpdatePullRequestTitleInput
|
|
2654
|
-
() => UpdatePullRequestTitleOutput
|
|
2703
|
+
() => UpdatePullRequestTitleInput$,
|
|
2704
|
+
() => UpdatePullRequestTitleOutput$,
|
|
2655
2705
|
];
|
|
2656
|
-
export var UpdateRepositoryDescription = [
|
|
2706
|
+
export var UpdateRepositoryDescription$ = [
|
|
2657
2707
|
9,
|
|
2658
2708
|
n0,
|
|
2659
2709
|
_URD,
|
|
2660
2710
|
0,
|
|
2661
|
-
() => UpdateRepositoryDescriptionInput
|
|
2711
|
+
() => UpdateRepositoryDescriptionInput$,
|
|
2662
2712
|
() => __Unit,
|
|
2663
2713
|
];
|
|
2664
|
-
export var UpdateRepositoryEncryptionKey = [
|
|
2714
|
+
export var UpdateRepositoryEncryptionKey$ = [
|
|
2665
2715
|
9,
|
|
2666
2716
|
n0,
|
|
2667
2717
|
_UREK,
|
|
2668
2718
|
0,
|
|
2669
|
-
() => UpdateRepositoryEncryptionKeyInput
|
|
2670
|
-
() => UpdateRepositoryEncryptionKeyOutput
|
|
2719
|
+
() => UpdateRepositoryEncryptionKeyInput$,
|
|
2720
|
+
() => UpdateRepositoryEncryptionKeyOutput$,
|
|
2671
2721
|
];
|
|
2672
|
-
export var UpdateRepositoryName = [
|
|
2722
|
+
export var UpdateRepositoryName$ = [
|
|
2673
2723
|
9,
|
|
2674
2724
|
n0,
|
|
2675
2725
|
_URN,
|
|
2676
2726
|
0,
|
|
2677
|
-
() => UpdateRepositoryNameInput
|
|
2727
|
+
() => UpdateRepositoryNameInput$,
|
|
2678
2728
|
() => __Unit,
|
|
2679
2729
|
];
|