@aws-sdk/client-codecommit 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +1 -1
- package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/BatchGetCommitsCommand.js +2 -2
- package/dist-cjs/commands/BatchGetRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateBranchCommand.js +1 -1
- package/dist-cjs/commands/CreateCommitCommand.js +2 -2
- package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +2 -2
- package/dist-cjs/commands/CreatePullRequestCommand.js +2 -2
- package/dist-cjs/commands/CreateRepositoryCommand.js +2 -2
- package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +2 -2
- package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteBranchCommand.js +2 -2
- package/dist-cjs/commands/DeleteCommentContentCommand.js +2 -2
- package/dist-cjs/commands/DeleteFileCommand.js +2 -2
- package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DescribeMergeConflictsCommand.js +2 -2
- package/dist-cjs/commands/DescribePullRequestEventsCommand.js +2 -2
- package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +1 -1
- package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +2 -2
- package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetBlobCommand.js +2 -2
- package/dist-cjs/commands/GetBranchCommand.js +2 -2
- package/dist-cjs/commands/GetCommentCommand.js +2 -2
- package/dist-cjs/commands/GetCommentReactionsCommand.js +2 -2
- package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +2 -2
- package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +2 -2
- package/dist-cjs/commands/GetCommitCommand.js +2 -2
- package/dist-cjs/commands/GetDifferencesCommand.js +2 -2
- package/dist-cjs/commands/GetFileCommand.js +2 -2
- package/dist-cjs/commands/GetFolderCommand.js +2 -2
- package/dist-cjs/commands/GetMergeCommitCommand.js +2 -2
- package/dist-cjs/commands/GetMergeConflictsCommand.js +2 -2
- package/dist-cjs/commands/GetMergeOptionsCommand.js +2 -2
- package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +2 -2
- package/dist-cjs/commands/GetPullRequestCommand.js +2 -2
- package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +2 -2
- package/dist-cjs/commands/GetRepositoryCommand.js +2 -2
- package/dist-cjs/commands/GetRepositoryTriggersCommand.js +2 -2
- package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +2 -2
- package/dist-cjs/commands/ListBranchesCommand.js +2 -2
- package/dist-cjs/commands/ListPullRequestsCommand.js +2 -2
- package/dist-cjs/commands/ListRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +2 -2
- package/dist-cjs/commands/MergeBranchesBySquashCommand.js +2 -2
- package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +2 -2
- package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +2 -2
- package/dist-cjs/commands/MergePullRequestBySquashCommand.js +2 -2
- package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +2 -2
- package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +1 -1
- package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +2 -2
- package/dist-cjs/commands/PostCommentForPullRequestCommand.js +2 -2
- package/dist-cjs/commands/PostCommentReplyCommand.js +2 -2
- package/dist-cjs/commands/PutCommentReactionCommand.js +1 -1
- package/dist-cjs/commands/PutFileCommand.js +2 -2
- package/dist-cjs/commands/PutRepositoryTriggersCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/TestRepositoryTriggersCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +2 -2
- package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +2 -2
- package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateCommentCommand.js +2 -2
- package/dist-cjs/commands/UpdateDefaultBranchCommand.js +1 -1
- package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +2 -2
- package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +1 -1
- package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +2 -2
- package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +2 -2
- package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +1 -1
- package/dist-cjs/commands/UpdateRepositoryNameCommand.js +1 -1
- package/dist-cjs/models/models_0.js +578 -864
- package/dist-cjs/models/models_1.js +226 -338
- package/dist-cjs/protocols/Aws_json1_1.js +385 -652
- package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -2
- package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +3 -3
- package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +3 -3
- package/dist-es/commands/BatchGetCommitsCommand.js +3 -3
- package/dist-es/commands/BatchGetRepositoriesCommand.js +3 -3
- package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +3 -3
- package/dist-es/commands/CreateBranchCommand.js +2 -2
- package/dist-es/commands/CreateCommitCommand.js +3 -3
- package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +3 -3
- package/dist-es/commands/CreatePullRequestCommand.js +3 -3
- package/dist-es/commands/CreateRepositoryCommand.js +3 -3
- package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +3 -3
- package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteBranchCommand.js +3 -3
- package/dist-es/commands/DeleteCommentContentCommand.js +3 -3
- package/dist-es/commands/DeleteFileCommand.js +3 -3
- package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +3 -3
- package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
- package/dist-es/commands/DescribeMergeConflictsCommand.js +3 -3
- package/dist-es/commands/DescribePullRequestEventsCommand.js +3 -3
- package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -2
- package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +3 -3
- package/dist-es/commands/GetApprovalRuleTemplateCommand.js +3 -3
- package/dist-es/commands/GetBlobCommand.js +3 -3
- package/dist-es/commands/GetBranchCommand.js +3 -3
- package/dist-es/commands/GetCommentCommand.js +3 -3
- package/dist-es/commands/GetCommentReactionsCommand.js +3 -3
- package/dist-es/commands/GetCommentsForComparedCommitCommand.js +3 -3
- package/dist-es/commands/GetCommentsForPullRequestCommand.js +3 -3
- package/dist-es/commands/GetCommitCommand.js +3 -3
- package/dist-es/commands/GetDifferencesCommand.js +3 -3
- package/dist-es/commands/GetFileCommand.js +3 -3
- package/dist-es/commands/GetFolderCommand.js +3 -3
- package/dist-es/commands/GetMergeCommitCommand.js +3 -3
- package/dist-es/commands/GetMergeConflictsCommand.js +3 -3
- package/dist-es/commands/GetMergeOptionsCommand.js +3 -3
- package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +3 -3
- package/dist-es/commands/GetPullRequestCommand.js +3 -3
- package/dist-es/commands/GetPullRequestOverrideStateCommand.js +3 -3
- package/dist-es/commands/GetRepositoryCommand.js +3 -3
- package/dist-es/commands/GetRepositoryTriggersCommand.js +3 -3
- package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +3 -3
- package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +3 -3
- package/dist-es/commands/ListBranchesCommand.js +3 -3
- package/dist-es/commands/ListPullRequestsCommand.js +3 -3
- package/dist-es/commands/ListRepositoriesCommand.js +3 -3
- package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/MergeBranchesByFastForwardCommand.js +3 -3
- package/dist-es/commands/MergeBranchesBySquashCommand.js +3 -3
- package/dist-es/commands/MergeBranchesByThreeWayCommand.js +3 -3
- package/dist-es/commands/MergePullRequestByFastForwardCommand.js +3 -3
- package/dist-es/commands/MergePullRequestBySquashCommand.js +3 -3
- package/dist-es/commands/MergePullRequestByThreeWayCommand.js +3 -3
- package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +2 -2
- package/dist-es/commands/PostCommentForComparedCommitCommand.js +3 -3
- package/dist-es/commands/PostCommentForPullRequestCommand.js +3 -3
- package/dist-es/commands/PostCommentReplyCommand.js +3 -3
- package/dist-es/commands/PutCommentReactionCommand.js +2 -2
- package/dist-es/commands/PutFileCommand.js +3 -3
- package/dist-es/commands/PutRepositoryTriggersCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestRepositoryTriggersCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +3 -3
- package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +3 -3
- package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +3 -3
- package/dist-es/commands/UpdateCommentCommand.js +3 -3
- package/dist-es/commands/UpdateDefaultBranchCommand.js +2 -2
- package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +3 -3
- package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +2 -2
- package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +3 -3
- package/dist-es/commands/UpdatePullRequestStatusCommand.js +3 -3
- package/dist-es/commands/UpdatePullRequestTitleCommand.js +3 -3
- package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +2 -2
- package/dist-es/commands/UpdateRepositoryNameCommand.js +2 -2
- package/dist-es/models/models_0.js +143 -572
- package/dist-es/models/models_1.js +56 -224
- package/dist-es/protocols/Aws_json1_1.js +617 -653
- package/dist-types/models/models_0.d.ts +572 -858
- package/dist-types/models/models_1.d.ts +224 -336
- package/dist-types/ts3.4/models/models_0.d.ts +286 -572
- package/dist-types/ts3.4/models/models_1.d.ts +112 -224
- package/package.json +6 -6
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
3
|
+
exports.BlobIdRequiredException = exports.BlobIdDoesNotExistException = exports.BeforeCommitIdAndAfterCommitIdAreSameException = exports.CommitIdsListRequiredException = exports.CommitIdsLimitExceededException = exports.TipsDivergenceExceededException = exports.MergeOptionRequiredException = exports.MaximumItemsToCompareExceededException = exports.MaximumFileContentToLoadExceededException = exports.InvalidMergeOptionException = exports.InvalidMaxMergeHunksException = exports.InvalidMaxConflictFilesException = exports.InvalidContinuationTokenException = exports.InvalidConflictResolutionStrategyException = exports.InvalidConflictDetailLevelException = exports.InvalidCommitException = exports.CommitRequiredException = exports.CommitDoesNotExistException = exports.ObjectTypeEnum = exports.ChangeTypeEnum = exports.FileModeTypeEnum = exports.MergeOptionTypeEnum = exports.ConflictResolutionStrategyTypeEnum = exports.ConflictDetailLevelTypeEnum = exports.RepositoryNamesRequiredException = exports.MaximumRepositoryNamesExceededException = exports.AuthorDoesNotExistException = exports.RepositoryNameRequiredException = exports.RepositoryDoesNotExistException = exports.MaximumRuleTemplatesAssociatedWithRepositoryException = exports.InvalidRepositoryNameException = exports.InvalidApprovalRuleTemplateNameException = exports.EncryptionKeyUnavailableException = exports.EncryptionKeyNotFoundException = exports.EncryptionKeyDisabledException = exports.EncryptionKeyAccessDeniedException = exports.EncryptionIntegrityChecksFailedException = exports.ApprovalStateRequiredException = exports.ApprovalRuleTemplateNameRequiredException = exports.ApprovalRuleTemplateNameAlreadyExistsException = exports.ApprovalRuleTemplateInUseException = exports.ApprovalRuleTemplateDoesNotExistException = exports.ApprovalRuleTemplateContentRequiredException = exports.OverrideStatus = exports.ApprovalRuleNameRequiredException = exports.ApprovalRuleNameAlreadyExistsException = exports.ApprovalRuleDoesNotExistException = exports.ApprovalRuleContentRequiredException = exports.ApprovalState = exports.ActorDoesNotExistException = void 0;
|
|
4
|
+
exports.ReferenceDoesNotExistException = exports.MultipleRepositoriesInPullRequestException = exports.MaximumOpenPullRequestsExceededException = exports.InvalidTitleException = exports.InvalidTargetsException = exports.InvalidTargetException = exports.InvalidReferenceNameException = exports.InvalidDescriptionException = exports.InvalidClientRequestTokenException = exports.IdempotencyParameterMismatchException = exports.PullRequestStatusEnum = exports.SourceFileOrContentRequiredException = exports.SamePathRequestException = exports.RestrictedSourceFileException = exports.PutFileEntryConflictException = exports.PathRequiredException = exports.ParentCommitIdRequiredException = exports.ParentCommitIdOutdatedException = exports.ParentCommitDoesNotExistException = exports.NoChangeException = exports.NameLengthExceededException = exports.MaximumFileEntriesExceededException = exports.InvalidPathException = exports.InvalidParentCommitIdException = exports.InvalidFileModeException = exports.InvalidEmailException = exports.InvalidDeletionParameterException = exports.FolderContentSizeLimitExceededException = exports.FilePathConflictsWithSubmodulePathException = exports.FileNameConflictsWithDirectoryNameException = exports.FileModeRequiredException = exports.FileEntryRequiredException = exports.FileDoesNotExistException = exports.FileContentSizeLimitExceededException = exports.FileContentAndSourceFileSpecifiedException = exports.DirectoryNameConflictsWithFileNameException = exports.CommitMessageLengthExceededException = exports.InvalidCommitIdException = exports.InvalidBranchNameException = exports.CommitIdRequiredException = exports.NumberOfRuleTemplatesExceededException = exports.InvalidApprovalRuleTemplateDescriptionException = exports.InvalidApprovalRuleTemplateContentException = exports.ClientRequestTokenRequiredException = exports.CannotModifyApprovalRuleFromTemplateException = exports.CannotDeleteApprovalRuleFromTemplateException = exports.BranchNameRequiredException = exports.BranchNameIsTagNameException = exports.BranchNameExistsException = exports.BranchDoesNotExistException = void 0;
|
|
5
|
+
exports.FolderDoesNotExistException = exports.PathDoesNotExistException = exports.CommitIdDoesNotExistException = exports.RepositoryNotAssociatedWithPullRequestException = exports.RelativeFileVersionEnum = exports.InvalidReactionUserArnException = exports.InvalidBlobIdException = exports.FileTooLargeException = exports.RevisionNotCurrentException = exports.RevisionIdRequiredException = exports.InvalidRevisionIdException = exports.InvalidPullRequestEventTypeException = exports.InvalidMaxResultsException = exports.InvalidActorArnException = exports.PullRequestEventType = exports.InvalidCommentIdException = exports.CommentIdRequiredException = exports.CommentDoesNotExistException = exports.CommentDeletedException = exports.DefaultBranchCannotBeDeletedException = exports.ReplacementTypeRequiredException = exports.ReplacementContentRequiredException = exports.MultipleConflictResolutionEntriesException = exports.MaximumConflictResolutionEntriesExceededException = exports.ManualMergeRequiredException = exports.InvalidReplacementTypeException = exports.InvalidReplacementContentException = exports.InvalidConflictResolutionException = exports.ReplacementTypeEnum = exports.ConcurrentReferenceUpdateException = exports.TooManyTagsException = exports.TagPolicyException = exports.RepositoryNameExistsException = exports.RepositoryLimitExceededException = exports.InvalidTagsMapException = exports.InvalidSystemTagUsageException = exports.InvalidRepositoryDescriptionException = exports.PullRequestIdRequiredException = exports.PullRequestDoesNotExistException = exports.PullRequestAlreadyClosedException = exports.NumberOfRulesExceededException = exports.InvalidPullRequestIdException = exports.InvalidApprovalRuleNameException = exports.InvalidApprovalRuleContentException = exports.TitleRequiredException = exports.TargetsRequiredException = exports.TargetRequiredException = exports.SourceAndDestinationAreSameException = exports.ReferenceTypeNotSupportedException = exports.ReferenceNameRequiredException = void 0;
|
|
6
|
+
exports.SetFileModeEntryFilterSensitiveLog = exports.PutFileEntryFilterSensitiveLog = exports.SourceFileSpecifierFilterSensitiveLog = exports.DeleteFileEntryFilterSensitiveLog = exports.CreateBranchInputFilterSensitiveLog = exports.CreateApprovalRuleTemplateOutputFilterSensitiveLog = exports.CreateApprovalRuleTemplateInputFilterSensitiveLog = exports.BranchInfoFilterSensitiveLog = exports.BlobMetadataFilterSensitiveLog = exports.BatchGetRepositoriesOutputFilterSensitiveLog = exports.RepositoryMetadataFilterSensitiveLog = exports.BatchGetRepositoriesInputFilterSensitiveLog = exports.BatchGetCommitsOutputFilterSensitiveLog = exports.BatchGetCommitsErrorFilterSensitiveLog = exports.CommitFilterSensitiveLog = exports.UserInfoFilterSensitiveLog = exports.BatchGetCommitsInputFilterSensitiveLog = exports.BatchDisassociateApprovalRuleTemplateFromRepositoriesOutputFilterSensitiveLog = exports.BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorFilterSensitiveLog = exports.BatchDisassociateApprovalRuleTemplateFromRepositoriesInputFilterSensitiveLog = exports.BatchDescribeMergeConflictsOutputFilterSensitiveLog = exports.BatchDescribeMergeConflictsErrorFilterSensitiveLog = exports.ConflictFilterSensitiveLog = exports.MergeHunkFilterSensitiveLog = exports.MergeHunkDetailFilterSensitiveLog = exports.ConflictMetadataFilterSensitiveLog = exports.ObjectTypesFilterSensitiveLog = exports.MergeOperationsFilterSensitiveLog = exports.IsBinaryFileFilterSensitiveLog = exports.FileSizesFilterSensitiveLog = exports.FileModesFilterSensitiveLog = exports.BatchDescribeMergeConflictsInputFilterSensitiveLog = exports.BatchAssociateApprovalRuleTemplateWithRepositoriesOutputFilterSensitiveLog = exports.BatchAssociateApprovalRuleTemplateWithRepositoriesErrorFilterSensitiveLog = exports.BatchAssociateApprovalRuleTemplateWithRepositoriesInputFilterSensitiveLog = exports.AssociateApprovalRuleTemplateWithRepositoryInputFilterSensitiveLog = exports.ApprovalStateChangedEventMetadataFilterSensitiveLog = exports.ApprovalRuleTemplateFilterSensitiveLog = exports.ApprovalRuleOverriddenEventMetadataFilterSensitiveLog = exports.ApprovalRuleEventMetadataFilterSensitiveLog = exports.ApprovalRuleFilterSensitiveLog = exports.OriginApprovalRuleTemplateFilterSensitiveLog = exports.ApprovalFilterSensitiveLog = exports.InvalidSortByException = exports.InvalidOrderException = exports.InvalidPullRequestStatusException = exports.InvalidAuthorArnException = exports.RepositoryTriggerEventEnum = exports.InvalidSourceCommitSpecifierException = exports.InvalidDestinationCommitSpecifierException = void 0;
|
|
7
|
+
exports.GetCommentInputFilterSensitiveLog = exports.GetBranchOutputFilterSensitiveLog = exports.GetBranchInputFilterSensitiveLog = exports.GetBlobOutputFilterSensitiveLog = exports.GetBlobInputFilterSensitiveLog = exports.GetApprovalRuleTemplateOutputFilterSensitiveLog = exports.GetApprovalRuleTemplateInputFilterSensitiveLog = exports.EvaluatePullRequestApprovalRulesOutputFilterSensitiveLog = exports.EvaluationFilterSensitiveLog = exports.EvaluatePullRequestApprovalRulesInputFilterSensitiveLog = exports.DisassociateApprovalRuleTemplateFromRepositoryInputFilterSensitiveLog = exports.DescribePullRequestEventsOutputFilterSensitiveLog = exports.PullRequestEventFilterSensitiveLog = exports.PullRequestStatusChangedEventMetadataFilterSensitiveLog = exports.PullRequestSourceReferenceUpdatedEventMetadataFilterSensitiveLog = exports.PullRequestMergedStateChangedEventMetadataFilterSensitiveLog = exports.PullRequestCreatedEventMetadataFilterSensitiveLog = exports.DescribePullRequestEventsInputFilterSensitiveLog = exports.DescribeMergeConflictsOutputFilterSensitiveLog = exports.DescribeMergeConflictsInputFilterSensitiveLog = exports.DeleteRepositoryOutputFilterSensitiveLog = exports.DeleteRepositoryInputFilterSensitiveLog = exports.DeletePullRequestApprovalRuleOutputFilterSensitiveLog = exports.DeletePullRequestApprovalRuleInputFilterSensitiveLog = exports.DeleteFileOutputFilterSensitiveLog = exports.DeleteFileInputFilterSensitiveLog = exports.DeleteCommentContentOutputFilterSensitiveLog = exports.CommentFilterSensitiveLog = exports.DeleteCommentContentInputFilterSensitiveLog = exports.DeleteBranchOutputFilterSensitiveLog = exports.DeleteBranchInputFilterSensitiveLog = exports.DeleteApprovalRuleTemplateOutputFilterSensitiveLog = exports.DeleteApprovalRuleTemplateInputFilterSensitiveLog = exports.CreateUnreferencedMergeCommitOutputFilterSensitiveLog = exports.CreateUnreferencedMergeCommitInputFilterSensitiveLog = exports.ConflictResolutionFilterSensitiveLog = exports.ReplaceContentEntryFilterSensitiveLog = exports.CreateRepositoryOutputFilterSensitiveLog = exports.CreateRepositoryInputFilterSensitiveLog = exports.CreatePullRequestApprovalRuleOutputFilterSensitiveLog = exports.CreatePullRequestApprovalRuleInputFilterSensitiveLog = exports.CreatePullRequestOutputFilterSensitiveLog = exports.PullRequestFilterSensitiveLog = exports.PullRequestTargetFilterSensitiveLog = exports.MergeMetadataFilterSensitiveLog = exports.CreatePullRequestInputFilterSensitiveLog = exports.TargetFilterSensitiveLog = exports.CreateCommitOutputFilterSensitiveLog = exports.FileMetadataFilterSensitiveLog = exports.CreateCommitInputFilterSensitiveLog = void 0;
|
|
8
|
+
exports.ListPullRequestsOutputFilterSensitiveLog = exports.ListPullRequestsInputFilterSensitiveLog = exports.ListBranchesOutputFilterSensitiveLog = exports.ListBranchesInputFilterSensitiveLog = exports.ListAssociatedApprovalRuleTemplatesForRepositoryOutputFilterSensitiveLog = exports.ListAssociatedApprovalRuleTemplatesForRepositoryInputFilterSensitiveLog = exports.ListApprovalRuleTemplatesOutputFilterSensitiveLog = exports.ListApprovalRuleTemplatesInputFilterSensitiveLog = exports.GetRepositoryTriggersOutputFilterSensitiveLog = exports.RepositoryTriggerFilterSensitiveLog = exports.GetRepositoryTriggersInputFilterSensitiveLog = exports.GetRepositoryOutputFilterSensitiveLog = exports.GetRepositoryInputFilterSensitiveLog = exports.GetPullRequestOverrideStateOutputFilterSensitiveLog = exports.GetPullRequestOverrideStateInputFilterSensitiveLog = exports.GetPullRequestApprovalStatesOutputFilterSensitiveLog = exports.GetPullRequestApprovalStatesInputFilterSensitiveLog = exports.GetPullRequestOutputFilterSensitiveLog = exports.GetPullRequestInputFilterSensitiveLog = exports.GetMergeOptionsOutputFilterSensitiveLog = exports.GetMergeOptionsInputFilterSensitiveLog = exports.GetMergeConflictsOutputFilterSensitiveLog = exports.GetMergeConflictsInputFilterSensitiveLog = exports.GetMergeCommitOutputFilterSensitiveLog = exports.GetMergeCommitInputFilterSensitiveLog = exports.GetFolderOutputFilterSensitiveLog = exports.SymbolicLinkFilterSensitiveLog = exports.SubModuleFilterSensitiveLog = exports.FolderFilterSensitiveLog = exports.FileFilterSensitiveLog = exports.GetFolderInputFilterSensitiveLog = exports.GetFileOutputFilterSensitiveLog = exports.GetFileInputFilterSensitiveLog = exports.GetDifferencesOutputFilterSensitiveLog = exports.DifferenceFilterSensitiveLog = exports.GetDifferencesInputFilterSensitiveLog = exports.GetCommitOutputFilterSensitiveLog = exports.GetCommitInputFilterSensitiveLog = exports.GetCommentsForPullRequestOutputFilterSensitiveLog = exports.CommentsForPullRequestFilterSensitiveLog = exports.GetCommentsForPullRequestInputFilterSensitiveLog = exports.GetCommentsForComparedCommitOutputFilterSensitiveLog = exports.CommentsForComparedCommitFilterSensitiveLog = exports.LocationFilterSensitiveLog = exports.GetCommentsForComparedCommitInputFilterSensitiveLog = exports.GetCommentReactionsOutputFilterSensitiveLog = exports.ReactionForCommentFilterSensitiveLog = exports.ReactionValueFormatsFilterSensitiveLog = exports.GetCommentReactionsInputFilterSensitiveLog = exports.GetCommentOutputFilterSensitiveLog = void 0;
|
|
9
9
|
const CodeCommitServiceException_1 = require("./CodeCommitServiceException");
|
|
10
10
|
class ActorDoesNotExistException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
11
11
|
constructor(opts) {
|
|
@@ -25,24 +25,6 @@ var ApprovalState;
|
|
|
25
25
|
ApprovalState["APPROVE"] = "APPROVE";
|
|
26
26
|
ApprovalState["REVOKE"] = "REVOKE";
|
|
27
27
|
})(ApprovalState = exports.ApprovalState || (exports.ApprovalState = {}));
|
|
28
|
-
var Approval;
|
|
29
|
-
(function (Approval) {
|
|
30
|
-
Approval.filterSensitiveLog = (obj) => ({
|
|
31
|
-
...obj,
|
|
32
|
-
});
|
|
33
|
-
})(Approval = exports.Approval || (exports.Approval = {}));
|
|
34
|
-
var OriginApprovalRuleTemplate;
|
|
35
|
-
(function (OriginApprovalRuleTemplate) {
|
|
36
|
-
OriginApprovalRuleTemplate.filterSensitiveLog = (obj) => ({
|
|
37
|
-
...obj,
|
|
38
|
-
});
|
|
39
|
-
})(OriginApprovalRuleTemplate = exports.OriginApprovalRuleTemplate || (exports.OriginApprovalRuleTemplate = {}));
|
|
40
|
-
var ApprovalRule;
|
|
41
|
-
(function (ApprovalRule) {
|
|
42
|
-
ApprovalRule.filterSensitiveLog = (obj) => ({
|
|
43
|
-
...obj,
|
|
44
|
-
});
|
|
45
|
-
})(ApprovalRule = exports.ApprovalRule || (exports.ApprovalRule = {}));
|
|
46
28
|
class ApprovalRuleContentRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
47
29
|
constructor(opts) {
|
|
48
30
|
super({
|
|
@@ -69,12 +51,6 @@ class ApprovalRuleDoesNotExistException extends CodeCommitServiceException_1.Cod
|
|
|
69
51
|
}
|
|
70
52
|
}
|
|
71
53
|
exports.ApprovalRuleDoesNotExistException = ApprovalRuleDoesNotExistException;
|
|
72
|
-
var ApprovalRuleEventMetadata;
|
|
73
|
-
(function (ApprovalRuleEventMetadata) {
|
|
74
|
-
ApprovalRuleEventMetadata.filterSensitiveLog = (obj) => ({
|
|
75
|
-
...obj,
|
|
76
|
-
});
|
|
77
|
-
})(ApprovalRuleEventMetadata = exports.ApprovalRuleEventMetadata || (exports.ApprovalRuleEventMetadata = {}));
|
|
78
54
|
class ApprovalRuleNameAlreadyExistsException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
79
55
|
constructor(opts) {
|
|
80
56
|
super({
|
|
@@ -106,18 +82,6 @@ var OverrideStatus;
|
|
|
106
82
|
OverrideStatus["OVERRIDE"] = "OVERRIDE";
|
|
107
83
|
OverrideStatus["REVOKE"] = "REVOKE";
|
|
108
84
|
})(OverrideStatus = exports.OverrideStatus || (exports.OverrideStatus = {}));
|
|
109
|
-
var ApprovalRuleOverriddenEventMetadata;
|
|
110
|
-
(function (ApprovalRuleOverriddenEventMetadata) {
|
|
111
|
-
ApprovalRuleOverriddenEventMetadata.filterSensitiveLog = (obj) => ({
|
|
112
|
-
...obj,
|
|
113
|
-
});
|
|
114
|
-
})(ApprovalRuleOverriddenEventMetadata = exports.ApprovalRuleOverriddenEventMetadata || (exports.ApprovalRuleOverriddenEventMetadata = {}));
|
|
115
|
-
var ApprovalRuleTemplate;
|
|
116
|
-
(function (ApprovalRuleTemplate) {
|
|
117
|
-
ApprovalRuleTemplate.filterSensitiveLog = (obj) => ({
|
|
118
|
-
...obj,
|
|
119
|
-
});
|
|
120
|
-
})(ApprovalRuleTemplate = exports.ApprovalRuleTemplate || (exports.ApprovalRuleTemplate = {}));
|
|
121
85
|
class ApprovalRuleTemplateContentRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
122
86
|
constructor(opts) {
|
|
123
87
|
super({
|
|
@@ -183,12 +147,6 @@ class ApprovalRuleTemplateNameRequiredException extends CodeCommitServiceExcepti
|
|
|
183
147
|
}
|
|
184
148
|
}
|
|
185
149
|
exports.ApprovalRuleTemplateNameRequiredException = ApprovalRuleTemplateNameRequiredException;
|
|
186
|
-
var ApprovalStateChangedEventMetadata;
|
|
187
|
-
(function (ApprovalStateChangedEventMetadata) {
|
|
188
|
-
ApprovalStateChangedEventMetadata.filterSensitiveLog = (obj) => ({
|
|
189
|
-
...obj,
|
|
190
|
-
});
|
|
191
|
-
})(ApprovalStateChangedEventMetadata = exports.ApprovalStateChangedEventMetadata || (exports.ApprovalStateChangedEventMetadata = {}));
|
|
192
150
|
class ApprovalStateRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
193
151
|
constructor(opts) {
|
|
194
152
|
super({
|
|
@@ -202,12 +160,6 @@ class ApprovalStateRequiredException extends CodeCommitServiceException_1.CodeCo
|
|
|
202
160
|
}
|
|
203
161
|
}
|
|
204
162
|
exports.ApprovalStateRequiredException = ApprovalStateRequiredException;
|
|
205
|
-
var AssociateApprovalRuleTemplateWithRepositoryInput;
|
|
206
|
-
(function (AssociateApprovalRuleTemplateWithRepositoryInput) {
|
|
207
|
-
AssociateApprovalRuleTemplateWithRepositoryInput.filterSensitiveLog = (obj) => ({
|
|
208
|
-
...obj,
|
|
209
|
-
});
|
|
210
|
-
})(AssociateApprovalRuleTemplateWithRepositoryInput = exports.AssociateApprovalRuleTemplateWithRepositoryInput || (exports.AssociateApprovalRuleTemplateWithRepositoryInput = {}));
|
|
211
163
|
class EncryptionIntegrityChecksFailedException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
212
164
|
constructor(opts) {
|
|
213
165
|
super({
|
|
@@ -351,24 +303,6 @@ class AuthorDoesNotExistException extends CodeCommitServiceException_1.CodeCommi
|
|
|
351
303
|
}
|
|
352
304
|
}
|
|
353
305
|
exports.AuthorDoesNotExistException = AuthorDoesNotExistException;
|
|
354
|
-
var BatchAssociateApprovalRuleTemplateWithRepositoriesInput;
|
|
355
|
-
(function (BatchAssociateApprovalRuleTemplateWithRepositoriesInput) {
|
|
356
|
-
BatchAssociateApprovalRuleTemplateWithRepositoriesInput.filterSensitiveLog = (obj) => ({
|
|
357
|
-
...obj,
|
|
358
|
-
});
|
|
359
|
-
})(BatchAssociateApprovalRuleTemplateWithRepositoriesInput = exports.BatchAssociateApprovalRuleTemplateWithRepositoriesInput || (exports.BatchAssociateApprovalRuleTemplateWithRepositoriesInput = {}));
|
|
360
|
-
var BatchAssociateApprovalRuleTemplateWithRepositoriesError;
|
|
361
|
-
(function (BatchAssociateApprovalRuleTemplateWithRepositoriesError) {
|
|
362
|
-
BatchAssociateApprovalRuleTemplateWithRepositoriesError.filterSensitiveLog = (obj) => ({
|
|
363
|
-
...obj,
|
|
364
|
-
});
|
|
365
|
-
})(BatchAssociateApprovalRuleTemplateWithRepositoriesError = exports.BatchAssociateApprovalRuleTemplateWithRepositoriesError || (exports.BatchAssociateApprovalRuleTemplateWithRepositoriesError = {}));
|
|
366
|
-
var BatchAssociateApprovalRuleTemplateWithRepositoriesOutput;
|
|
367
|
-
(function (BatchAssociateApprovalRuleTemplateWithRepositoriesOutput) {
|
|
368
|
-
BatchAssociateApprovalRuleTemplateWithRepositoriesOutput.filterSensitiveLog = (obj) => ({
|
|
369
|
-
...obj,
|
|
370
|
-
});
|
|
371
|
-
})(BatchAssociateApprovalRuleTemplateWithRepositoriesOutput = exports.BatchAssociateApprovalRuleTemplateWithRepositoriesOutput || (exports.BatchAssociateApprovalRuleTemplateWithRepositoriesOutput = {}));
|
|
372
306
|
class MaximumRepositoryNamesExceededException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
373
307
|
constructor(opts) {
|
|
374
308
|
super({
|
|
@@ -413,48 +347,18 @@ var MergeOptionTypeEnum;
|
|
|
413
347
|
MergeOptionTypeEnum["SQUASH_MERGE"] = "SQUASH_MERGE";
|
|
414
348
|
MergeOptionTypeEnum["THREE_WAY_MERGE"] = "THREE_WAY_MERGE";
|
|
415
349
|
})(MergeOptionTypeEnum = exports.MergeOptionTypeEnum || (exports.MergeOptionTypeEnum = {}));
|
|
416
|
-
var BatchDescribeMergeConflictsInput;
|
|
417
|
-
(function (BatchDescribeMergeConflictsInput) {
|
|
418
|
-
BatchDescribeMergeConflictsInput.filterSensitiveLog = (obj) => ({
|
|
419
|
-
...obj,
|
|
420
|
-
});
|
|
421
|
-
})(BatchDescribeMergeConflictsInput = exports.BatchDescribeMergeConflictsInput || (exports.BatchDescribeMergeConflictsInput = {}));
|
|
422
350
|
var FileModeTypeEnum;
|
|
423
351
|
(function (FileModeTypeEnum) {
|
|
424
352
|
FileModeTypeEnum["EXECUTABLE"] = "EXECUTABLE";
|
|
425
353
|
FileModeTypeEnum["NORMAL"] = "NORMAL";
|
|
426
354
|
FileModeTypeEnum["SYMLINK"] = "SYMLINK";
|
|
427
355
|
})(FileModeTypeEnum = exports.FileModeTypeEnum || (exports.FileModeTypeEnum = {}));
|
|
428
|
-
var FileModes;
|
|
429
|
-
(function (FileModes) {
|
|
430
|
-
FileModes.filterSensitiveLog = (obj) => ({
|
|
431
|
-
...obj,
|
|
432
|
-
});
|
|
433
|
-
})(FileModes = exports.FileModes || (exports.FileModes = {}));
|
|
434
|
-
var FileSizes;
|
|
435
|
-
(function (FileSizes) {
|
|
436
|
-
FileSizes.filterSensitiveLog = (obj) => ({
|
|
437
|
-
...obj,
|
|
438
|
-
});
|
|
439
|
-
})(FileSizes = exports.FileSizes || (exports.FileSizes = {}));
|
|
440
|
-
var IsBinaryFile;
|
|
441
|
-
(function (IsBinaryFile) {
|
|
442
|
-
IsBinaryFile.filterSensitiveLog = (obj) => ({
|
|
443
|
-
...obj,
|
|
444
|
-
});
|
|
445
|
-
})(IsBinaryFile = exports.IsBinaryFile || (exports.IsBinaryFile = {}));
|
|
446
356
|
var ChangeTypeEnum;
|
|
447
357
|
(function (ChangeTypeEnum) {
|
|
448
358
|
ChangeTypeEnum["ADDED"] = "A";
|
|
449
359
|
ChangeTypeEnum["DELETED"] = "D";
|
|
450
360
|
ChangeTypeEnum["MODIFIED"] = "M";
|
|
451
361
|
})(ChangeTypeEnum = exports.ChangeTypeEnum || (exports.ChangeTypeEnum = {}));
|
|
452
|
-
var MergeOperations;
|
|
453
|
-
(function (MergeOperations) {
|
|
454
|
-
MergeOperations.filterSensitiveLog = (obj) => ({
|
|
455
|
-
...obj,
|
|
456
|
-
});
|
|
457
|
-
})(MergeOperations = exports.MergeOperations || (exports.MergeOperations = {}));
|
|
458
362
|
var ObjectTypeEnum;
|
|
459
363
|
(function (ObjectTypeEnum) {
|
|
460
364
|
ObjectTypeEnum["DIRECTORY"] = "DIRECTORY";
|
|
@@ -462,48 +366,6 @@ var ObjectTypeEnum;
|
|
|
462
366
|
ObjectTypeEnum["GIT_LINK"] = "GIT_LINK";
|
|
463
367
|
ObjectTypeEnum["SYMBOLIC_LINK"] = "SYMBOLIC_LINK";
|
|
464
368
|
})(ObjectTypeEnum = exports.ObjectTypeEnum || (exports.ObjectTypeEnum = {}));
|
|
465
|
-
var ObjectTypes;
|
|
466
|
-
(function (ObjectTypes) {
|
|
467
|
-
ObjectTypes.filterSensitiveLog = (obj) => ({
|
|
468
|
-
...obj,
|
|
469
|
-
});
|
|
470
|
-
})(ObjectTypes = exports.ObjectTypes || (exports.ObjectTypes = {}));
|
|
471
|
-
var ConflictMetadata;
|
|
472
|
-
(function (ConflictMetadata) {
|
|
473
|
-
ConflictMetadata.filterSensitiveLog = (obj) => ({
|
|
474
|
-
...obj,
|
|
475
|
-
});
|
|
476
|
-
})(ConflictMetadata = exports.ConflictMetadata || (exports.ConflictMetadata = {}));
|
|
477
|
-
var MergeHunkDetail;
|
|
478
|
-
(function (MergeHunkDetail) {
|
|
479
|
-
MergeHunkDetail.filterSensitiveLog = (obj) => ({
|
|
480
|
-
...obj,
|
|
481
|
-
});
|
|
482
|
-
})(MergeHunkDetail = exports.MergeHunkDetail || (exports.MergeHunkDetail = {}));
|
|
483
|
-
var MergeHunk;
|
|
484
|
-
(function (MergeHunk) {
|
|
485
|
-
MergeHunk.filterSensitiveLog = (obj) => ({
|
|
486
|
-
...obj,
|
|
487
|
-
});
|
|
488
|
-
})(MergeHunk = exports.MergeHunk || (exports.MergeHunk = {}));
|
|
489
|
-
var Conflict;
|
|
490
|
-
(function (Conflict) {
|
|
491
|
-
Conflict.filterSensitiveLog = (obj) => ({
|
|
492
|
-
...obj,
|
|
493
|
-
});
|
|
494
|
-
})(Conflict = exports.Conflict || (exports.Conflict = {}));
|
|
495
|
-
var BatchDescribeMergeConflictsError;
|
|
496
|
-
(function (BatchDescribeMergeConflictsError) {
|
|
497
|
-
BatchDescribeMergeConflictsError.filterSensitiveLog = (obj) => ({
|
|
498
|
-
...obj,
|
|
499
|
-
});
|
|
500
|
-
})(BatchDescribeMergeConflictsError = exports.BatchDescribeMergeConflictsError || (exports.BatchDescribeMergeConflictsError = {}));
|
|
501
|
-
var BatchDescribeMergeConflictsOutput;
|
|
502
|
-
(function (BatchDescribeMergeConflictsOutput) {
|
|
503
|
-
BatchDescribeMergeConflictsOutput.filterSensitiveLog = (obj) => ({
|
|
504
|
-
...obj,
|
|
505
|
-
});
|
|
506
|
-
})(BatchDescribeMergeConflictsOutput = exports.BatchDescribeMergeConflictsOutput || (exports.BatchDescribeMergeConflictsOutput = {}));
|
|
507
369
|
class CommitDoesNotExistException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
508
370
|
constructor(opts) {
|
|
509
371
|
super({
|
|
@@ -673,54 +535,6 @@ class TipsDivergenceExceededException extends CodeCommitServiceException_1.CodeC
|
|
|
673
535
|
}
|
|
674
536
|
}
|
|
675
537
|
exports.TipsDivergenceExceededException = TipsDivergenceExceededException;
|
|
676
|
-
var BatchDisassociateApprovalRuleTemplateFromRepositoriesInput;
|
|
677
|
-
(function (BatchDisassociateApprovalRuleTemplateFromRepositoriesInput) {
|
|
678
|
-
BatchDisassociateApprovalRuleTemplateFromRepositoriesInput.filterSensitiveLog = (obj) => ({
|
|
679
|
-
...obj,
|
|
680
|
-
});
|
|
681
|
-
})(BatchDisassociateApprovalRuleTemplateFromRepositoriesInput = exports.BatchDisassociateApprovalRuleTemplateFromRepositoriesInput || (exports.BatchDisassociateApprovalRuleTemplateFromRepositoriesInput = {}));
|
|
682
|
-
var BatchDisassociateApprovalRuleTemplateFromRepositoriesError;
|
|
683
|
-
(function (BatchDisassociateApprovalRuleTemplateFromRepositoriesError) {
|
|
684
|
-
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.filterSensitiveLog = (obj) => ({
|
|
685
|
-
...obj,
|
|
686
|
-
});
|
|
687
|
-
})(BatchDisassociateApprovalRuleTemplateFromRepositoriesError = exports.BatchDisassociateApprovalRuleTemplateFromRepositoriesError || (exports.BatchDisassociateApprovalRuleTemplateFromRepositoriesError = {}));
|
|
688
|
-
var BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput;
|
|
689
|
-
(function (BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput) {
|
|
690
|
-
BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput.filterSensitiveLog = (obj) => ({
|
|
691
|
-
...obj,
|
|
692
|
-
});
|
|
693
|
-
})(BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput = exports.BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput || (exports.BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput = {}));
|
|
694
|
-
var BatchGetCommitsInput;
|
|
695
|
-
(function (BatchGetCommitsInput) {
|
|
696
|
-
BatchGetCommitsInput.filterSensitiveLog = (obj) => ({
|
|
697
|
-
...obj,
|
|
698
|
-
});
|
|
699
|
-
})(BatchGetCommitsInput = exports.BatchGetCommitsInput || (exports.BatchGetCommitsInput = {}));
|
|
700
|
-
var UserInfo;
|
|
701
|
-
(function (UserInfo) {
|
|
702
|
-
UserInfo.filterSensitiveLog = (obj) => ({
|
|
703
|
-
...obj,
|
|
704
|
-
});
|
|
705
|
-
})(UserInfo = exports.UserInfo || (exports.UserInfo = {}));
|
|
706
|
-
var Commit;
|
|
707
|
-
(function (Commit) {
|
|
708
|
-
Commit.filterSensitiveLog = (obj) => ({
|
|
709
|
-
...obj,
|
|
710
|
-
});
|
|
711
|
-
})(Commit = exports.Commit || (exports.Commit = {}));
|
|
712
|
-
var BatchGetCommitsError;
|
|
713
|
-
(function (BatchGetCommitsError) {
|
|
714
|
-
BatchGetCommitsError.filterSensitiveLog = (obj) => ({
|
|
715
|
-
...obj,
|
|
716
|
-
});
|
|
717
|
-
})(BatchGetCommitsError = exports.BatchGetCommitsError || (exports.BatchGetCommitsError = {}));
|
|
718
|
-
var BatchGetCommitsOutput;
|
|
719
|
-
(function (BatchGetCommitsOutput) {
|
|
720
|
-
BatchGetCommitsOutput.filterSensitiveLog = (obj) => ({
|
|
721
|
-
...obj,
|
|
722
|
-
});
|
|
723
|
-
})(BatchGetCommitsOutput = exports.BatchGetCommitsOutput || (exports.BatchGetCommitsOutput = {}));
|
|
724
538
|
class CommitIdsLimitExceededException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
725
539
|
constructor(opts) {
|
|
726
540
|
super({
|
|
@@ -747,24 +561,6 @@ class CommitIdsListRequiredException extends CodeCommitServiceException_1.CodeCo
|
|
|
747
561
|
}
|
|
748
562
|
}
|
|
749
563
|
exports.CommitIdsListRequiredException = CommitIdsListRequiredException;
|
|
750
|
-
var BatchGetRepositoriesInput;
|
|
751
|
-
(function (BatchGetRepositoriesInput) {
|
|
752
|
-
BatchGetRepositoriesInput.filterSensitiveLog = (obj) => ({
|
|
753
|
-
...obj,
|
|
754
|
-
});
|
|
755
|
-
})(BatchGetRepositoriesInput = exports.BatchGetRepositoriesInput || (exports.BatchGetRepositoriesInput = {}));
|
|
756
|
-
var RepositoryMetadata;
|
|
757
|
-
(function (RepositoryMetadata) {
|
|
758
|
-
RepositoryMetadata.filterSensitiveLog = (obj) => ({
|
|
759
|
-
...obj,
|
|
760
|
-
});
|
|
761
|
-
})(RepositoryMetadata = exports.RepositoryMetadata || (exports.RepositoryMetadata = {}));
|
|
762
|
-
var BatchGetRepositoriesOutput;
|
|
763
|
-
(function (BatchGetRepositoriesOutput) {
|
|
764
|
-
BatchGetRepositoriesOutput.filterSensitiveLog = (obj) => ({
|
|
765
|
-
...obj,
|
|
766
|
-
});
|
|
767
|
-
})(BatchGetRepositoriesOutput = exports.BatchGetRepositoriesOutput || (exports.BatchGetRepositoriesOutput = {}));
|
|
768
564
|
class BeforeCommitIdAndAfterCommitIdAreSameException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
769
565
|
constructor(opts) {
|
|
770
566
|
super({
|
|
@@ -804,12 +600,6 @@ class BlobIdRequiredException extends CodeCommitServiceException_1.CodeCommitSer
|
|
|
804
600
|
}
|
|
805
601
|
}
|
|
806
602
|
exports.BlobIdRequiredException = BlobIdRequiredException;
|
|
807
|
-
var BlobMetadata;
|
|
808
|
-
(function (BlobMetadata) {
|
|
809
|
-
BlobMetadata.filterSensitiveLog = (obj) => ({
|
|
810
|
-
...obj,
|
|
811
|
-
});
|
|
812
|
-
})(BlobMetadata = exports.BlobMetadata || (exports.BlobMetadata = {}));
|
|
813
603
|
class BranchDoesNotExistException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
814
604
|
constructor(opts) {
|
|
815
605
|
super({
|
|
@@ -823,12 +613,6 @@ class BranchDoesNotExistException extends CodeCommitServiceException_1.CodeCommi
|
|
|
823
613
|
}
|
|
824
614
|
}
|
|
825
615
|
exports.BranchDoesNotExistException = BranchDoesNotExistException;
|
|
826
|
-
var BranchInfo;
|
|
827
|
-
(function (BranchInfo) {
|
|
828
|
-
BranchInfo.filterSensitiveLog = (obj) => ({
|
|
829
|
-
...obj,
|
|
830
|
-
});
|
|
831
|
-
})(BranchInfo = exports.BranchInfo || (exports.BranchInfo = {}));
|
|
832
616
|
class BranchNameExistsException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
833
617
|
constructor(opts) {
|
|
834
618
|
super({
|
|
@@ -907,18 +691,6 @@ class ClientRequestTokenRequiredException extends CodeCommitServiceException_1.C
|
|
|
907
691
|
}
|
|
908
692
|
}
|
|
909
693
|
exports.ClientRequestTokenRequiredException = ClientRequestTokenRequiredException;
|
|
910
|
-
var CreateApprovalRuleTemplateInput;
|
|
911
|
-
(function (CreateApprovalRuleTemplateInput) {
|
|
912
|
-
CreateApprovalRuleTemplateInput.filterSensitiveLog = (obj) => ({
|
|
913
|
-
...obj,
|
|
914
|
-
});
|
|
915
|
-
})(CreateApprovalRuleTemplateInput = exports.CreateApprovalRuleTemplateInput || (exports.CreateApprovalRuleTemplateInput = {}));
|
|
916
|
-
var CreateApprovalRuleTemplateOutput;
|
|
917
|
-
(function (CreateApprovalRuleTemplateOutput) {
|
|
918
|
-
CreateApprovalRuleTemplateOutput.filterSensitiveLog = (obj) => ({
|
|
919
|
-
...obj,
|
|
920
|
-
});
|
|
921
|
-
})(CreateApprovalRuleTemplateOutput = exports.CreateApprovalRuleTemplateOutput || (exports.CreateApprovalRuleTemplateOutput = {}));
|
|
922
694
|
class InvalidApprovalRuleTemplateContentException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
923
695
|
constructor(opts) {
|
|
924
696
|
super({
|
|
@@ -971,12 +743,6 @@ class CommitIdRequiredException extends CodeCommitServiceException_1.CodeCommitS
|
|
|
971
743
|
}
|
|
972
744
|
}
|
|
973
745
|
exports.CommitIdRequiredException = CommitIdRequiredException;
|
|
974
|
-
var CreateBranchInput;
|
|
975
|
-
(function (CreateBranchInput) {
|
|
976
|
-
CreateBranchInput.filterSensitiveLog = (obj) => ({
|
|
977
|
-
...obj,
|
|
978
|
-
});
|
|
979
|
-
})(CreateBranchInput = exports.CreateBranchInput || (exports.CreateBranchInput = {}));
|
|
980
746
|
class InvalidBranchNameException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
981
747
|
constructor(opts) {
|
|
982
748
|
super({
|
|
@@ -1016,48 +782,6 @@ class CommitMessageLengthExceededException extends CodeCommitServiceException_1.
|
|
|
1016
782
|
}
|
|
1017
783
|
}
|
|
1018
784
|
exports.CommitMessageLengthExceededException = CommitMessageLengthExceededException;
|
|
1019
|
-
var DeleteFileEntry;
|
|
1020
|
-
(function (DeleteFileEntry) {
|
|
1021
|
-
DeleteFileEntry.filterSensitiveLog = (obj) => ({
|
|
1022
|
-
...obj,
|
|
1023
|
-
});
|
|
1024
|
-
})(DeleteFileEntry = exports.DeleteFileEntry || (exports.DeleteFileEntry = {}));
|
|
1025
|
-
var SourceFileSpecifier;
|
|
1026
|
-
(function (SourceFileSpecifier) {
|
|
1027
|
-
SourceFileSpecifier.filterSensitiveLog = (obj) => ({
|
|
1028
|
-
...obj,
|
|
1029
|
-
});
|
|
1030
|
-
})(SourceFileSpecifier = exports.SourceFileSpecifier || (exports.SourceFileSpecifier = {}));
|
|
1031
|
-
var PutFileEntry;
|
|
1032
|
-
(function (PutFileEntry) {
|
|
1033
|
-
PutFileEntry.filterSensitiveLog = (obj) => ({
|
|
1034
|
-
...obj,
|
|
1035
|
-
});
|
|
1036
|
-
})(PutFileEntry = exports.PutFileEntry || (exports.PutFileEntry = {}));
|
|
1037
|
-
var SetFileModeEntry;
|
|
1038
|
-
(function (SetFileModeEntry) {
|
|
1039
|
-
SetFileModeEntry.filterSensitiveLog = (obj) => ({
|
|
1040
|
-
...obj,
|
|
1041
|
-
});
|
|
1042
|
-
})(SetFileModeEntry = exports.SetFileModeEntry || (exports.SetFileModeEntry = {}));
|
|
1043
|
-
var CreateCommitInput;
|
|
1044
|
-
(function (CreateCommitInput) {
|
|
1045
|
-
CreateCommitInput.filterSensitiveLog = (obj) => ({
|
|
1046
|
-
...obj,
|
|
1047
|
-
});
|
|
1048
|
-
})(CreateCommitInput = exports.CreateCommitInput || (exports.CreateCommitInput = {}));
|
|
1049
|
-
var FileMetadata;
|
|
1050
|
-
(function (FileMetadata) {
|
|
1051
|
-
FileMetadata.filterSensitiveLog = (obj) => ({
|
|
1052
|
-
...obj,
|
|
1053
|
-
});
|
|
1054
|
-
})(FileMetadata = exports.FileMetadata || (exports.FileMetadata = {}));
|
|
1055
|
-
var CreateCommitOutput;
|
|
1056
|
-
(function (CreateCommitOutput) {
|
|
1057
|
-
CreateCommitOutput.filterSensitiveLog = (obj) => ({
|
|
1058
|
-
...obj,
|
|
1059
|
-
});
|
|
1060
|
-
})(CreateCommitOutput = exports.CreateCommitOutput || (exports.CreateCommitOutput = {}));
|
|
1061
785
|
class DirectoryNameConflictsWithFileNameException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
1062
786
|
constructor(opts) {
|
|
1063
787
|
super({
|
|
@@ -1383,47 +1107,11 @@ class SourceFileOrContentRequiredException extends CodeCommitServiceException_1.
|
|
|
1383
1107
|
}
|
|
1384
1108
|
}
|
|
1385
1109
|
exports.SourceFileOrContentRequiredException = SourceFileOrContentRequiredException;
|
|
1386
|
-
var Target;
|
|
1387
|
-
(function (Target) {
|
|
1388
|
-
Target.filterSensitiveLog = (obj) => ({
|
|
1389
|
-
...obj,
|
|
1390
|
-
});
|
|
1391
|
-
})(Target = exports.Target || (exports.Target = {}));
|
|
1392
|
-
var CreatePullRequestInput;
|
|
1393
|
-
(function (CreatePullRequestInput) {
|
|
1394
|
-
CreatePullRequestInput.filterSensitiveLog = (obj) => ({
|
|
1395
|
-
...obj,
|
|
1396
|
-
});
|
|
1397
|
-
})(CreatePullRequestInput = exports.CreatePullRequestInput || (exports.CreatePullRequestInput = {}));
|
|
1398
1110
|
var PullRequestStatusEnum;
|
|
1399
1111
|
(function (PullRequestStatusEnum) {
|
|
1400
1112
|
PullRequestStatusEnum["CLOSED"] = "CLOSED";
|
|
1401
1113
|
PullRequestStatusEnum["OPEN"] = "OPEN";
|
|
1402
1114
|
})(PullRequestStatusEnum = exports.PullRequestStatusEnum || (exports.PullRequestStatusEnum = {}));
|
|
1403
|
-
var MergeMetadata;
|
|
1404
|
-
(function (MergeMetadata) {
|
|
1405
|
-
MergeMetadata.filterSensitiveLog = (obj) => ({
|
|
1406
|
-
...obj,
|
|
1407
|
-
});
|
|
1408
|
-
})(MergeMetadata = exports.MergeMetadata || (exports.MergeMetadata = {}));
|
|
1409
|
-
var PullRequestTarget;
|
|
1410
|
-
(function (PullRequestTarget) {
|
|
1411
|
-
PullRequestTarget.filterSensitiveLog = (obj) => ({
|
|
1412
|
-
...obj,
|
|
1413
|
-
});
|
|
1414
|
-
})(PullRequestTarget = exports.PullRequestTarget || (exports.PullRequestTarget = {}));
|
|
1415
|
-
var PullRequest;
|
|
1416
|
-
(function (PullRequest) {
|
|
1417
|
-
PullRequest.filterSensitiveLog = (obj) => ({
|
|
1418
|
-
...obj,
|
|
1419
|
-
});
|
|
1420
|
-
})(PullRequest = exports.PullRequest || (exports.PullRequest = {}));
|
|
1421
|
-
var CreatePullRequestOutput;
|
|
1422
|
-
(function (CreatePullRequestOutput) {
|
|
1423
|
-
CreatePullRequestOutput.filterSensitiveLog = (obj) => ({
|
|
1424
|
-
...obj,
|
|
1425
|
-
});
|
|
1426
|
-
})(CreatePullRequestOutput = exports.CreatePullRequestOutput || (exports.CreatePullRequestOutput = {}));
|
|
1427
1115
|
class IdempotencyParameterMismatchException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
1428
1116
|
constructor(opts) {
|
|
1429
1117
|
super({
|
|
@@ -1632,18 +1320,6 @@ class TitleRequiredException extends CodeCommitServiceException_1.CodeCommitServ
|
|
|
1632
1320
|
}
|
|
1633
1321
|
}
|
|
1634
1322
|
exports.TitleRequiredException = TitleRequiredException;
|
|
1635
|
-
var CreatePullRequestApprovalRuleInput;
|
|
1636
|
-
(function (CreatePullRequestApprovalRuleInput) {
|
|
1637
|
-
CreatePullRequestApprovalRuleInput.filterSensitiveLog = (obj) => ({
|
|
1638
|
-
...obj,
|
|
1639
|
-
});
|
|
1640
|
-
})(CreatePullRequestApprovalRuleInput = exports.CreatePullRequestApprovalRuleInput || (exports.CreatePullRequestApprovalRuleInput = {}));
|
|
1641
|
-
var CreatePullRequestApprovalRuleOutput;
|
|
1642
|
-
(function (CreatePullRequestApprovalRuleOutput) {
|
|
1643
|
-
CreatePullRequestApprovalRuleOutput.filterSensitiveLog = (obj) => ({
|
|
1644
|
-
...obj,
|
|
1645
|
-
});
|
|
1646
|
-
})(CreatePullRequestApprovalRuleOutput = exports.CreatePullRequestApprovalRuleOutput || (exports.CreatePullRequestApprovalRuleOutput = {}));
|
|
1647
1323
|
class InvalidApprovalRuleContentException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
1648
1324
|
constructor(opts) {
|
|
1649
1325
|
super({
|
|
@@ -1735,18 +1411,6 @@ class PullRequestIdRequiredException extends CodeCommitServiceException_1.CodeCo
|
|
|
1735
1411
|
}
|
|
1736
1412
|
}
|
|
1737
1413
|
exports.PullRequestIdRequiredException = PullRequestIdRequiredException;
|
|
1738
|
-
var CreateRepositoryInput;
|
|
1739
|
-
(function (CreateRepositoryInput) {
|
|
1740
|
-
CreateRepositoryInput.filterSensitiveLog = (obj) => ({
|
|
1741
|
-
...obj,
|
|
1742
|
-
});
|
|
1743
|
-
})(CreateRepositoryInput = exports.CreateRepositoryInput || (exports.CreateRepositoryInput = {}));
|
|
1744
|
-
var CreateRepositoryOutput;
|
|
1745
|
-
(function (CreateRepositoryOutput) {
|
|
1746
|
-
CreateRepositoryOutput.filterSensitiveLog = (obj) => ({
|
|
1747
|
-
...obj,
|
|
1748
|
-
});
|
|
1749
|
-
})(CreateRepositoryOutput = exports.CreateRepositoryOutput || (exports.CreateRepositoryOutput = {}));
|
|
1750
1414
|
class InvalidRepositoryDescriptionException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
1751
1415
|
constructor(opts) {
|
|
1752
1416
|
super({
|
|
@@ -1858,30 +1522,6 @@ var ReplacementTypeEnum;
|
|
|
1858
1522
|
ReplacementTypeEnum["KEEP_SOURCE"] = "KEEP_SOURCE";
|
|
1859
1523
|
ReplacementTypeEnum["USE_NEW_CONTENT"] = "USE_NEW_CONTENT";
|
|
1860
1524
|
})(ReplacementTypeEnum = exports.ReplacementTypeEnum || (exports.ReplacementTypeEnum = {}));
|
|
1861
|
-
var ReplaceContentEntry;
|
|
1862
|
-
(function (ReplaceContentEntry) {
|
|
1863
|
-
ReplaceContentEntry.filterSensitiveLog = (obj) => ({
|
|
1864
|
-
...obj,
|
|
1865
|
-
});
|
|
1866
|
-
})(ReplaceContentEntry = exports.ReplaceContentEntry || (exports.ReplaceContentEntry = {}));
|
|
1867
|
-
var ConflictResolution;
|
|
1868
|
-
(function (ConflictResolution) {
|
|
1869
|
-
ConflictResolution.filterSensitiveLog = (obj) => ({
|
|
1870
|
-
...obj,
|
|
1871
|
-
});
|
|
1872
|
-
})(ConflictResolution = exports.ConflictResolution || (exports.ConflictResolution = {}));
|
|
1873
|
-
var CreateUnreferencedMergeCommitInput;
|
|
1874
|
-
(function (CreateUnreferencedMergeCommitInput) {
|
|
1875
|
-
CreateUnreferencedMergeCommitInput.filterSensitiveLog = (obj) => ({
|
|
1876
|
-
...obj,
|
|
1877
|
-
});
|
|
1878
|
-
})(CreateUnreferencedMergeCommitInput = exports.CreateUnreferencedMergeCommitInput || (exports.CreateUnreferencedMergeCommitInput = {}));
|
|
1879
|
-
var CreateUnreferencedMergeCommitOutput;
|
|
1880
|
-
(function (CreateUnreferencedMergeCommitOutput) {
|
|
1881
|
-
CreateUnreferencedMergeCommitOutput.filterSensitiveLog = (obj) => ({
|
|
1882
|
-
...obj,
|
|
1883
|
-
});
|
|
1884
|
-
})(CreateUnreferencedMergeCommitOutput = exports.CreateUnreferencedMergeCommitOutput || (exports.CreateUnreferencedMergeCommitOutput = {}));
|
|
1885
1525
|
class InvalidConflictResolutionException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
1886
1526
|
constructor(opts) {
|
|
1887
1527
|
super({
|
|
@@ -1986,18 +1626,6 @@ class ReplacementTypeRequiredException extends CodeCommitServiceException_1.Code
|
|
|
1986
1626
|
}
|
|
1987
1627
|
}
|
|
1988
1628
|
exports.ReplacementTypeRequiredException = ReplacementTypeRequiredException;
|
|
1989
|
-
var DeleteApprovalRuleTemplateInput;
|
|
1990
|
-
(function (DeleteApprovalRuleTemplateInput) {
|
|
1991
|
-
DeleteApprovalRuleTemplateInput.filterSensitiveLog = (obj) => ({
|
|
1992
|
-
...obj,
|
|
1993
|
-
});
|
|
1994
|
-
})(DeleteApprovalRuleTemplateInput = exports.DeleteApprovalRuleTemplateInput || (exports.DeleteApprovalRuleTemplateInput = {}));
|
|
1995
|
-
var DeleteApprovalRuleTemplateOutput;
|
|
1996
|
-
(function (DeleteApprovalRuleTemplateOutput) {
|
|
1997
|
-
DeleteApprovalRuleTemplateOutput.filterSensitiveLog = (obj) => ({
|
|
1998
|
-
...obj,
|
|
1999
|
-
});
|
|
2000
|
-
})(DeleteApprovalRuleTemplateOutput = exports.DeleteApprovalRuleTemplateOutput || (exports.DeleteApprovalRuleTemplateOutput = {}));
|
|
2001
1629
|
class DefaultBranchCannotBeDeletedException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
2002
1630
|
constructor(opts) {
|
|
2003
1631
|
super({
|
|
@@ -2011,18 +1639,6 @@ class DefaultBranchCannotBeDeletedException extends CodeCommitServiceException_1
|
|
|
2011
1639
|
}
|
|
2012
1640
|
}
|
|
2013
1641
|
exports.DefaultBranchCannotBeDeletedException = DefaultBranchCannotBeDeletedException;
|
|
2014
|
-
var DeleteBranchInput;
|
|
2015
|
-
(function (DeleteBranchInput) {
|
|
2016
|
-
DeleteBranchInput.filterSensitiveLog = (obj) => ({
|
|
2017
|
-
...obj,
|
|
2018
|
-
});
|
|
2019
|
-
})(DeleteBranchInput = exports.DeleteBranchInput || (exports.DeleteBranchInput = {}));
|
|
2020
|
-
var DeleteBranchOutput;
|
|
2021
|
-
(function (DeleteBranchOutput) {
|
|
2022
|
-
DeleteBranchOutput.filterSensitiveLog = (obj) => ({
|
|
2023
|
-
...obj,
|
|
2024
|
-
});
|
|
2025
|
-
})(DeleteBranchOutput = exports.DeleteBranchOutput || (exports.DeleteBranchOutput = {}));
|
|
2026
1642
|
class CommentDeletedException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
2027
1643
|
constructor(opts) {
|
|
2028
1644
|
super({
|
|
@@ -2062,24 +1678,6 @@ class CommentIdRequiredException extends CodeCommitServiceException_1.CodeCommit
|
|
|
2062
1678
|
}
|
|
2063
1679
|
}
|
|
2064
1680
|
exports.CommentIdRequiredException = CommentIdRequiredException;
|
|
2065
|
-
var DeleteCommentContentInput;
|
|
2066
|
-
(function (DeleteCommentContentInput) {
|
|
2067
|
-
DeleteCommentContentInput.filterSensitiveLog = (obj) => ({
|
|
2068
|
-
...obj,
|
|
2069
|
-
});
|
|
2070
|
-
})(DeleteCommentContentInput = exports.DeleteCommentContentInput || (exports.DeleteCommentContentInput = {}));
|
|
2071
|
-
var Comment;
|
|
2072
|
-
(function (Comment) {
|
|
2073
|
-
Comment.filterSensitiveLog = (obj) => ({
|
|
2074
|
-
...obj,
|
|
2075
|
-
});
|
|
2076
|
-
})(Comment = exports.Comment || (exports.Comment = {}));
|
|
2077
|
-
var DeleteCommentContentOutput;
|
|
2078
|
-
(function (DeleteCommentContentOutput) {
|
|
2079
|
-
DeleteCommentContentOutput.filterSensitiveLog = (obj) => ({
|
|
2080
|
-
...obj,
|
|
2081
|
-
});
|
|
2082
|
-
})(DeleteCommentContentOutput = exports.DeleteCommentContentOutput || (exports.DeleteCommentContentOutput = {}));
|
|
2083
1681
|
class InvalidCommentIdException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
2084
1682
|
constructor(opts) {
|
|
2085
1683
|
super({
|
|
@@ -2093,54 +1691,6 @@ class InvalidCommentIdException extends CodeCommitServiceException_1.CodeCommitS
|
|
|
2093
1691
|
}
|
|
2094
1692
|
}
|
|
2095
1693
|
exports.InvalidCommentIdException = InvalidCommentIdException;
|
|
2096
|
-
var DeleteFileInput;
|
|
2097
|
-
(function (DeleteFileInput) {
|
|
2098
|
-
DeleteFileInput.filterSensitiveLog = (obj) => ({
|
|
2099
|
-
...obj,
|
|
2100
|
-
});
|
|
2101
|
-
})(DeleteFileInput = exports.DeleteFileInput || (exports.DeleteFileInput = {}));
|
|
2102
|
-
var DeleteFileOutput;
|
|
2103
|
-
(function (DeleteFileOutput) {
|
|
2104
|
-
DeleteFileOutput.filterSensitiveLog = (obj) => ({
|
|
2105
|
-
...obj,
|
|
2106
|
-
});
|
|
2107
|
-
})(DeleteFileOutput = exports.DeleteFileOutput || (exports.DeleteFileOutput = {}));
|
|
2108
|
-
var DeletePullRequestApprovalRuleInput;
|
|
2109
|
-
(function (DeletePullRequestApprovalRuleInput) {
|
|
2110
|
-
DeletePullRequestApprovalRuleInput.filterSensitiveLog = (obj) => ({
|
|
2111
|
-
...obj,
|
|
2112
|
-
});
|
|
2113
|
-
})(DeletePullRequestApprovalRuleInput = exports.DeletePullRequestApprovalRuleInput || (exports.DeletePullRequestApprovalRuleInput = {}));
|
|
2114
|
-
var DeletePullRequestApprovalRuleOutput;
|
|
2115
|
-
(function (DeletePullRequestApprovalRuleOutput) {
|
|
2116
|
-
DeletePullRequestApprovalRuleOutput.filterSensitiveLog = (obj) => ({
|
|
2117
|
-
...obj,
|
|
2118
|
-
});
|
|
2119
|
-
})(DeletePullRequestApprovalRuleOutput = exports.DeletePullRequestApprovalRuleOutput || (exports.DeletePullRequestApprovalRuleOutput = {}));
|
|
2120
|
-
var DeleteRepositoryInput;
|
|
2121
|
-
(function (DeleteRepositoryInput) {
|
|
2122
|
-
DeleteRepositoryInput.filterSensitiveLog = (obj) => ({
|
|
2123
|
-
...obj,
|
|
2124
|
-
});
|
|
2125
|
-
})(DeleteRepositoryInput = exports.DeleteRepositoryInput || (exports.DeleteRepositoryInput = {}));
|
|
2126
|
-
var DeleteRepositoryOutput;
|
|
2127
|
-
(function (DeleteRepositoryOutput) {
|
|
2128
|
-
DeleteRepositoryOutput.filterSensitiveLog = (obj) => ({
|
|
2129
|
-
...obj,
|
|
2130
|
-
});
|
|
2131
|
-
})(DeleteRepositoryOutput = exports.DeleteRepositoryOutput || (exports.DeleteRepositoryOutput = {}));
|
|
2132
|
-
var DescribeMergeConflictsInput;
|
|
2133
|
-
(function (DescribeMergeConflictsInput) {
|
|
2134
|
-
DescribeMergeConflictsInput.filterSensitiveLog = (obj) => ({
|
|
2135
|
-
...obj,
|
|
2136
|
-
});
|
|
2137
|
-
})(DescribeMergeConflictsInput = exports.DescribeMergeConflictsInput || (exports.DescribeMergeConflictsInput = {}));
|
|
2138
|
-
var DescribeMergeConflictsOutput;
|
|
2139
|
-
(function (DescribeMergeConflictsOutput) {
|
|
2140
|
-
DescribeMergeConflictsOutput.filterSensitiveLog = (obj) => ({
|
|
2141
|
-
...obj,
|
|
2142
|
-
});
|
|
2143
|
-
})(DescribeMergeConflictsOutput = exports.DescribeMergeConflictsOutput || (exports.DescribeMergeConflictsOutput = {}));
|
|
2144
1694
|
var PullRequestEventType;
|
|
2145
1695
|
(function (PullRequestEventType) {
|
|
2146
1696
|
PullRequestEventType["PULL_REQUEST_APPROVAL_RULE_CREATED"] = "PULL_REQUEST_APPROVAL_RULE_CREATED";
|
|
@@ -2153,48 +1703,6 @@ var PullRequestEventType;
|
|
|
2153
1703
|
PullRequestEventType["PULL_REQUEST_SOURCE_REFERENCE_UPDATED"] = "PULL_REQUEST_SOURCE_REFERENCE_UPDATED";
|
|
2154
1704
|
PullRequestEventType["PULL_REQUEST_STATUS_CHANGED"] = "PULL_REQUEST_STATUS_CHANGED";
|
|
2155
1705
|
})(PullRequestEventType = exports.PullRequestEventType || (exports.PullRequestEventType = {}));
|
|
2156
|
-
var DescribePullRequestEventsInput;
|
|
2157
|
-
(function (DescribePullRequestEventsInput) {
|
|
2158
|
-
DescribePullRequestEventsInput.filterSensitiveLog = (obj) => ({
|
|
2159
|
-
...obj,
|
|
2160
|
-
});
|
|
2161
|
-
})(DescribePullRequestEventsInput = exports.DescribePullRequestEventsInput || (exports.DescribePullRequestEventsInput = {}));
|
|
2162
|
-
var PullRequestCreatedEventMetadata;
|
|
2163
|
-
(function (PullRequestCreatedEventMetadata) {
|
|
2164
|
-
PullRequestCreatedEventMetadata.filterSensitiveLog = (obj) => ({
|
|
2165
|
-
...obj,
|
|
2166
|
-
});
|
|
2167
|
-
})(PullRequestCreatedEventMetadata = exports.PullRequestCreatedEventMetadata || (exports.PullRequestCreatedEventMetadata = {}));
|
|
2168
|
-
var PullRequestMergedStateChangedEventMetadata;
|
|
2169
|
-
(function (PullRequestMergedStateChangedEventMetadata) {
|
|
2170
|
-
PullRequestMergedStateChangedEventMetadata.filterSensitiveLog = (obj) => ({
|
|
2171
|
-
...obj,
|
|
2172
|
-
});
|
|
2173
|
-
})(PullRequestMergedStateChangedEventMetadata = exports.PullRequestMergedStateChangedEventMetadata || (exports.PullRequestMergedStateChangedEventMetadata = {}));
|
|
2174
|
-
var PullRequestSourceReferenceUpdatedEventMetadata;
|
|
2175
|
-
(function (PullRequestSourceReferenceUpdatedEventMetadata) {
|
|
2176
|
-
PullRequestSourceReferenceUpdatedEventMetadata.filterSensitiveLog = (obj) => ({
|
|
2177
|
-
...obj,
|
|
2178
|
-
});
|
|
2179
|
-
})(PullRequestSourceReferenceUpdatedEventMetadata = exports.PullRequestSourceReferenceUpdatedEventMetadata || (exports.PullRequestSourceReferenceUpdatedEventMetadata = {}));
|
|
2180
|
-
var PullRequestStatusChangedEventMetadata;
|
|
2181
|
-
(function (PullRequestStatusChangedEventMetadata) {
|
|
2182
|
-
PullRequestStatusChangedEventMetadata.filterSensitiveLog = (obj) => ({
|
|
2183
|
-
...obj,
|
|
2184
|
-
});
|
|
2185
|
-
})(PullRequestStatusChangedEventMetadata = exports.PullRequestStatusChangedEventMetadata || (exports.PullRequestStatusChangedEventMetadata = {}));
|
|
2186
|
-
var PullRequestEvent;
|
|
2187
|
-
(function (PullRequestEvent) {
|
|
2188
|
-
PullRequestEvent.filterSensitiveLog = (obj) => ({
|
|
2189
|
-
...obj,
|
|
2190
|
-
});
|
|
2191
|
-
})(PullRequestEvent = exports.PullRequestEvent || (exports.PullRequestEvent = {}));
|
|
2192
|
-
var DescribePullRequestEventsOutput;
|
|
2193
|
-
(function (DescribePullRequestEventsOutput) {
|
|
2194
|
-
DescribePullRequestEventsOutput.filterSensitiveLog = (obj) => ({
|
|
2195
|
-
...obj,
|
|
2196
|
-
});
|
|
2197
|
-
})(DescribePullRequestEventsOutput = exports.DescribePullRequestEventsOutput || (exports.DescribePullRequestEventsOutput = {}));
|
|
2198
1706
|
class InvalidActorArnException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
2199
1707
|
constructor(opts) {
|
|
2200
1708
|
super({
|
|
@@ -2234,30 +1742,6 @@ class InvalidPullRequestEventTypeException extends CodeCommitServiceException_1.
|
|
|
2234
1742
|
}
|
|
2235
1743
|
}
|
|
2236
1744
|
exports.InvalidPullRequestEventTypeException = InvalidPullRequestEventTypeException;
|
|
2237
|
-
var DisassociateApprovalRuleTemplateFromRepositoryInput;
|
|
2238
|
-
(function (DisassociateApprovalRuleTemplateFromRepositoryInput) {
|
|
2239
|
-
DisassociateApprovalRuleTemplateFromRepositoryInput.filterSensitiveLog = (obj) => ({
|
|
2240
|
-
...obj,
|
|
2241
|
-
});
|
|
2242
|
-
})(DisassociateApprovalRuleTemplateFromRepositoryInput = exports.DisassociateApprovalRuleTemplateFromRepositoryInput || (exports.DisassociateApprovalRuleTemplateFromRepositoryInput = {}));
|
|
2243
|
-
var EvaluatePullRequestApprovalRulesInput;
|
|
2244
|
-
(function (EvaluatePullRequestApprovalRulesInput) {
|
|
2245
|
-
EvaluatePullRequestApprovalRulesInput.filterSensitiveLog = (obj) => ({
|
|
2246
|
-
...obj,
|
|
2247
|
-
});
|
|
2248
|
-
})(EvaluatePullRequestApprovalRulesInput = exports.EvaluatePullRequestApprovalRulesInput || (exports.EvaluatePullRequestApprovalRulesInput = {}));
|
|
2249
|
-
var Evaluation;
|
|
2250
|
-
(function (Evaluation) {
|
|
2251
|
-
Evaluation.filterSensitiveLog = (obj) => ({
|
|
2252
|
-
...obj,
|
|
2253
|
-
});
|
|
2254
|
-
})(Evaluation = exports.Evaluation || (exports.Evaluation = {}));
|
|
2255
|
-
var EvaluatePullRequestApprovalRulesOutput;
|
|
2256
|
-
(function (EvaluatePullRequestApprovalRulesOutput) {
|
|
2257
|
-
EvaluatePullRequestApprovalRulesOutput.filterSensitiveLog = (obj) => ({
|
|
2258
|
-
...obj,
|
|
2259
|
-
});
|
|
2260
|
-
})(EvaluatePullRequestApprovalRulesOutput = exports.EvaluatePullRequestApprovalRulesOutput || (exports.EvaluatePullRequestApprovalRulesOutput = {}));
|
|
2261
1745
|
class InvalidRevisionIdException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
2262
1746
|
constructor(opts) {
|
|
2263
1747
|
super({
|
|
@@ -2297,18 +1781,6 @@ class RevisionNotCurrentException extends CodeCommitServiceException_1.CodeCommi
|
|
|
2297
1781
|
}
|
|
2298
1782
|
}
|
|
2299
1783
|
exports.RevisionNotCurrentException = RevisionNotCurrentException;
|
|
2300
|
-
var GetApprovalRuleTemplateInput;
|
|
2301
|
-
(function (GetApprovalRuleTemplateInput) {
|
|
2302
|
-
GetApprovalRuleTemplateInput.filterSensitiveLog = (obj) => ({
|
|
2303
|
-
...obj,
|
|
2304
|
-
});
|
|
2305
|
-
})(GetApprovalRuleTemplateInput = exports.GetApprovalRuleTemplateInput || (exports.GetApprovalRuleTemplateInput = {}));
|
|
2306
|
-
var GetApprovalRuleTemplateOutput;
|
|
2307
|
-
(function (GetApprovalRuleTemplateOutput) {
|
|
2308
|
-
GetApprovalRuleTemplateOutput.filterSensitiveLog = (obj) => ({
|
|
2309
|
-
...obj,
|
|
2310
|
-
});
|
|
2311
|
-
})(GetApprovalRuleTemplateOutput = exports.GetApprovalRuleTemplateOutput || (exports.GetApprovalRuleTemplateOutput = {}));
|
|
2312
1784
|
class FileTooLargeException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
2313
1785
|
constructor(opts) {
|
|
2314
1786
|
super({
|
|
@@ -2322,18 +1794,6 @@ class FileTooLargeException extends CodeCommitServiceException_1.CodeCommitServi
|
|
|
2322
1794
|
}
|
|
2323
1795
|
}
|
|
2324
1796
|
exports.FileTooLargeException = FileTooLargeException;
|
|
2325
|
-
var GetBlobInput;
|
|
2326
|
-
(function (GetBlobInput) {
|
|
2327
|
-
GetBlobInput.filterSensitiveLog = (obj) => ({
|
|
2328
|
-
...obj,
|
|
2329
|
-
});
|
|
2330
|
-
})(GetBlobInput = exports.GetBlobInput || (exports.GetBlobInput = {}));
|
|
2331
|
-
var GetBlobOutput;
|
|
2332
|
-
(function (GetBlobOutput) {
|
|
2333
|
-
GetBlobOutput.filterSensitiveLog = (obj) => ({
|
|
2334
|
-
...obj,
|
|
2335
|
-
});
|
|
2336
|
-
})(GetBlobOutput = exports.GetBlobOutput || (exports.GetBlobOutput = {}));
|
|
2337
1797
|
class InvalidBlobIdException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
2338
1798
|
constructor(opts) {
|
|
2339
1799
|
super({
|
|
@@ -2347,54 +1807,6 @@ class InvalidBlobIdException extends CodeCommitServiceException_1.CodeCommitServ
|
|
|
2347
1807
|
}
|
|
2348
1808
|
}
|
|
2349
1809
|
exports.InvalidBlobIdException = InvalidBlobIdException;
|
|
2350
|
-
var GetBranchInput;
|
|
2351
|
-
(function (GetBranchInput) {
|
|
2352
|
-
GetBranchInput.filterSensitiveLog = (obj) => ({
|
|
2353
|
-
...obj,
|
|
2354
|
-
});
|
|
2355
|
-
})(GetBranchInput = exports.GetBranchInput || (exports.GetBranchInput = {}));
|
|
2356
|
-
var GetBranchOutput;
|
|
2357
|
-
(function (GetBranchOutput) {
|
|
2358
|
-
GetBranchOutput.filterSensitiveLog = (obj) => ({
|
|
2359
|
-
...obj,
|
|
2360
|
-
});
|
|
2361
|
-
})(GetBranchOutput = exports.GetBranchOutput || (exports.GetBranchOutput = {}));
|
|
2362
|
-
var GetCommentInput;
|
|
2363
|
-
(function (GetCommentInput) {
|
|
2364
|
-
GetCommentInput.filterSensitiveLog = (obj) => ({
|
|
2365
|
-
...obj,
|
|
2366
|
-
});
|
|
2367
|
-
})(GetCommentInput = exports.GetCommentInput || (exports.GetCommentInput = {}));
|
|
2368
|
-
var GetCommentOutput;
|
|
2369
|
-
(function (GetCommentOutput) {
|
|
2370
|
-
GetCommentOutput.filterSensitiveLog = (obj) => ({
|
|
2371
|
-
...obj,
|
|
2372
|
-
});
|
|
2373
|
-
})(GetCommentOutput = exports.GetCommentOutput || (exports.GetCommentOutput = {}));
|
|
2374
|
-
var GetCommentReactionsInput;
|
|
2375
|
-
(function (GetCommentReactionsInput) {
|
|
2376
|
-
GetCommentReactionsInput.filterSensitiveLog = (obj) => ({
|
|
2377
|
-
...obj,
|
|
2378
|
-
});
|
|
2379
|
-
})(GetCommentReactionsInput = exports.GetCommentReactionsInput || (exports.GetCommentReactionsInput = {}));
|
|
2380
|
-
var ReactionValueFormats;
|
|
2381
|
-
(function (ReactionValueFormats) {
|
|
2382
|
-
ReactionValueFormats.filterSensitiveLog = (obj) => ({
|
|
2383
|
-
...obj,
|
|
2384
|
-
});
|
|
2385
|
-
})(ReactionValueFormats = exports.ReactionValueFormats || (exports.ReactionValueFormats = {}));
|
|
2386
|
-
var ReactionForComment;
|
|
2387
|
-
(function (ReactionForComment) {
|
|
2388
|
-
ReactionForComment.filterSensitiveLog = (obj) => ({
|
|
2389
|
-
...obj,
|
|
2390
|
-
});
|
|
2391
|
-
})(ReactionForComment = exports.ReactionForComment || (exports.ReactionForComment = {}));
|
|
2392
|
-
var GetCommentReactionsOutput;
|
|
2393
|
-
(function (GetCommentReactionsOutput) {
|
|
2394
|
-
GetCommentReactionsOutput.filterSensitiveLog = (obj) => ({
|
|
2395
|
-
...obj,
|
|
2396
|
-
});
|
|
2397
|
-
})(GetCommentReactionsOutput = exports.GetCommentReactionsOutput || (exports.GetCommentReactionsOutput = {}));
|
|
2398
1810
|
class InvalidReactionUserArnException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
2399
1811
|
constructor(opts) {
|
|
2400
1812
|
super({
|
|
@@ -2408,53 +1820,11 @@ class InvalidReactionUserArnException extends CodeCommitServiceException_1.CodeC
|
|
|
2408
1820
|
}
|
|
2409
1821
|
}
|
|
2410
1822
|
exports.InvalidReactionUserArnException = InvalidReactionUserArnException;
|
|
2411
|
-
var GetCommentsForComparedCommitInput;
|
|
2412
|
-
(function (GetCommentsForComparedCommitInput) {
|
|
2413
|
-
GetCommentsForComparedCommitInput.filterSensitiveLog = (obj) => ({
|
|
2414
|
-
...obj,
|
|
2415
|
-
});
|
|
2416
|
-
})(GetCommentsForComparedCommitInput = exports.GetCommentsForComparedCommitInput || (exports.GetCommentsForComparedCommitInput = {}));
|
|
2417
1823
|
var RelativeFileVersionEnum;
|
|
2418
1824
|
(function (RelativeFileVersionEnum) {
|
|
2419
1825
|
RelativeFileVersionEnum["AFTER"] = "AFTER";
|
|
2420
1826
|
RelativeFileVersionEnum["BEFORE"] = "BEFORE";
|
|
2421
1827
|
})(RelativeFileVersionEnum = exports.RelativeFileVersionEnum || (exports.RelativeFileVersionEnum = {}));
|
|
2422
|
-
var Location;
|
|
2423
|
-
(function (Location) {
|
|
2424
|
-
Location.filterSensitiveLog = (obj) => ({
|
|
2425
|
-
...obj,
|
|
2426
|
-
});
|
|
2427
|
-
})(Location = exports.Location || (exports.Location = {}));
|
|
2428
|
-
var CommentsForComparedCommit;
|
|
2429
|
-
(function (CommentsForComparedCommit) {
|
|
2430
|
-
CommentsForComparedCommit.filterSensitiveLog = (obj) => ({
|
|
2431
|
-
...obj,
|
|
2432
|
-
});
|
|
2433
|
-
})(CommentsForComparedCommit = exports.CommentsForComparedCommit || (exports.CommentsForComparedCommit = {}));
|
|
2434
|
-
var GetCommentsForComparedCommitOutput;
|
|
2435
|
-
(function (GetCommentsForComparedCommitOutput) {
|
|
2436
|
-
GetCommentsForComparedCommitOutput.filterSensitiveLog = (obj) => ({
|
|
2437
|
-
...obj,
|
|
2438
|
-
});
|
|
2439
|
-
})(GetCommentsForComparedCommitOutput = exports.GetCommentsForComparedCommitOutput || (exports.GetCommentsForComparedCommitOutput = {}));
|
|
2440
|
-
var GetCommentsForPullRequestInput;
|
|
2441
|
-
(function (GetCommentsForPullRequestInput) {
|
|
2442
|
-
GetCommentsForPullRequestInput.filterSensitiveLog = (obj) => ({
|
|
2443
|
-
...obj,
|
|
2444
|
-
});
|
|
2445
|
-
})(GetCommentsForPullRequestInput = exports.GetCommentsForPullRequestInput || (exports.GetCommentsForPullRequestInput = {}));
|
|
2446
|
-
var CommentsForPullRequest;
|
|
2447
|
-
(function (CommentsForPullRequest) {
|
|
2448
|
-
CommentsForPullRequest.filterSensitiveLog = (obj) => ({
|
|
2449
|
-
...obj,
|
|
2450
|
-
});
|
|
2451
|
-
})(CommentsForPullRequest = exports.CommentsForPullRequest || (exports.CommentsForPullRequest = {}));
|
|
2452
|
-
var GetCommentsForPullRequestOutput;
|
|
2453
|
-
(function (GetCommentsForPullRequestOutput) {
|
|
2454
|
-
GetCommentsForPullRequestOutput.filterSensitiveLog = (obj) => ({
|
|
2455
|
-
...obj,
|
|
2456
|
-
});
|
|
2457
|
-
})(GetCommentsForPullRequestOutput = exports.GetCommentsForPullRequestOutput || (exports.GetCommentsForPullRequestOutput = {}));
|
|
2458
1828
|
class RepositoryNotAssociatedWithPullRequestException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
2459
1829
|
constructor(opts) {
|
|
2460
1830
|
super({
|
|
@@ -2481,36 +1851,6 @@ class CommitIdDoesNotExistException extends CodeCommitServiceException_1.CodeCom
|
|
|
2481
1851
|
}
|
|
2482
1852
|
}
|
|
2483
1853
|
exports.CommitIdDoesNotExistException = CommitIdDoesNotExistException;
|
|
2484
|
-
var GetCommitInput;
|
|
2485
|
-
(function (GetCommitInput) {
|
|
2486
|
-
GetCommitInput.filterSensitiveLog = (obj) => ({
|
|
2487
|
-
...obj,
|
|
2488
|
-
});
|
|
2489
|
-
})(GetCommitInput = exports.GetCommitInput || (exports.GetCommitInput = {}));
|
|
2490
|
-
var GetCommitOutput;
|
|
2491
|
-
(function (GetCommitOutput) {
|
|
2492
|
-
GetCommitOutput.filterSensitiveLog = (obj) => ({
|
|
2493
|
-
...obj,
|
|
2494
|
-
});
|
|
2495
|
-
})(GetCommitOutput = exports.GetCommitOutput || (exports.GetCommitOutput = {}));
|
|
2496
|
-
var GetDifferencesInput;
|
|
2497
|
-
(function (GetDifferencesInput) {
|
|
2498
|
-
GetDifferencesInput.filterSensitiveLog = (obj) => ({
|
|
2499
|
-
...obj,
|
|
2500
|
-
});
|
|
2501
|
-
})(GetDifferencesInput = exports.GetDifferencesInput || (exports.GetDifferencesInput = {}));
|
|
2502
|
-
var Difference;
|
|
2503
|
-
(function (Difference) {
|
|
2504
|
-
Difference.filterSensitiveLog = (obj) => ({
|
|
2505
|
-
...obj,
|
|
2506
|
-
});
|
|
2507
|
-
})(Difference = exports.Difference || (exports.Difference = {}));
|
|
2508
|
-
var GetDifferencesOutput;
|
|
2509
|
-
(function (GetDifferencesOutput) {
|
|
2510
|
-
GetDifferencesOutput.filterSensitiveLog = (obj) => ({
|
|
2511
|
-
...obj,
|
|
2512
|
-
});
|
|
2513
|
-
})(GetDifferencesOutput = exports.GetDifferencesOutput || (exports.GetDifferencesOutput = {}));
|
|
2514
1854
|
class PathDoesNotExistException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
2515
1855
|
constructor(opts) {
|
|
2516
1856
|
super({
|
|
@@ -2524,18 +1864,6 @@ class PathDoesNotExistException extends CodeCommitServiceException_1.CodeCommitS
|
|
|
2524
1864
|
}
|
|
2525
1865
|
}
|
|
2526
1866
|
exports.PathDoesNotExistException = PathDoesNotExistException;
|
|
2527
|
-
var GetFileInput;
|
|
2528
|
-
(function (GetFileInput) {
|
|
2529
|
-
GetFileInput.filterSensitiveLog = (obj) => ({
|
|
2530
|
-
...obj,
|
|
2531
|
-
});
|
|
2532
|
-
})(GetFileInput = exports.GetFileInput || (exports.GetFileInput = {}));
|
|
2533
|
-
var GetFileOutput;
|
|
2534
|
-
(function (GetFileOutput) {
|
|
2535
|
-
GetFileOutput.filterSensitiveLog = (obj) => ({
|
|
2536
|
-
...obj,
|
|
2537
|
-
});
|
|
2538
|
-
})(GetFileOutput = exports.GetFileOutput || (exports.GetFileOutput = {}));
|
|
2539
1867
|
class FolderDoesNotExistException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
2540
1868
|
constructor(opts) {
|
|
2541
1869
|
super({
|
|
@@ -2549,66 +1877,6 @@ class FolderDoesNotExistException extends CodeCommitServiceException_1.CodeCommi
|
|
|
2549
1877
|
}
|
|
2550
1878
|
}
|
|
2551
1879
|
exports.FolderDoesNotExistException = FolderDoesNotExistException;
|
|
2552
|
-
var GetFolderInput;
|
|
2553
|
-
(function (GetFolderInput) {
|
|
2554
|
-
GetFolderInput.filterSensitiveLog = (obj) => ({
|
|
2555
|
-
...obj,
|
|
2556
|
-
});
|
|
2557
|
-
})(GetFolderInput = exports.GetFolderInput || (exports.GetFolderInput = {}));
|
|
2558
|
-
var File;
|
|
2559
|
-
(function (File) {
|
|
2560
|
-
File.filterSensitiveLog = (obj) => ({
|
|
2561
|
-
...obj,
|
|
2562
|
-
});
|
|
2563
|
-
})(File = exports.File || (exports.File = {}));
|
|
2564
|
-
var Folder;
|
|
2565
|
-
(function (Folder) {
|
|
2566
|
-
Folder.filterSensitiveLog = (obj) => ({
|
|
2567
|
-
...obj,
|
|
2568
|
-
});
|
|
2569
|
-
})(Folder = exports.Folder || (exports.Folder = {}));
|
|
2570
|
-
var SubModule;
|
|
2571
|
-
(function (SubModule) {
|
|
2572
|
-
SubModule.filterSensitiveLog = (obj) => ({
|
|
2573
|
-
...obj,
|
|
2574
|
-
});
|
|
2575
|
-
})(SubModule = exports.SubModule || (exports.SubModule = {}));
|
|
2576
|
-
var SymbolicLink;
|
|
2577
|
-
(function (SymbolicLink) {
|
|
2578
|
-
SymbolicLink.filterSensitiveLog = (obj) => ({
|
|
2579
|
-
...obj,
|
|
2580
|
-
});
|
|
2581
|
-
})(SymbolicLink = exports.SymbolicLink || (exports.SymbolicLink = {}));
|
|
2582
|
-
var GetFolderOutput;
|
|
2583
|
-
(function (GetFolderOutput) {
|
|
2584
|
-
GetFolderOutput.filterSensitiveLog = (obj) => ({
|
|
2585
|
-
...obj,
|
|
2586
|
-
});
|
|
2587
|
-
})(GetFolderOutput = exports.GetFolderOutput || (exports.GetFolderOutput = {}));
|
|
2588
|
-
var GetMergeCommitInput;
|
|
2589
|
-
(function (GetMergeCommitInput) {
|
|
2590
|
-
GetMergeCommitInput.filterSensitiveLog = (obj) => ({
|
|
2591
|
-
...obj,
|
|
2592
|
-
});
|
|
2593
|
-
})(GetMergeCommitInput = exports.GetMergeCommitInput || (exports.GetMergeCommitInput = {}));
|
|
2594
|
-
var GetMergeCommitOutput;
|
|
2595
|
-
(function (GetMergeCommitOutput) {
|
|
2596
|
-
GetMergeCommitOutput.filterSensitiveLog = (obj) => ({
|
|
2597
|
-
...obj,
|
|
2598
|
-
});
|
|
2599
|
-
})(GetMergeCommitOutput = exports.GetMergeCommitOutput || (exports.GetMergeCommitOutput = {}));
|
|
2600
|
-
var GetMergeConflictsInput;
|
|
2601
|
-
(function (GetMergeConflictsInput) {
|
|
2602
|
-
GetMergeConflictsInput.filterSensitiveLog = (obj) => ({
|
|
2603
|
-
...obj,
|
|
2604
|
-
});
|
|
2605
|
-
})(GetMergeConflictsInput = exports.GetMergeConflictsInput || (exports.GetMergeConflictsInput = {}));
|
|
2606
|
-
var GetMergeConflictsOutput;
|
|
2607
|
-
(function (GetMergeConflictsOutput) {
|
|
2608
|
-
GetMergeConflictsOutput.filterSensitiveLog = (obj) => ({
|
|
2609
|
-
...obj,
|
|
2610
|
-
});
|
|
2611
|
-
})(GetMergeConflictsOutput = exports.GetMergeConflictsOutput || (exports.GetMergeConflictsOutput = {}));
|
|
2612
1880
|
class InvalidDestinationCommitSpecifierException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
2613
1881
|
constructor(opts) {
|
|
2614
1882
|
super({
|
|
@@ -2635,72 +1903,6 @@ class InvalidSourceCommitSpecifierException extends CodeCommitServiceException_1
|
|
|
2635
1903
|
}
|
|
2636
1904
|
}
|
|
2637
1905
|
exports.InvalidSourceCommitSpecifierException = InvalidSourceCommitSpecifierException;
|
|
2638
|
-
var GetMergeOptionsInput;
|
|
2639
|
-
(function (GetMergeOptionsInput) {
|
|
2640
|
-
GetMergeOptionsInput.filterSensitiveLog = (obj) => ({
|
|
2641
|
-
...obj,
|
|
2642
|
-
});
|
|
2643
|
-
})(GetMergeOptionsInput = exports.GetMergeOptionsInput || (exports.GetMergeOptionsInput = {}));
|
|
2644
|
-
var GetMergeOptionsOutput;
|
|
2645
|
-
(function (GetMergeOptionsOutput) {
|
|
2646
|
-
GetMergeOptionsOutput.filterSensitiveLog = (obj) => ({
|
|
2647
|
-
...obj,
|
|
2648
|
-
});
|
|
2649
|
-
})(GetMergeOptionsOutput = exports.GetMergeOptionsOutput || (exports.GetMergeOptionsOutput = {}));
|
|
2650
|
-
var GetPullRequestInput;
|
|
2651
|
-
(function (GetPullRequestInput) {
|
|
2652
|
-
GetPullRequestInput.filterSensitiveLog = (obj) => ({
|
|
2653
|
-
...obj,
|
|
2654
|
-
});
|
|
2655
|
-
})(GetPullRequestInput = exports.GetPullRequestInput || (exports.GetPullRequestInput = {}));
|
|
2656
|
-
var GetPullRequestOutput;
|
|
2657
|
-
(function (GetPullRequestOutput) {
|
|
2658
|
-
GetPullRequestOutput.filterSensitiveLog = (obj) => ({
|
|
2659
|
-
...obj,
|
|
2660
|
-
});
|
|
2661
|
-
})(GetPullRequestOutput = exports.GetPullRequestOutput || (exports.GetPullRequestOutput = {}));
|
|
2662
|
-
var GetPullRequestApprovalStatesInput;
|
|
2663
|
-
(function (GetPullRequestApprovalStatesInput) {
|
|
2664
|
-
GetPullRequestApprovalStatesInput.filterSensitiveLog = (obj) => ({
|
|
2665
|
-
...obj,
|
|
2666
|
-
});
|
|
2667
|
-
})(GetPullRequestApprovalStatesInput = exports.GetPullRequestApprovalStatesInput || (exports.GetPullRequestApprovalStatesInput = {}));
|
|
2668
|
-
var GetPullRequestApprovalStatesOutput;
|
|
2669
|
-
(function (GetPullRequestApprovalStatesOutput) {
|
|
2670
|
-
GetPullRequestApprovalStatesOutput.filterSensitiveLog = (obj) => ({
|
|
2671
|
-
...obj,
|
|
2672
|
-
});
|
|
2673
|
-
})(GetPullRequestApprovalStatesOutput = exports.GetPullRequestApprovalStatesOutput || (exports.GetPullRequestApprovalStatesOutput = {}));
|
|
2674
|
-
var GetPullRequestOverrideStateInput;
|
|
2675
|
-
(function (GetPullRequestOverrideStateInput) {
|
|
2676
|
-
GetPullRequestOverrideStateInput.filterSensitiveLog = (obj) => ({
|
|
2677
|
-
...obj,
|
|
2678
|
-
});
|
|
2679
|
-
})(GetPullRequestOverrideStateInput = exports.GetPullRequestOverrideStateInput || (exports.GetPullRequestOverrideStateInput = {}));
|
|
2680
|
-
var GetPullRequestOverrideStateOutput;
|
|
2681
|
-
(function (GetPullRequestOverrideStateOutput) {
|
|
2682
|
-
GetPullRequestOverrideStateOutput.filterSensitiveLog = (obj) => ({
|
|
2683
|
-
...obj,
|
|
2684
|
-
});
|
|
2685
|
-
})(GetPullRequestOverrideStateOutput = exports.GetPullRequestOverrideStateOutput || (exports.GetPullRequestOverrideStateOutput = {}));
|
|
2686
|
-
var GetRepositoryInput;
|
|
2687
|
-
(function (GetRepositoryInput) {
|
|
2688
|
-
GetRepositoryInput.filterSensitiveLog = (obj) => ({
|
|
2689
|
-
...obj,
|
|
2690
|
-
});
|
|
2691
|
-
})(GetRepositoryInput = exports.GetRepositoryInput || (exports.GetRepositoryInput = {}));
|
|
2692
|
-
var GetRepositoryOutput;
|
|
2693
|
-
(function (GetRepositoryOutput) {
|
|
2694
|
-
GetRepositoryOutput.filterSensitiveLog = (obj) => ({
|
|
2695
|
-
...obj,
|
|
2696
|
-
});
|
|
2697
|
-
})(GetRepositoryOutput = exports.GetRepositoryOutput || (exports.GetRepositoryOutput = {}));
|
|
2698
|
-
var GetRepositoryTriggersInput;
|
|
2699
|
-
(function (GetRepositoryTriggersInput) {
|
|
2700
|
-
GetRepositoryTriggersInput.filterSensitiveLog = (obj) => ({
|
|
2701
|
-
...obj,
|
|
2702
|
-
});
|
|
2703
|
-
})(GetRepositoryTriggersInput = exports.GetRepositoryTriggersInput || (exports.GetRepositoryTriggersInput = {}));
|
|
2704
1906
|
var RepositoryTriggerEventEnum;
|
|
2705
1907
|
(function (RepositoryTriggerEventEnum) {
|
|
2706
1908
|
RepositoryTriggerEventEnum["ALL"] = "all";
|
|
@@ -2708,54 +1910,6 @@ var RepositoryTriggerEventEnum;
|
|
|
2708
1910
|
RepositoryTriggerEventEnum["DELETE_REFERENCE"] = "deleteReference";
|
|
2709
1911
|
RepositoryTriggerEventEnum["UPDATE_REFERENCE"] = "updateReference";
|
|
2710
1912
|
})(RepositoryTriggerEventEnum = exports.RepositoryTriggerEventEnum || (exports.RepositoryTriggerEventEnum = {}));
|
|
2711
|
-
var RepositoryTrigger;
|
|
2712
|
-
(function (RepositoryTrigger) {
|
|
2713
|
-
RepositoryTrigger.filterSensitiveLog = (obj) => ({
|
|
2714
|
-
...obj,
|
|
2715
|
-
});
|
|
2716
|
-
})(RepositoryTrigger = exports.RepositoryTrigger || (exports.RepositoryTrigger = {}));
|
|
2717
|
-
var GetRepositoryTriggersOutput;
|
|
2718
|
-
(function (GetRepositoryTriggersOutput) {
|
|
2719
|
-
GetRepositoryTriggersOutput.filterSensitiveLog = (obj) => ({
|
|
2720
|
-
...obj,
|
|
2721
|
-
});
|
|
2722
|
-
})(GetRepositoryTriggersOutput = exports.GetRepositoryTriggersOutput || (exports.GetRepositoryTriggersOutput = {}));
|
|
2723
|
-
var ListApprovalRuleTemplatesInput;
|
|
2724
|
-
(function (ListApprovalRuleTemplatesInput) {
|
|
2725
|
-
ListApprovalRuleTemplatesInput.filterSensitiveLog = (obj) => ({
|
|
2726
|
-
...obj,
|
|
2727
|
-
});
|
|
2728
|
-
})(ListApprovalRuleTemplatesInput = exports.ListApprovalRuleTemplatesInput || (exports.ListApprovalRuleTemplatesInput = {}));
|
|
2729
|
-
var ListApprovalRuleTemplatesOutput;
|
|
2730
|
-
(function (ListApprovalRuleTemplatesOutput) {
|
|
2731
|
-
ListApprovalRuleTemplatesOutput.filterSensitiveLog = (obj) => ({
|
|
2732
|
-
...obj,
|
|
2733
|
-
});
|
|
2734
|
-
})(ListApprovalRuleTemplatesOutput = exports.ListApprovalRuleTemplatesOutput || (exports.ListApprovalRuleTemplatesOutput = {}));
|
|
2735
|
-
var ListAssociatedApprovalRuleTemplatesForRepositoryInput;
|
|
2736
|
-
(function (ListAssociatedApprovalRuleTemplatesForRepositoryInput) {
|
|
2737
|
-
ListAssociatedApprovalRuleTemplatesForRepositoryInput.filterSensitiveLog = (obj) => ({
|
|
2738
|
-
...obj,
|
|
2739
|
-
});
|
|
2740
|
-
})(ListAssociatedApprovalRuleTemplatesForRepositoryInput = exports.ListAssociatedApprovalRuleTemplatesForRepositoryInput || (exports.ListAssociatedApprovalRuleTemplatesForRepositoryInput = {}));
|
|
2741
|
-
var ListAssociatedApprovalRuleTemplatesForRepositoryOutput;
|
|
2742
|
-
(function (ListAssociatedApprovalRuleTemplatesForRepositoryOutput) {
|
|
2743
|
-
ListAssociatedApprovalRuleTemplatesForRepositoryOutput.filterSensitiveLog = (obj) => ({
|
|
2744
|
-
...obj,
|
|
2745
|
-
});
|
|
2746
|
-
})(ListAssociatedApprovalRuleTemplatesForRepositoryOutput = exports.ListAssociatedApprovalRuleTemplatesForRepositoryOutput || (exports.ListAssociatedApprovalRuleTemplatesForRepositoryOutput = {}));
|
|
2747
|
-
var ListBranchesInput;
|
|
2748
|
-
(function (ListBranchesInput) {
|
|
2749
|
-
ListBranchesInput.filterSensitiveLog = (obj) => ({
|
|
2750
|
-
...obj,
|
|
2751
|
-
});
|
|
2752
|
-
})(ListBranchesInput = exports.ListBranchesInput || (exports.ListBranchesInput = {}));
|
|
2753
|
-
var ListBranchesOutput;
|
|
2754
|
-
(function (ListBranchesOutput) {
|
|
2755
|
-
ListBranchesOutput.filterSensitiveLog = (obj) => ({
|
|
2756
|
-
...obj,
|
|
2757
|
-
});
|
|
2758
|
-
})(ListBranchesOutput = exports.ListBranchesOutput || (exports.ListBranchesOutput = {}));
|
|
2759
1913
|
class InvalidAuthorArnException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
2760
1914
|
constructor(opts) {
|
|
2761
1915
|
super({
|
|
@@ -2782,18 +1936,6 @@ class InvalidPullRequestStatusException extends CodeCommitServiceException_1.Cod
|
|
|
2782
1936
|
}
|
|
2783
1937
|
}
|
|
2784
1938
|
exports.InvalidPullRequestStatusException = InvalidPullRequestStatusException;
|
|
2785
|
-
var ListPullRequestsInput;
|
|
2786
|
-
(function (ListPullRequestsInput) {
|
|
2787
|
-
ListPullRequestsInput.filterSensitiveLog = (obj) => ({
|
|
2788
|
-
...obj,
|
|
2789
|
-
});
|
|
2790
|
-
})(ListPullRequestsInput = exports.ListPullRequestsInput || (exports.ListPullRequestsInput = {}));
|
|
2791
|
-
var ListPullRequestsOutput;
|
|
2792
|
-
(function (ListPullRequestsOutput) {
|
|
2793
|
-
ListPullRequestsOutput.filterSensitiveLog = (obj) => ({
|
|
2794
|
-
...obj,
|
|
2795
|
-
});
|
|
2796
|
-
})(ListPullRequestsOutput = exports.ListPullRequestsOutput || (exports.ListPullRequestsOutput = {}));
|
|
2797
1939
|
class InvalidOrderException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
2798
1940
|
constructor(opts) {
|
|
2799
1941
|
super({
|
|
@@ -2820,3 +1962,575 @@ class InvalidSortByException extends CodeCommitServiceException_1.CodeCommitServ
|
|
|
2820
1962
|
}
|
|
2821
1963
|
}
|
|
2822
1964
|
exports.InvalidSortByException = InvalidSortByException;
|
|
1965
|
+
const ApprovalFilterSensitiveLog = (obj) => ({
|
|
1966
|
+
...obj,
|
|
1967
|
+
});
|
|
1968
|
+
exports.ApprovalFilterSensitiveLog = ApprovalFilterSensitiveLog;
|
|
1969
|
+
const OriginApprovalRuleTemplateFilterSensitiveLog = (obj) => ({
|
|
1970
|
+
...obj,
|
|
1971
|
+
});
|
|
1972
|
+
exports.OriginApprovalRuleTemplateFilterSensitiveLog = OriginApprovalRuleTemplateFilterSensitiveLog;
|
|
1973
|
+
const ApprovalRuleFilterSensitiveLog = (obj) => ({
|
|
1974
|
+
...obj,
|
|
1975
|
+
});
|
|
1976
|
+
exports.ApprovalRuleFilterSensitiveLog = ApprovalRuleFilterSensitiveLog;
|
|
1977
|
+
const ApprovalRuleEventMetadataFilterSensitiveLog = (obj) => ({
|
|
1978
|
+
...obj,
|
|
1979
|
+
});
|
|
1980
|
+
exports.ApprovalRuleEventMetadataFilterSensitiveLog = ApprovalRuleEventMetadataFilterSensitiveLog;
|
|
1981
|
+
const ApprovalRuleOverriddenEventMetadataFilterSensitiveLog = (obj) => ({
|
|
1982
|
+
...obj,
|
|
1983
|
+
});
|
|
1984
|
+
exports.ApprovalRuleOverriddenEventMetadataFilterSensitiveLog = ApprovalRuleOverriddenEventMetadataFilterSensitiveLog;
|
|
1985
|
+
const ApprovalRuleTemplateFilterSensitiveLog = (obj) => ({
|
|
1986
|
+
...obj,
|
|
1987
|
+
});
|
|
1988
|
+
exports.ApprovalRuleTemplateFilterSensitiveLog = ApprovalRuleTemplateFilterSensitiveLog;
|
|
1989
|
+
const ApprovalStateChangedEventMetadataFilterSensitiveLog = (obj) => ({
|
|
1990
|
+
...obj,
|
|
1991
|
+
});
|
|
1992
|
+
exports.ApprovalStateChangedEventMetadataFilterSensitiveLog = ApprovalStateChangedEventMetadataFilterSensitiveLog;
|
|
1993
|
+
const AssociateApprovalRuleTemplateWithRepositoryInputFilterSensitiveLog = (obj) => ({
|
|
1994
|
+
...obj,
|
|
1995
|
+
});
|
|
1996
|
+
exports.AssociateApprovalRuleTemplateWithRepositoryInputFilterSensitiveLog = AssociateApprovalRuleTemplateWithRepositoryInputFilterSensitiveLog;
|
|
1997
|
+
const BatchAssociateApprovalRuleTemplateWithRepositoriesInputFilterSensitiveLog = (obj) => ({
|
|
1998
|
+
...obj,
|
|
1999
|
+
});
|
|
2000
|
+
exports.BatchAssociateApprovalRuleTemplateWithRepositoriesInputFilterSensitiveLog = BatchAssociateApprovalRuleTemplateWithRepositoriesInputFilterSensitiveLog;
|
|
2001
|
+
const BatchAssociateApprovalRuleTemplateWithRepositoriesErrorFilterSensitiveLog = (obj) => ({
|
|
2002
|
+
...obj,
|
|
2003
|
+
});
|
|
2004
|
+
exports.BatchAssociateApprovalRuleTemplateWithRepositoriesErrorFilterSensitiveLog = BatchAssociateApprovalRuleTemplateWithRepositoriesErrorFilterSensitiveLog;
|
|
2005
|
+
const BatchAssociateApprovalRuleTemplateWithRepositoriesOutputFilterSensitiveLog = (obj) => ({
|
|
2006
|
+
...obj,
|
|
2007
|
+
});
|
|
2008
|
+
exports.BatchAssociateApprovalRuleTemplateWithRepositoriesOutputFilterSensitiveLog = BatchAssociateApprovalRuleTemplateWithRepositoriesOutputFilterSensitiveLog;
|
|
2009
|
+
const BatchDescribeMergeConflictsInputFilterSensitiveLog = (obj) => ({
|
|
2010
|
+
...obj,
|
|
2011
|
+
});
|
|
2012
|
+
exports.BatchDescribeMergeConflictsInputFilterSensitiveLog = BatchDescribeMergeConflictsInputFilterSensitiveLog;
|
|
2013
|
+
const FileModesFilterSensitiveLog = (obj) => ({
|
|
2014
|
+
...obj,
|
|
2015
|
+
});
|
|
2016
|
+
exports.FileModesFilterSensitiveLog = FileModesFilterSensitiveLog;
|
|
2017
|
+
const FileSizesFilterSensitiveLog = (obj) => ({
|
|
2018
|
+
...obj,
|
|
2019
|
+
});
|
|
2020
|
+
exports.FileSizesFilterSensitiveLog = FileSizesFilterSensitiveLog;
|
|
2021
|
+
const IsBinaryFileFilterSensitiveLog = (obj) => ({
|
|
2022
|
+
...obj,
|
|
2023
|
+
});
|
|
2024
|
+
exports.IsBinaryFileFilterSensitiveLog = IsBinaryFileFilterSensitiveLog;
|
|
2025
|
+
const MergeOperationsFilterSensitiveLog = (obj) => ({
|
|
2026
|
+
...obj,
|
|
2027
|
+
});
|
|
2028
|
+
exports.MergeOperationsFilterSensitiveLog = MergeOperationsFilterSensitiveLog;
|
|
2029
|
+
const ObjectTypesFilterSensitiveLog = (obj) => ({
|
|
2030
|
+
...obj,
|
|
2031
|
+
});
|
|
2032
|
+
exports.ObjectTypesFilterSensitiveLog = ObjectTypesFilterSensitiveLog;
|
|
2033
|
+
const ConflictMetadataFilterSensitiveLog = (obj) => ({
|
|
2034
|
+
...obj,
|
|
2035
|
+
});
|
|
2036
|
+
exports.ConflictMetadataFilterSensitiveLog = ConflictMetadataFilterSensitiveLog;
|
|
2037
|
+
const MergeHunkDetailFilterSensitiveLog = (obj) => ({
|
|
2038
|
+
...obj,
|
|
2039
|
+
});
|
|
2040
|
+
exports.MergeHunkDetailFilterSensitiveLog = MergeHunkDetailFilterSensitiveLog;
|
|
2041
|
+
const MergeHunkFilterSensitiveLog = (obj) => ({
|
|
2042
|
+
...obj,
|
|
2043
|
+
});
|
|
2044
|
+
exports.MergeHunkFilterSensitiveLog = MergeHunkFilterSensitiveLog;
|
|
2045
|
+
const ConflictFilterSensitiveLog = (obj) => ({
|
|
2046
|
+
...obj,
|
|
2047
|
+
});
|
|
2048
|
+
exports.ConflictFilterSensitiveLog = ConflictFilterSensitiveLog;
|
|
2049
|
+
const BatchDescribeMergeConflictsErrorFilterSensitiveLog = (obj) => ({
|
|
2050
|
+
...obj,
|
|
2051
|
+
});
|
|
2052
|
+
exports.BatchDescribeMergeConflictsErrorFilterSensitiveLog = BatchDescribeMergeConflictsErrorFilterSensitiveLog;
|
|
2053
|
+
const BatchDescribeMergeConflictsOutputFilterSensitiveLog = (obj) => ({
|
|
2054
|
+
...obj,
|
|
2055
|
+
});
|
|
2056
|
+
exports.BatchDescribeMergeConflictsOutputFilterSensitiveLog = BatchDescribeMergeConflictsOutputFilterSensitiveLog;
|
|
2057
|
+
const BatchDisassociateApprovalRuleTemplateFromRepositoriesInputFilterSensitiveLog = (obj) => ({
|
|
2058
|
+
...obj,
|
|
2059
|
+
});
|
|
2060
|
+
exports.BatchDisassociateApprovalRuleTemplateFromRepositoriesInputFilterSensitiveLog = BatchDisassociateApprovalRuleTemplateFromRepositoriesInputFilterSensitiveLog;
|
|
2061
|
+
const BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorFilterSensitiveLog = (obj) => ({
|
|
2062
|
+
...obj,
|
|
2063
|
+
});
|
|
2064
|
+
exports.BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorFilterSensitiveLog = BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorFilterSensitiveLog;
|
|
2065
|
+
const BatchDisassociateApprovalRuleTemplateFromRepositoriesOutputFilterSensitiveLog = (obj) => ({
|
|
2066
|
+
...obj,
|
|
2067
|
+
});
|
|
2068
|
+
exports.BatchDisassociateApprovalRuleTemplateFromRepositoriesOutputFilterSensitiveLog = BatchDisassociateApprovalRuleTemplateFromRepositoriesOutputFilterSensitiveLog;
|
|
2069
|
+
const BatchGetCommitsInputFilterSensitiveLog = (obj) => ({
|
|
2070
|
+
...obj,
|
|
2071
|
+
});
|
|
2072
|
+
exports.BatchGetCommitsInputFilterSensitiveLog = BatchGetCommitsInputFilterSensitiveLog;
|
|
2073
|
+
const UserInfoFilterSensitiveLog = (obj) => ({
|
|
2074
|
+
...obj,
|
|
2075
|
+
});
|
|
2076
|
+
exports.UserInfoFilterSensitiveLog = UserInfoFilterSensitiveLog;
|
|
2077
|
+
const CommitFilterSensitiveLog = (obj) => ({
|
|
2078
|
+
...obj,
|
|
2079
|
+
});
|
|
2080
|
+
exports.CommitFilterSensitiveLog = CommitFilterSensitiveLog;
|
|
2081
|
+
const BatchGetCommitsErrorFilterSensitiveLog = (obj) => ({
|
|
2082
|
+
...obj,
|
|
2083
|
+
});
|
|
2084
|
+
exports.BatchGetCommitsErrorFilterSensitiveLog = BatchGetCommitsErrorFilterSensitiveLog;
|
|
2085
|
+
const BatchGetCommitsOutputFilterSensitiveLog = (obj) => ({
|
|
2086
|
+
...obj,
|
|
2087
|
+
});
|
|
2088
|
+
exports.BatchGetCommitsOutputFilterSensitiveLog = BatchGetCommitsOutputFilterSensitiveLog;
|
|
2089
|
+
const BatchGetRepositoriesInputFilterSensitiveLog = (obj) => ({
|
|
2090
|
+
...obj,
|
|
2091
|
+
});
|
|
2092
|
+
exports.BatchGetRepositoriesInputFilterSensitiveLog = BatchGetRepositoriesInputFilterSensitiveLog;
|
|
2093
|
+
const RepositoryMetadataFilterSensitiveLog = (obj) => ({
|
|
2094
|
+
...obj,
|
|
2095
|
+
});
|
|
2096
|
+
exports.RepositoryMetadataFilterSensitiveLog = RepositoryMetadataFilterSensitiveLog;
|
|
2097
|
+
const BatchGetRepositoriesOutputFilterSensitiveLog = (obj) => ({
|
|
2098
|
+
...obj,
|
|
2099
|
+
});
|
|
2100
|
+
exports.BatchGetRepositoriesOutputFilterSensitiveLog = BatchGetRepositoriesOutputFilterSensitiveLog;
|
|
2101
|
+
const BlobMetadataFilterSensitiveLog = (obj) => ({
|
|
2102
|
+
...obj,
|
|
2103
|
+
});
|
|
2104
|
+
exports.BlobMetadataFilterSensitiveLog = BlobMetadataFilterSensitiveLog;
|
|
2105
|
+
const BranchInfoFilterSensitiveLog = (obj) => ({
|
|
2106
|
+
...obj,
|
|
2107
|
+
});
|
|
2108
|
+
exports.BranchInfoFilterSensitiveLog = BranchInfoFilterSensitiveLog;
|
|
2109
|
+
const CreateApprovalRuleTemplateInputFilterSensitiveLog = (obj) => ({
|
|
2110
|
+
...obj,
|
|
2111
|
+
});
|
|
2112
|
+
exports.CreateApprovalRuleTemplateInputFilterSensitiveLog = CreateApprovalRuleTemplateInputFilterSensitiveLog;
|
|
2113
|
+
const CreateApprovalRuleTemplateOutputFilterSensitiveLog = (obj) => ({
|
|
2114
|
+
...obj,
|
|
2115
|
+
});
|
|
2116
|
+
exports.CreateApprovalRuleTemplateOutputFilterSensitiveLog = CreateApprovalRuleTemplateOutputFilterSensitiveLog;
|
|
2117
|
+
const CreateBranchInputFilterSensitiveLog = (obj) => ({
|
|
2118
|
+
...obj,
|
|
2119
|
+
});
|
|
2120
|
+
exports.CreateBranchInputFilterSensitiveLog = CreateBranchInputFilterSensitiveLog;
|
|
2121
|
+
const DeleteFileEntryFilterSensitiveLog = (obj) => ({
|
|
2122
|
+
...obj,
|
|
2123
|
+
});
|
|
2124
|
+
exports.DeleteFileEntryFilterSensitiveLog = DeleteFileEntryFilterSensitiveLog;
|
|
2125
|
+
const SourceFileSpecifierFilterSensitiveLog = (obj) => ({
|
|
2126
|
+
...obj,
|
|
2127
|
+
});
|
|
2128
|
+
exports.SourceFileSpecifierFilterSensitiveLog = SourceFileSpecifierFilterSensitiveLog;
|
|
2129
|
+
const PutFileEntryFilterSensitiveLog = (obj) => ({
|
|
2130
|
+
...obj,
|
|
2131
|
+
});
|
|
2132
|
+
exports.PutFileEntryFilterSensitiveLog = PutFileEntryFilterSensitiveLog;
|
|
2133
|
+
const SetFileModeEntryFilterSensitiveLog = (obj) => ({
|
|
2134
|
+
...obj,
|
|
2135
|
+
});
|
|
2136
|
+
exports.SetFileModeEntryFilterSensitiveLog = SetFileModeEntryFilterSensitiveLog;
|
|
2137
|
+
const CreateCommitInputFilterSensitiveLog = (obj) => ({
|
|
2138
|
+
...obj,
|
|
2139
|
+
});
|
|
2140
|
+
exports.CreateCommitInputFilterSensitiveLog = CreateCommitInputFilterSensitiveLog;
|
|
2141
|
+
const FileMetadataFilterSensitiveLog = (obj) => ({
|
|
2142
|
+
...obj,
|
|
2143
|
+
});
|
|
2144
|
+
exports.FileMetadataFilterSensitiveLog = FileMetadataFilterSensitiveLog;
|
|
2145
|
+
const CreateCommitOutputFilterSensitiveLog = (obj) => ({
|
|
2146
|
+
...obj,
|
|
2147
|
+
});
|
|
2148
|
+
exports.CreateCommitOutputFilterSensitiveLog = CreateCommitOutputFilterSensitiveLog;
|
|
2149
|
+
const TargetFilterSensitiveLog = (obj) => ({
|
|
2150
|
+
...obj,
|
|
2151
|
+
});
|
|
2152
|
+
exports.TargetFilterSensitiveLog = TargetFilterSensitiveLog;
|
|
2153
|
+
const CreatePullRequestInputFilterSensitiveLog = (obj) => ({
|
|
2154
|
+
...obj,
|
|
2155
|
+
});
|
|
2156
|
+
exports.CreatePullRequestInputFilterSensitiveLog = CreatePullRequestInputFilterSensitiveLog;
|
|
2157
|
+
const MergeMetadataFilterSensitiveLog = (obj) => ({
|
|
2158
|
+
...obj,
|
|
2159
|
+
});
|
|
2160
|
+
exports.MergeMetadataFilterSensitiveLog = MergeMetadataFilterSensitiveLog;
|
|
2161
|
+
const PullRequestTargetFilterSensitiveLog = (obj) => ({
|
|
2162
|
+
...obj,
|
|
2163
|
+
});
|
|
2164
|
+
exports.PullRequestTargetFilterSensitiveLog = PullRequestTargetFilterSensitiveLog;
|
|
2165
|
+
const PullRequestFilterSensitiveLog = (obj) => ({
|
|
2166
|
+
...obj,
|
|
2167
|
+
});
|
|
2168
|
+
exports.PullRequestFilterSensitiveLog = PullRequestFilterSensitiveLog;
|
|
2169
|
+
const CreatePullRequestOutputFilterSensitiveLog = (obj) => ({
|
|
2170
|
+
...obj,
|
|
2171
|
+
});
|
|
2172
|
+
exports.CreatePullRequestOutputFilterSensitiveLog = CreatePullRequestOutputFilterSensitiveLog;
|
|
2173
|
+
const CreatePullRequestApprovalRuleInputFilterSensitiveLog = (obj) => ({
|
|
2174
|
+
...obj,
|
|
2175
|
+
});
|
|
2176
|
+
exports.CreatePullRequestApprovalRuleInputFilterSensitiveLog = CreatePullRequestApprovalRuleInputFilterSensitiveLog;
|
|
2177
|
+
const CreatePullRequestApprovalRuleOutputFilterSensitiveLog = (obj) => ({
|
|
2178
|
+
...obj,
|
|
2179
|
+
});
|
|
2180
|
+
exports.CreatePullRequestApprovalRuleOutputFilterSensitiveLog = CreatePullRequestApprovalRuleOutputFilterSensitiveLog;
|
|
2181
|
+
const CreateRepositoryInputFilterSensitiveLog = (obj) => ({
|
|
2182
|
+
...obj,
|
|
2183
|
+
});
|
|
2184
|
+
exports.CreateRepositoryInputFilterSensitiveLog = CreateRepositoryInputFilterSensitiveLog;
|
|
2185
|
+
const CreateRepositoryOutputFilterSensitiveLog = (obj) => ({
|
|
2186
|
+
...obj,
|
|
2187
|
+
});
|
|
2188
|
+
exports.CreateRepositoryOutputFilterSensitiveLog = CreateRepositoryOutputFilterSensitiveLog;
|
|
2189
|
+
const ReplaceContentEntryFilterSensitiveLog = (obj) => ({
|
|
2190
|
+
...obj,
|
|
2191
|
+
});
|
|
2192
|
+
exports.ReplaceContentEntryFilterSensitiveLog = ReplaceContentEntryFilterSensitiveLog;
|
|
2193
|
+
const ConflictResolutionFilterSensitiveLog = (obj) => ({
|
|
2194
|
+
...obj,
|
|
2195
|
+
});
|
|
2196
|
+
exports.ConflictResolutionFilterSensitiveLog = ConflictResolutionFilterSensitiveLog;
|
|
2197
|
+
const CreateUnreferencedMergeCommitInputFilterSensitiveLog = (obj) => ({
|
|
2198
|
+
...obj,
|
|
2199
|
+
});
|
|
2200
|
+
exports.CreateUnreferencedMergeCommitInputFilterSensitiveLog = CreateUnreferencedMergeCommitInputFilterSensitiveLog;
|
|
2201
|
+
const CreateUnreferencedMergeCommitOutputFilterSensitiveLog = (obj) => ({
|
|
2202
|
+
...obj,
|
|
2203
|
+
});
|
|
2204
|
+
exports.CreateUnreferencedMergeCommitOutputFilterSensitiveLog = CreateUnreferencedMergeCommitOutputFilterSensitiveLog;
|
|
2205
|
+
const DeleteApprovalRuleTemplateInputFilterSensitiveLog = (obj) => ({
|
|
2206
|
+
...obj,
|
|
2207
|
+
});
|
|
2208
|
+
exports.DeleteApprovalRuleTemplateInputFilterSensitiveLog = DeleteApprovalRuleTemplateInputFilterSensitiveLog;
|
|
2209
|
+
const DeleteApprovalRuleTemplateOutputFilterSensitiveLog = (obj) => ({
|
|
2210
|
+
...obj,
|
|
2211
|
+
});
|
|
2212
|
+
exports.DeleteApprovalRuleTemplateOutputFilterSensitiveLog = DeleteApprovalRuleTemplateOutputFilterSensitiveLog;
|
|
2213
|
+
const DeleteBranchInputFilterSensitiveLog = (obj) => ({
|
|
2214
|
+
...obj,
|
|
2215
|
+
});
|
|
2216
|
+
exports.DeleteBranchInputFilterSensitiveLog = DeleteBranchInputFilterSensitiveLog;
|
|
2217
|
+
const DeleteBranchOutputFilterSensitiveLog = (obj) => ({
|
|
2218
|
+
...obj,
|
|
2219
|
+
});
|
|
2220
|
+
exports.DeleteBranchOutputFilterSensitiveLog = DeleteBranchOutputFilterSensitiveLog;
|
|
2221
|
+
const DeleteCommentContentInputFilterSensitiveLog = (obj) => ({
|
|
2222
|
+
...obj,
|
|
2223
|
+
});
|
|
2224
|
+
exports.DeleteCommentContentInputFilterSensitiveLog = DeleteCommentContentInputFilterSensitiveLog;
|
|
2225
|
+
const CommentFilterSensitiveLog = (obj) => ({
|
|
2226
|
+
...obj,
|
|
2227
|
+
});
|
|
2228
|
+
exports.CommentFilterSensitiveLog = CommentFilterSensitiveLog;
|
|
2229
|
+
const DeleteCommentContentOutputFilterSensitiveLog = (obj) => ({
|
|
2230
|
+
...obj,
|
|
2231
|
+
});
|
|
2232
|
+
exports.DeleteCommentContentOutputFilterSensitiveLog = DeleteCommentContentOutputFilterSensitiveLog;
|
|
2233
|
+
const DeleteFileInputFilterSensitiveLog = (obj) => ({
|
|
2234
|
+
...obj,
|
|
2235
|
+
});
|
|
2236
|
+
exports.DeleteFileInputFilterSensitiveLog = DeleteFileInputFilterSensitiveLog;
|
|
2237
|
+
const DeleteFileOutputFilterSensitiveLog = (obj) => ({
|
|
2238
|
+
...obj,
|
|
2239
|
+
});
|
|
2240
|
+
exports.DeleteFileOutputFilterSensitiveLog = DeleteFileOutputFilterSensitiveLog;
|
|
2241
|
+
const DeletePullRequestApprovalRuleInputFilterSensitiveLog = (obj) => ({
|
|
2242
|
+
...obj,
|
|
2243
|
+
});
|
|
2244
|
+
exports.DeletePullRequestApprovalRuleInputFilterSensitiveLog = DeletePullRequestApprovalRuleInputFilterSensitiveLog;
|
|
2245
|
+
const DeletePullRequestApprovalRuleOutputFilterSensitiveLog = (obj) => ({
|
|
2246
|
+
...obj,
|
|
2247
|
+
});
|
|
2248
|
+
exports.DeletePullRequestApprovalRuleOutputFilterSensitiveLog = DeletePullRequestApprovalRuleOutputFilterSensitiveLog;
|
|
2249
|
+
const DeleteRepositoryInputFilterSensitiveLog = (obj) => ({
|
|
2250
|
+
...obj,
|
|
2251
|
+
});
|
|
2252
|
+
exports.DeleteRepositoryInputFilterSensitiveLog = DeleteRepositoryInputFilterSensitiveLog;
|
|
2253
|
+
const DeleteRepositoryOutputFilterSensitiveLog = (obj) => ({
|
|
2254
|
+
...obj,
|
|
2255
|
+
});
|
|
2256
|
+
exports.DeleteRepositoryOutputFilterSensitiveLog = DeleteRepositoryOutputFilterSensitiveLog;
|
|
2257
|
+
const DescribeMergeConflictsInputFilterSensitiveLog = (obj) => ({
|
|
2258
|
+
...obj,
|
|
2259
|
+
});
|
|
2260
|
+
exports.DescribeMergeConflictsInputFilterSensitiveLog = DescribeMergeConflictsInputFilterSensitiveLog;
|
|
2261
|
+
const DescribeMergeConflictsOutputFilterSensitiveLog = (obj) => ({
|
|
2262
|
+
...obj,
|
|
2263
|
+
});
|
|
2264
|
+
exports.DescribeMergeConflictsOutputFilterSensitiveLog = DescribeMergeConflictsOutputFilterSensitiveLog;
|
|
2265
|
+
const DescribePullRequestEventsInputFilterSensitiveLog = (obj) => ({
|
|
2266
|
+
...obj,
|
|
2267
|
+
});
|
|
2268
|
+
exports.DescribePullRequestEventsInputFilterSensitiveLog = DescribePullRequestEventsInputFilterSensitiveLog;
|
|
2269
|
+
const PullRequestCreatedEventMetadataFilterSensitiveLog = (obj) => ({
|
|
2270
|
+
...obj,
|
|
2271
|
+
});
|
|
2272
|
+
exports.PullRequestCreatedEventMetadataFilterSensitiveLog = PullRequestCreatedEventMetadataFilterSensitiveLog;
|
|
2273
|
+
const PullRequestMergedStateChangedEventMetadataFilterSensitiveLog = (obj) => ({
|
|
2274
|
+
...obj,
|
|
2275
|
+
});
|
|
2276
|
+
exports.PullRequestMergedStateChangedEventMetadataFilterSensitiveLog = PullRequestMergedStateChangedEventMetadataFilterSensitiveLog;
|
|
2277
|
+
const PullRequestSourceReferenceUpdatedEventMetadataFilterSensitiveLog = (obj) => ({
|
|
2278
|
+
...obj,
|
|
2279
|
+
});
|
|
2280
|
+
exports.PullRequestSourceReferenceUpdatedEventMetadataFilterSensitiveLog = PullRequestSourceReferenceUpdatedEventMetadataFilterSensitiveLog;
|
|
2281
|
+
const PullRequestStatusChangedEventMetadataFilterSensitiveLog = (obj) => ({
|
|
2282
|
+
...obj,
|
|
2283
|
+
});
|
|
2284
|
+
exports.PullRequestStatusChangedEventMetadataFilterSensitiveLog = PullRequestStatusChangedEventMetadataFilterSensitiveLog;
|
|
2285
|
+
const PullRequestEventFilterSensitiveLog = (obj) => ({
|
|
2286
|
+
...obj,
|
|
2287
|
+
});
|
|
2288
|
+
exports.PullRequestEventFilterSensitiveLog = PullRequestEventFilterSensitiveLog;
|
|
2289
|
+
const DescribePullRequestEventsOutputFilterSensitiveLog = (obj) => ({
|
|
2290
|
+
...obj,
|
|
2291
|
+
});
|
|
2292
|
+
exports.DescribePullRequestEventsOutputFilterSensitiveLog = DescribePullRequestEventsOutputFilterSensitiveLog;
|
|
2293
|
+
const DisassociateApprovalRuleTemplateFromRepositoryInputFilterSensitiveLog = (obj) => ({
|
|
2294
|
+
...obj,
|
|
2295
|
+
});
|
|
2296
|
+
exports.DisassociateApprovalRuleTemplateFromRepositoryInputFilterSensitiveLog = DisassociateApprovalRuleTemplateFromRepositoryInputFilterSensitiveLog;
|
|
2297
|
+
const EvaluatePullRequestApprovalRulesInputFilterSensitiveLog = (obj) => ({
|
|
2298
|
+
...obj,
|
|
2299
|
+
});
|
|
2300
|
+
exports.EvaluatePullRequestApprovalRulesInputFilterSensitiveLog = EvaluatePullRequestApprovalRulesInputFilterSensitiveLog;
|
|
2301
|
+
const EvaluationFilterSensitiveLog = (obj) => ({
|
|
2302
|
+
...obj,
|
|
2303
|
+
});
|
|
2304
|
+
exports.EvaluationFilterSensitiveLog = EvaluationFilterSensitiveLog;
|
|
2305
|
+
const EvaluatePullRequestApprovalRulesOutputFilterSensitiveLog = (obj) => ({
|
|
2306
|
+
...obj,
|
|
2307
|
+
});
|
|
2308
|
+
exports.EvaluatePullRequestApprovalRulesOutputFilterSensitiveLog = EvaluatePullRequestApprovalRulesOutputFilterSensitiveLog;
|
|
2309
|
+
const GetApprovalRuleTemplateInputFilterSensitiveLog = (obj) => ({
|
|
2310
|
+
...obj,
|
|
2311
|
+
});
|
|
2312
|
+
exports.GetApprovalRuleTemplateInputFilterSensitiveLog = GetApprovalRuleTemplateInputFilterSensitiveLog;
|
|
2313
|
+
const GetApprovalRuleTemplateOutputFilterSensitiveLog = (obj) => ({
|
|
2314
|
+
...obj,
|
|
2315
|
+
});
|
|
2316
|
+
exports.GetApprovalRuleTemplateOutputFilterSensitiveLog = GetApprovalRuleTemplateOutputFilterSensitiveLog;
|
|
2317
|
+
const GetBlobInputFilterSensitiveLog = (obj) => ({
|
|
2318
|
+
...obj,
|
|
2319
|
+
});
|
|
2320
|
+
exports.GetBlobInputFilterSensitiveLog = GetBlobInputFilterSensitiveLog;
|
|
2321
|
+
const GetBlobOutputFilterSensitiveLog = (obj) => ({
|
|
2322
|
+
...obj,
|
|
2323
|
+
});
|
|
2324
|
+
exports.GetBlobOutputFilterSensitiveLog = GetBlobOutputFilterSensitiveLog;
|
|
2325
|
+
const GetBranchInputFilterSensitiveLog = (obj) => ({
|
|
2326
|
+
...obj,
|
|
2327
|
+
});
|
|
2328
|
+
exports.GetBranchInputFilterSensitiveLog = GetBranchInputFilterSensitiveLog;
|
|
2329
|
+
const GetBranchOutputFilterSensitiveLog = (obj) => ({
|
|
2330
|
+
...obj,
|
|
2331
|
+
});
|
|
2332
|
+
exports.GetBranchOutputFilterSensitiveLog = GetBranchOutputFilterSensitiveLog;
|
|
2333
|
+
const GetCommentInputFilterSensitiveLog = (obj) => ({
|
|
2334
|
+
...obj,
|
|
2335
|
+
});
|
|
2336
|
+
exports.GetCommentInputFilterSensitiveLog = GetCommentInputFilterSensitiveLog;
|
|
2337
|
+
const GetCommentOutputFilterSensitiveLog = (obj) => ({
|
|
2338
|
+
...obj,
|
|
2339
|
+
});
|
|
2340
|
+
exports.GetCommentOutputFilterSensitiveLog = GetCommentOutputFilterSensitiveLog;
|
|
2341
|
+
const GetCommentReactionsInputFilterSensitiveLog = (obj) => ({
|
|
2342
|
+
...obj,
|
|
2343
|
+
});
|
|
2344
|
+
exports.GetCommentReactionsInputFilterSensitiveLog = GetCommentReactionsInputFilterSensitiveLog;
|
|
2345
|
+
const ReactionValueFormatsFilterSensitiveLog = (obj) => ({
|
|
2346
|
+
...obj,
|
|
2347
|
+
});
|
|
2348
|
+
exports.ReactionValueFormatsFilterSensitiveLog = ReactionValueFormatsFilterSensitiveLog;
|
|
2349
|
+
const ReactionForCommentFilterSensitiveLog = (obj) => ({
|
|
2350
|
+
...obj,
|
|
2351
|
+
});
|
|
2352
|
+
exports.ReactionForCommentFilterSensitiveLog = ReactionForCommentFilterSensitiveLog;
|
|
2353
|
+
const GetCommentReactionsOutputFilterSensitiveLog = (obj) => ({
|
|
2354
|
+
...obj,
|
|
2355
|
+
});
|
|
2356
|
+
exports.GetCommentReactionsOutputFilterSensitiveLog = GetCommentReactionsOutputFilterSensitiveLog;
|
|
2357
|
+
const GetCommentsForComparedCommitInputFilterSensitiveLog = (obj) => ({
|
|
2358
|
+
...obj,
|
|
2359
|
+
});
|
|
2360
|
+
exports.GetCommentsForComparedCommitInputFilterSensitiveLog = GetCommentsForComparedCommitInputFilterSensitiveLog;
|
|
2361
|
+
const LocationFilterSensitiveLog = (obj) => ({
|
|
2362
|
+
...obj,
|
|
2363
|
+
});
|
|
2364
|
+
exports.LocationFilterSensitiveLog = LocationFilterSensitiveLog;
|
|
2365
|
+
const CommentsForComparedCommitFilterSensitiveLog = (obj) => ({
|
|
2366
|
+
...obj,
|
|
2367
|
+
});
|
|
2368
|
+
exports.CommentsForComparedCommitFilterSensitiveLog = CommentsForComparedCommitFilterSensitiveLog;
|
|
2369
|
+
const GetCommentsForComparedCommitOutputFilterSensitiveLog = (obj) => ({
|
|
2370
|
+
...obj,
|
|
2371
|
+
});
|
|
2372
|
+
exports.GetCommentsForComparedCommitOutputFilterSensitiveLog = GetCommentsForComparedCommitOutputFilterSensitiveLog;
|
|
2373
|
+
const GetCommentsForPullRequestInputFilterSensitiveLog = (obj) => ({
|
|
2374
|
+
...obj,
|
|
2375
|
+
});
|
|
2376
|
+
exports.GetCommentsForPullRequestInputFilterSensitiveLog = GetCommentsForPullRequestInputFilterSensitiveLog;
|
|
2377
|
+
const CommentsForPullRequestFilterSensitiveLog = (obj) => ({
|
|
2378
|
+
...obj,
|
|
2379
|
+
});
|
|
2380
|
+
exports.CommentsForPullRequestFilterSensitiveLog = CommentsForPullRequestFilterSensitiveLog;
|
|
2381
|
+
const GetCommentsForPullRequestOutputFilterSensitiveLog = (obj) => ({
|
|
2382
|
+
...obj,
|
|
2383
|
+
});
|
|
2384
|
+
exports.GetCommentsForPullRequestOutputFilterSensitiveLog = GetCommentsForPullRequestOutputFilterSensitiveLog;
|
|
2385
|
+
const GetCommitInputFilterSensitiveLog = (obj) => ({
|
|
2386
|
+
...obj,
|
|
2387
|
+
});
|
|
2388
|
+
exports.GetCommitInputFilterSensitiveLog = GetCommitInputFilterSensitiveLog;
|
|
2389
|
+
const GetCommitOutputFilterSensitiveLog = (obj) => ({
|
|
2390
|
+
...obj,
|
|
2391
|
+
});
|
|
2392
|
+
exports.GetCommitOutputFilterSensitiveLog = GetCommitOutputFilterSensitiveLog;
|
|
2393
|
+
const GetDifferencesInputFilterSensitiveLog = (obj) => ({
|
|
2394
|
+
...obj,
|
|
2395
|
+
});
|
|
2396
|
+
exports.GetDifferencesInputFilterSensitiveLog = GetDifferencesInputFilterSensitiveLog;
|
|
2397
|
+
const DifferenceFilterSensitiveLog = (obj) => ({
|
|
2398
|
+
...obj,
|
|
2399
|
+
});
|
|
2400
|
+
exports.DifferenceFilterSensitiveLog = DifferenceFilterSensitiveLog;
|
|
2401
|
+
const GetDifferencesOutputFilterSensitiveLog = (obj) => ({
|
|
2402
|
+
...obj,
|
|
2403
|
+
});
|
|
2404
|
+
exports.GetDifferencesOutputFilterSensitiveLog = GetDifferencesOutputFilterSensitiveLog;
|
|
2405
|
+
const GetFileInputFilterSensitiveLog = (obj) => ({
|
|
2406
|
+
...obj,
|
|
2407
|
+
});
|
|
2408
|
+
exports.GetFileInputFilterSensitiveLog = GetFileInputFilterSensitiveLog;
|
|
2409
|
+
const GetFileOutputFilterSensitiveLog = (obj) => ({
|
|
2410
|
+
...obj,
|
|
2411
|
+
});
|
|
2412
|
+
exports.GetFileOutputFilterSensitiveLog = GetFileOutputFilterSensitiveLog;
|
|
2413
|
+
const GetFolderInputFilterSensitiveLog = (obj) => ({
|
|
2414
|
+
...obj,
|
|
2415
|
+
});
|
|
2416
|
+
exports.GetFolderInputFilterSensitiveLog = GetFolderInputFilterSensitiveLog;
|
|
2417
|
+
const FileFilterSensitiveLog = (obj) => ({
|
|
2418
|
+
...obj,
|
|
2419
|
+
});
|
|
2420
|
+
exports.FileFilterSensitiveLog = FileFilterSensitiveLog;
|
|
2421
|
+
const FolderFilterSensitiveLog = (obj) => ({
|
|
2422
|
+
...obj,
|
|
2423
|
+
});
|
|
2424
|
+
exports.FolderFilterSensitiveLog = FolderFilterSensitiveLog;
|
|
2425
|
+
const SubModuleFilterSensitiveLog = (obj) => ({
|
|
2426
|
+
...obj,
|
|
2427
|
+
});
|
|
2428
|
+
exports.SubModuleFilterSensitiveLog = SubModuleFilterSensitiveLog;
|
|
2429
|
+
const SymbolicLinkFilterSensitiveLog = (obj) => ({
|
|
2430
|
+
...obj,
|
|
2431
|
+
});
|
|
2432
|
+
exports.SymbolicLinkFilterSensitiveLog = SymbolicLinkFilterSensitiveLog;
|
|
2433
|
+
const GetFolderOutputFilterSensitiveLog = (obj) => ({
|
|
2434
|
+
...obj,
|
|
2435
|
+
});
|
|
2436
|
+
exports.GetFolderOutputFilterSensitiveLog = GetFolderOutputFilterSensitiveLog;
|
|
2437
|
+
const GetMergeCommitInputFilterSensitiveLog = (obj) => ({
|
|
2438
|
+
...obj,
|
|
2439
|
+
});
|
|
2440
|
+
exports.GetMergeCommitInputFilterSensitiveLog = GetMergeCommitInputFilterSensitiveLog;
|
|
2441
|
+
const GetMergeCommitOutputFilterSensitiveLog = (obj) => ({
|
|
2442
|
+
...obj,
|
|
2443
|
+
});
|
|
2444
|
+
exports.GetMergeCommitOutputFilterSensitiveLog = GetMergeCommitOutputFilterSensitiveLog;
|
|
2445
|
+
const GetMergeConflictsInputFilterSensitiveLog = (obj) => ({
|
|
2446
|
+
...obj,
|
|
2447
|
+
});
|
|
2448
|
+
exports.GetMergeConflictsInputFilterSensitiveLog = GetMergeConflictsInputFilterSensitiveLog;
|
|
2449
|
+
const GetMergeConflictsOutputFilterSensitiveLog = (obj) => ({
|
|
2450
|
+
...obj,
|
|
2451
|
+
});
|
|
2452
|
+
exports.GetMergeConflictsOutputFilterSensitiveLog = GetMergeConflictsOutputFilterSensitiveLog;
|
|
2453
|
+
const GetMergeOptionsInputFilterSensitiveLog = (obj) => ({
|
|
2454
|
+
...obj,
|
|
2455
|
+
});
|
|
2456
|
+
exports.GetMergeOptionsInputFilterSensitiveLog = GetMergeOptionsInputFilterSensitiveLog;
|
|
2457
|
+
const GetMergeOptionsOutputFilterSensitiveLog = (obj) => ({
|
|
2458
|
+
...obj,
|
|
2459
|
+
});
|
|
2460
|
+
exports.GetMergeOptionsOutputFilterSensitiveLog = GetMergeOptionsOutputFilterSensitiveLog;
|
|
2461
|
+
const GetPullRequestInputFilterSensitiveLog = (obj) => ({
|
|
2462
|
+
...obj,
|
|
2463
|
+
});
|
|
2464
|
+
exports.GetPullRequestInputFilterSensitiveLog = GetPullRequestInputFilterSensitiveLog;
|
|
2465
|
+
const GetPullRequestOutputFilterSensitiveLog = (obj) => ({
|
|
2466
|
+
...obj,
|
|
2467
|
+
});
|
|
2468
|
+
exports.GetPullRequestOutputFilterSensitiveLog = GetPullRequestOutputFilterSensitiveLog;
|
|
2469
|
+
const GetPullRequestApprovalStatesInputFilterSensitiveLog = (obj) => ({
|
|
2470
|
+
...obj,
|
|
2471
|
+
});
|
|
2472
|
+
exports.GetPullRequestApprovalStatesInputFilterSensitiveLog = GetPullRequestApprovalStatesInputFilterSensitiveLog;
|
|
2473
|
+
const GetPullRequestApprovalStatesOutputFilterSensitiveLog = (obj) => ({
|
|
2474
|
+
...obj,
|
|
2475
|
+
});
|
|
2476
|
+
exports.GetPullRequestApprovalStatesOutputFilterSensitiveLog = GetPullRequestApprovalStatesOutputFilterSensitiveLog;
|
|
2477
|
+
const GetPullRequestOverrideStateInputFilterSensitiveLog = (obj) => ({
|
|
2478
|
+
...obj,
|
|
2479
|
+
});
|
|
2480
|
+
exports.GetPullRequestOverrideStateInputFilterSensitiveLog = GetPullRequestOverrideStateInputFilterSensitiveLog;
|
|
2481
|
+
const GetPullRequestOverrideStateOutputFilterSensitiveLog = (obj) => ({
|
|
2482
|
+
...obj,
|
|
2483
|
+
});
|
|
2484
|
+
exports.GetPullRequestOverrideStateOutputFilterSensitiveLog = GetPullRequestOverrideStateOutputFilterSensitiveLog;
|
|
2485
|
+
const GetRepositoryInputFilterSensitiveLog = (obj) => ({
|
|
2486
|
+
...obj,
|
|
2487
|
+
});
|
|
2488
|
+
exports.GetRepositoryInputFilterSensitiveLog = GetRepositoryInputFilterSensitiveLog;
|
|
2489
|
+
const GetRepositoryOutputFilterSensitiveLog = (obj) => ({
|
|
2490
|
+
...obj,
|
|
2491
|
+
});
|
|
2492
|
+
exports.GetRepositoryOutputFilterSensitiveLog = GetRepositoryOutputFilterSensitiveLog;
|
|
2493
|
+
const GetRepositoryTriggersInputFilterSensitiveLog = (obj) => ({
|
|
2494
|
+
...obj,
|
|
2495
|
+
});
|
|
2496
|
+
exports.GetRepositoryTriggersInputFilterSensitiveLog = GetRepositoryTriggersInputFilterSensitiveLog;
|
|
2497
|
+
const RepositoryTriggerFilterSensitiveLog = (obj) => ({
|
|
2498
|
+
...obj,
|
|
2499
|
+
});
|
|
2500
|
+
exports.RepositoryTriggerFilterSensitiveLog = RepositoryTriggerFilterSensitiveLog;
|
|
2501
|
+
const GetRepositoryTriggersOutputFilterSensitiveLog = (obj) => ({
|
|
2502
|
+
...obj,
|
|
2503
|
+
});
|
|
2504
|
+
exports.GetRepositoryTriggersOutputFilterSensitiveLog = GetRepositoryTriggersOutputFilterSensitiveLog;
|
|
2505
|
+
const ListApprovalRuleTemplatesInputFilterSensitiveLog = (obj) => ({
|
|
2506
|
+
...obj,
|
|
2507
|
+
});
|
|
2508
|
+
exports.ListApprovalRuleTemplatesInputFilterSensitiveLog = ListApprovalRuleTemplatesInputFilterSensitiveLog;
|
|
2509
|
+
const ListApprovalRuleTemplatesOutputFilterSensitiveLog = (obj) => ({
|
|
2510
|
+
...obj,
|
|
2511
|
+
});
|
|
2512
|
+
exports.ListApprovalRuleTemplatesOutputFilterSensitiveLog = ListApprovalRuleTemplatesOutputFilterSensitiveLog;
|
|
2513
|
+
const ListAssociatedApprovalRuleTemplatesForRepositoryInputFilterSensitiveLog = (obj) => ({
|
|
2514
|
+
...obj,
|
|
2515
|
+
});
|
|
2516
|
+
exports.ListAssociatedApprovalRuleTemplatesForRepositoryInputFilterSensitiveLog = ListAssociatedApprovalRuleTemplatesForRepositoryInputFilterSensitiveLog;
|
|
2517
|
+
const ListAssociatedApprovalRuleTemplatesForRepositoryOutputFilterSensitiveLog = (obj) => ({
|
|
2518
|
+
...obj,
|
|
2519
|
+
});
|
|
2520
|
+
exports.ListAssociatedApprovalRuleTemplatesForRepositoryOutputFilterSensitiveLog = ListAssociatedApprovalRuleTemplatesForRepositoryOutputFilterSensitiveLog;
|
|
2521
|
+
const ListBranchesInputFilterSensitiveLog = (obj) => ({
|
|
2522
|
+
...obj,
|
|
2523
|
+
});
|
|
2524
|
+
exports.ListBranchesInputFilterSensitiveLog = ListBranchesInputFilterSensitiveLog;
|
|
2525
|
+
const ListBranchesOutputFilterSensitiveLog = (obj) => ({
|
|
2526
|
+
...obj,
|
|
2527
|
+
});
|
|
2528
|
+
exports.ListBranchesOutputFilterSensitiveLog = ListBranchesOutputFilterSensitiveLog;
|
|
2529
|
+
const ListPullRequestsInputFilterSensitiveLog = (obj) => ({
|
|
2530
|
+
...obj,
|
|
2531
|
+
});
|
|
2532
|
+
exports.ListPullRequestsInputFilterSensitiveLog = ListPullRequestsInputFilterSensitiveLog;
|
|
2533
|
+
const ListPullRequestsOutputFilterSensitiveLog = (obj) => ({
|
|
2534
|
+
...obj,
|
|
2535
|
+
});
|
|
2536
|
+
exports.ListPullRequestsOutputFilterSensitiveLog = ListPullRequestsOutputFilterSensitiveLog;
|