amazonka-codecommit-2.0: Amazon CodeCommit SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CodeCommit.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2015-04-13 of the Amazon CodeCommit SDK configuration.

Errors

_ActorDoesNotExistException :: AsError a => Fold a ServiceError Source #

The specified Amazon Resource Name (ARN) does not exist in the AWS account.

_ApprovalRuleContentRequiredException :: AsError a => Fold a ServiceError Source #

The content for the approval rule is empty. You must provide some content for an approval rule. The content cannot be null.

_ApprovalRuleDoesNotExistException :: AsError a => Fold a ServiceError Source #

The specified approval rule does not exist.

_ApprovalRuleNameAlreadyExistsException :: AsError a => Fold a ServiceError Source #

An approval rule with that name already exists. Approval rule names must be unique within the scope of a pull request.

_ApprovalRuleNameRequiredException :: AsError a => Fold a ServiceError Source #

An approval rule name is required, but was not specified.

_ApprovalRuleTemplateContentRequiredException :: AsError a => Fold a ServiceError Source #

The content for the approval rule template is empty. You must provide some content for an approval rule template. The content cannot be null.

_ApprovalRuleTemplateDoesNotExistException :: AsError a => Fold a ServiceError Source #

The specified approval rule template does not exist. Verify that the name is correct and that you are signed in to the AWS Region where the template was created, and then try again.

_ApprovalRuleTemplateInUseException :: AsError a => Fold a ServiceError Source #

The approval rule template is associated with one or more repositories. You cannot delete a template that is associated with a repository. Remove all associations, and then try again.

_ApprovalRuleTemplateNameAlreadyExistsException :: AsError a => Fold a ServiceError Source #

You cannot create an approval rule template with that name because a template with that name already exists in this AWS Region for your AWS account. Approval rule template names must be unique.

_ApprovalRuleTemplateNameRequiredException :: AsError a => Fold a ServiceError Source #

An approval rule template name is required, but was not specified.

_ApprovalStateRequiredException :: AsError a => Fold a ServiceError Source #

An approval state is required, but was not specified.

_AuthorDoesNotExistException :: AsError a => Fold a ServiceError Source #

The specified Amazon Resource Name (ARN) does not exist in the AWS account.

_BeforeCommitIdAndAfterCommitIdAreSameException :: AsError a => Fold a ServiceError Source #

The before commit ID and the after commit ID are the same, which is not valid. The before commit ID and the after commit ID must be different commit IDs.

_BlobIdDoesNotExistException :: AsError a => Fold a ServiceError Source #

The specified blob does not exist.

_BlobIdRequiredException :: AsError a => Fold a ServiceError Source #

A blob ID is required, but was not specified.

_BranchDoesNotExistException :: AsError a => Fold a ServiceError Source #

The specified branch does not exist.

_BranchNameExistsException :: AsError a => Fold a ServiceError Source #

Cannot create the branch with the specified name because the commit conflicts with an existing branch with the same name. Branch names must be unique.

_BranchNameIsTagNameException :: AsError a => Fold a ServiceError Source #

The specified branch name is not valid because it is a tag name. Enter the name of a branch in the repository. For a list of valid branch names, use ListBranches.

_BranchNameRequiredException :: AsError a => Fold a ServiceError Source #

A branch name is required, but was not specified.

_CannotDeleteApprovalRuleFromTemplateException :: AsError a => Fold a ServiceError Source #

The approval rule cannot be deleted from the pull request because it was created by an approval rule template and applied to the pull request automatically.

_CannotModifyApprovalRuleFromTemplateException :: AsError a => Fold a ServiceError Source #

The approval rule cannot be modified for the pull request because it was created by an approval rule template and applied to the pull request automatically.

_ClientRequestTokenRequiredException :: AsError a => Fold a ServiceError Source #

A client request token is required. A client request token is an unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

_CommentContentRequiredException :: AsError a => Fold a ServiceError Source #

The comment is empty. You must provide some content for a comment. The content cannot be null.

_CommentContentSizeLimitExceededException :: AsError a => Fold a ServiceError Source #

The comment is too large. Comments are limited to 1,000 characters.

_CommentDeletedException :: AsError a => Fold a ServiceError Source #

This comment has already been deleted. You cannot edit or delete a deleted comment.

_CommentDoesNotExistException :: AsError a => Fold a ServiceError Source #

No comment exists with the provided ID. Verify that you have used the correct ID, and then try again.

_CommentIdRequiredException :: AsError a => Fold a ServiceError Source #

The comment ID is missing or null. A comment ID is required.

_CommentNotCreatedByCallerException :: AsError a => Fold a ServiceError Source #

You cannot modify or delete this comment. Only comment authors can modify or delete their comments.

_CommitDoesNotExistException :: AsError a => Fold a ServiceError Source #

The specified commit does not exist or no commit was specified, and the specified repository has no default branch.

_CommitIdDoesNotExistException :: AsError a => Fold a ServiceError Source #

The specified commit ID does not exist.

_CommitIdRequiredException :: AsError a => Fold a ServiceError Source #

A commit ID was not specified.

_CommitIdsLimitExceededException :: AsError a => Fold a ServiceError Source #

The maximum number of allowed commit IDs in a batch request is 100. Verify that your batch requests contains no more than 100 commit IDs, and then try again.

_CommitIdsListRequiredException :: AsError a => Fold a ServiceError Source #

A list of commit IDs is required, but was either not specified or the list was empty.

_CommitMessageLengthExceededException :: AsError a => Fold a ServiceError Source #

The commit message is too long. Provide a shorter string.

_CommitRequiredException :: AsError a => Fold a ServiceError Source #

A commit was not specified.

_ConcurrentReferenceUpdateException :: AsError a => Fold a ServiceError Source #

The merge cannot be completed because the target branch has been modified. Another user might have modified the target branch while the merge was in progress. Wait a few minutes, and then try again.

_DefaultBranchCannotBeDeletedException :: AsError a => Fold a ServiceError Source #

The specified branch is the default branch for the repository, and cannot be deleted. To delete this branch, you must first set another branch as the default branch.

_DirectoryNameConflictsWithFileNameException :: AsError a => Fold a ServiceError Source #

A file cannot be added to the repository because the specified path name has the same name as a file that already exists in this repository. Either provide a different name for the file, or specify a different path for the file.

_EncryptionIntegrityChecksFailedException :: AsError a => Fold a ServiceError Source #

An encryption integrity check failed.

_EncryptionKeyAccessDeniedException :: AsError a => Fold a ServiceError Source #

An encryption key could not be accessed.

_EncryptionKeyDisabledException :: AsError a => Fold a ServiceError Source #

The encryption key is disabled.

_EncryptionKeyNotFoundException :: AsError a => Fold a ServiceError Source #

No encryption key was found.

_EncryptionKeyUnavailableException :: AsError a => Fold a ServiceError Source #

The encryption key is not available.

_FileContentAndSourceFileSpecifiedException :: AsError a => Fold a ServiceError Source #

The commit cannot be created because both a source file and file content have been specified for the same file. You cannot provide both. Either specify a source file or provide the file content directly.

_FileContentRequiredException :: AsError a => Fold a ServiceError Source #

The file cannot be added because it is empty. Empty files cannot be added to the repository with this API.

_FileContentSizeLimitExceededException :: AsError a => Fold a ServiceError Source #

The file cannot be added because it is too large. The maximum file size is 6 MB, and the combined file content change size is 7 MB. Consider making these changes using a Git client.

_FileDoesNotExistException :: AsError a => Fold a ServiceError Source #

The specified file does not exist. Verify that you have used the correct file name, full path, and extension.

_FileEntryRequiredException :: AsError a => Fold a ServiceError Source #

The commit cannot be created because no files have been specified as added, updated, or changed (PutFile or DeleteFile) for the commit.

_FileModeRequiredException :: AsError a => Fold a ServiceError Source #

The commit cannot be created because no file mode has been specified. A file mode is required to update mode permissions for a file.

_FileNameConflictsWithDirectoryNameException :: AsError a => Fold a ServiceError Source #

A file cannot be added to the repository because the specified file name has the same name as a directory in this repository. Either provide another name for the file, or add the file in a directory that does not match the file name.

_FilePathConflictsWithSubmodulePathException :: AsError a => Fold a ServiceError Source #

The commit cannot be created because a specified file path points to a submodule. Verify that the destination files have valid file paths that do not point to a submodule.

_FileTooLargeException :: AsError a => Fold a ServiceError Source #

The specified file exceeds the file size limit for AWS CodeCommit. For more information about limits in AWS CodeCommit, see AWS CodeCommit User Guide.

_FolderContentSizeLimitExceededException :: AsError a => Fold a ServiceError Source #

The commit cannot be created because at least one of the overall changes in the commit results in a folder whose contents exceed the limit of 6 MB. Either reduce the number and size of your changes, or split the changes across multiple folders.

_FolderDoesNotExistException :: AsError a => Fold a ServiceError Source #

The specified folder does not exist. Either the folder name is not correct, or you did not enter the full path to the folder.

_IdempotencyParameterMismatchException :: AsError a => Fold a ServiceError Source #

The client request token is not valid. Either the token is not in a valid format, or the token has been used in a previous request and cannot be reused.

_InvalidActorArnException :: AsError a => Fold a ServiceError Source #

The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the user who initiated the change for the pull request, and then try again.

_InvalidApprovalRuleContentException :: AsError a => Fold a ServiceError Source #

The content for the approval rule is not valid.

_InvalidApprovalRuleNameException :: AsError a => Fold a ServiceError Source #

The name for the approval rule is not valid.

_InvalidApprovalRuleTemplateContentException :: AsError a => Fold a ServiceError Source #

The content of the approval rule template is not valid.

_InvalidApprovalRuleTemplateDescriptionException :: AsError a => Fold a ServiceError Source #

The description for the approval rule template is not valid because it exceeds the maximum characters allowed for a description. For more information about limits in AWS CodeCommit, see AWS CodeCommit User Guide.

_InvalidApprovalRuleTemplateNameException :: AsError a => Fold a ServiceError Source #

The name of the approval rule template is not valid. Template names must be between 1 and 100 valid characters in length. For more information about limits in AWS CodeCommit, see AWS CodeCommit User Guide.

_InvalidApprovalStateException :: AsError a => Fold a ServiceError Source #

The state for the approval is not valid. Valid values include APPROVE and REVOKE.

_InvalidAuthorArnException :: AsError a => Fold a ServiceError Source #

The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the author of the pull request, and then try again.

_InvalidBlobIdException :: AsError a => Fold a ServiceError Source #

The specified blob is not valid.

_InvalidBranchNameException :: AsError a => Fold a ServiceError Source #

The specified reference name is not valid.

_InvalidClientRequestTokenException :: AsError a => Fold a ServiceError Source #

The client request token is not valid.

_InvalidCommentIdException :: AsError a => Fold a ServiceError Source #

The comment ID is not in a valid format. Make sure that you have provided the full comment ID.

_InvalidCommitException :: AsError a => Fold a ServiceError Source #

The specified commit is not valid.

_InvalidCommitIdException :: AsError a => Fold a ServiceError Source #

The specified commit ID is not valid.

_InvalidConflictDetailLevelException :: AsError a => Fold a ServiceError Source #

The specified conflict detail level is not valid.

_InvalidConflictResolutionException :: AsError a => Fold a ServiceError Source #

The specified conflict resolution list is not valid.

_InvalidConflictResolutionStrategyException :: AsError a => Fold a ServiceError Source #

The specified conflict resolution strategy is not valid.

_InvalidContinuationTokenException :: AsError a => Fold a ServiceError Source #

The specified continuation token is not valid.

_InvalidDeletionParameterException :: AsError a => Fold a ServiceError Source #

The specified deletion parameter is not valid.

_InvalidDescriptionException :: AsError a => Fold a ServiceError Source #

The pull request description is not valid. Descriptions cannot be more than 1,000 characters.

_InvalidDestinationCommitSpecifierException :: AsError a => Fold a ServiceError Source #

The destination commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID.

_InvalidEmailException :: AsError a => Fold a ServiceError Source #

The specified email address either contains one or more characters that are not allowed, or it exceeds the maximum number of characters allowed for an email address.

_InvalidFileLocationException :: AsError a => Fold a ServiceError Source #

The location of the file is not valid. Make sure that you include the file name and extension.

_InvalidFileModeException :: AsError a => Fold a ServiceError Source #

The specified file mode permission is not valid. For a list of valid file mode permissions, see PutFile.

_InvalidFilePositionException :: AsError a => Fold a ServiceError Source #

The position is not valid. Make sure that the line number exists in the version of the file you want to comment on.

_InvalidMaxConflictFilesException :: AsError a => Fold a ServiceError Source #

The specified value for the number of conflict files to return is not valid.

_InvalidMaxMergeHunksException :: AsError a => Fold a ServiceError Source #

The specified value for the number of merge hunks to return is not valid.

_InvalidMaxResultsException :: AsError a => Fold a ServiceError Source #

The specified number of maximum results is not valid.

_InvalidMergeOptionException :: AsError a => Fold a ServiceError Source #

The specified merge option is not valid for this operation. Not all merge strategies are supported for all operations.

_InvalidOrderException :: AsError a => Fold a ServiceError Source #

The specified sort order is not valid.

_InvalidOverrideStatusException :: AsError a => Fold a ServiceError Source #

The override status is not valid. Valid statuses are OVERRIDE and REVOKE.

_InvalidParentCommitIdException :: AsError a => Fold a ServiceError Source #

The parent commit ID is not valid. The commit ID cannot be empty, and must match the head commit ID for the branch of the repository where you want to add or update a file.

_InvalidPathException :: AsError a => Fold a ServiceError Source #

The specified path is not valid.

_InvalidPullRequestEventTypeException :: AsError a => Fold a ServiceError Source #

The pull request event type is not valid.

_InvalidPullRequestIdException :: AsError a => Fold a ServiceError Source #

The pull request ID is not valid. Make sure that you have provided the full ID and that the pull request is in the specified repository, and then try again.

_InvalidPullRequestStatusException :: AsError a => Fold a ServiceError Source #

The pull request status is not valid. The only valid values are OPEN and CLOSED.

_InvalidPullRequestStatusUpdateException :: AsError a => Fold a ServiceError Source #

The pull request status update is not valid. The only valid update is from OPEN to CLOSED.

_InvalidReactionUserArnException :: AsError a => Fold a ServiceError Source #

The Amazon Resource Name (ARN) of the user or identity is not valid.

_InvalidReactionValueException :: AsError a => Fold a ServiceError Source #

The value of the reaction is not valid. For more information, see the AWS CodeCommit User Guide.

_InvalidReferenceNameException :: AsError a => Fold a ServiceError Source #

The specified reference name format is not valid. Reference names must conform to the Git references format (for example, refs/heads/master). For more information, see Git Internals - Git References or consult your Git documentation.

_InvalidRelativeFileVersionEnumException :: AsError a => Fold a ServiceError Source #

Either the enum is not in a valid format, or the specified file version enum is not valid in respect to the current file version.

_InvalidReplacementContentException :: AsError a => Fold a ServiceError Source #

Automerge was specified for resolving the conflict, but the replacement type is not valid or content is missing.

_InvalidReplacementTypeException :: AsError a => Fold a ServiceError Source #

Automerge was specified for resolving the conflict, but the specified replacement type is not valid.

_InvalidRepositoryDescriptionException :: AsError a => Fold a ServiceError Source #

The specified repository description is not valid.

_InvalidRepositoryNameException :: AsError a => Fold a ServiceError Source #

A specified repository name is not valid.

This exception occurs only when a specified repository name is not valid. Other exceptions occur when a required repository parameter is missing, or when a specified repository does not exist.

_InvalidRepositoryTriggerBranchNameException :: AsError a => Fold a ServiceError Source #

One or more branch names specified for the trigger is not valid.

_InvalidRepositoryTriggerCustomDataException :: AsError a => Fold a ServiceError Source #

The custom data provided for the trigger is not valid.

_InvalidRepositoryTriggerDestinationArnException :: AsError a => Fold a ServiceError Source #

The Amazon Resource Name (ARN) for the trigger is not valid for the specified destination. The most common reason for this error is that the ARN does not meet the requirements for the service type.

_InvalidRepositoryTriggerEventsException :: AsError a => Fold a ServiceError Source #

One or more events specified for the trigger is not valid. Check to make sure that all events specified match the requirements for allowed events.

_InvalidRepositoryTriggerNameException :: AsError a => Fold a ServiceError Source #

The name of the trigger is not valid.

_InvalidRepositoryTriggerRegionException :: AsError a => Fold a ServiceError Source #

The AWS Region for the trigger target does not match the AWS Region for the repository. Triggers must be created in the same Region as the target for the trigger.

_InvalidResourceArnException :: AsError a => Fold a ServiceError Source #

The value for the resource ARN is not valid. For more information about resources in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User Guide.

_InvalidRevisionIdException :: AsError a => Fold a ServiceError Source #

The revision ID is not valid. Use GetPullRequest to determine the value.

_InvalidRuleContentSha256Exception :: AsError a => Fold a ServiceError Source #

The SHA-256 hash signature for the rule content is not valid.

_InvalidSortByException :: AsError a => Fold a ServiceError Source #

The specified sort by value is not valid.

_InvalidSourceCommitSpecifierException :: AsError a => Fold a ServiceError Source #

The source commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID.

_InvalidSystemTagUsageException :: AsError a => Fold a ServiceError Source #

The specified tag is not valid. Key names cannot be prefixed with aws:.

_InvalidTagKeysListException :: AsError a => Fold a ServiceError Source #

The list of tags is not valid.

_InvalidTagsMapException :: AsError a => Fold a ServiceError Source #

The map of tags is not valid.

_InvalidTargetBranchException :: AsError a => Fold a ServiceError Source #

The specified target branch is not valid.

_InvalidTargetException :: AsError a => Fold a ServiceError Source #

The target for the pull request is not valid. A target must contain the full values for the repository name, source branch, and destination branch for the pull request.

_InvalidTargetsException :: AsError a => Fold a ServiceError Source #

The targets for the pull request is not valid or not in a valid format. Targets are a list of target objects. Each target object must contain the full values for the repository name, source branch, and destination branch for a pull request.

_InvalidTitleException :: AsError a => Fold a ServiceError Source #

The title of the pull request is not valid. Pull request titles cannot exceed 100 characters in length.

_ManualMergeRequiredException :: AsError a => Fold a ServiceError Source #

The pull request cannot be merged automatically into the destination branch. You must manually merge the branches and resolve any conflicts.

_MaximumBranchesExceededException :: AsError a => Fold a ServiceError Source #

The number of branches for the trigger was exceeded.

_MaximumConflictResolutionEntriesExceededException :: AsError a => Fold a ServiceError Source #

The number of allowed conflict resolution entries was exceeded.

_MaximumFileContentToLoadExceededException :: AsError a => Fold a ServiceError Source #

The number of files to load exceeds the allowed limit.

_MaximumFileEntriesExceededException :: AsError a => Fold a ServiceError Source #

The number of specified files to change as part of this commit exceeds the maximum number of files that can be changed in a single commit. Consider using a Git client for these changes.

_MaximumItemsToCompareExceededException :: AsError a => Fold a ServiceError Source #

The number of items to compare between the source or destination branches and the merge base has exceeded the maximum allowed.

_MaximumNumberOfApprovalsExceededException :: AsError a => Fold a ServiceError Source #

The number of approvals required for the approval rule exceeds the maximum number allowed.

_MaximumOpenPullRequestsExceededException :: AsError a => Fold a ServiceError Source #

You cannot create the pull request because the repository has too many open pull requests. The maximum number of open pull requests for a repository is 1,000. Close one or more open pull requests, and then try again.

_MaximumRepositoryNamesExceededException :: AsError a => Fold a ServiceError Source #

The maximum number of allowed repository names was exceeded. Currently, this number is 100.

_MaximumRepositoryTriggersExceededException :: AsError a => Fold a ServiceError Source #

The number of triggers allowed for the repository was exceeded.

_MaximumRuleTemplatesAssociatedWithRepositoryException :: AsError a => Fold a ServiceError Source #

The maximum number of approval rule templates for a repository has been exceeded. You cannot associate more than 25 approval rule templates with a repository.

_MergeOptionRequiredException :: AsError a => Fold a ServiceError Source #

A merge option or stategy is required, and none was provided.

_MultipleConflictResolutionEntriesException :: AsError a => Fold a ServiceError Source #

More than one conflict resolution entries exists for the conflict. A conflict can have only one conflict resolution entry.

_MultipleRepositoriesInPullRequestException :: AsError a => Fold a ServiceError Source #

You cannot include more than one repository in a pull request. Make sure you have specified only one repository name in your request, and then try again.

_NameLengthExceededException :: AsError a => Fold a ServiceError Source #

The user name is not valid because it has exceeded the character limit for author names.

_NoChangeException :: AsError a => Fold a ServiceError Source #

The commit cannot be created because no changes will be made to the repository as a result of this commit. A commit must contain at least one change.

_NumberOfRuleTemplatesExceededException :: AsError a => Fold a ServiceError Source #

The maximum number of approval rule templates has been exceeded for this AWS Region.

_NumberOfRulesExceededException :: AsError a => Fold a ServiceError Source #

The approval rule cannot be added. The pull request has the maximum number of approval rules associated with it.

_OverrideAlreadySetException :: AsError a => Fold a ServiceError Source #

The pull request has already had its approval rules set to override.

_OverrideStatusRequiredException :: AsError a => Fold a ServiceError Source #

An override status is required, but no value was provided. Valid values include OVERRIDE and REVOKE.

_ParentCommitDoesNotExistException :: AsError a => Fold a ServiceError Source #

The parent commit ID is not valid because it does not exist. The specified parent commit ID does not exist in the specified branch of the repository.

_ParentCommitIdOutdatedException :: AsError a => Fold a ServiceError Source #

The file could not be added because the provided parent commit ID is not the current tip of the specified branch. To view the full commit ID of the current head of the branch, use GetBranch.

_ParentCommitIdRequiredException :: AsError a => Fold a ServiceError Source #

A parent commit ID is required. To view the full commit ID of a branch in a repository, use GetBranch or a Git command (for example, git pull or git log).

_PathDoesNotExistException :: AsError a => Fold a ServiceError Source #

The specified path does not exist.

_PathRequiredException :: AsError a => Fold a ServiceError Source #

The folderPath for a location cannot be null.

_PullRequestAlreadyClosedException :: AsError a => Fold a ServiceError Source #

The pull request status cannot be updated because it is already closed.

_PullRequestApprovalRulesNotSatisfiedException :: AsError a => Fold a ServiceError Source #

The pull request cannot be merged because one or more approval rules applied to the pull request have conditions that have not been met.

_PullRequestCannotBeApprovedByAuthorException :: AsError a => Fold a ServiceError Source #

The approval cannot be applied because the user approving the pull request matches the user who created the pull request. You cannot approve a pull request that you created.

_PullRequestDoesNotExistException :: AsError a => Fold a ServiceError Source #

The pull request ID could not be found. Make sure that you have specified the correct repository name and pull request ID, and then try again.

_PullRequestIdRequiredException :: AsError a => Fold a ServiceError Source #

A pull request ID is required, but none was provided.

_PullRequestStatusRequiredException :: AsError a => Fold a ServiceError Source #

A pull request status is required, but none was provided.

_PutFileEntryConflictException :: AsError a => Fold a ServiceError Source #

The commit cannot be created because one or more files specified in the commit reference both a file and a folder.

_ReactionLimitExceededException :: AsError a => Fold a ServiceError Source #

The number of reactions has been exceeded. Reactions are limited to one reaction per user for each individual comment ID.

_ReactionValueRequiredException :: AsError a => Fold a ServiceError Source #

A reaction value is required.

_ReferenceDoesNotExistException :: AsError a => Fold a ServiceError Source #

The specified reference does not exist. You must provide a full commit ID.

_ReferenceNameRequiredException :: AsError a => Fold a ServiceError Source #

A reference name is required, but none was provided.

_ReferenceTypeNotSupportedException :: AsError a => Fold a ServiceError Source #

The specified reference is not a supported type.

_ReplacementContentRequiredException :: AsError a => Fold a ServiceError Source #

USE_NEW_CONTENT was specified, but no replacement content has been provided.

_ReplacementTypeRequiredException :: AsError a => Fold a ServiceError Source #

A replacement type is required.

_RepositoryDoesNotExistException :: AsError a => Fold a ServiceError Source #

The specified repository does not exist.

_RepositoryLimitExceededException :: AsError a => Fold a ServiceError Source #

A repository resource limit was exceeded.

_RepositoryNameExistsException :: AsError a => Fold a ServiceError Source #

The specified repository name already exists.

_RepositoryNameRequiredException :: AsError a => Fold a ServiceError Source #

A repository name is required, but was not specified.

_RepositoryNamesRequiredException :: AsError a => Fold a ServiceError Source #

At least one repository name object is required, but was not specified.

_RepositoryNotAssociatedWithPullRequestException :: AsError a => Fold a ServiceError Source #

The repository does not contain any pull requests with that pull request ID. Use GetPullRequest to verify the correct repository name for the pull request ID.

_RepositoryTriggerBranchNameListRequiredException :: AsError a => Fold a ServiceError Source #

At least one branch name is required, but was not specified in the trigger configuration.

_RepositoryTriggerDestinationArnRequiredException :: AsError a => Fold a ServiceError Source #

A destination ARN for the target service for the trigger is required, but was not specified.

_RepositoryTriggerEventsListRequiredException :: AsError a => Fold a ServiceError Source #

At least one event for the trigger is required, but was not specified.

_RepositoryTriggerNameRequiredException :: AsError a => Fold a ServiceError Source #

A name for the trigger is required, but was not specified.

_RepositoryTriggersListRequiredException :: AsError a => Fold a ServiceError Source #

The list of triggers for the repository is required, but was not specified.

_ResourceArnRequiredException :: AsError a => Fold a ServiceError Source #

A valid Amazon Resource Name (ARN) for an AWS CodeCommit resource is required. For a list of valid resources in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User Guide.

_RestrictedSourceFileException :: AsError a => Fold a ServiceError Source #

The commit cannot be created because one of the changes specifies copying or moving a .gitkeep file.

_RevisionIdRequiredException :: AsError a => Fold a ServiceError Source #

A revision ID is required, but was not provided.

_RevisionNotCurrentException :: AsError a => Fold a ServiceError Source #

The revision ID provided in the request does not match the current revision ID. Use GetPullRequest to retrieve the current revision ID.

_SameFileContentException :: AsError a => Fold a ServiceError Source #

The file was not added or updated because the content of the file is exactly the same as the content of that file in the repository and branch that you specified.

_SamePathRequestException :: AsError a => Fold a ServiceError Source #

The commit cannot be created because one or more changes in this commit duplicate actions in the same file path. For example, you cannot make the same delete request to the same file in the same file path twice, or make a delete request and a move request to the same file as part of the same commit.

_SourceAndDestinationAreSameException :: AsError a => Fold a ServiceError Source #

The source branch and destination branch for the pull request are the same. You must specify different branches for the source and destination.

_SourceFileOrContentRequiredException :: AsError a => Fold a ServiceError Source #

The commit cannot be created because no source files or file content have been specified for the commit.

_TagKeysListRequiredException :: AsError a => Fold a ServiceError Source #

A list of tag keys is required. The list cannot be empty or null.

_TagPolicyException :: AsError a => Fold a ServiceError Source #

The tag policy is not valid.

_TagsMapRequiredException :: AsError a => Fold a ServiceError Source #

A map of tags is required.

_TargetRequiredException :: AsError a => Fold a ServiceError Source #

A pull request target is required. It cannot be empty or null. A pull request target must contain the full values for the repository name, source branch, and destination branch for the pull request.

_TargetsRequiredException :: AsError a => Fold a ServiceError Source #

An array of target objects is required. It cannot be empty or null.

_TipOfSourceReferenceIsDifferentException :: AsError a => Fold a ServiceError Source #

The tip of the source branch in the destination repository does not match the tip of the source branch specified in your request. The pull request might have been updated. Make sure that you have the latest changes.

_TipsDivergenceExceededException :: AsError a => Fold a ServiceError Source #

The divergence between the tips of the provided commit specifiers is too great to determine whether there might be any merge conflicts. Locally compare the specifiers using git diff or a diff tool.

_TitleRequiredException :: AsError a => Fold a ServiceError Source #

A pull request title is required. It cannot be empty or null.

_TooManyTagsException :: AsError a => Fold a ServiceError Source #

The maximum number of tags for an AWS CodeCommit resource has been exceeded.

ApprovalState

newtype ApprovalState Source #

Constructors

ApprovalState' 

Instances

Instances details
FromJSON ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

FromJSONKey ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToJSON ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToJSONKey ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToByteString ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToHeader ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToLog ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToQuery ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

FromText ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToText ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Methods

toText :: ApprovalState -> Text #

FromXML ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToXML ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Methods

toXML :: ApprovalState -> XML #

Generic ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Associated Types

type Rep ApprovalState :: Type -> Type #

Read ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Show ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

NFData ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Methods

rnf :: ApprovalState -> () #

Eq ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Ord ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Hashable ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

type Rep ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

type Rep ApprovalState = D1 ('MetaData "ApprovalState" "Amazonka.CodeCommit.Types.ApprovalState" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'True) (C1 ('MetaCons "ApprovalState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApprovalState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChangeTypeEnum

newtype ChangeTypeEnum Source #

Constructors

ChangeTypeEnum' 

Instances

Instances details
FromJSON ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

FromJSONKey ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToJSON ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToJSONKey ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToByteString ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToHeader ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToLog ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToQuery ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

FromText ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToText ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

FromXML ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToXML ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Methods

toXML :: ChangeTypeEnum -> XML #

Generic ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Associated Types

type Rep ChangeTypeEnum :: Type -> Type #

Read ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Show ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

NFData ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Methods

rnf :: ChangeTypeEnum -> () #

Eq ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Ord ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Hashable ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

type Rep ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

type Rep ChangeTypeEnum = D1 ('MetaData "ChangeTypeEnum" "Amazonka.CodeCommit.Types.ChangeTypeEnum" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'True) (C1 ('MetaCons "ChangeTypeEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChangeTypeEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConflictDetailLevelTypeEnum

newtype ConflictDetailLevelTypeEnum Source #

Instances

Instances details
FromJSON ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

FromJSONKey ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToJSON ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToJSONKey ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToByteString ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToHeader ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToLog ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToQuery ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

FromText ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToText ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

FromXML ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToXML ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Generic ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Associated Types

type Rep ConflictDetailLevelTypeEnum :: Type -> Type #

Read ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Show ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

NFData ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Eq ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Ord ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Hashable ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

type Rep ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

type Rep ConflictDetailLevelTypeEnum = D1 ('MetaData "ConflictDetailLevelTypeEnum" "Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'True) (C1 ('MetaCons "ConflictDetailLevelTypeEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConflictDetailLevelTypeEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConflictResolutionStrategyTypeEnum

newtype ConflictResolutionStrategyTypeEnum Source #

Instances

Instances details
FromJSON ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

FromJSONKey ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToJSON ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToJSONKey ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToByteString ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToHeader ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToLog ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToQuery ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

FromText ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToText ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

FromXML ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToXML ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Generic ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Associated Types

type Rep ConflictResolutionStrategyTypeEnum :: Type -> Type #

Read ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Show ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

NFData ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Eq ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Ord ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Hashable ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

type Rep ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

type Rep ConflictResolutionStrategyTypeEnum = D1 ('MetaData "ConflictResolutionStrategyTypeEnum" "Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'True) (C1 ('MetaCons "ConflictResolutionStrategyTypeEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConflictResolutionStrategyTypeEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileModeTypeEnum

newtype FileModeTypeEnum Source #

Instances

Instances details
FromJSON FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

FromJSONKey FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToJSON FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToJSONKey FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToByteString FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToHeader FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToLog FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToQuery FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

FromText FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToText FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

FromXML FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToXML FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Generic FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Associated Types

type Rep FileModeTypeEnum :: Type -> Type #

Read FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Show FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

NFData FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Methods

rnf :: FileModeTypeEnum -> () #

Eq FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Ord FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Hashable FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

type Rep FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

type Rep FileModeTypeEnum = D1 ('MetaData "FileModeTypeEnum" "Amazonka.CodeCommit.Types.FileModeTypeEnum" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'True) (C1 ('MetaCons "FileModeTypeEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileModeTypeEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MergeOptionTypeEnum

newtype MergeOptionTypeEnum Source #

Instances

Instances details
FromJSON MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

FromJSONKey MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToJSON MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToJSONKey MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToByteString MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToHeader MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToLog MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToQuery MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

FromText MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToText MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

FromXML MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToXML MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Generic MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Associated Types

type Rep MergeOptionTypeEnum :: Type -> Type #

Read MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Show MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

NFData MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Methods

rnf :: MergeOptionTypeEnum -> () #

Eq MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Ord MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Hashable MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

type Rep MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

type Rep MergeOptionTypeEnum = D1 ('MetaData "MergeOptionTypeEnum" "Amazonka.CodeCommit.Types.MergeOptionTypeEnum" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'True) (C1 ('MetaCons "MergeOptionTypeEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMergeOptionTypeEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ObjectTypeEnum

newtype ObjectTypeEnum Source #

Constructors

ObjectTypeEnum' 

Instances

Instances details
FromJSON ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

FromJSONKey ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToJSON ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToJSONKey ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToByteString ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToHeader ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToLog ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToQuery ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

FromText ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToText ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

FromXML ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToXML ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Methods

toXML :: ObjectTypeEnum -> XML #

Generic ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Associated Types

type Rep ObjectTypeEnum :: Type -> Type #

Read ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Show ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

NFData ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Methods

rnf :: ObjectTypeEnum -> () #

Eq ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Ord ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Hashable ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

type Rep ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

type Rep ObjectTypeEnum = D1 ('MetaData "ObjectTypeEnum" "Amazonka.CodeCommit.Types.ObjectTypeEnum" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'True) (C1 ('MetaCons "ObjectTypeEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromObjectTypeEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrderEnum

newtype OrderEnum Source #

Constructors

OrderEnum' 

Fields

Bundled Patterns

pattern OrderEnum_Ascending :: OrderEnum 
pattern OrderEnum_Descending :: OrderEnum 

Instances

Instances details
FromJSON OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

FromJSONKey OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToJSON OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToJSONKey OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToByteString OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Methods

toBS :: OrderEnum -> ByteString #

ToHeader OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToLog OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToQuery OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

FromText OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToText OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Methods

toText :: OrderEnum -> Text #

FromXML OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToXML OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Methods

toXML :: OrderEnum -> XML #

Generic OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Associated Types

type Rep OrderEnum :: Type -> Type #

Read OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Show OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

NFData OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Methods

rnf :: OrderEnum -> () #

Eq OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Ord OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Hashable OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

type Rep OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

type Rep OrderEnum = D1 ('MetaData "OrderEnum" "Amazonka.CodeCommit.Types.OrderEnum" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'True) (C1 ('MetaCons "OrderEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrderEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OverrideStatus

newtype OverrideStatus Source #

Constructors

OverrideStatus' 

Instances

Instances details
FromJSON OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

FromJSONKey OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToJSON OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToJSONKey OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToByteString OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToHeader OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToLog OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToQuery OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

FromText OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToText OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

FromXML OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToXML OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Methods

toXML :: OverrideStatus -> XML #

Generic OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Associated Types

type Rep OverrideStatus :: Type -> Type #

Read OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Show OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

NFData OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Methods

rnf :: OverrideStatus -> () #

Eq OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Ord OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Hashable OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

type Rep OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

type Rep OverrideStatus = D1 ('MetaData "OverrideStatus" "Amazonka.CodeCommit.Types.OverrideStatus" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'True) (C1 ('MetaCons "OverrideStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOverrideStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PullRequestEventType

newtype PullRequestEventType Source #

Instances

Instances details
FromJSON PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

FromJSONKey PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToJSON PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToJSONKey PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToByteString PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToHeader PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToLog PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToQuery PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

FromText PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToText PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

FromXML PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToXML PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Generic PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Associated Types

type Rep PullRequestEventType :: Type -> Type #

Read PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Show PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

NFData PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Methods

rnf :: PullRequestEventType -> () #

Eq PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Ord PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Hashable PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

type Rep PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

type Rep PullRequestEventType = D1 ('MetaData "PullRequestEventType" "Amazonka.CodeCommit.Types.PullRequestEventType" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'True) (C1 ('MetaCons "PullRequestEventType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPullRequestEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PullRequestStatusEnum

newtype PullRequestStatusEnum Source #

Instances

Instances details
FromJSON PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

FromJSONKey PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToJSON PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToJSONKey PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToByteString PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToHeader PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToLog PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToQuery PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

FromText PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToText PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

FromXML PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToXML PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Generic PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Associated Types

type Rep PullRequestStatusEnum :: Type -> Type #

Read PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Show PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

NFData PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Methods

rnf :: PullRequestStatusEnum -> () #

Eq PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Ord PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Hashable PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

type Rep PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

type Rep PullRequestStatusEnum = D1 ('MetaData "PullRequestStatusEnum" "Amazonka.CodeCommit.Types.PullRequestStatusEnum" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'True) (C1 ('MetaCons "PullRequestStatusEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPullRequestStatusEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RelativeFileVersionEnum

newtype RelativeFileVersionEnum Source #

Instances

Instances details
FromJSON RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

FromJSONKey RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToJSON RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToJSONKey RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToByteString RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToHeader RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToLog RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToQuery RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

FromText RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToText RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

FromXML RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToXML RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Generic RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Associated Types

type Rep RelativeFileVersionEnum :: Type -> Type #

Read RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Show RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

NFData RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Methods

rnf :: RelativeFileVersionEnum -> () #

Eq RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Ord RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Hashable RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

type Rep RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

type Rep RelativeFileVersionEnum = D1 ('MetaData "RelativeFileVersionEnum" "Amazonka.CodeCommit.Types.RelativeFileVersionEnum" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'True) (C1 ('MetaCons "RelativeFileVersionEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRelativeFileVersionEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReplacementTypeEnum

newtype ReplacementTypeEnum Source #

Instances

Instances details
FromJSON ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

FromJSONKey ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToJSON ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToJSONKey ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToByteString ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToHeader ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToLog ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToQuery ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

FromText ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToText ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

FromXML ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToXML ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Generic ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Associated Types

type Rep ReplacementTypeEnum :: Type -> Type #

Read ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Show ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

NFData ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Methods

rnf :: ReplacementTypeEnum -> () #

Eq ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Ord ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Hashable ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

type Rep ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

type Rep ReplacementTypeEnum = D1 ('MetaData "ReplacementTypeEnum" "Amazonka.CodeCommit.Types.ReplacementTypeEnum" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'True) (C1 ('MetaCons "ReplacementTypeEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReplacementTypeEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RepositoryTriggerEventEnum

newtype RepositoryTriggerEventEnum Source #

Instances

Instances details
FromJSON RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

FromJSONKey RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToJSON RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToJSONKey RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToByteString RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToHeader RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToLog RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToQuery RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

FromText RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToText RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

FromXML RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToXML RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Generic RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Associated Types

type Rep RepositoryTriggerEventEnum :: Type -> Type #

Read RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Show RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

NFData RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Eq RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Ord RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Hashable RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

type Rep RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

type Rep RepositoryTriggerEventEnum = D1 ('MetaData "RepositoryTriggerEventEnum" "Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'True) (C1 ('MetaCons "RepositoryTriggerEventEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRepositoryTriggerEventEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortByEnum

newtype SortByEnum Source #

Constructors

SortByEnum' 

Fields

Instances

Instances details
FromJSON SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

FromJSONKey SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToJSON SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToJSONKey SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToByteString SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToHeader SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToLog SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToQuery SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

FromText SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToText SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Methods

toText :: SortByEnum -> Text #

FromXML SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToXML SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Methods

toXML :: SortByEnum -> XML #

Generic SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Associated Types

type Rep SortByEnum :: Type -> Type #

Read SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Show SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

NFData SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Methods

rnf :: SortByEnum -> () #

Eq SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Ord SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Hashable SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

type Rep SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

type Rep SortByEnum = D1 ('MetaData "SortByEnum" "Amazonka.CodeCommit.Types.SortByEnum" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'True) (C1 ('MetaCons "SortByEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortByEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Approval

data Approval Source #

Returns information about a specific approval on a pull request.

See: newApproval smart constructor.

Constructors

Approval' 

Fields

Instances

Instances details
FromJSON Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Generic Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Associated Types

type Rep Approval :: Type -> Type #

Methods

from :: Approval -> Rep Approval x #

to :: Rep Approval x -> Approval #

Read Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Show Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

NFData Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Methods

rnf :: Approval -> () #

Eq Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Hashable Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Methods

hashWithSalt :: Int -> Approval -> Int #

hash :: Approval -> Int #

type Rep Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

type Rep Approval = D1 ('MetaData "Approval" "Amazonka.CodeCommit.Types.Approval" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "Approval'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApprovalState)) :*: S1 ('MetaSel ('Just "userArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newApproval :: Approval Source #

Create a value of Approval with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:approvalState:Approval', approval_approvalState - The state of the approval, APPROVE or REVOKE. REVOKE states are not stored.

$sel:userArn:Approval', approval_userArn - The Amazon Resource Name (ARN) of the user.

approval_approvalState :: Lens' Approval (Maybe ApprovalState) Source #

The state of the approval, APPROVE or REVOKE. REVOKE states are not stored.

approval_userArn :: Lens' Approval (Maybe Text) Source #

The Amazon Resource Name (ARN) of the user.

ApprovalRule

data ApprovalRule Source #

Returns information about an approval rule.

See: newApprovalRule smart constructor.

Constructors

ApprovalRule' 

Fields

Instances

Instances details
FromJSON ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

Generic ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

Associated Types

type Rep ApprovalRule :: Type -> Type #

Read ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

Show ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

NFData ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

Methods

rnf :: ApprovalRule -> () #

Eq ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

Hashable ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

type Rep ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

type Rep ApprovalRule = D1 ('MetaData "ApprovalRule" "Amazonka.CodeCommit.Types.ApprovalRule" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ApprovalRule'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "approvalRuleContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approvalRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "approvalRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "originApprovalRuleTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OriginApprovalRuleTemplate)) :*: S1 ('MetaSel ('Just "ruleContentSha256") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newApprovalRule :: ApprovalRule Source #

Create a value of ApprovalRule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:approvalRuleContent:ApprovalRule', approvalRule_approvalRuleContent - The content of the approval rule.

$sel:approvalRuleId:ApprovalRule', approvalRule_approvalRuleId - The system-generated ID of the approval rule.

$sel:approvalRuleName:ApprovalRule', approvalRule_approvalRuleName - The name of the approval rule.

$sel:creationDate:ApprovalRule', approvalRule_creationDate - The date the approval rule was created, in timestamp format.

$sel:lastModifiedDate:ApprovalRule', approvalRule_lastModifiedDate - The date the approval rule was most recently changed, in timestamp format.

$sel:lastModifiedUser:ApprovalRule', approvalRule_lastModifiedUser - The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule.

$sel:originApprovalRuleTemplate:ApprovalRule', approvalRule_originApprovalRuleTemplate - The approval rule template used to create the rule.

$sel:ruleContentSha256:ApprovalRule', approvalRule_ruleContentSha256 - The SHA-256 hash signature for the content of the approval rule.

approvalRule_approvalRuleContent :: Lens' ApprovalRule (Maybe Text) Source #

The content of the approval rule.

approvalRule_approvalRuleId :: Lens' ApprovalRule (Maybe Text) Source #

The system-generated ID of the approval rule.

approvalRule_creationDate :: Lens' ApprovalRule (Maybe UTCTime) Source #

The date the approval rule was created, in timestamp format.

approvalRule_lastModifiedDate :: Lens' ApprovalRule (Maybe UTCTime) Source #

The date the approval rule was most recently changed, in timestamp format.

approvalRule_lastModifiedUser :: Lens' ApprovalRule (Maybe Text) Source #

The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule.

approvalRule_ruleContentSha256 :: Lens' ApprovalRule (Maybe Text) Source #

The SHA-256 hash signature for the content of the approval rule.

ApprovalRuleEventMetadata

data ApprovalRuleEventMetadata Source #

Returns information about an event for an approval rule.

See: newApprovalRuleEventMetadata smart constructor.

Constructors

ApprovalRuleEventMetadata' 

Fields

Instances

Instances details
FromJSON ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

Generic ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

Associated Types

type Rep ApprovalRuleEventMetadata :: Type -> Type #

Read ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

Show ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

NFData ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

Eq ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

Hashable ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

type Rep ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

type Rep ApprovalRuleEventMetadata = D1 ('MetaData "ApprovalRuleEventMetadata" "Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ApprovalRuleEventMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "approvalRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approvalRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newApprovalRuleEventMetadata :: ApprovalRuleEventMetadata Source #

Create a value of ApprovalRuleEventMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:approvalRuleContent:ApprovalRuleEventMetadata', approvalRuleEventMetadata_approvalRuleContent - The content of the approval rule.

$sel:approvalRuleId:ApprovalRuleEventMetadata', approvalRuleEventMetadata_approvalRuleId - The system-generated ID of the approval rule.

$sel:approvalRuleName:ApprovalRuleEventMetadata', approvalRuleEventMetadata_approvalRuleName - The name of the approval rule.

ApprovalRuleOverriddenEventMetadata

data ApprovalRuleOverriddenEventMetadata Source #

Returns information about an override event for approval rules for a pull request.

See: newApprovalRuleOverriddenEventMetadata smart constructor.

Constructors

ApprovalRuleOverriddenEventMetadata' 

Fields

Instances

Instances details
FromJSON ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

Generic ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

Read ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

Show ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

NFData ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

Eq ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

Hashable ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

type Rep ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

type Rep ApprovalRuleOverriddenEventMetadata = D1 ('MetaData "ApprovalRuleOverriddenEventMetadata" "Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ApprovalRuleOverriddenEventMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "overrideStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OverrideStatus)) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newApprovalRuleOverriddenEventMetadata :: ApprovalRuleOverriddenEventMetadata Source #

Create a value of ApprovalRuleOverriddenEventMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:overrideStatus:ApprovalRuleOverriddenEventMetadata', approvalRuleOverriddenEventMetadata_overrideStatus - The status of the override event.

$sel:revisionId:ApprovalRuleOverriddenEventMetadata', approvalRuleOverriddenEventMetadata_revisionId - The revision ID of the pull request when the override event occurred.

approvalRuleOverriddenEventMetadata_revisionId :: Lens' ApprovalRuleOverriddenEventMetadata (Maybe Text) Source #

The revision ID of the pull request when the override event occurred.

ApprovalRuleTemplate

data ApprovalRuleTemplate Source #

Returns information about an approval rule template.

See: newApprovalRuleTemplate smart constructor.

Constructors

ApprovalRuleTemplate' 

Fields

Instances

Instances details
FromJSON ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

Generic ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

Associated Types

type Rep ApprovalRuleTemplate :: Type -> Type #

Read ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

Show ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

NFData ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

Methods

rnf :: ApprovalRuleTemplate -> () #

Eq ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

Hashable ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

type Rep ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

type Rep ApprovalRuleTemplate = D1 ('MetaData "ApprovalRuleTemplate" "Amazonka.CodeCommit.Types.ApprovalRuleTemplate" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ApprovalRuleTemplate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "approvalRuleTemplateContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approvalRuleTemplateDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "approvalRuleTemplateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastModifiedUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ruleContentSha256") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newApprovalRuleTemplate :: ApprovalRuleTemplate Source #

Create a value of ApprovalRuleTemplate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:approvalRuleTemplateContent:ApprovalRuleTemplate', approvalRuleTemplate_approvalRuleTemplateContent - The content of the approval rule template.

$sel:approvalRuleTemplateDescription:ApprovalRuleTemplate', approvalRuleTemplate_approvalRuleTemplateDescription - The description of the approval rule template.

$sel:approvalRuleTemplateId:ApprovalRuleTemplate', approvalRuleTemplate_approvalRuleTemplateId - The system-generated ID of the approval rule template.

$sel:approvalRuleTemplateName:ApprovalRuleTemplate', approvalRuleTemplate_approvalRuleTemplateName - The name of the approval rule template.

$sel:creationDate:ApprovalRuleTemplate', approvalRuleTemplate_creationDate - The date the approval rule template was created, in timestamp format.

$sel:lastModifiedDate:ApprovalRuleTemplate', approvalRuleTemplate_lastModifiedDate - The date the approval rule template was most recently changed, in timestamp format.

$sel:lastModifiedUser:ApprovalRuleTemplate', approvalRuleTemplate_lastModifiedUser - The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.

$sel:ruleContentSha256:ApprovalRuleTemplate', approvalRuleTemplate_ruleContentSha256 - The SHA-256 hash signature for the content of the approval rule template.

approvalRuleTemplate_approvalRuleTemplateId :: Lens' ApprovalRuleTemplate (Maybe Text) Source #

The system-generated ID of the approval rule template.

approvalRuleTemplate_creationDate :: Lens' ApprovalRuleTemplate (Maybe UTCTime) Source #

The date the approval rule template was created, in timestamp format.

approvalRuleTemplate_lastModifiedDate :: Lens' ApprovalRuleTemplate (Maybe UTCTime) Source #

The date the approval rule template was most recently changed, in timestamp format.

approvalRuleTemplate_lastModifiedUser :: Lens' ApprovalRuleTemplate (Maybe Text) Source #

The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.

approvalRuleTemplate_ruleContentSha256 :: Lens' ApprovalRuleTemplate (Maybe Text) Source #

The SHA-256 hash signature for the content of the approval rule template.

ApprovalStateChangedEventMetadata

data ApprovalStateChangedEventMetadata Source #

Returns information about a change in the approval state for a pull request.

See: newApprovalStateChangedEventMetadata smart constructor.

Constructors

ApprovalStateChangedEventMetadata' 

Fields

Instances

Instances details
FromJSON ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

Generic ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

Associated Types

type Rep ApprovalStateChangedEventMetadata :: Type -> Type #

Read ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

Show ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

NFData ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

Eq ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

Hashable ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

type Rep ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

type Rep ApprovalStateChangedEventMetadata = D1 ('MetaData "ApprovalStateChangedEventMetadata" "Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ApprovalStateChangedEventMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApprovalState)) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newApprovalStateChangedEventMetadata :: ApprovalStateChangedEventMetadata Source #

Create a value of ApprovalStateChangedEventMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:approvalStatus:ApprovalStateChangedEventMetadata', approvalStateChangedEventMetadata_approvalStatus - The approval status for the pull request.

$sel:revisionId:ApprovalStateChangedEventMetadata', approvalStateChangedEventMetadata_revisionId - The revision ID of the pull request when the approval state changed.

approvalStateChangedEventMetadata_revisionId :: Lens' ApprovalStateChangedEventMetadata (Maybe Text) Source #

The revision ID of the pull request when the approval state changed.

BatchAssociateApprovalRuleTemplateWithRepositoriesError

data BatchAssociateApprovalRuleTemplateWithRepositoriesError Source #

Returns information about errors in a BatchAssociateApprovalRuleTemplateWithRepositories operation.

See: newBatchAssociateApprovalRuleTemplateWithRepositoriesError smart constructor.

Constructors

BatchAssociateApprovalRuleTemplateWithRepositoriesError' 

Fields

  • errorCode :: Maybe Text

    An error code that specifies whether the repository name was not valid or not found.

  • errorMessage :: Maybe Text

    An error message that provides details about why the repository name was not found or not valid.

  • repositoryName :: Maybe Text

    The name of the repository where the association was not made.

Instances

Instances details
FromJSON BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

Generic BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

Read BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

Show BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

NFData BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

Eq BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

Hashable BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

type Rep BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

type Rep BatchAssociateApprovalRuleTemplateWithRepositoriesError = D1 ('MetaData "BatchAssociateApprovalRuleTemplateWithRepositoriesError" "Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "BatchAssociateApprovalRuleTemplateWithRepositoriesError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchAssociateApprovalRuleTemplateWithRepositoriesError :: BatchAssociateApprovalRuleTemplateWithRepositoriesError Source #

Create a value of BatchAssociateApprovalRuleTemplateWithRepositoriesError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:BatchAssociateApprovalRuleTemplateWithRepositoriesError', batchAssociateApprovalRuleTemplateWithRepositoriesError_errorCode - An error code that specifies whether the repository name was not valid or not found.

$sel:errorMessage:BatchAssociateApprovalRuleTemplateWithRepositoriesError', batchAssociateApprovalRuleTemplateWithRepositoriesError_errorMessage - An error message that provides details about why the repository name was not found or not valid.

$sel:repositoryName:BatchAssociateApprovalRuleTemplateWithRepositoriesError', batchAssociateApprovalRuleTemplateWithRepositoriesError_repositoryName - The name of the repository where the association was not made.

batchAssociateApprovalRuleTemplateWithRepositoriesError_errorCode :: Lens' BatchAssociateApprovalRuleTemplateWithRepositoriesError (Maybe Text) Source #

An error code that specifies whether the repository name was not valid or not found.

batchAssociateApprovalRuleTemplateWithRepositoriesError_errorMessage :: Lens' BatchAssociateApprovalRuleTemplateWithRepositoriesError (Maybe Text) Source #

An error message that provides details about why the repository name was not found or not valid.

BatchDescribeMergeConflictsError

data BatchDescribeMergeConflictsError Source #

Returns information about errors in a BatchDescribeMergeConflicts operation.

See: newBatchDescribeMergeConflictsError smart constructor.

Constructors

BatchDescribeMergeConflictsError' 

Fields

Instances

Instances details
FromJSON BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Generic BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Associated Types

type Rep BatchDescribeMergeConflictsError :: Type -> Type #

Read BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Show BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

NFData BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Eq BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Hashable BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

type Rep BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

type Rep BatchDescribeMergeConflictsError = D1 ('MetaData "BatchDescribeMergeConflictsError" "Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "BatchDescribeMergeConflictsError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "exceptionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

BatchDisassociateApprovalRuleTemplateFromRepositoriesError

data BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source #

Returns information about errors in a BatchDisassociateApprovalRuleTemplateFromRepositories operation.

See: newBatchDisassociateApprovalRuleTemplateFromRepositoriesError smart constructor.

Constructors

BatchDisassociateApprovalRuleTemplateFromRepositoriesError' 

Fields

  • errorCode :: Maybe Text

    An error code that specifies whether the repository name was not valid or not found.

  • errorMessage :: Maybe Text

    An error message that provides details about why the repository name was either not found or not valid.

  • repositoryName :: Maybe Text

    The name of the repository where the association with the template was not able to be removed.

Instances

Instances details
FromJSON BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Generic BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Read BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Show BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

NFData BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Eq BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Hashable BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

type Rep BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

type Rep BatchDisassociateApprovalRuleTemplateFromRepositoriesError = D1 ('MetaData "BatchDisassociateApprovalRuleTemplateFromRepositoriesError" "Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "BatchDisassociateApprovalRuleTemplateFromRepositoriesError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchDisassociateApprovalRuleTemplateFromRepositoriesError :: BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source #

Create a value of BatchDisassociateApprovalRuleTemplateFromRepositoriesError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:BatchDisassociateApprovalRuleTemplateFromRepositoriesError', batchDisassociateApprovalRuleTemplateFromRepositoriesError_errorCode - An error code that specifies whether the repository name was not valid or not found.

$sel:errorMessage:BatchDisassociateApprovalRuleTemplateFromRepositoriesError', batchDisassociateApprovalRuleTemplateFromRepositoriesError_errorMessage - An error message that provides details about why the repository name was either not found or not valid.

$sel:repositoryName:BatchDisassociateApprovalRuleTemplateFromRepositoriesError', batchDisassociateApprovalRuleTemplateFromRepositoriesError_repositoryName - The name of the repository where the association with the template was not able to be removed.

batchDisassociateApprovalRuleTemplateFromRepositoriesError_errorMessage :: Lens' BatchDisassociateApprovalRuleTemplateFromRepositoriesError (Maybe Text) Source #

An error message that provides details about why the repository name was either not found or not valid.

batchDisassociateApprovalRuleTemplateFromRepositoriesError_repositoryName :: Lens' BatchDisassociateApprovalRuleTemplateFromRepositoriesError (Maybe Text) Source #

The name of the repository where the association with the template was not able to be removed.

BatchGetCommitsError

data BatchGetCommitsError Source #

Returns information about errors in a BatchGetCommits operation.

See: newBatchGetCommitsError smart constructor.

Constructors

BatchGetCommitsError' 

Fields

  • commitId :: Maybe Text

    A commit ID that either could not be found or was not in a valid format.

  • errorCode :: Maybe Text

    An error code that specifies whether the commit ID was not valid or not found.

  • errorMessage :: Maybe Text

    An error message that provides detail about why the commit ID either was not found or was not valid.

Instances

Instances details
FromJSON BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

Generic BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

Associated Types

type Rep BatchGetCommitsError :: Type -> Type #

Read BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

Show BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

NFData BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

Methods

rnf :: BatchGetCommitsError -> () #

Eq BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

Hashable BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

type Rep BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

type Rep BatchGetCommitsError = D1 ('MetaData "BatchGetCommitsError" "Amazonka.CodeCommit.Types.BatchGetCommitsError" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "BatchGetCommitsError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchGetCommitsError :: BatchGetCommitsError Source #

Create a value of BatchGetCommitsError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:commitId:BatchGetCommitsError', batchGetCommitsError_commitId - A commit ID that either could not be found or was not in a valid format.

$sel:errorCode:BatchGetCommitsError', batchGetCommitsError_errorCode - An error code that specifies whether the commit ID was not valid or not found.

$sel:errorMessage:BatchGetCommitsError', batchGetCommitsError_errorMessage - An error message that provides detail about why the commit ID either was not found or was not valid.

batchGetCommitsError_commitId :: Lens' BatchGetCommitsError (Maybe Text) Source #

A commit ID that either could not be found or was not in a valid format.

batchGetCommitsError_errorCode :: Lens' BatchGetCommitsError (Maybe Text) Source #

An error code that specifies whether the commit ID was not valid or not found.

batchGetCommitsError_errorMessage :: Lens' BatchGetCommitsError (Maybe Text) Source #

An error message that provides detail about why the commit ID either was not found or was not valid.

BlobMetadata

data BlobMetadata Source #

Returns information about a specific Git blob object.

See: newBlobMetadata smart constructor.

Constructors

BlobMetadata' 

Fields

  • blobId :: Maybe Text

    The full ID of the blob.

  • mode :: Maybe Text

    The file mode permissions of the blob. File mode permission codes include:

    • 100644 indicates read/write
    • 100755 indicates read/write/execute
    • 160000 indicates a submodule
    • 120000 indicates a symlink
  • path :: Maybe Text

    The path to the blob and associated file name, if any.

Instances

Instances details
FromJSON BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

Generic BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

Associated Types

type Rep BlobMetadata :: Type -> Type #

Read BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

Show BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

NFData BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

Methods

rnf :: BlobMetadata -> () #

Eq BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

Hashable BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

type Rep BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

type Rep BlobMetadata = D1 ('MetaData "BlobMetadata" "Amazonka.CodeCommit.Types.BlobMetadata" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "BlobMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBlobMetadata :: BlobMetadata Source #

Create a value of BlobMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:blobId:BlobMetadata', blobMetadata_blobId - The full ID of the blob.

$sel:mode:BlobMetadata', blobMetadata_mode - The file mode permissions of the blob. File mode permission codes include:

  • 100644 indicates read/write
  • 100755 indicates read/write/execute
  • 160000 indicates a submodule
  • 120000 indicates a symlink

$sel:path:BlobMetadata', blobMetadata_path - The path to the blob and associated file name, if any.

blobMetadata_blobId :: Lens' BlobMetadata (Maybe Text) Source #

The full ID of the blob.

blobMetadata_mode :: Lens' BlobMetadata (Maybe Text) Source #

The file mode permissions of the blob. File mode permission codes include:

  • 100644 indicates read/write
  • 100755 indicates read/write/execute
  • 160000 indicates a submodule
  • 120000 indicates a symlink

blobMetadata_path :: Lens' BlobMetadata (Maybe Text) Source #

The path to the blob and associated file name, if any.

BranchInfo

data BranchInfo Source #

Returns information about a branch.

See: newBranchInfo smart constructor.

Constructors

BranchInfo' 

Fields

Instances

Instances details
FromJSON BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

Generic BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

Associated Types

type Rep BranchInfo :: Type -> Type #

Read BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

Show BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

NFData BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

Methods

rnf :: BranchInfo -> () #

Eq BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

Hashable BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

type Rep BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

type Rep BranchInfo = D1 ('MetaData "BranchInfo" "Amazonka.CodeCommit.Types.BranchInfo" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "BranchInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "branchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBranchInfo :: BranchInfo Source #

Create a value of BranchInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:branchName:BranchInfo', branchInfo_branchName - The name of the branch.

$sel:commitId:BranchInfo', branchInfo_commitId - The ID of the last commit made to the branch.

branchInfo_commitId :: Lens' BranchInfo (Maybe Text) Source #

The ID of the last commit made to the branch.

Comment

data Comment Source #

Returns information about a specific comment.

See: newComment smart constructor.

Constructors

Comment' 

Fields

  • authorArn :: Maybe Text

    The Amazon Resource Name (ARN) of the person who posted the comment.

  • callerReactions :: Maybe [Text]

    The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with the call to the API.

  • clientRequestToken :: Maybe Text

    A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

  • commentId :: Maybe Text

    The system-generated comment ID.

  • content :: Maybe Text

    The content of the comment.

  • creationDate :: Maybe POSIX

    The date and time the comment was created, in timestamp format.

  • deleted :: Maybe Bool

    A Boolean value indicating whether the comment has been deleted.

  • inReplyTo :: Maybe Text

    The ID of the comment for which this comment is a reply, if any.

  • lastModifiedDate :: Maybe POSIX

    The date and time the comment was most recently modified, in timestamp format.

  • reactionCounts :: Maybe (HashMap Text Int)

    A string to integer map that represents the number of individual users who have responded to a comment with the specified reactions.

Instances

Instances details
FromJSON Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Generic Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Associated Types

type Rep Comment :: Type -> Type #

Methods

from :: Comment -> Rep Comment x #

to :: Rep Comment x -> Comment #

Read Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Show Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

NFData Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Methods

rnf :: Comment -> () #

Eq Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Methods

(==) :: Comment -> Comment -> Bool #

(/=) :: Comment -> Comment -> Bool #

Hashable Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Methods

hashWithSalt :: Int -> Comment -> Int #

hash :: Comment -> Int #

type Rep Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

newComment :: Comment Source #

Create a value of Comment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:authorArn:Comment', comment_authorArn - The Amazon Resource Name (ARN) of the person who posted the comment.

$sel:callerReactions:Comment', comment_callerReactions - The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with the call to the API.

$sel:clientRequestToken:Comment', comment_clientRequestToken - A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

$sel:commentId:Comment', comment_commentId - The system-generated comment ID.

$sel:content:Comment', comment_content - The content of the comment.

$sel:creationDate:Comment', comment_creationDate - The date and time the comment was created, in timestamp format.

$sel:deleted:Comment', comment_deleted - A Boolean value indicating whether the comment has been deleted.

$sel:inReplyTo:Comment', comment_inReplyTo - The ID of the comment for which this comment is a reply, if any.

$sel:lastModifiedDate:Comment', comment_lastModifiedDate - The date and time the comment was most recently modified, in timestamp format.

$sel:reactionCounts:Comment', comment_reactionCounts - A string to integer map that represents the number of individual users who have responded to a comment with the specified reactions.

comment_authorArn :: Lens' Comment (Maybe Text) Source #

The Amazon Resource Name (ARN) of the person who posted the comment.

comment_callerReactions :: Lens' Comment (Maybe [Text]) Source #

The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with the call to the API.

comment_clientRequestToken :: Lens' Comment (Maybe Text) Source #

A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

comment_commentId :: Lens' Comment (Maybe Text) Source #

The system-generated comment ID.

comment_content :: Lens' Comment (Maybe Text) Source #

The content of the comment.

comment_creationDate :: Lens' Comment (Maybe UTCTime) Source #

The date and time the comment was created, in timestamp format.

comment_deleted :: Lens' Comment (Maybe Bool) Source #

A Boolean value indicating whether the comment has been deleted.

comment_inReplyTo :: Lens' Comment (Maybe Text) Source #

The ID of the comment for which this comment is a reply, if any.

comment_lastModifiedDate :: Lens' Comment (Maybe UTCTime) Source #

The date and time the comment was most recently modified, in timestamp format.

comment_reactionCounts :: Lens' Comment (Maybe (HashMap Text Int)) Source #

A string to integer map that represents the number of individual users who have responded to a comment with the specified reactions.

CommentsForComparedCommit

data CommentsForComparedCommit Source #

Returns information about comments on the comparison between two commits.

See: newCommentsForComparedCommit smart constructor.

Constructors

CommentsForComparedCommit' 

Fields

  • afterBlobId :: Maybe Text

    The full blob ID of the commit used to establish the after of the comparison.

  • afterCommitId :: Maybe Text

    The full commit ID of the commit used to establish the after of the comparison.

  • beforeBlobId :: Maybe Text

    The full blob ID of the commit used to establish the before of the comparison.

  • beforeCommitId :: Maybe Text

    The full commit ID of the commit used to establish the before of the comparison.

  • comments :: Maybe [Comment]

    An array of comment objects. Each comment object contains information about a comment on the comparison between commits.

  • location :: Maybe Location

    Location information about the comment on the comparison, including the file name, line number, and whether the version of the file where the comment was made is BEFORE or AFTER.

  • repositoryName :: Maybe Text

    The name of the repository that contains the compared commits.

Instances

Instances details
FromJSON CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

Generic CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

Associated Types

type Rep CommentsForComparedCommit :: Type -> Type #

Read CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

Show CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

NFData CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

Eq CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

Hashable CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

type Rep CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

type Rep CommentsForComparedCommit = D1 ('MetaData "CommentsForComparedCommit" "Amazonka.CodeCommit.Types.CommentsForComparedCommit" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "CommentsForComparedCommit'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "afterBlobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "afterCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "beforeBlobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "beforeCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "comments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Comment]))) :*: (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Location)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCommentsForComparedCommit :: CommentsForComparedCommit Source #

Create a value of CommentsForComparedCommit with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:afterBlobId:CommentsForComparedCommit', commentsForComparedCommit_afterBlobId - The full blob ID of the commit used to establish the after of the comparison.

$sel:afterCommitId:CommentsForComparedCommit', commentsForComparedCommit_afterCommitId - The full commit ID of the commit used to establish the after of the comparison.

$sel:beforeBlobId:CommentsForComparedCommit', commentsForComparedCommit_beforeBlobId - The full blob ID of the commit used to establish the before of the comparison.

$sel:beforeCommitId:CommentsForComparedCommit', commentsForComparedCommit_beforeCommitId - The full commit ID of the commit used to establish the before of the comparison.

$sel:comments:CommentsForComparedCommit', commentsForComparedCommit_comments - An array of comment objects. Each comment object contains information about a comment on the comparison between commits.

$sel:location:CommentsForComparedCommit', commentsForComparedCommit_location - Location information about the comment on the comparison, including the file name, line number, and whether the version of the file where the comment was made is BEFORE or AFTER.

$sel:repositoryName:CommentsForComparedCommit', commentsForComparedCommit_repositoryName - The name of the repository that contains the compared commits.

commentsForComparedCommit_afterBlobId :: Lens' CommentsForComparedCommit (Maybe Text) Source #

The full blob ID of the commit used to establish the after of the comparison.

commentsForComparedCommit_afterCommitId :: Lens' CommentsForComparedCommit (Maybe Text) Source #

The full commit ID of the commit used to establish the after of the comparison.

commentsForComparedCommit_beforeBlobId :: Lens' CommentsForComparedCommit (Maybe Text) Source #

The full blob ID of the commit used to establish the before of the comparison.

commentsForComparedCommit_beforeCommitId :: Lens' CommentsForComparedCommit (Maybe Text) Source #

The full commit ID of the commit used to establish the before of the comparison.

commentsForComparedCommit_comments :: Lens' CommentsForComparedCommit (Maybe [Comment]) Source #

An array of comment objects. Each comment object contains information about a comment on the comparison between commits.

commentsForComparedCommit_location :: Lens' CommentsForComparedCommit (Maybe Location) Source #

Location information about the comment on the comparison, including the file name, line number, and whether the version of the file where the comment was made is BEFORE or AFTER.

commentsForComparedCommit_repositoryName :: Lens' CommentsForComparedCommit (Maybe Text) Source #

The name of the repository that contains the compared commits.

CommentsForPullRequest

data CommentsForPullRequest Source #

Returns information about comments on a pull request.

See: newCommentsForPullRequest smart constructor.

Constructors

CommentsForPullRequest' 

Fields

  • afterBlobId :: Maybe Text

    The full blob ID of the file on which you want to comment on the source commit.

  • afterCommitId :: Maybe Text

    The full commit ID of the commit that was the tip of the source branch at the time the comment was made.

  • beforeBlobId :: Maybe Text

    The full blob ID of the file on which you want to comment on the destination commit.

  • beforeCommitId :: Maybe Text

    The full commit ID of the commit that was the tip of the destination branch when the pull request was created. This commit is superceded by the after commit in the source branch when and if you merge the source branch into the destination branch.

  • comments :: Maybe [Comment]

    An array of comment objects. Each comment object contains information about a comment on the pull request.

  • location :: Maybe Location

    Location information about the comment on the pull request, including the file name, line number, and whether the version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch).

  • pullRequestId :: Maybe Text

    The system-generated ID of the pull request.

  • repositoryName :: Maybe Text

    The name of the repository that contains the pull request.

Instances

Instances details
FromJSON CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

Generic CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

Associated Types

type Rep CommentsForPullRequest :: Type -> Type #

Read CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

Show CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

NFData CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

Methods

rnf :: CommentsForPullRequest -> () #

Eq CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

Hashable CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

type Rep CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

type Rep CommentsForPullRequest = D1 ('MetaData "CommentsForPullRequest" "Amazonka.CodeCommit.Types.CommentsForPullRequest" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "CommentsForPullRequest'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "afterBlobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "afterCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "beforeBlobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "beforeCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "comments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Comment])) :*: S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Location))) :*: (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCommentsForPullRequest :: CommentsForPullRequest Source #

Create a value of CommentsForPullRequest with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:afterBlobId:CommentsForPullRequest', commentsForPullRequest_afterBlobId - The full blob ID of the file on which you want to comment on the source commit.

$sel:afterCommitId:CommentsForPullRequest', commentsForPullRequest_afterCommitId - The full commit ID of the commit that was the tip of the source branch at the time the comment was made.

$sel:beforeBlobId:CommentsForPullRequest', commentsForPullRequest_beforeBlobId - The full blob ID of the file on which you want to comment on the destination commit.

$sel:beforeCommitId:CommentsForPullRequest', commentsForPullRequest_beforeCommitId - The full commit ID of the commit that was the tip of the destination branch when the pull request was created. This commit is superceded by the after commit in the source branch when and if you merge the source branch into the destination branch.

$sel:comments:CommentsForPullRequest', commentsForPullRequest_comments - An array of comment objects. Each comment object contains information about a comment on the pull request.

$sel:location:CommentsForPullRequest', commentsForPullRequest_location - Location information about the comment on the pull request, including the file name, line number, and whether the version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch).

$sel:pullRequestId:CommentsForPullRequest', commentsForPullRequest_pullRequestId - The system-generated ID of the pull request.

$sel:repositoryName:CommentsForPullRequest', commentsForPullRequest_repositoryName - The name of the repository that contains the pull request.

commentsForPullRequest_afterBlobId :: Lens' CommentsForPullRequest (Maybe Text) Source #

The full blob ID of the file on which you want to comment on the source commit.

commentsForPullRequest_afterCommitId :: Lens' CommentsForPullRequest (Maybe Text) Source #

The full commit ID of the commit that was the tip of the source branch at the time the comment was made.

commentsForPullRequest_beforeBlobId :: Lens' CommentsForPullRequest (Maybe Text) Source #

The full blob ID of the file on which you want to comment on the destination commit.

commentsForPullRequest_beforeCommitId :: Lens' CommentsForPullRequest (Maybe Text) Source #

The full commit ID of the commit that was the tip of the destination branch when the pull request was created. This commit is superceded by the after commit in the source branch when and if you merge the source branch into the destination branch.

commentsForPullRequest_comments :: Lens' CommentsForPullRequest (Maybe [Comment]) Source #

An array of comment objects. Each comment object contains information about a comment on the pull request.

commentsForPullRequest_location :: Lens' CommentsForPullRequest (Maybe Location) Source #

Location information about the comment on the pull request, including the file name, line number, and whether the version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch).

commentsForPullRequest_pullRequestId :: Lens' CommentsForPullRequest (Maybe Text) Source #

The system-generated ID of the pull request.

commentsForPullRequest_repositoryName :: Lens' CommentsForPullRequest (Maybe Text) Source #

The name of the repository that contains the pull request.

Commit

data Commit Source #

Returns information about a specific commit.

See: newCommit smart constructor.

Constructors

Commit' 

Fields

  • additionalData :: Maybe Text

    Any other data associated with the specified commit.

  • author :: Maybe UserInfo

    Information about the author of the specified commit. Information includes the date in timestamp format with GMT offset, the name of the author, and the email address for the author, as configured in Git.

  • commitId :: Maybe Text

    The full SHA ID of the specified commit.

  • committer :: Maybe UserInfo

    Information about the person who committed the specified commit, also known as the committer. Information includes the date in timestamp format with GMT offset, the name of the committer, and the email address for the committer, as configured in Git.

    For more information about the difference between an author and a committer in Git, see Viewing the Commit History in Pro Git by Scott Chacon and Ben Straub.

  • message :: Maybe Text

    The commit message associated with the specified commit.

  • parents :: Maybe [Text]

    A list of parent commits for the specified commit. Each parent commit ID is the full commit ID.

  • treeId :: Maybe Text

    Tree information for the specified commit.

Instances

Instances details
FromJSON Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Generic Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Associated Types

type Rep Commit :: Type -> Type #

Methods

from :: Commit -> Rep Commit x #

to :: Rep Commit x -> Commit #

Read Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Show Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

NFData Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Methods

rnf :: Commit -> () #

Eq Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Methods

(==) :: Commit -> Commit -> Bool #

(/=) :: Commit -> Commit -> Bool #

Hashable Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Methods

hashWithSalt :: Int -> Commit -> Int #

hash :: Commit -> Int #

type Rep Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

newCommit :: Commit Source #

Create a value of Commit with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:additionalData:Commit', commit_additionalData - Any other data associated with the specified commit.

$sel:author:Commit', commit_author - Information about the author of the specified commit. Information includes the date in timestamp format with GMT offset, the name of the author, and the email address for the author, as configured in Git.

$sel:commitId:Commit', commit_commitId - The full SHA ID of the specified commit.

$sel:committer:Commit', commit_committer - Information about the person who committed the specified commit, also known as the committer. Information includes the date in timestamp format with GMT offset, the name of the committer, and the email address for the committer, as configured in Git.

For more information about the difference between an author and a committer in Git, see Viewing the Commit History in Pro Git by Scott Chacon and Ben Straub.

$sel:message:Commit', commit_message - The commit message associated with the specified commit.

$sel:parents:Commit', commit_parents - A list of parent commits for the specified commit. Each parent commit ID is the full commit ID.

$sel:treeId:Commit', commit_treeId - Tree information for the specified commit.

commit_additionalData :: Lens' Commit (Maybe Text) Source #

Any other data associated with the specified commit.

commit_author :: Lens' Commit (Maybe UserInfo) Source #

Information about the author of the specified commit. Information includes the date in timestamp format with GMT offset, the name of the author, and the email address for the author, as configured in Git.

commit_commitId :: Lens' Commit (Maybe Text) Source #

The full SHA ID of the specified commit.

commit_committer :: Lens' Commit (Maybe UserInfo) Source #

Information about the person who committed the specified commit, also known as the committer. Information includes the date in timestamp format with GMT offset, the name of the committer, and the email address for the committer, as configured in Git.

For more information about the difference between an author and a committer in Git, see Viewing the Commit History in Pro Git by Scott Chacon and Ben Straub.

commit_message :: Lens' Commit (Maybe Text) Source #

The commit message associated with the specified commit.

commit_parents :: Lens' Commit (Maybe [Text]) Source #

A list of parent commits for the specified commit. Each parent commit ID is the full commit ID.

commit_treeId :: Lens' Commit (Maybe Text) Source #

Tree information for the specified commit.

Conflict

data Conflict Source #

Information about conflicts in a merge operation.

See: newConflict smart constructor.

Constructors

Conflict' 

Fields

Instances

Instances details
FromJSON Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Generic Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Associated Types

type Rep Conflict :: Type -> Type #

Methods

from :: Conflict -> Rep Conflict x #

to :: Rep Conflict x -> Conflict #

Read Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Show Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

NFData Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Methods

rnf :: Conflict -> () #

Eq Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Hashable Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Methods

hashWithSalt :: Int -> Conflict -> Int #

hash :: Conflict -> Int #

type Rep Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

type Rep Conflict = D1 ('MetaData "Conflict" "Amazonka.CodeCommit.Types.Conflict" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "Conflict'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conflictMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictMetadata)) :*: S1 ('MetaSel ('Just "mergeHunks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MergeHunk]))))

newConflict :: Conflict Source #

Create a value of Conflict with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:conflictMetadata:Conflict', conflict_conflictMetadata - Metadata about a conflict in a merge operation.

$sel:mergeHunks:Conflict', conflict_mergeHunks - A list of hunks that contain the differences between files or lines causing the conflict.

conflict_conflictMetadata :: Lens' Conflict (Maybe ConflictMetadata) Source #

Metadata about a conflict in a merge operation.

conflict_mergeHunks :: Lens' Conflict (Maybe [MergeHunk]) Source #

A list of hunks that contain the differences between files or lines causing the conflict.

ConflictMetadata

data ConflictMetadata Source #

Information about the metadata for a conflict in a merge operation.

See: newConflictMetadata smart constructor.

Constructors

ConflictMetadata' 

Fields

Instances

Instances details
FromJSON ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

Generic ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

Associated Types

type Rep ConflictMetadata :: Type -> Type #

Read ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

Show ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

NFData ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

Methods

rnf :: ConflictMetadata -> () #

Eq ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

Hashable ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

type Rep ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

newConflictMetadata :: ConflictMetadata Source #

Create a value of ConflictMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:contentConflict:ConflictMetadata', conflictMetadata_contentConflict - A boolean value indicating whether there are conflicts in the content of a file.

$sel:fileModeConflict:ConflictMetadata', conflictMetadata_fileModeConflict - A boolean value indicating whether there are conflicts in the file mode of a file.

$sel:fileModes:ConflictMetadata', conflictMetadata_fileModes - The file modes of the file in the source, destination, and base of the merge.

$sel:filePath:ConflictMetadata', conflictMetadata_filePath - The path of the file that contains conflicts.

$sel:fileSizes:ConflictMetadata', conflictMetadata_fileSizes - The file sizes of the file in the source, destination, and base of the merge.

$sel:isBinaryFile:ConflictMetadata', conflictMetadata_isBinaryFile - A boolean value (true or false) indicating whether the file is binary or textual in the source, destination, and base of the merge.

$sel:mergeOperations:ConflictMetadata', conflictMetadata_mergeOperations - Whether an add, modify, or delete operation caused the conflict between the source and destination of the merge.

$sel:numberOfConflicts:ConflictMetadata', conflictMetadata_numberOfConflicts - The number of conflicts, including both hunk conflicts and metadata conflicts.

$sel:objectTypeConflict:ConflictMetadata', conflictMetadata_objectTypeConflict - A boolean value (true or false) indicating whether there are conflicts between the branches in the object type of a file, folder, or submodule.

$sel:objectTypes:ConflictMetadata', conflictMetadata_objectTypes - Information about any object type conflicts in a merge operation.

conflictMetadata_contentConflict :: Lens' ConflictMetadata (Maybe Bool) Source #

A boolean value indicating whether there are conflicts in the content of a file.

conflictMetadata_fileModeConflict :: Lens' ConflictMetadata (Maybe Bool) Source #

A boolean value indicating whether there are conflicts in the file mode of a file.

conflictMetadata_fileModes :: Lens' ConflictMetadata (Maybe FileModes) Source #

The file modes of the file in the source, destination, and base of the merge.

conflictMetadata_filePath :: Lens' ConflictMetadata (Maybe Text) Source #

The path of the file that contains conflicts.

conflictMetadata_fileSizes :: Lens' ConflictMetadata (Maybe FileSizes) Source #

The file sizes of the file in the source, destination, and base of the merge.

conflictMetadata_isBinaryFile :: Lens' ConflictMetadata (Maybe IsBinaryFile) Source #

A boolean value (true or false) indicating whether the file is binary or textual in the source, destination, and base of the merge.

conflictMetadata_mergeOperations :: Lens' ConflictMetadata (Maybe MergeOperations) Source #

Whether an add, modify, or delete operation caused the conflict between the source and destination of the merge.

conflictMetadata_numberOfConflicts :: Lens' ConflictMetadata (Maybe Int) Source #

The number of conflicts, including both hunk conflicts and metadata conflicts.

conflictMetadata_objectTypeConflict :: Lens' ConflictMetadata (Maybe Bool) Source #

A boolean value (true or false) indicating whether there are conflicts between the branches in the object type of a file, folder, or submodule.

conflictMetadata_objectTypes :: Lens' ConflictMetadata (Maybe ObjectTypes) Source #

Information about any object type conflicts in a merge operation.

ConflictResolution

data ConflictResolution Source #

If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a merge.

See: newConflictResolution smart constructor.

Constructors

ConflictResolution' 

Fields

Instances

Instances details
ToJSON ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

Generic ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

Associated Types

type Rep ConflictResolution :: Type -> Type #

Read ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

Show ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

NFData ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

Methods

rnf :: ConflictResolution -> () #

Eq ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

Hashable ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

type Rep ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

type Rep ConflictResolution = D1 ('MetaData "ConflictResolution" "Amazonka.CodeCommit.Types.ConflictResolution" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ConflictResolution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deleteFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeleteFileEntry])) :*: (S1 ('MetaSel ('Just "replaceContents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplaceContentEntry])) :*: S1 ('MetaSel ('Just "setFileModes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SetFileModeEntry])))))

newConflictResolution :: ConflictResolution Source #

Create a value of ConflictResolution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deleteFiles:ConflictResolution', conflictResolution_deleteFiles - Files to be deleted as part of the merge conflict resolution.

$sel:replaceContents:ConflictResolution', conflictResolution_replaceContents - Files to have content replaced as part of the merge conflict resolution.

$sel:setFileModes:ConflictResolution', conflictResolution_setFileModes - File modes that are set as part of the merge conflict resolution.

conflictResolution_deleteFiles :: Lens' ConflictResolution (Maybe [DeleteFileEntry]) Source #

Files to be deleted as part of the merge conflict resolution.

conflictResolution_replaceContents :: Lens' ConflictResolution (Maybe [ReplaceContentEntry]) Source #

Files to have content replaced as part of the merge conflict resolution.

conflictResolution_setFileModes :: Lens' ConflictResolution (Maybe [SetFileModeEntry]) Source #

File modes that are set as part of the merge conflict resolution.

DeleteFileEntry

data DeleteFileEntry Source #

A file that is deleted as part of a commit.

See: newDeleteFileEntry smart constructor.

Constructors

DeleteFileEntry' 

Fields

  • filePath :: Text

    The full path of the file to be deleted, including the name of the file.

Instances

Instances details
ToJSON DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

Generic DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

Associated Types

type Rep DeleteFileEntry :: Type -> Type #

Read DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

Show DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

NFData DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

Methods

rnf :: DeleteFileEntry -> () #

Eq DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

Hashable DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

type Rep DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

type Rep DeleteFileEntry = D1 ('MetaData "DeleteFileEntry" "Amazonka.CodeCommit.Types.DeleteFileEntry" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "DeleteFileEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteFileEntry Source #

Create a value of DeleteFileEntry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filePath:DeleteFileEntry', deleteFileEntry_filePath - The full path of the file to be deleted, including the name of the file.

deleteFileEntry_filePath :: Lens' DeleteFileEntry Text Source #

The full path of the file to be deleted, including the name of the file.

Difference

data Difference Source #

Returns information about a set of differences for a commit specifier.

See: newDifference smart constructor.

Constructors

Difference' 

Fields

  • afterBlob :: Maybe BlobMetadata

    Information about an afterBlob data type object, including the ID, the file mode permission code, and the path.

  • beforeBlob :: Maybe BlobMetadata

    Information about a beforeBlob data type object, including the ID, the file mode permission code, and the path.

  • changeType :: Maybe ChangeTypeEnum

    Whether the change type of the difference is an addition (A), deletion (D), or modification (M).

Instances

Instances details
FromJSON Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

Generic Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

Associated Types

type Rep Difference :: Type -> Type #

Read Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

Show Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

NFData Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

Methods

rnf :: Difference -> () #

Eq Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

Hashable Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

type Rep Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

type Rep Difference = D1 ('MetaData "Difference" "Amazonka.CodeCommit.Types.Difference" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "Difference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "afterBlob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BlobMetadata)) :*: (S1 ('MetaSel ('Just "beforeBlob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BlobMetadata)) :*: S1 ('MetaSel ('Just "changeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeTypeEnum)))))

newDifference :: Difference Source #

Create a value of Difference with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:afterBlob:Difference', difference_afterBlob - Information about an afterBlob data type object, including the ID, the file mode permission code, and the path.

$sel:beforeBlob:Difference', difference_beforeBlob - Information about a beforeBlob data type object, including the ID, the file mode permission code, and the path.

$sel:changeType:Difference', difference_changeType - Whether the change type of the difference is an addition (A), deletion (D), or modification (M).

difference_afterBlob :: Lens' Difference (Maybe BlobMetadata) Source #

Information about an afterBlob data type object, including the ID, the file mode permission code, and the path.

difference_beforeBlob :: Lens' Difference (Maybe BlobMetadata) Source #

Information about a beforeBlob data type object, including the ID, the file mode permission code, and the path.

difference_changeType :: Lens' Difference (Maybe ChangeTypeEnum) Source #

Whether the change type of the difference is an addition (A), deletion (D), or modification (M).

Evaluation

data Evaluation Source #

Returns information about the approval rules applied to a pull request and whether conditions have been met.

See: newEvaluation smart constructor.

Constructors

Evaluation' 

Fields

Instances

Instances details
FromJSON Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

Generic Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

Associated Types

type Rep Evaluation :: Type -> Type #

Read Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

Show Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

NFData Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

Methods

rnf :: Evaluation -> () #

Eq Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

Hashable Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

type Rep Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

type Rep Evaluation = D1 ('MetaData "Evaluation" "Amazonka.CodeCommit.Types.Evaluation" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "Evaluation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "approvalRulesNotSatisfied") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "approvalRulesSatisfied") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "approved") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "overridden") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newEvaluation :: Evaluation Source #

Create a value of Evaluation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:approvalRulesNotSatisfied:Evaluation', evaluation_approvalRulesNotSatisfied - The names of the approval rules that have not had their conditions met.

$sel:approvalRulesSatisfied:Evaluation', evaluation_approvalRulesSatisfied - The names of the approval rules that have had their conditions met.

$sel:approved:Evaluation', evaluation_approved - Whether the state of the pull request is approved.

$sel:overridden:Evaluation', evaluation_overridden - Whether the approval rule requirements for the pull request have been overridden and no longer need to be met.

evaluation_approvalRulesNotSatisfied :: Lens' Evaluation (Maybe [Text]) Source #

The names of the approval rules that have not had their conditions met.

evaluation_approvalRulesSatisfied :: Lens' Evaluation (Maybe [Text]) Source #

The names of the approval rules that have had their conditions met.

evaluation_approved :: Lens' Evaluation (Maybe Bool) Source #

Whether the state of the pull request is approved.

evaluation_overridden :: Lens' Evaluation (Maybe Bool) Source #

Whether the approval rule requirements for the pull request have been overridden and no longer need to be met.

File

data File Source #

Returns information about a file in a repository.

See: newFile smart constructor.

Constructors

File' 

Fields

Instances

Instances details
FromJSON File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Generic File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Associated Types

type Rep File :: Type -> Type #

Methods

from :: File -> Rep File x #

to :: Rep File x -> File #

Read File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Show File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Methods

showsPrec :: Int -> File -> ShowS #

show :: File -> String #

showList :: [File] -> ShowS #

NFData File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Methods

rnf :: File -> () #

Eq File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Methods

(==) :: File -> File -> Bool #

(/=) :: File -> File -> Bool #

Hashable File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Methods

hashWithSalt :: Int -> File -> Int #

hash :: File -> Int #

type Rep File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

type Rep File = D1 ('MetaData "File" "Amazonka.CodeCommit.Types.File" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "File'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "absolutePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "blobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "fileMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileModeTypeEnum)) :*: S1 ('MetaSel ('Just "relativePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFile :: File Source #

Create a value of File with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:absolutePath:File', file_absolutePath - The fully qualified path to the file in the repository.

$sel:blobId:File', file_blobId - The blob ID that contains the file information.

$sel:fileMode:File', file_fileMode - The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

$sel:relativePath:File', file_relativePath - The relative path of the file from the folder where the query originated.

file_absolutePath :: Lens' File (Maybe Text) Source #

The fully qualified path to the file in the repository.

file_blobId :: Lens' File (Maybe Text) Source #

The blob ID that contains the file information.

file_fileMode :: Lens' File (Maybe FileModeTypeEnum) Source #

The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

file_relativePath :: Lens' File (Maybe Text) Source #

The relative path of the file from the folder where the query originated.

FileMetadata

data FileMetadata Source #

A file to be added, updated, or deleted as part of a commit.

See: newFileMetadata smart constructor.

Constructors

FileMetadata' 

Fields

Instances

Instances details
FromJSON FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

Generic FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

Associated Types

type Rep FileMetadata :: Type -> Type #

Read FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

Show FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

NFData FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

Methods

rnf :: FileMetadata -> () #

Eq FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

Hashable FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

type Rep FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

type Rep FileMetadata = D1 ('MetaData "FileMetadata" "Amazonka.CodeCommit.Types.FileMetadata" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "FileMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "absolutePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "blobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileModeTypeEnum)))))

newFileMetadata :: FileMetadata Source #

Create a value of FileMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:absolutePath:FileMetadata', fileMetadata_absolutePath - The full path to the file to be added or updated, including the name of the file.

$sel:blobId:FileMetadata', fileMetadata_blobId - The blob ID that contains the file information.

$sel:fileMode:FileMetadata', fileMetadata_fileMode - The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

fileMetadata_absolutePath :: Lens' FileMetadata (Maybe Text) Source #

The full path to the file to be added or updated, including the name of the file.

fileMetadata_blobId :: Lens' FileMetadata (Maybe Text) Source #

The blob ID that contains the file information.

fileMetadata_fileMode :: Lens' FileMetadata (Maybe FileModeTypeEnum) Source #

The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

FileModes

data FileModes Source #

Information about file modes in a merge or pull request.

See: newFileModes smart constructor.

Constructors

FileModes' 

Fields

Instances

Instances details
FromJSON FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

Generic FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

Associated Types

type Rep FileModes :: Type -> Type #

Read FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

Show FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

NFData FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

Methods

rnf :: FileModes -> () #

Eq FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

Hashable FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

type Rep FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

type Rep FileModes = D1 ('MetaData "FileModes" "Amazonka.CodeCommit.Types.FileModes" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "FileModes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "base") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileModeTypeEnum)) :*: (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileModeTypeEnum)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileModeTypeEnum)))))

newFileModes :: FileModes Source #

Create a value of FileModes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:base:FileModes', fileModes_base - The file mode of a file in the base of a merge or pull request.

$sel:destination:FileModes', fileModes_destination - The file mode of a file in the destination of a merge or pull request.

$sel:source:FileModes', fileModes_source - The file mode of a file in the source of a merge or pull request.

fileModes_base :: Lens' FileModes (Maybe FileModeTypeEnum) Source #

The file mode of a file in the base of a merge or pull request.

fileModes_destination :: Lens' FileModes (Maybe FileModeTypeEnum) Source #

The file mode of a file in the destination of a merge or pull request.

fileModes_source :: Lens' FileModes (Maybe FileModeTypeEnum) Source #

The file mode of a file in the source of a merge or pull request.

FileSizes

data FileSizes Source #

Information about the size of files in a merge or pull request.

See: newFileSizes smart constructor.

Constructors

FileSizes' 

Fields

Instances

Instances details
FromJSON FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

Generic FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

Associated Types

type Rep FileSizes :: Type -> Type #

Read FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

Show FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

NFData FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

Methods

rnf :: FileSizes -> () #

Eq FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

Hashable FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

type Rep FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

type Rep FileSizes = D1 ('MetaData "FileSizes" "Amazonka.CodeCommit.Types.FileSizes" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "FileSizes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "base") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newFileSizes :: FileSizes Source #

Create a value of FileSizes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:base:FileSizes', fileSizes_base - The size of a file in the base of a merge or pull request.

$sel:destination:FileSizes', fileSizes_destination - The size of a file in the destination of a merge or pull request.

$sel:source:FileSizes', fileSizes_source - The size of a file in the source of a merge or pull request.

fileSizes_base :: Lens' FileSizes (Maybe Integer) Source #

The size of a file in the base of a merge or pull request.

fileSizes_destination :: Lens' FileSizes (Maybe Integer) Source #

The size of a file in the destination of a merge or pull request.

fileSizes_source :: Lens' FileSizes (Maybe Integer) Source #

The size of a file in the source of a merge or pull request.

Folder

data Folder Source #

Returns information about a folder in a repository.

See: newFolder smart constructor.

Constructors

Folder' 

Fields

  • absolutePath :: Maybe Text

    The fully qualified path of the folder in the repository.

  • relativePath :: Maybe Text

    The relative path of the specified folder from the folder where the query originated.

  • treeId :: Maybe Text

    The full SHA-1 pointer of the tree information for the commit that contains the folder.

Instances

Instances details
FromJSON Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Generic Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Associated Types

type Rep Folder :: Type -> Type #

Methods

from :: Folder -> Rep Folder x #

to :: Rep Folder x -> Folder #

Read Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Show Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

NFData Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Methods

rnf :: Folder -> () #

Eq Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Methods

(==) :: Folder -> Folder -> Bool #

(/=) :: Folder -> Folder -> Bool #

Hashable Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Methods

hashWithSalt :: Int -> Folder -> Int #

hash :: Folder -> Int #

type Rep Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

type Rep Folder = D1 ('MetaData "Folder" "Amazonka.CodeCommit.Types.Folder" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "Folder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "absolutePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "relativePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "treeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFolder :: Folder Source #

Create a value of Folder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:absolutePath:Folder', folder_absolutePath - The fully qualified path of the folder in the repository.

$sel:relativePath:Folder', folder_relativePath - The relative path of the specified folder from the folder where the query originated.

$sel:treeId:Folder', folder_treeId - The full SHA-1 pointer of the tree information for the commit that contains the folder.

folder_absolutePath :: Lens' Folder (Maybe Text) Source #

The fully qualified path of the folder in the repository.

folder_relativePath :: Lens' Folder (Maybe Text) Source #

The relative path of the specified folder from the folder where the query originated.

folder_treeId :: Lens' Folder (Maybe Text) Source #

The full SHA-1 pointer of the tree information for the commit that contains the folder.

IsBinaryFile

data IsBinaryFile Source #

Information about whether a file is binary or textual in a merge or pull request operation.

See: newIsBinaryFile smart constructor.

Constructors

IsBinaryFile' 

Fields

  • base :: Maybe Bool

    The binary or non-binary status of a file in the base of a merge or pull request.

  • destination :: Maybe Bool

    The binary or non-binary status of a file in the destination of a merge or pull request.

  • source :: Maybe Bool

    The binary or non-binary status of file in the source of a merge or pull request.

Instances

Instances details
FromJSON IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

Generic IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

Associated Types

type Rep IsBinaryFile :: Type -> Type #

Read IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

Show IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

NFData IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

Methods

rnf :: IsBinaryFile -> () #

Eq IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

Hashable IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

type Rep IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

type Rep IsBinaryFile = D1 ('MetaData "IsBinaryFile" "Amazonka.CodeCommit.Types.IsBinaryFile" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "IsBinaryFile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "base") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newIsBinaryFile :: IsBinaryFile Source #

Create a value of IsBinaryFile with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:base:IsBinaryFile', isBinaryFile_base - The binary or non-binary status of a file in the base of a merge or pull request.

$sel:destination:IsBinaryFile', isBinaryFile_destination - The binary or non-binary status of a file in the destination of a merge or pull request.

$sel:source:IsBinaryFile', isBinaryFile_source - The binary or non-binary status of file in the source of a merge or pull request.

isBinaryFile_base :: Lens' IsBinaryFile (Maybe Bool) Source #

The binary or non-binary status of a file in the base of a merge or pull request.

isBinaryFile_destination :: Lens' IsBinaryFile (Maybe Bool) Source #

The binary or non-binary status of a file in the destination of a merge or pull request.

isBinaryFile_source :: Lens' IsBinaryFile (Maybe Bool) Source #

The binary or non-binary status of file in the source of a merge or pull request.

Location

data Location Source #

Returns information about the location of a change or comment in the comparison between two commits or a pull request.

See: newLocation smart constructor.

Constructors

Location' 

Fields

Instances

Instances details
FromJSON Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

ToJSON Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Generic Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Associated Types

type Rep Location :: Type -> Type #

Methods

from :: Location -> Rep Location x #

to :: Rep Location x -> Location #

Read Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Show Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

NFData Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Methods

rnf :: Location -> () #

Eq Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Hashable Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Methods

hashWithSalt :: Int -> Location -> Int #

hash :: Location -> Int #

type Rep Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

type Rep Location = D1 ('MetaData "Location" "Amazonka.CodeCommit.Types.Location" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "filePosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "relativeFileVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelativeFileVersionEnum)))))

newLocation :: Location Source #

Create a value of Location with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filePath:Location', location_filePath - The name of the file being compared, including its extension and subdirectory, if any.

$sel:filePosition:Location', location_filePosition - The position of a change in a compared file, in line number format.

$sel:relativeFileVersion:Location', location_relativeFileVersion - In a comparison of commits or a pull request, whether the change is in the before or after of that comparison.

location_filePath :: Lens' Location (Maybe Text) Source #

The name of the file being compared, including its extension and subdirectory, if any.

location_filePosition :: Lens' Location (Maybe Integer) Source #

The position of a change in a compared file, in line number format.

location_relativeFileVersion :: Lens' Location (Maybe RelativeFileVersionEnum) Source #

In a comparison of commits or a pull request, whether the change is in the before or after of that comparison.

MergeHunk

data MergeHunk Source #

Information about merge hunks in a merge or pull request operation.

See: newMergeHunk smart constructor.

Constructors

MergeHunk' 

Fields

  • base :: Maybe MergeHunkDetail

    Information about the merge hunk in the base of a merge or pull request.

  • destination :: Maybe MergeHunkDetail

    Information about the merge hunk in the destination of a merge or pull request.

  • isConflict :: Maybe Bool

    A Boolean value indicating whether a combination of hunks contains a conflict. Conflicts occur when the same file or the same lines in a file were modified in both the source and destination of a merge or pull request. Valid values include true, false, and null. True when the hunk represents a conflict and one or more files contains a line conflict. File mode conflicts in a merge do not set this to true.

  • source :: Maybe MergeHunkDetail

    Information about the merge hunk in the source of a merge or pull request.

Instances

Instances details
FromJSON MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

Generic MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

Associated Types

type Rep MergeHunk :: Type -> Type #

Read MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

Show MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

NFData MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

Methods

rnf :: MergeHunk -> () #

Eq MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

Hashable MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

type Rep MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

type Rep MergeHunk = D1 ('MetaData "MergeHunk" "Amazonka.CodeCommit.Types.MergeHunk" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "MergeHunk'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "base") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MergeHunkDetail)) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MergeHunkDetail))) :*: (S1 ('MetaSel ('Just "isConflict") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MergeHunkDetail)))))

newMergeHunk :: MergeHunk Source #

Create a value of MergeHunk with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:base:MergeHunk', mergeHunk_base - Information about the merge hunk in the base of a merge or pull request.

$sel:destination:MergeHunk', mergeHunk_destination - Information about the merge hunk in the destination of a merge or pull request.

$sel:isConflict:MergeHunk', mergeHunk_isConflict - A Boolean value indicating whether a combination of hunks contains a conflict. Conflicts occur when the same file or the same lines in a file were modified in both the source and destination of a merge or pull request. Valid values include true, false, and null. True when the hunk represents a conflict and one or more files contains a line conflict. File mode conflicts in a merge do not set this to true.

$sel:source:MergeHunk', mergeHunk_source - Information about the merge hunk in the source of a merge or pull request.

mergeHunk_base :: Lens' MergeHunk (Maybe MergeHunkDetail) Source #

Information about the merge hunk in the base of a merge or pull request.

mergeHunk_destination :: Lens' MergeHunk (Maybe MergeHunkDetail) Source #

Information about the merge hunk in the destination of a merge or pull request.

mergeHunk_isConflict :: Lens' MergeHunk (Maybe Bool) Source #

A Boolean value indicating whether a combination of hunks contains a conflict. Conflicts occur when the same file or the same lines in a file were modified in both the source and destination of a merge or pull request. Valid values include true, false, and null. True when the hunk represents a conflict and one or more files contains a line conflict. File mode conflicts in a merge do not set this to true.

mergeHunk_source :: Lens' MergeHunk (Maybe MergeHunkDetail) Source #

Information about the merge hunk in the source of a merge or pull request.

MergeHunkDetail

data MergeHunkDetail Source #

Information about the details of a merge hunk that contains a conflict in a merge or pull request operation.

See: newMergeHunkDetail smart constructor.

Constructors

MergeHunkDetail' 

Fields

Instances

Instances details
FromJSON MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

Generic MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

Associated Types

type Rep MergeHunkDetail :: Type -> Type #

Read MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

Show MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

NFData MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

Methods

rnf :: MergeHunkDetail -> () #

Eq MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

Hashable MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

type Rep MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

type Rep MergeHunkDetail = D1 ('MetaData "MergeHunkDetail" "Amazonka.CodeCommit.Types.MergeHunkDetail" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "MergeHunkDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endLine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "hunkContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startLine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newMergeHunkDetail :: MergeHunkDetail Source #

Create a value of MergeHunkDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:endLine:MergeHunkDetail', mergeHunkDetail_endLine - The end position of the hunk in the merge result.

$sel:hunkContent:MergeHunkDetail', mergeHunkDetail_hunkContent - The base-64 encoded content of the hunk merged region that might contain a conflict.

$sel:startLine:MergeHunkDetail', mergeHunkDetail_startLine - The start position of the hunk in the merge result.

mergeHunkDetail_endLine :: Lens' MergeHunkDetail (Maybe Int) Source #

The end position of the hunk in the merge result.

mergeHunkDetail_hunkContent :: Lens' MergeHunkDetail (Maybe Text) Source #

The base-64 encoded content of the hunk merged region that might contain a conflict.

mergeHunkDetail_startLine :: Lens' MergeHunkDetail (Maybe Int) Source #

The start position of the hunk in the merge result.

MergeMetadata

data MergeMetadata Source #

Returns information about a merge or potential merge between a source reference and a destination reference in a pull request.

See: newMergeMetadata smart constructor.

Constructors

MergeMetadata' 

Fields

Instances

Instances details
FromJSON MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

Generic MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

Associated Types

type Rep MergeMetadata :: Type -> Type #

Read MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

Show MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

NFData MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

Methods

rnf :: MergeMetadata -> () #

Eq MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

Hashable MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

type Rep MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

type Rep MergeMetadata = D1 ('MetaData "MergeMetadata" "Amazonka.CodeCommit.Types.MergeMetadata" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "MergeMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "isMerged") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "mergeCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "mergeOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MergeOptionTypeEnum)) :*: S1 ('MetaSel ('Just "mergedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMergeMetadata :: MergeMetadata Source #

Create a value of MergeMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:isMerged:MergeMetadata', mergeMetadata_isMerged - A Boolean value indicating whether the merge has been made.

$sel:mergeCommitId:MergeMetadata', mergeMetadata_mergeCommitId - The commit ID for the merge commit, if any.

$sel:mergeOption:MergeMetadata', mergeMetadata_mergeOption - The merge strategy used in the merge.

$sel:mergedBy:MergeMetadata', mergeMetadata_mergedBy - The Amazon Resource Name (ARN) of the user who merged the branches.

mergeMetadata_isMerged :: Lens' MergeMetadata (Maybe Bool) Source #

A Boolean value indicating whether the merge has been made.

mergeMetadata_mergeCommitId :: Lens' MergeMetadata (Maybe Text) Source #

The commit ID for the merge commit, if any.

mergeMetadata_mergedBy :: Lens' MergeMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the user who merged the branches.

MergeOperations

data MergeOperations Source #

Information about the file operation conflicts in a merge operation.

See: newMergeOperations smart constructor.

Constructors

MergeOperations' 

Fields

Instances

Instances details
FromJSON MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Generic MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Associated Types

type Rep MergeOperations :: Type -> Type #

Read MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Show MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

NFData MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Methods

rnf :: MergeOperations -> () #

Eq MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Hashable MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

type Rep MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

type Rep MergeOperations = D1 ('MetaData "MergeOperations" "Amazonka.CodeCommit.Types.MergeOperations" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "MergeOperations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeTypeEnum)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeTypeEnum))))

newMergeOperations :: MergeOperations Source #

Create a value of MergeOperations with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destination:MergeOperations', mergeOperations_destination - The operation on a file in the destination of a merge or pull request.

$sel:source:MergeOperations', mergeOperations_source - The operation (add, modify, or delete) on a file in the source of a merge or pull request.

mergeOperations_destination :: Lens' MergeOperations (Maybe ChangeTypeEnum) Source #

The operation on a file in the destination of a merge or pull request.

mergeOperations_source :: Lens' MergeOperations (Maybe ChangeTypeEnum) Source #

The operation (add, modify, or delete) on a file in the source of a merge or pull request.

ObjectTypes

data ObjectTypes Source #

Information about the type of an object in a merge operation.

See: newObjectTypes smart constructor.

Constructors

ObjectTypes' 

Fields

Instances

Instances details
FromJSON ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

Generic ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

Associated Types

type Rep ObjectTypes :: Type -> Type #

Read ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

Show ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

NFData ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

Methods

rnf :: ObjectTypes -> () #

Eq ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

Hashable ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

type Rep ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

type Rep ObjectTypes = D1 ('MetaData "ObjectTypes" "Amazonka.CodeCommit.Types.ObjectTypes" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ObjectTypes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "base") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ObjectTypeEnum)) :*: (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ObjectTypeEnum)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ObjectTypeEnum)))))

newObjectTypes :: ObjectTypes Source #

Create a value of ObjectTypes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:base:ObjectTypes', objectTypes_base - The type of the object in the base commit of the merge.

$sel:destination:ObjectTypes', objectTypes_destination - The type of the object in the destination branch.

$sel:source:ObjectTypes', objectTypes_source - The type of the object in the source branch.

objectTypes_base :: Lens' ObjectTypes (Maybe ObjectTypeEnum) Source #

The type of the object in the base commit of the merge.

objectTypes_destination :: Lens' ObjectTypes (Maybe ObjectTypeEnum) Source #

The type of the object in the destination branch.

objectTypes_source :: Lens' ObjectTypes (Maybe ObjectTypeEnum) Source #

The type of the object in the source branch.

OriginApprovalRuleTemplate

data OriginApprovalRuleTemplate Source #

Returns information about the template that created the approval rule for a pull request.

See: newOriginApprovalRuleTemplate smart constructor.

Constructors

OriginApprovalRuleTemplate' 

Fields

Instances

Instances details
FromJSON OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

Generic OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

Associated Types

type Rep OriginApprovalRuleTemplate :: Type -> Type #

Read OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

Show OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

NFData OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

Eq OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

Hashable OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

type Rep OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

type Rep OriginApprovalRuleTemplate = D1 ('MetaData "OriginApprovalRuleTemplate" "Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "OriginApprovalRuleTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOriginApprovalRuleTemplate :: OriginApprovalRuleTemplate Source #

Create a value of OriginApprovalRuleTemplate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:approvalRuleTemplateId:OriginApprovalRuleTemplate', originApprovalRuleTemplate_approvalRuleTemplateId - The ID of the template that created the approval rule.

$sel:approvalRuleTemplateName:OriginApprovalRuleTemplate', originApprovalRuleTemplate_approvalRuleTemplateName - The name of the template that created the approval rule.

originApprovalRuleTemplate_approvalRuleTemplateId :: Lens' OriginApprovalRuleTemplate (Maybe Text) Source #

The ID of the template that created the approval rule.

originApprovalRuleTemplate_approvalRuleTemplateName :: Lens' OriginApprovalRuleTemplate (Maybe Text) Source #

The name of the template that created the approval rule.

PullRequest

data PullRequest Source #

Returns information about a pull request.

See: newPullRequest smart constructor.

Constructors

PullRequest' 

Fields

  • approvalRules :: Maybe [ApprovalRule]

    The approval rules applied to the pull request.

  • authorArn :: Maybe Text

    The Amazon Resource Name (ARN) of the user who created the pull request.

  • clientRequestToken :: Maybe Text

    A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

  • creationDate :: Maybe POSIX

    The date and time the pull request was originally created, in timestamp format.

  • description :: Maybe Text

    The user-defined description of the pull request. This description can be used to clarify what should be reviewed and other details of the request.

  • lastActivityDate :: Maybe POSIX

    The day and time of the last user or system activity on the pull request, in timestamp format.

  • pullRequestId :: Maybe Text

    The system-generated ID of the pull request.

  • pullRequestStatus :: Maybe PullRequestStatusEnum

    The status of the pull request. Pull request status can only change from OPEN to CLOSED.

  • pullRequestTargets :: Maybe [PullRequestTarget]

    The targets of the pull request, including the source branch and destination branch for the pull request.

  • revisionId :: Maybe Text

    The system-generated revision ID for the pull request.

  • title :: Maybe Text

    The user-defined title of the pull request. This title is displayed in the list of pull requests to other repository users.

Instances

Instances details
FromJSON PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

Generic PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

Associated Types

type Rep PullRequest :: Type -> Type #

Read PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

Show PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

NFData PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

Methods

rnf :: PullRequest -> () #

Eq PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

Hashable PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

type Rep PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

type Rep PullRequest = D1 ('MetaData "PullRequest" "Amazonka.CodeCommit.Types.PullRequest" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PullRequest'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "approvalRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApprovalRule])) :*: S1 ('MetaSel ('Just "authorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "lastActivityDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pullRequestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestStatusEnum)))) :*: (S1 ('MetaSel ('Just "pullRequestTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PullRequestTarget])) :*: (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newPullRequest :: PullRequest Source #

Create a value of PullRequest with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:approvalRules:PullRequest', pullRequest_approvalRules - The approval rules applied to the pull request.

$sel:authorArn:PullRequest', pullRequest_authorArn - The Amazon Resource Name (ARN) of the user who created the pull request.

$sel:clientRequestToken:PullRequest', pullRequest_clientRequestToken - A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

PullRequest, pullRequest_creationDate - The date and time the pull request was originally created, in timestamp format.

$sel:description:PullRequest', pullRequest_description - The user-defined description of the pull request. This description can be used to clarify what should be reviewed and other details of the request.

$sel:lastActivityDate:PullRequest', pullRequest_lastActivityDate - The day and time of the last user or system activity on the pull request, in timestamp format.

$sel:pullRequestId:PullRequest', pullRequest_pullRequestId - The system-generated ID of the pull request.

$sel:pullRequestStatus:PullRequest', pullRequest_pullRequestStatus - The status of the pull request. Pull request status can only change from OPEN to CLOSED.

$sel:pullRequestTargets:PullRequest', pullRequest_pullRequestTargets - The targets of the pull request, including the source branch and destination branch for the pull request.

$sel:revisionId:PullRequest', pullRequest_revisionId - The system-generated revision ID for the pull request.

$sel:title:PullRequest', pullRequest_title - The user-defined title of the pull request. This title is displayed in the list of pull requests to other repository users.

pullRequest_approvalRules :: Lens' PullRequest (Maybe [ApprovalRule]) Source #

The approval rules applied to the pull request.

pullRequest_authorArn :: Lens' PullRequest (Maybe Text) Source #

The Amazon Resource Name (ARN) of the user who created the pull request.

pullRequest_clientRequestToken :: Lens' PullRequest (Maybe Text) Source #

A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

pullRequest_creationDate :: Lens' PullRequest (Maybe UTCTime) Source #

The date and time the pull request was originally created, in timestamp format.

pullRequest_description :: Lens' PullRequest (Maybe Text) Source #

The user-defined description of the pull request. This description can be used to clarify what should be reviewed and other details of the request.

pullRequest_lastActivityDate :: Lens' PullRequest (Maybe UTCTime) Source #

The day and time of the last user or system activity on the pull request, in timestamp format.

pullRequest_pullRequestId :: Lens' PullRequest (Maybe Text) Source #

The system-generated ID of the pull request.

pullRequest_pullRequestStatus :: Lens' PullRequest (Maybe PullRequestStatusEnum) Source #

The status of the pull request. Pull request status can only change from OPEN to CLOSED.

pullRequest_pullRequestTargets :: Lens' PullRequest (Maybe [PullRequestTarget]) Source #

The targets of the pull request, including the source branch and destination branch for the pull request.

pullRequest_revisionId :: Lens' PullRequest (Maybe Text) Source #

The system-generated revision ID for the pull request.

pullRequest_title :: Lens' PullRequest (Maybe Text) Source #

The user-defined title of the pull request. This title is displayed in the list of pull requests to other repository users.

PullRequestCreatedEventMetadata

data PullRequestCreatedEventMetadata Source #

Metadata about the pull request that is used when comparing the pull request source with its destination.

See: newPullRequestCreatedEventMetadata smart constructor.

Constructors

PullRequestCreatedEventMetadata' 

Fields

  • destinationCommitId :: Maybe Text

    The commit ID of the tip of the branch specified as the destination branch when the pull request was created.

  • mergeBase :: Maybe Text

    The commit ID of the most recent commit that the source branch and the destination branch have in common.

  • repositoryName :: Maybe Text

    The name of the repository where the pull request was created.

  • sourceCommitId :: Maybe Text

    The commit ID on the source branch used when the pull request was created.

Instances

Instances details
FromJSON PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

Generic PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

Associated Types

type Rep PullRequestCreatedEventMetadata :: Type -> Type #

Read PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

Show PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

NFData PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

Eq PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

Hashable PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

type Rep PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

type Rep PullRequestCreatedEventMetadata = D1 ('MetaData "PullRequestCreatedEventMetadata" "Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PullRequestCreatedEventMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "destinationCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mergeBase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPullRequestCreatedEventMetadata :: PullRequestCreatedEventMetadata Source #

Create a value of PullRequestCreatedEventMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destinationCommitId:PullRequestCreatedEventMetadata', pullRequestCreatedEventMetadata_destinationCommitId - The commit ID of the tip of the branch specified as the destination branch when the pull request was created.

$sel:mergeBase:PullRequestCreatedEventMetadata', pullRequestCreatedEventMetadata_mergeBase - The commit ID of the most recent commit that the source branch and the destination branch have in common.

$sel:repositoryName:PullRequestCreatedEventMetadata', pullRequestCreatedEventMetadata_repositoryName - The name of the repository where the pull request was created.

$sel:sourceCommitId:PullRequestCreatedEventMetadata', pullRequestCreatedEventMetadata_sourceCommitId - The commit ID on the source branch used when the pull request was created.

pullRequestCreatedEventMetadata_destinationCommitId :: Lens' PullRequestCreatedEventMetadata (Maybe Text) Source #

The commit ID of the tip of the branch specified as the destination branch when the pull request was created.

pullRequestCreatedEventMetadata_mergeBase :: Lens' PullRequestCreatedEventMetadata (Maybe Text) Source #

The commit ID of the most recent commit that the source branch and the destination branch have in common.

pullRequestCreatedEventMetadata_repositoryName :: Lens' PullRequestCreatedEventMetadata (Maybe Text) Source #

The name of the repository where the pull request was created.

pullRequestCreatedEventMetadata_sourceCommitId :: Lens' PullRequestCreatedEventMetadata (Maybe Text) Source #

The commit ID on the source branch used when the pull request was created.

PullRequestEvent

data PullRequestEvent Source #

Returns information about a pull request event.

See: newPullRequestEvent smart constructor.

Constructors

PullRequestEvent' 

Fields

Instances

Instances details
FromJSON PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

Generic PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

Associated Types

type Rep PullRequestEvent :: Type -> Type #

Read PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

Show PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

NFData PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

Methods

rnf :: PullRequestEvent -> () #

Eq PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

Hashable PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

type Rep PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

type Rep PullRequestEvent = D1 ('MetaData "PullRequestEvent" "Amazonka.CodeCommit.Types.PullRequestEvent" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PullRequestEvent'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "actorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approvalRuleEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApprovalRuleEventMetadata))) :*: (S1 ('MetaSel ('Just "approvalRuleOverriddenEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApprovalRuleOverriddenEventMetadata)) :*: (S1 ('MetaSel ('Just "approvalStateChangedEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApprovalStateChangedEventMetadata)) :*: S1 ('MetaSel ('Just "eventDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "pullRequestCreatedEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestCreatedEventMetadata)) :*: (S1 ('MetaSel ('Just "pullRequestEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestEventType)) :*: S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "pullRequestMergedStateChangedEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestMergedStateChangedEventMetadata)) :*: (S1 ('MetaSel ('Just "pullRequestSourceReferenceUpdatedEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestSourceReferenceUpdatedEventMetadata)) :*: S1 ('MetaSel ('Just "pullRequestStatusChangedEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestStatusChangedEventMetadata)))))))

newPullRequestEvent :: PullRequestEvent Source #

Create a value of PullRequestEvent with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:actorArn:PullRequestEvent', pullRequestEvent_actorArn - The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include updating the pull request with more commits or changing the status of a pull request.

$sel:approvalRuleEventMetadata:PullRequestEvent', pullRequestEvent_approvalRuleEventMetadata - Information about a pull request event.

$sel:approvalRuleOverriddenEventMetadata:PullRequestEvent', pullRequestEvent_approvalRuleOverriddenEventMetadata - Information about an approval rule override event for a pull request.

$sel:approvalStateChangedEventMetadata:PullRequestEvent', pullRequestEvent_approvalStateChangedEventMetadata - Information about an approval state change for a pull request.

$sel:eventDate:PullRequestEvent', pullRequestEvent_eventDate - The day and time of the pull request event, in timestamp format.

$sel:pullRequestCreatedEventMetadata:PullRequestEvent', pullRequestEvent_pullRequestCreatedEventMetadata - Information about the source and destination branches for the pull request.

$sel:pullRequestEventType:PullRequestEvent', pullRequestEvent_pullRequestEventType - The type of the pull request event (for example, a status change event (PULL_REQUEST_STATUS_CHANGED) or update event (PULL_REQUEST_SOURCE_REFERENCE_UPDATED)).

$sel:pullRequestId:PullRequestEvent', pullRequestEvent_pullRequestId - The system-generated ID of the pull request.

$sel:pullRequestMergedStateChangedEventMetadata:PullRequestEvent', pullRequestEvent_pullRequestMergedStateChangedEventMetadata - Information about the change in mergability state for the pull request event.

$sel:pullRequestSourceReferenceUpdatedEventMetadata:PullRequestEvent', pullRequestEvent_pullRequestSourceReferenceUpdatedEventMetadata - Information about the updated source branch for the pull request event.

$sel:pullRequestStatusChangedEventMetadata:PullRequestEvent', pullRequestEvent_pullRequestStatusChangedEventMetadata - Information about the change in status for the pull request event.

pullRequestEvent_actorArn :: Lens' PullRequestEvent (Maybe Text) Source #

The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include updating the pull request with more commits or changing the status of a pull request.

pullRequestEvent_approvalRuleOverriddenEventMetadata :: Lens' PullRequestEvent (Maybe ApprovalRuleOverriddenEventMetadata) Source #

Information about an approval rule override event for a pull request.

pullRequestEvent_eventDate :: Lens' PullRequestEvent (Maybe UTCTime) Source #

The day and time of the pull request event, in timestamp format.

pullRequestEvent_pullRequestCreatedEventMetadata :: Lens' PullRequestEvent (Maybe PullRequestCreatedEventMetadata) Source #

Information about the source and destination branches for the pull request.

pullRequestEvent_pullRequestEventType :: Lens' PullRequestEvent (Maybe PullRequestEventType) Source #

The type of the pull request event (for example, a status change event (PULL_REQUEST_STATUS_CHANGED) or update event (PULL_REQUEST_SOURCE_REFERENCE_UPDATED)).

pullRequestEvent_pullRequestId :: Lens' PullRequestEvent (Maybe Text) Source #

The system-generated ID of the pull request.

PullRequestMergedStateChangedEventMetadata

data PullRequestMergedStateChangedEventMetadata Source #

Returns information about the change in the merge state for a pull request event.

See: newPullRequestMergedStateChangedEventMetadata smart constructor.

Constructors

PullRequestMergedStateChangedEventMetadata' 

Fields

Instances

Instances details
FromJSON PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

Generic PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

Read PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

Show PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

NFData PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

Eq PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

Hashable PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

type Rep PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

type Rep PullRequestMergedStateChangedEventMetadata = D1 ('MetaData "PullRequestMergedStateChangedEventMetadata" "Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PullRequestMergedStateChangedEventMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destinationReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "mergeMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MergeMetadata)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPullRequestMergedStateChangedEventMetadata :: PullRequestMergedStateChangedEventMetadata Source #

Create a value of PullRequestMergedStateChangedEventMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destinationReference:PullRequestMergedStateChangedEventMetadata', pullRequestMergedStateChangedEventMetadata_destinationReference - The name of the branch that the pull request is merged into.

$sel:mergeMetadata:PullRequestMergedStateChangedEventMetadata', pullRequestMergedStateChangedEventMetadata_mergeMetadata - Information about the merge state change event.

$sel:repositoryName:PullRequestMergedStateChangedEventMetadata', pullRequestMergedStateChangedEventMetadata_repositoryName - The name of the repository where the pull request was created.

PullRequestSourceReferenceUpdatedEventMetadata

data PullRequestSourceReferenceUpdatedEventMetadata Source #

Information about an update to the source branch of a pull request.

See: newPullRequestSourceReferenceUpdatedEventMetadata smart constructor.

Constructors

PullRequestSourceReferenceUpdatedEventMetadata' 

Fields

  • afterCommitId :: Maybe Text

    The full commit ID of the commit in the source branch that was the tip of the branch at the time the pull request was updated.

  • beforeCommitId :: Maybe Text

    The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was updated.

  • mergeBase :: Maybe Text

    The commit ID of the most recent commit that the source branch and the destination branch have in common.

  • repositoryName :: Maybe Text

    The name of the repository where the pull request was updated.

Instances

Instances details
FromJSON PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

Generic PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

Read PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

Show PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

NFData PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

Eq PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

Hashable PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

type Rep PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

type Rep PullRequestSourceReferenceUpdatedEventMetadata = D1 ('MetaData "PullRequestSourceReferenceUpdatedEventMetadata" "Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PullRequestSourceReferenceUpdatedEventMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "afterCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "beforeCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "mergeBase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPullRequestSourceReferenceUpdatedEventMetadata :: PullRequestSourceReferenceUpdatedEventMetadata Source #

Create a value of PullRequestSourceReferenceUpdatedEventMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:afterCommitId:PullRequestSourceReferenceUpdatedEventMetadata', pullRequestSourceReferenceUpdatedEventMetadata_afterCommitId - The full commit ID of the commit in the source branch that was the tip of the branch at the time the pull request was updated.

$sel:beforeCommitId:PullRequestSourceReferenceUpdatedEventMetadata', pullRequestSourceReferenceUpdatedEventMetadata_beforeCommitId - The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was updated.

$sel:mergeBase:PullRequestSourceReferenceUpdatedEventMetadata', pullRequestSourceReferenceUpdatedEventMetadata_mergeBase - The commit ID of the most recent commit that the source branch and the destination branch have in common.

$sel:repositoryName:PullRequestSourceReferenceUpdatedEventMetadata', pullRequestSourceReferenceUpdatedEventMetadata_repositoryName - The name of the repository where the pull request was updated.

pullRequestSourceReferenceUpdatedEventMetadata_afterCommitId :: Lens' PullRequestSourceReferenceUpdatedEventMetadata (Maybe Text) Source #

The full commit ID of the commit in the source branch that was the tip of the branch at the time the pull request was updated.

pullRequestSourceReferenceUpdatedEventMetadata_beforeCommitId :: Lens' PullRequestSourceReferenceUpdatedEventMetadata (Maybe Text) Source #

The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was updated.

pullRequestSourceReferenceUpdatedEventMetadata_mergeBase :: Lens' PullRequestSourceReferenceUpdatedEventMetadata (Maybe Text) Source #

The commit ID of the most recent commit that the source branch and the destination branch have in common.

PullRequestStatusChangedEventMetadata

data PullRequestStatusChangedEventMetadata Source #

Information about a change to the status of a pull request.

See: newPullRequestStatusChangedEventMetadata smart constructor.

Constructors

PullRequestStatusChangedEventMetadata' 

Fields

Instances

Instances details
FromJSON PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

Generic PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

Read PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

Show PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

NFData PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

Eq PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

Hashable PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

type Rep PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

type Rep PullRequestStatusChangedEventMetadata = D1 ('MetaData "PullRequestStatusChangedEventMetadata" "Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PullRequestStatusChangedEventMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestStatusEnum))))

newPullRequestStatusChangedEventMetadata :: PullRequestStatusChangedEventMetadata Source #

Create a value of PullRequestStatusChangedEventMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:pullRequestStatus:PullRequestStatusChangedEventMetadata', pullRequestStatusChangedEventMetadata_pullRequestStatus - The changed status of the pull request.

PullRequestTarget

data PullRequestTarget Source #

Returns information about a pull request target.

See: newPullRequestTarget smart constructor.

Constructors

PullRequestTarget' 

Fields

  • destinationCommit :: Maybe Text

    The full commit ID that is the tip of the destination branch. This is the commit where the pull request was or will be merged.

  • destinationReference :: Maybe Text

    The branch of the repository where the pull request changes are merged. Also known as the destination branch.

  • mergeBase :: Maybe Text

    The commit ID of the most recent commit that the source branch and the destination branch have in common.

  • mergeMetadata :: Maybe MergeMetadata

    Returns metadata about the state of the merge, including whether the merge has been made.

  • repositoryName :: Maybe Text

    The name of the repository that contains the pull request source and destination branches.

  • sourceCommit :: Maybe Text

    The full commit ID of the tip of the source branch used to create the pull request. If the pull request branch is updated by a push while the pull request is open, the commit ID changes to reflect the new tip of the branch.

  • sourceReference :: Maybe Text

    The branch of the repository that contains the changes for the pull request. Also known as the source branch.

Instances

Instances details
FromJSON PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

Generic PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

Associated Types

type Rep PullRequestTarget :: Type -> Type #

Read PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

Show PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

NFData PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

Methods

rnf :: PullRequestTarget -> () #

Eq PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

Hashable PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

type Rep PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

type Rep PullRequestTarget = D1 ('MetaData "PullRequestTarget" "Amazonka.CodeCommit.Types.PullRequestTarget" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PullRequestTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "destinationCommit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "destinationReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mergeBase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "mergeMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MergeMetadata)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sourceCommit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPullRequestTarget :: PullRequestTarget Source #

Create a value of PullRequestTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destinationCommit:PullRequestTarget', pullRequestTarget_destinationCommit - The full commit ID that is the tip of the destination branch. This is the commit where the pull request was or will be merged.

$sel:destinationReference:PullRequestTarget', pullRequestTarget_destinationReference - The branch of the repository where the pull request changes are merged. Also known as the destination branch.

$sel:mergeBase:PullRequestTarget', pullRequestTarget_mergeBase - The commit ID of the most recent commit that the source branch and the destination branch have in common.

$sel:mergeMetadata:PullRequestTarget', pullRequestTarget_mergeMetadata - Returns metadata about the state of the merge, including whether the merge has been made.

$sel:repositoryName:PullRequestTarget', pullRequestTarget_repositoryName - The name of the repository that contains the pull request source and destination branches.

$sel:sourceCommit:PullRequestTarget', pullRequestTarget_sourceCommit - The full commit ID of the tip of the source branch used to create the pull request. If the pull request branch is updated by a push while the pull request is open, the commit ID changes to reflect the new tip of the branch.

$sel:sourceReference:PullRequestTarget', pullRequestTarget_sourceReference - The branch of the repository that contains the changes for the pull request. Also known as the source branch.

pullRequestTarget_destinationCommit :: Lens' PullRequestTarget (Maybe Text) Source #

The full commit ID that is the tip of the destination branch. This is the commit where the pull request was or will be merged.

pullRequestTarget_destinationReference :: Lens' PullRequestTarget (Maybe Text) Source #

The branch of the repository where the pull request changes are merged. Also known as the destination branch.

pullRequestTarget_mergeBase :: Lens' PullRequestTarget (Maybe Text) Source #

The commit ID of the most recent commit that the source branch and the destination branch have in common.

pullRequestTarget_mergeMetadata :: Lens' PullRequestTarget (Maybe MergeMetadata) Source #

Returns metadata about the state of the merge, including whether the merge has been made.

pullRequestTarget_repositoryName :: Lens' PullRequestTarget (Maybe Text) Source #

The name of the repository that contains the pull request source and destination branches.

pullRequestTarget_sourceCommit :: Lens' PullRequestTarget (Maybe Text) Source #

The full commit ID of the tip of the source branch used to create the pull request. If the pull request branch is updated by a push while the pull request is open, the commit ID changes to reflect the new tip of the branch.

pullRequestTarget_sourceReference :: Lens' PullRequestTarget (Maybe Text) Source #

The branch of the repository that contains the changes for the pull request. Also known as the source branch.

PutFileEntry

data PutFileEntry Source #

Information about a file added or updated as part of a commit.

See: newPutFileEntry smart constructor.

Constructors

PutFileEntry' 

Fields

  • fileContent :: Maybe Base64

    The content of the file, if a source file is not specified.

  • fileMode :: Maybe FileModeTypeEnum

    The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

  • sourceFile :: Maybe SourceFileSpecifier

    The name and full path of the file that contains the changes you want to make as part of the commit, if you are not providing the file content directly.

  • filePath :: Text

    The full path to the file in the repository, including the name of the file.

Instances

Instances details
ToJSON PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

Generic PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

Associated Types

type Rep PutFileEntry :: Type -> Type #

Read PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

Show PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

NFData PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

Methods

rnf :: PutFileEntry -> () #

Eq PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

Hashable PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

type Rep PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

type Rep PutFileEntry = D1 ('MetaData "PutFileEntry" "Amazonka.CodeCommit.Types.PutFileEntry" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PutFileEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fileContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: S1 ('MetaSel ('Just "fileMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileModeTypeEnum))) :*: (S1 ('MetaSel ('Just "sourceFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceFileSpecifier)) :*: S1 ('MetaSel ('Just "filePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPutFileEntry Source #

Create a value of PutFileEntry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fileContent:PutFileEntry', putFileEntry_fileContent - The content of the file, if a source file is not specified.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:fileMode:PutFileEntry', putFileEntry_fileMode - The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

$sel:sourceFile:PutFileEntry', putFileEntry_sourceFile - The name and full path of the file that contains the changes you want to make as part of the commit, if you are not providing the file content directly.

PutFileEntry, putFileEntry_filePath - The full path to the file in the repository, including the name of the file.

putFileEntry_fileContent :: Lens' PutFileEntry (Maybe ByteString) Source #

The content of the file, if a source file is not specified.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

putFileEntry_fileMode :: Lens' PutFileEntry (Maybe FileModeTypeEnum) Source #

The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

putFileEntry_sourceFile :: Lens' PutFileEntry (Maybe SourceFileSpecifier) Source #

The name and full path of the file that contains the changes you want to make as part of the commit, if you are not providing the file content directly.

putFileEntry_filePath :: Lens' PutFileEntry Text Source #

The full path to the file in the repository, including the name of the file.

ReactionForComment

data ReactionForComment Source #

Information about the reaction values provided by users on a comment.

See: newReactionForComment smart constructor.

Constructors

ReactionForComment' 

Fields

Instances

Instances details
FromJSON ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

Generic ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

Associated Types

type Rep ReactionForComment :: Type -> Type #

Read ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

Show ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

NFData ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

Methods

rnf :: ReactionForComment -> () #

Eq ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

Hashable ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

type Rep ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

type Rep ReactionForComment = D1 ('MetaData "ReactionForComment" "Amazonka.CodeCommit.Types.ReactionForComment" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ReactionForComment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reaction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReactionValueFormats)) :*: (S1 ('MetaSel ('Just "reactionUsers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "reactionsFromDeletedUsersCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newReactionForComment :: ReactionForComment Source #

Create a value of ReactionForComment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reaction:ReactionForComment', reactionForComment_reaction - The reaction for a specified comment.

$sel:reactionUsers:ReactionForComment', reactionForComment_reactionUsers - The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.

$sel:reactionsFromDeletedUsersCount:ReactionForComment', reactionForComment_reactionsFromDeletedUsersCount - A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted from IAM. While these IAM users or roles no longer exist, the reactions might still appear in total reaction counts.

reactionForComment_reactionUsers :: Lens' ReactionForComment (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.

reactionForComment_reactionsFromDeletedUsersCount :: Lens' ReactionForComment (Maybe Int) Source #

A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted from IAM. While these IAM users or roles no longer exist, the reactions might still appear in total reaction counts.

ReactionValueFormats

data ReactionValueFormats Source #

Information about the values for reactions to a comment. AWS CodeCommit supports a limited set of reactions.

See: newReactionValueFormats smart constructor.

Constructors

ReactionValueFormats' 

Fields

  • emoji :: Maybe Text

    The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.

  • shortCode :: Maybe Text

    The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.

  • unicode :: Maybe Text

    The Unicode codepoint for the reaction.

Instances

Instances details
FromJSON ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

Generic ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

Associated Types

type Rep ReactionValueFormats :: Type -> Type #

Read ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

Show ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

NFData ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

Methods

rnf :: ReactionValueFormats -> () #

Eq ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

Hashable ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

type Rep ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

type Rep ReactionValueFormats = D1 ('MetaData "ReactionValueFormats" "Amazonka.CodeCommit.Types.ReactionValueFormats" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ReactionValueFormats'" 'PrefixI 'True) (S1 ('MetaSel ('Just "emoji") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "shortCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "unicode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newReactionValueFormats :: ReactionValueFormats Source #

Create a value of ReactionValueFormats with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:emoji:ReactionValueFormats', reactionValueFormats_emoji - The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.

$sel:shortCode:ReactionValueFormats', reactionValueFormats_shortCode - The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.

$sel:unicode:ReactionValueFormats', reactionValueFormats_unicode - The Unicode codepoint for the reaction.

reactionValueFormats_emoji :: Lens' ReactionValueFormats (Maybe Text) Source #

The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.

reactionValueFormats_shortCode :: Lens' ReactionValueFormats (Maybe Text) Source #

The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.

reactionValueFormats_unicode :: Lens' ReactionValueFormats (Maybe Text) Source #

The Unicode codepoint for the reaction.

ReplaceContentEntry

data ReplaceContentEntry Source #

Information about a replacement content entry in the conflict of a merge or pull request operation.

See: newReplaceContentEntry smart constructor.

Constructors

ReplaceContentEntry' 

Fields

Instances

Instances details
ToJSON ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

Generic ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

Associated Types

type Rep ReplaceContentEntry :: Type -> Type #

Read ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

Show ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

NFData ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

Methods

rnf :: ReplaceContentEntry -> () #

Eq ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

Hashable ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

type Rep ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

type Rep ReplaceContentEntry = D1 ('MetaData "ReplaceContentEntry" "Amazonka.CodeCommit.Types.ReplaceContentEntry" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ReplaceContentEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: S1 ('MetaSel ('Just "fileMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileModeTypeEnum))) :*: (S1 ('MetaSel ('Just "filePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "replacementType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReplacementTypeEnum))))

newReplaceContentEntry Source #

Create a value of ReplaceContentEntry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:content:ReplaceContentEntry', replaceContentEntry_content - The base-64 encoded content to use when the replacement type is USE_NEW_CONTENT.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:fileMode:ReplaceContentEntry', replaceContentEntry_fileMode - The file mode to apply during conflict resoltion.

$sel:filePath:ReplaceContentEntry', replaceContentEntry_filePath - The path of the conflicting file.

$sel:replacementType:ReplaceContentEntry', replaceContentEntry_replacementType - The replacement type to use when determining how to resolve the conflict.

replaceContentEntry_content :: Lens' ReplaceContentEntry (Maybe ByteString) Source #

The base-64 encoded content to use when the replacement type is USE_NEW_CONTENT.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

replaceContentEntry_fileMode :: Lens' ReplaceContentEntry (Maybe FileModeTypeEnum) Source #

The file mode to apply during conflict resoltion.

replaceContentEntry_replacementType :: Lens' ReplaceContentEntry ReplacementTypeEnum Source #

The replacement type to use when determining how to resolve the conflict.

RepositoryMetadata

data RepositoryMetadata Source #

Information about a repository.

See: newRepositoryMetadata smart constructor.

Constructors

RepositoryMetadata' 

Fields

Instances

Instances details
FromJSON RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

Generic RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

Associated Types

type Rep RepositoryMetadata :: Type -> Type #

Read RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

Show RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

NFData RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

Methods

rnf :: RepositoryMetadata -> () #

Eq RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

Hashable RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

type Rep RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

newRepositoryMetadata :: RepositoryMetadata Source #

Create a value of RepositoryMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:RepositoryMetadata', repositoryMetadata_arn - The Amazon Resource Name (ARN) of the repository.

$sel:accountId:RepositoryMetadata', repositoryMetadata_accountId - The ID of the AWS account associated with the repository.

$sel:cloneUrlHttp:RepositoryMetadata', repositoryMetadata_cloneUrlHttp - The URL to use for cloning the repository over HTTPS.

$sel:cloneUrlSsh:RepositoryMetadata', repositoryMetadata_cloneUrlSsh - The URL to use for cloning the repository over SSH.

$sel:creationDate:RepositoryMetadata', repositoryMetadata_creationDate - The date and time the repository was created, in timestamp format.

$sel:defaultBranch:RepositoryMetadata', repositoryMetadata_defaultBranch - The repository's default branch name.

$sel:lastModifiedDate:RepositoryMetadata', repositoryMetadata_lastModifiedDate - The date and time the repository was last modified, in timestamp format.

$sel:repositoryDescription:RepositoryMetadata', repositoryMetadata_repositoryDescription - A comment or description about the repository.

$sel:repositoryId:RepositoryMetadata', repositoryMetadata_repositoryId - The ID of the repository.

$sel:repositoryName:RepositoryMetadata', repositoryMetadata_repositoryName - The repository's name.

repositoryMetadata_arn :: Lens' RepositoryMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the repository.

repositoryMetadata_accountId :: Lens' RepositoryMetadata (Maybe Text) Source #

The ID of the AWS account associated with the repository.

repositoryMetadata_cloneUrlHttp :: Lens' RepositoryMetadata (Maybe Text) Source #

The URL to use for cloning the repository over HTTPS.

repositoryMetadata_cloneUrlSsh :: Lens' RepositoryMetadata (Maybe Text) Source #

The URL to use for cloning the repository over SSH.

repositoryMetadata_creationDate :: Lens' RepositoryMetadata (Maybe UTCTime) Source #

The date and time the repository was created, in timestamp format.

repositoryMetadata_defaultBranch :: Lens' RepositoryMetadata (Maybe Text) Source #

The repository's default branch name.

repositoryMetadata_lastModifiedDate :: Lens' RepositoryMetadata (Maybe UTCTime) Source #

The date and time the repository was last modified, in timestamp format.

repositoryMetadata_repositoryDescription :: Lens' RepositoryMetadata (Maybe Text) Source #

A comment or description about the repository.

RepositoryNameIdPair

data RepositoryNameIdPair Source #

Information about a repository name and ID.

See: newRepositoryNameIdPair smart constructor.

Constructors

RepositoryNameIdPair' 

Fields

Instances

Instances details
FromJSON RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Generic RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Associated Types

type Rep RepositoryNameIdPair :: Type -> Type #

Read RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Show RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

NFData RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Methods

rnf :: RepositoryNameIdPair -> () #

Eq RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Hashable RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

type Rep RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

type Rep RepositoryNameIdPair = D1 ('MetaData "RepositoryNameIdPair" "Amazonka.CodeCommit.Types.RepositoryNameIdPair" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "RepositoryNameIdPair'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRepositoryNameIdPair :: RepositoryNameIdPair Source #

Create a value of RepositoryNameIdPair with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:repositoryId:RepositoryNameIdPair', repositoryNameIdPair_repositoryId - The ID associated with the repository.

$sel:repositoryName:RepositoryNameIdPair', repositoryNameIdPair_repositoryName - The name associated with the repository.

repositoryNameIdPair_repositoryName :: Lens' RepositoryNameIdPair (Maybe Text) Source #

The name associated with the repository.

RepositoryTrigger

data RepositoryTrigger Source #

Information about a trigger for a repository.

See: newRepositoryTrigger smart constructor.

Constructors

RepositoryTrigger' 

Fields

  • branches :: Maybe [Text]

    The branches to be included in the trigger configuration. If you specify an empty array, the trigger applies to all branches.

    Although no content is required in the array, you must include the array itself.

  • customData :: Maybe Text

    Any custom data associated with the trigger to be included in the information sent to the target of the trigger.

  • name :: Text

    The name of the trigger.

  • destinationArn :: Text

    The ARN of the resource that is the target for a trigger (for example, the ARN of a topic in Amazon SNS).

  • events :: [RepositoryTriggerEventEnum]

    The repository events that cause the trigger to run actions in another service, such as sending a notification through Amazon SNS.

    The valid value "all" cannot be used with any other values.

Instances

Instances details
FromJSON RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

ToJSON RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

Generic RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

Associated Types

type Rep RepositoryTrigger :: Type -> Type #

Read RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

Show RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

NFData RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

Methods

rnf :: RepositoryTrigger -> () #

Eq RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

Hashable RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

type Rep RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

type Rep RepositoryTrigger = D1 ('MetaData "RepositoryTrigger" "Amazonka.CodeCommit.Types.RepositoryTrigger" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "RepositoryTrigger'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "branches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "customData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "destinationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RepositoryTriggerEventEnum])))))

newRepositoryTrigger Source #

Create a value of RepositoryTrigger with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:branches:RepositoryTrigger', repositoryTrigger_branches - The branches to be included in the trigger configuration. If you specify an empty array, the trigger applies to all branches.

Although no content is required in the array, you must include the array itself.

$sel:customData:RepositoryTrigger', repositoryTrigger_customData - Any custom data associated with the trigger to be included in the information sent to the target of the trigger.

$sel:name:RepositoryTrigger', repositoryTrigger_name - The name of the trigger.

$sel:destinationArn:RepositoryTrigger', repositoryTrigger_destinationArn - The ARN of the resource that is the target for a trigger (for example, the ARN of a topic in Amazon SNS).

$sel:events:RepositoryTrigger', repositoryTrigger_events - The repository events that cause the trigger to run actions in another service, such as sending a notification through Amazon SNS.

The valid value "all" cannot be used with any other values.

repositoryTrigger_branches :: Lens' RepositoryTrigger (Maybe [Text]) Source #

The branches to be included in the trigger configuration. If you specify an empty array, the trigger applies to all branches.

Although no content is required in the array, you must include the array itself.

repositoryTrigger_customData :: Lens' RepositoryTrigger (Maybe Text) Source #

Any custom data associated with the trigger to be included in the information sent to the target of the trigger.

repositoryTrigger_destinationArn :: Lens' RepositoryTrigger Text Source #

The ARN of the resource that is the target for a trigger (for example, the ARN of a topic in Amazon SNS).

repositoryTrigger_events :: Lens' RepositoryTrigger [RepositoryTriggerEventEnum] Source #

The repository events that cause the trigger to run actions in another service, such as sending a notification through Amazon SNS.

The valid value "all" cannot be used with any other values.

RepositoryTriggerExecutionFailure

data RepositoryTriggerExecutionFailure Source #

A trigger failed to run.

See: newRepositoryTriggerExecutionFailure smart constructor.

Constructors

RepositoryTriggerExecutionFailure' 

Fields

Instances

Instances details
FromJSON RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

Generic RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

Associated Types

type Rep RepositoryTriggerExecutionFailure :: Type -> Type #

Read RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

Show RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

NFData RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

Eq RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

Hashable RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

type Rep RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

type Rep RepositoryTriggerExecutionFailure = D1 ('MetaData "RepositoryTriggerExecutionFailure" "Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "RepositoryTriggerExecutionFailure'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trigger") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRepositoryTriggerExecutionFailure :: RepositoryTriggerExecutionFailure Source #

Create a value of RepositoryTriggerExecutionFailure with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureMessage:RepositoryTriggerExecutionFailure', repositoryTriggerExecutionFailure_failureMessage - Message information about the trigger that did not run.

$sel:trigger:RepositoryTriggerExecutionFailure', repositoryTriggerExecutionFailure_trigger - The name of the trigger that did not run.

SetFileModeEntry

data SetFileModeEntry Source #

Information about the file mode changes.

See: newSetFileModeEntry smart constructor.

Constructors

SetFileModeEntry' 

Fields

Instances

Instances details
ToJSON SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Generic SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Associated Types

type Rep SetFileModeEntry :: Type -> Type #

Read SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Show SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

NFData SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Methods

rnf :: SetFileModeEntry -> () #

Eq SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Hashable SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

type Rep SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

type Rep SetFileModeEntry = D1 ('MetaData "SetFileModeEntry" "Amazonka.CodeCommit.Types.SetFileModeEntry" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "SetFileModeEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "fileMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FileModeTypeEnum)))

newSetFileModeEntry Source #

Create a value of SetFileModeEntry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filePath:SetFileModeEntry', setFileModeEntry_filePath - The full path to the file, including the name of the file.

$sel:fileMode:SetFileModeEntry', setFileModeEntry_fileMode - The file mode for the file.

setFileModeEntry_filePath :: Lens' SetFileModeEntry Text Source #

The full path to the file, including the name of the file.

SourceFileSpecifier

data SourceFileSpecifier Source #

Information about a source file that is part of changes made in a commit.

See: newSourceFileSpecifier smart constructor.

Constructors

SourceFileSpecifier' 

Fields

  • isMove :: Maybe Bool

    Whether to remove the source file from the parent commit.

  • filePath :: Text

    The full path to the file, including the name of the file.

Instances

Instances details
ToJSON SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

Generic SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

Associated Types

type Rep SourceFileSpecifier :: Type -> Type #

Read SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

Show SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

NFData SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

Methods

rnf :: SourceFileSpecifier -> () #

Eq SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

Hashable SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

type Rep SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

type Rep SourceFileSpecifier = D1 ('MetaData "SourceFileSpecifier" "Amazonka.CodeCommit.Types.SourceFileSpecifier" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "SourceFileSpecifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isMove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "filePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSourceFileSpecifier Source #

Create a value of SourceFileSpecifier with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:isMove:SourceFileSpecifier', sourceFileSpecifier_isMove - Whether to remove the source file from the parent commit.

$sel:filePath:SourceFileSpecifier', sourceFileSpecifier_filePath - The full path to the file, including the name of the file.

sourceFileSpecifier_isMove :: Lens' SourceFileSpecifier (Maybe Bool) Source #

Whether to remove the source file from the parent commit.

sourceFileSpecifier_filePath :: Lens' SourceFileSpecifier Text Source #

The full path to the file, including the name of the file.

SubModule

data SubModule Source #

Returns information about a submodule reference in a repository folder.

See: newSubModule smart constructor.

Constructors

SubModule' 

Fields

  • absolutePath :: Maybe Text

    The fully qualified path to the folder that contains the reference to the submodule.

  • commitId :: Maybe Text

    The commit ID that contains the reference to the submodule.

  • relativePath :: Maybe Text

    The relative path of the submodule from the folder where the query originated.

Instances

Instances details
FromJSON SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Generic SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Associated Types

type Rep SubModule :: Type -> Type #

Read SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Show SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

NFData SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Methods

rnf :: SubModule -> () #

Eq SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Hashable SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

type Rep SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

type Rep SubModule = D1 ('MetaData "SubModule" "Amazonka.CodeCommit.Types.SubModule" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "SubModule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "absolutePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "relativePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSubModule :: SubModule Source #

Create a value of SubModule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:absolutePath:SubModule', subModule_absolutePath - The fully qualified path to the folder that contains the reference to the submodule.

$sel:commitId:SubModule', subModule_commitId - The commit ID that contains the reference to the submodule.

$sel:relativePath:SubModule', subModule_relativePath - The relative path of the submodule from the folder where the query originated.

subModule_absolutePath :: Lens' SubModule (Maybe Text) Source #

The fully qualified path to the folder that contains the reference to the submodule.

subModule_commitId :: Lens' SubModule (Maybe Text) Source #

The commit ID that contains the reference to the submodule.

subModule_relativePath :: Lens' SubModule (Maybe Text) Source #

The relative path of the submodule from the folder where the query originated.

SymbolicLink

data SymbolicLink Source #

Returns information about a symbolic link in a repository folder.

See: newSymbolicLink smart constructor.

Constructors

SymbolicLink' 

Fields

Instances

newSymbolicLink :: SymbolicLink Source #

Create a value of SymbolicLink with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:absolutePath:SymbolicLink', symbolicLink_absolutePath - The fully qualified path to the folder that contains the symbolic link.

$sel:blobId:SymbolicLink', symbolicLink_blobId - The blob ID that contains the information about the symbolic link.

$sel:fileMode:SymbolicLink', symbolicLink_fileMode - The file mode permissions of the blob that cotains information about the symbolic link.

$sel:relativePath:SymbolicLink', symbolicLink_relativePath - The relative path of the symbolic link from the folder where the query originated.

symbolicLink_absolutePath :: Lens' SymbolicLink (Maybe Text) Source #

The fully qualified path to the folder that contains the symbolic link.

symbolicLink_blobId :: Lens' SymbolicLink (Maybe Text) Source #

The blob ID that contains the information about the symbolic link.

symbolicLink_fileMode :: Lens' SymbolicLink (Maybe FileModeTypeEnum) Source #

The file mode permissions of the blob that cotains information about the symbolic link.

symbolicLink_relativePath :: Lens' SymbolicLink (Maybe Text) Source #

The relative path of the symbolic link from the folder where the query originated.

Target

data Target Source #

Returns information about a target for a pull request.

See: newTarget smart constructor.

Constructors

Target' 

Fields

  • destinationReference :: Maybe Text

    The branch of the repository where the pull request changes are merged. Also known as the destination branch.

  • repositoryName :: Text

    The name of the repository that contains the pull request.

  • sourceReference :: Text

    The branch of the repository that contains the changes for the pull request. Also known as the source branch.

Instances

Instances details
ToJSON Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Generic Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Associated Types

type Rep Target :: Type -> Type #

Methods

from :: Target -> Rep Target x #

to :: Rep Target x -> Target #

Read Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Show Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

NFData Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Methods

rnf :: Target -> () #

Eq Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Methods

(==) :: Target -> Target -> Bool #

(/=) :: Target -> Target -> Bool #

Hashable Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Methods

hashWithSalt :: Int -> Target -> Int #

hash :: Target -> Int #

type Rep Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

type Rep Target = D1 ('MetaData "Target" "Amazonka.CodeCommit.Types.Target" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "Target'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destinationReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newTarget Source #

Create a value of Target with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destinationReference:Target', target_destinationReference - The branch of the repository where the pull request changes are merged. Also known as the destination branch.

$sel:repositoryName:Target', target_repositoryName - The name of the repository that contains the pull request.

$sel:sourceReference:Target', target_sourceReference - The branch of the repository that contains the changes for the pull request. Also known as the source branch.

target_destinationReference :: Lens' Target (Maybe Text) Source #

The branch of the repository where the pull request changes are merged. Also known as the destination branch.

target_repositoryName :: Lens' Target Text Source #

The name of the repository that contains the pull request.

target_sourceReference :: Lens' Target Text Source #

The branch of the repository that contains the changes for the pull request. Also known as the source branch.

UserInfo

data UserInfo Source #

Information about the user who made a specified commit.

See: newUserInfo smart constructor.

Constructors

UserInfo' 

Fields

  • date :: Maybe Text

    The date when the specified commit was commited, in timestamp format with GMT offset.

  • email :: Maybe Text

    The email address associated with the user who made the commit, if any.

  • name :: Maybe Text

    The name of the user who made the specified commit.

Instances

Instances details
FromJSON UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Generic UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Associated Types

type Rep UserInfo :: Type -> Type #

Methods

from :: UserInfo -> Rep UserInfo x #

to :: Rep UserInfo x -> UserInfo #

Read UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Show UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

NFData UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Methods

rnf :: UserInfo -> () #

Eq UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Hashable UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Methods

hashWithSalt :: Int -> UserInfo -> Int #

hash :: UserInfo -> Int #

type Rep UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

type Rep UserInfo = D1 ('MetaData "UserInfo" "Amazonka.CodeCommit.Types.UserInfo" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "UserInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "date") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newUserInfo :: UserInfo Source #

Create a value of UserInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:date:UserInfo', userInfo_date - The date when the specified commit was commited, in timestamp format with GMT offset.

$sel:email:UserInfo', userInfo_email - The email address associated with the user who made the commit, if any.

$sel:name:UserInfo', userInfo_name - The name of the user who made the specified commit.

userInfo_date :: Lens' UserInfo (Maybe Text) Source #

The date when the specified commit was commited, in timestamp format with GMT offset.

userInfo_email :: Lens' UserInfo (Maybe Text) Source #

The email address associated with the user who made the commit, if any.

userInfo_name :: Lens' UserInfo (Maybe Text) Source #

The name of the user who made the specified commit.