libZSservicesZSamazonka-codecommitZSamazonka-codecommit
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodeCommit.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

_InvalidReactionValueException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidRepositoryTriggerRegionException :: AsError a => Getting (First ServiceError) 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.

_InvalidContinuationTokenException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified continuation token is not valid.

_ManualMergeRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_TargetsRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidSystemTagUsageException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_FileEntryRequiredException :: AsError a => Getting (First ServiceError) 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.

_TipsDivergenceExceededException :: AsError a => Getting (First ServiceError) 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.

_InvalidRepositoryTriggerBranchNameException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_PullRequestAlreadyClosedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidRepositoryTriggerCustomDataException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The custom data provided for the trigger is not valid.

_DirectoryNameConflictsWithFileNameException :: AsError a => Getting (First ServiceError) 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.

_ReferenceDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_ApprovalRuleNameAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_ActorDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_PullRequestIdRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_OverrideAlreadySetException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidRuleContentSha256Exception :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidEmailException :: AsError a => Getting (First ServiceError) 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.

_CommitMessageLengthExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_BlobIdDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified blob does not exist.

_MaximumRepositoryNamesExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_TagKeysListRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_PutFileEntryConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_FolderDoesNotExistException :: AsError a => Getting (First ServiceError) 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.

_InvalidRepositoryDescriptionException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified repository description is not valid.

_RepositoryNameExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified repository name already exists.

_ReferenceNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A reference name is required, but none was provided.

_MaximumRepositoryTriggersExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The number of triggers allowed for the repository was exceeded.

_ApprovalRuleDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified approval rule does not exist.

_InvalidBranchNameException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified reference name is not valid.

_BranchNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A branch name is required, but was not specified.

_MergeOptionRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidFileLocationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_BeforeCommitIdAndAfterCommitIdAreSameException :: AsError a => Getting (First ServiceError) 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.

_RepositoryTriggersListRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_IdempotencyParameterMismatchException :: AsError a => Getting (First ServiceError) 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.

_InvalidRelativeFileVersionEnumException :: AsError a => Getting (First ServiceError) 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.

_InvalidRepositoryTriggerDestinationArnException :: AsError a => Getting (First ServiceError) 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.

_ReactionLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_BlobIdRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A blob ID is required, but was not specified.

_RepositoryNamesRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidActorArnException :: AsError a => Getting (First ServiceError) 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.

_InvalidCommentIdException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_FilePathConflictsWithSubmodulePathException :: AsError a => Getting (First ServiceError) 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.

_InvalidDescriptionException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_ApprovalRuleNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidBlobIdException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified blob is not valid.

_PullRequestDoesNotExistException :: AsError a => Getting (First ServiceError) 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.

_NoChangeException :: AsError a => Getting (First ServiceError) 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.

_InvalidOrderException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified sort order is not valid.

_InvalidApprovalRuleNameException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The name for the approval rule is not valid.

_BranchDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified branch does not exist.

_DefaultBranchCannotBeDeletedException :: AsError a => Getting (First ServiceError) 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.

_FolderContentSizeLimitExceededException :: AsError a => Getting (First ServiceError) 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.

_InvalidDeletionParameterException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified deletion parameter is not valid.

_InvalidReactionUserArnException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidPathException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified path is not valid.

_PathRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The folderPath for a location cannot be null.

_InvalidTargetBranchException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified target branch is not valid.

_RepositoryTriggerNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidFileModeException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_NumberOfRuleTemplatesExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_FileModeRequiredException :: AsError a => Getting (First ServiceError) 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.

_InvalidPullRequestStatusException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_ApprovalRuleTemplateContentRequiredException :: AsError a => Getting (First ServiceError) 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.

_ApprovalStateRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An approval state is required, but was not specified.

_ConcurrentReferenceUpdateException :: AsError a => Getting (First ServiceError) 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.

_ParentCommitIdRequiredException :: AsError a => Getting (First ServiceError) 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).

_InvalidSourceCommitSpecifierException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_RepositoryDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified repository does not exist.

_InvalidApprovalRuleContentException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The content for the approval rule is not valid.

_MaximumBranchesExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The number of branches for the trigger was exceeded.

_InvalidTitleException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_CommentContentSizeLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_PullRequestApprovalRulesNotSatisfiedException :: AsError a => Getting (First ServiceError) 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.

_InvalidParentCommitIdException :: AsError a => Getting (First ServiceError) 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.

_InvalidPullRequestEventTypeException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The pull request event type is not valid.

_FileContentRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_SourceAndDestinationAreSameException :: AsError a => Getting (First ServiceError) 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.

_ReplacementContentRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_RestrictedSourceFileException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_PathDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified path does not exist.

_InvalidResourceArnException :: AsError a => Getting (First ServiceError) 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.

_TooManyTagsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_SamePathRequestException :: AsError a => Getting (First ServiceError) 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.

_SourceFileOrContentRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidMaxMergeHunksException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_CannotModifyApprovalRuleFromTemplateException :: AsError a => Getting (First ServiceError) 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.

_InvalidReplacementContentException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_ParentCommitIdOutdatedException :: AsError a => Getting (First ServiceError) 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.

_RepositoryTriggerEventsListRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_CommentContentRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidTargetsException :: AsError a => Getting (First ServiceError) 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.

_EncryptionKeyAccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An encryption key could not be accessed.

_BranchNameExistsException :: AsError a => Getting (First ServiceError) 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.

_InvalidCommitException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified commit is not valid.

_TargetRequiredException :: AsError a => Getting (First ServiceError) 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.

_InvalidConflictDetailLevelException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified conflict detail level is not valid.

_InvalidDestinationCommitSpecifierException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_CommentDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_ReferenceTypeNotSupportedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified reference is not a supported type.

_FileNameConflictsWithDirectoryNameException :: AsError a => Getting (First ServiceError) 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.

_NameLengthExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidSortByException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified sort by value is not valid.

_MaximumOpenPullRequestsExceededException :: AsError a => Getting (First ServiceError) 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.

_ApprovalRuleTemplateNameAlreadyExistsException :: AsError a => Getting (First ServiceError) 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.

_InvalidTargetException :: AsError a => Getting (First ServiceError) 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.

_InvalidPullRequestIdException :: AsError a => Getting (First ServiceError) 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.

_CommentNotCreatedByCallerException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidPullRequestStatusUpdateException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidReferenceNameException :: AsError a => Getting (First ServiceError) 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.

_MaximumRuleTemplatesAssociatedWithRepositoryException :: AsError a => Getting (First ServiceError) 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.

_SameFileContentException :: AsError a => Getting (First ServiceError) 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.

_ApprovalRuleTemplateInUseException :: AsError a => Getting (First ServiceError) 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.

_MaximumNumberOfApprovalsExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_FileDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidCommitIdException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified commit ID is not valid.

_FileContentAndSourceFileSpecifiedException :: AsError a => Getting (First ServiceError) 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.

_TipOfSourceReferenceIsDifferentException :: AsError a => Getting (First ServiceError) 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.

_RepositoryTriggerDestinationArnRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidConflictResolutionStrategyException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified conflict resolution strategy is not valid.

_InvalidClientRequestTokenException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The client request token is not valid.

_MultipleConflictResolutionEntriesException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_CommitDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_RepositoryTriggerBranchNameListRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_ClientRequestTokenRequiredException :: AsError a => Getting (First ServiceError) 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.

_ApprovalRuleTemplateDoesNotExistException :: AsError a => Getting (First ServiceError) 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.

_TagPolicyException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The tag policy is not valid.

_InvalidMergeOptionException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_CannotDeleteApprovalRuleFromTemplateException :: AsError a => Getting (First ServiceError) 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.

_CommentIdRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidMaxResultsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified number of maximum results is not valid.

_FileTooLargeException :: AsError a => Getting (First ServiceError) 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.

_ApprovalRuleTemplateNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_MaximumFileEntriesExceededException :: AsError a => Getting (First ServiceError) 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.

_CommitIdDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified commit ID does not exist.

_InvalidReplacementTypeException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidRevisionIdException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_RevisionNotCurrentException :: AsError a => Getting (First ServiceError) 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.

_InvalidApprovalRuleTemplateNameException :: AsError a => Getting (First ServiceError) 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.

_PullRequestCannotBeApprovedByAuthorException :: AsError a => Getting (First ServiceError) 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.

_MultipleRepositoriesInPullRequestException :: AsError a => Getting (First ServiceError) 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.

_RevisionIdRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A revision ID is required, but was not provided.

_FileContentSizeLimitExceededException :: AsError a => Getting (First ServiceError) 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.

_RepositoryNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A repository name is required, but was not specified.

_RepositoryLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A repository resource limit was exceeded.

_InvalidRepositoryTriggerEventsException :: AsError a => Getting (First ServiceError) 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.

_NumberOfRulesExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_BranchNameIsTagNameException :: AsError a => Getting (First ServiceError) 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.

_InvalidRepositoryNameException :: AsError a => Getting (First ServiceError) 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.

_CommitIdsListRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_CommitIdsLimitExceededException :: AsError a => Getting (First ServiceError) 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.

_InvalidAuthorArnException :: AsError a => Getting (First ServiceError) 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.

_MaximumItemsToCompareExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_OverrideStatusRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_ApprovalRuleContentRequiredException :: AsError a => Getting (First ServiceError) 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.

_MaximumConflictResolutionEntriesExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The number of allowed conflict resolution entries was exceeded.

_PullRequestStatusRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidConflictResolutionException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified conflict resolution list is not valid.

_InvalidApprovalRuleTemplateContentException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The content of the approval rule template is not valid.

_InvalidApprovalStateException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_RepositoryNotAssociatedWithPullRequestException :: AsError a => Getting (First ServiceError) 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.

_MaximumFileContentToLoadExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The number of files to load exceeds the allowed limit.

_TitleRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidOverrideStatusException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidFilePositionException :: AsError a => Getting (First ServiceError) 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.

_CommentDeletedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_ParentCommitDoesNotExistException :: AsError a => Getting (First ServiceError) 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.

_InvalidApprovalRuleTemplateDescriptionException :: AsError a => Getting (First ServiceError) 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.

_ResourceArnRequiredException :: AsError a => Getting (First ServiceError) 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.

_InvalidMaxConflictFilesException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_AuthorDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

ApprovalState

newtype ApprovalState Source #

Constructors

ApprovalState' 

Instances

Instances details
Eq ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Ord ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Read ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Show ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Generic ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Associated Types

type Rep ApprovalState :: Type -> Type #

NFData ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Methods

rnf :: ApprovalState -> () #

Hashable 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

FromJSON ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

FromJSONKey ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToLog ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToHeader ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToQuery ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

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 #

ToByteString 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 #

type Rep ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

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

ChangeTypeEnum

newtype ChangeTypeEnum Source #

Constructors

ChangeTypeEnum' 

Instances

Instances details
Eq ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Ord ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Read ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Show ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Generic ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Associated Types

type Rep ChangeTypeEnum :: Type -> Type #

NFData ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Methods

rnf :: ChangeTypeEnum -> () #

Hashable 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

FromJSON ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

FromJSONKey ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToLog ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToHeader ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToQuery 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 #

ToByteString 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

type Rep ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

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

ConflictDetailLevelTypeEnum

newtype ConflictDetailLevelTypeEnum Source #

Instances

Instances details
Eq ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Ord ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Read ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Show 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 #

NFData ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Hashable 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

FromJSON ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

FromJSONKey ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToLog ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToHeader ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToQuery 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

ToByteString 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

type Rep ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

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

ConflictResolutionStrategyTypeEnum

newtype ConflictResolutionStrategyTypeEnum Source #

Instances

Instances details
Eq ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Ord ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Read ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Show 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 #

NFData ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Hashable 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

FromJSON ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

FromJSONKey ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToLog ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToHeader ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToQuery 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

ToByteString 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

type Rep ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

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

FileModeTypeEnum

newtype FileModeTypeEnum Source #

Instances

Instances details
Eq FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Ord FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Read FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Show 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 #

NFData FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Methods

rnf :: FileModeTypeEnum -> () #

Hashable 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

FromJSON FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

FromJSONKey FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToLog FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToHeader FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToQuery 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

ToByteString 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

type Rep FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

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

MergeOptionTypeEnum

newtype MergeOptionTypeEnum Source #

Instances

Instances details
Eq MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Ord MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Read MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Show 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 #

NFData MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Methods

rnf :: MergeOptionTypeEnum -> () #

Hashable 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

FromJSON MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

FromJSONKey MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToLog MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToHeader MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToQuery 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

ToByteString 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

type Rep MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

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

ObjectTypeEnum

newtype ObjectTypeEnum Source #

Constructors

ObjectTypeEnum' 

Instances

Instances details
Eq ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Ord ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Read ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Show ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Generic ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Associated Types

type Rep ObjectTypeEnum :: Type -> Type #

NFData ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Methods

rnf :: ObjectTypeEnum -> () #

Hashable 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

FromJSON ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

FromJSONKey ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToLog ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToHeader ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToQuery 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 #

ToByteString 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

type Rep ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

type Rep ObjectTypeEnum = D1 ('MetaData "ObjectTypeEnum" "Amazonka.CodeCommit.Types.ObjectTypeEnum" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Ord OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Read OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Show OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Generic OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Associated Types

type Rep OrderEnum :: Type -> Type #

NFData OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Methods

rnf :: OrderEnum -> () #

Hashable 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

FromJSON OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

FromJSONKey OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToLog OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToHeader OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToQuery OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

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 #

ToByteString OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Methods

toBS :: OrderEnum -> ByteString #

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 #

type Rep OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

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

OverrideStatus

newtype OverrideStatus Source #

Constructors

OverrideStatus' 

Instances

Instances details
Eq OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Ord OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Read OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Show OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Generic OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Associated Types

type Rep OverrideStatus :: Type -> Type #

NFData OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Methods

rnf :: OverrideStatus -> () #

Hashable 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

FromJSON OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

FromJSONKey OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToLog OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToHeader OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToQuery 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 #

ToByteString 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

type Rep OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

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

PullRequestEventType

newtype PullRequestEventType Source #

Instances

Instances details
Eq PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Ord PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Read PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Show 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 #

NFData PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Methods

rnf :: PullRequestEventType -> () #

Hashable 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

FromJSON PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

FromJSONKey PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToLog PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToHeader PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToQuery 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

ToByteString 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

type Rep PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

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

PullRequestStatusEnum

newtype PullRequestStatusEnum Source #

Instances

Instances details
Eq PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Ord PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Read PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Show 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 #

NFData PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Methods

rnf :: PullRequestStatusEnum -> () #

Hashable 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

FromJSON PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

FromJSONKey PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToLog PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToHeader PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToQuery 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

ToByteString 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

type Rep PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

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

RelativeFileVersionEnum

newtype RelativeFileVersionEnum Source #

Instances

Instances details
Eq RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Ord RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Read RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Show 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 #

NFData RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Methods

rnf :: RelativeFileVersionEnum -> () #

Hashable 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

FromJSON RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

FromJSONKey RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToLog RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToHeader RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToQuery 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

ToByteString 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

type Rep RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

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

ReplacementTypeEnum

newtype ReplacementTypeEnum Source #

Instances

Instances details
Eq ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Ord ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Read ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Show 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 #

NFData ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Methods

rnf :: ReplacementTypeEnum -> () #

Hashable 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

FromJSON ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

FromJSONKey ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToLog ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToHeader ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToQuery 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

ToByteString 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

type Rep ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

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

RepositoryTriggerEventEnum

newtype RepositoryTriggerEventEnum Source #

Instances

Instances details
Eq RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Ord RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Read RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Show 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 #

NFData RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Hashable 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

FromJSON RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

FromJSONKey RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToLog RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToHeader RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToQuery 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

ToByteString 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

type Rep RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

type Rep RepositoryTriggerEventEnum = D1 ('MetaData "RepositoryTriggerEventEnum" "Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Ord SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Read SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Show SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Generic SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Associated Types

type Rep SortByEnum :: Type -> Type #

NFData SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Methods

rnf :: SortByEnum -> () #

Hashable 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

FromJSON SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

FromJSONKey SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToLog SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToHeader SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToQuery SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

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 #

ToByteString 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 #

type Rep SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

type Rep SortByEnum = D1 ('MetaData "SortByEnum" "Amazonka.CodeCommit.Types.SortByEnum" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Read Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Show 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 #

NFData Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Methods

rnf :: Approval -> () #

Hashable Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Methods

hashWithSalt :: Int -> Approval -> Int #

hash :: Approval -> Int #

FromJSON Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

type Rep Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

type Rep Approval = D1 ('MetaData "Approval" "Amazonka.CodeCommit.Types.Approval" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

Read ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

Show 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 #

NFData ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

Methods

rnf :: ApprovalRule -> () #

Hashable ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ApprovalRule'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "ruleContentSha256") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "approvalRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approvalRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastModifiedUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "originApprovalRuleTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OriginApprovalRuleTemplate))) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "approvalRuleContent") '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:ruleContentSha256:ApprovalRule', approvalRule_ruleContentSha256 - The SHA-256 hash signature for the content of the approval rule.

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

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

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

$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:creationDate:ApprovalRule', approvalRule_creationDate - The date the approval rule was created, in timestamp format.

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

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

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

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

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

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

The system-generated ID of the approval rule.

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_creationDate :: Lens' ApprovalRule (Maybe UTCTime) Source #

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

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

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
Eq ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

Read ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

Show 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 #

NFData ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

Hashable ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ApprovalRuleEventMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "approvalRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approvalRuleContent") '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:approvalRuleName:ApprovalRuleEventMetadata', approvalRuleEventMetadata_approvalRuleName - The name of the approval rule.

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

$sel:approvalRuleContent:ApprovalRuleEventMetadata', approvalRuleEventMetadata_approvalRuleContent - The content 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
Eq 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

Generic ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

NFData ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

Hashable ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

Read ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

Show 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 #

NFData ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

Methods

rnf :: ApprovalRuleTemplate -> () #

Hashable ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ApprovalRuleTemplate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "ruleContentSha256") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approvalRuleTemplateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "approvalRuleTemplateDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "approvalRuleTemplateContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "approvalRuleTemplateName") '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:ruleContentSha256:ApprovalRuleTemplate', approvalRuleTemplate_ruleContentSha256 - The SHA-256 hash signature for the content of the approval rule template.

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

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

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

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

$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:creationDate:ApprovalRuleTemplate', approvalRuleTemplate_creationDate - The date the approval rule template was created, in timestamp format.

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

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

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_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_creationDate :: Lens' ApprovalRuleTemplate (Maybe UTCTime) Source #

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

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
Eq ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

Read ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

Show 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 #

NFData ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

Hashable ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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.

  • repositoryName :: Maybe Text

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

  • errorMessage :: Maybe Text

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

Instances

Instances details
Eq 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

Generic BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

NFData BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

Hashable BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "BatchAssociateApprovalRuleTemplateWithRepositoriesError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") '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:repositoryName:BatchAssociateApprovalRuleTemplateWithRepositoriesError', batchAssociateApprovalRuleTemplateWithRepositoriesError_repositoryName - The name of the repository where the association was not made.

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

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
Eq BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Read BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Show 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 #

NFData BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Hashable BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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.

  • repositoryName :: Maybe Text

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

  • errorMessage :: Maybe Text

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

Instances

Instances details
Eq 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

Generic BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

NFData BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Hashable BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "BatchDisassociateApprovalRuleTemplateFromRepositoriesError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") '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:repositoryName:BatchDisassociateApprovalRuleTemplateFromRepositoriesError', batchDisassociateApprovalRuleTemplateFromRepositoriesError_repositoryName - The name of the repository where the association with the template was not able to be removed.

$sel:errorMessage:BatchDisassociateApprovalRuleTemplateFromRepositoriesError', batchDisassociateApprovalRuleTemplateFromRepositoriesError_errorMessage - 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.

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.

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
Eq BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

Read BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

Show 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 #

NFData BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

Methods

rnf :: BatchGetCommitsError -> () #

Hashable BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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

  • path :: Maybe Text

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

  • 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
  • blobId :: Maybe Text

    The full ID of the blob.

Instances

Instances details
Eq BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

Read BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

Show 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 #

NFData BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

Methods

rnf :: BlobMetadata -> () #

Hashable BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "BlobMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "blobId") '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:path:BlobMetadata', blobMetadata_path - The path to the blob and associated file name, if any.

$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:blobId:BlobMetadata', blobMetadata_blobId - The full ID of the blob.

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

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

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_blobId :: Lens' BlobMetadata (Maybe Text) Source #

The full ID of the blob.

BranchInfo

data BranchInfo Source #

Returns information about a branch.

See: newBranchInfo smart constructor.

Constructors

BranchInfo' 

Fields

Instances

Instances details
Eq BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

Read BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

Show 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 #

NFData BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

Methods

rnf :: BranchInfo -> () #

Hashable BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "BranchInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "branchName") '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:commitId:BranchInfo', branchInfo_commitId - The ID of the last commit made to the branch.

$sel:branchName:BranchInfo', branchInfo_branchName - The name of 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

  • lastModifiedDate :: Maybe POSIX

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

  • authorArn :: Maybe Text

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

  • content :: Maybe Text

    The content of 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.

  • 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.

  • 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.

  • inReplyTo :: Maybe Text

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

  • 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
Eq Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Methods

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

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

Read Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Show 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 #

NFData Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Methods

rnf :: Comment -> () #

Hashable Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Methods

hashWithSalt :: Int -> Comment -> Int #

hash :: Comment -> Int #

FromJSON Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

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:lastModifiedDate:Comment', comment_lastModifiedDate - The date and time the comment was most recently modified, in timestamp format.

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

$sel:content:Comment', comment_content - The content of 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: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: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:inReplyTo:Comment', comment_inReplyTo - The ID of the comment for which this comment is a reply, if any.

$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_lastModifiedDate :: Lens' Comment (Maybe UTCTime) Source #

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

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

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

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

The content of 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_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_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_inReplyTo :: Lens' Comment (Maybe Text) Source #

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

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

  • beforeBlobId :: Maybe Text

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

  • 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.

  • afterCommitId :: Maybe Text

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

  • afterBlobId :: Maybe Text

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

  • beforeCommitId :: Maybe Text

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

  • repositoryName :: Maybe Text

    The name of the repository that contains the compared commits.

  • comments :: Maybe [Comment]

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

Instances

Instances details
Eq CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

Read CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

Show 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 #

NFData CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

Hashable CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "CommentsForComparedCommit'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "beforeBlobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Location)) :*: S1 ('MetaSel ('Just "afterCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "afterBlobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "beforeCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "comments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Comment]))))))

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:beforeBlobId:CommentsForComparedCommit', commentsForComparedCommit_beforeBlobId - The full blob ID of the commit used to establish the before of the comparison.

$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:afterCommitId:CommentsForComparedCommit', commentsForComparedCommit_afterCommitId - The full commit ID of the commit used to establish the after of the comparison.

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

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

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

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

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

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

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_afterCommitId :: Lens' CommentsForComparedCommit (Maybe Text) Source #

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

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

The full blob ID of the commit used to establish the after 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_repositoryName :: Lens' CommentsForComparedCommit (Maybe Text) Source #

The name of the repository that contains the compared commits.

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.

CommentsForPullRequest

data CommentsForPullRequest Source #

Returns information about comments on a pull request.

See: newCommentsForPullRequest smart constructor.

Constructors

CommentsForPullRequest' 

Fields

  • beforeBlobId :: Maybe Text

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

  • 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).

  • 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.

  • pullRequestId :: Maybe Text

    The system-generated ID of the pull request.

  • afterBlobId :: Maybe Text

    The full blob ID of the file on which you want to comment on the source 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.

  • repositoryName :: Maybe Text

    The name of the repository that contains the pull request.

  • comments :: Maybe [Comment]

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

Instances

Instances details
Eq CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

Read CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

Show 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 #

NFData CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

Methods

rnf :: CommentsForPullRequest -> () #

Hashable CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "CommentsForPullRequest'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "beforeBlobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Location))) :*: (S1 ('MetaSel ('Just "afterCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "afterBlobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "beforeCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "comments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Comment]))))))

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:beforeBlobId:CommentsForPullRequest', commentsForPullRequest_beforeBlobId - The full blob ID of the file on which you want to comment on the destination commit.

$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: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:pullRequestId:CommentsForPullRequest', commentsForPullRequest_pullRequestId - The system-generated ID of the pull request.

$sel:afterBlobId:CommentsForPullRequest', commentsForPullRequest_afterBlobId - The full blob ID of the file on which you want to comment on the source 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:repositoryName:CommentsForPullRequest', commentsForPullRequest_repositoryName - The name of the repository that contains the pull request.

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

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_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_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_pullRequestId :: Lens' CommentsForPullRequest (Maybe Text) Source #

The system-generated ID of 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_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_repositoryName :: Lens' CommentsForPullRequest (Maybe Text) Source #

The name of the repository that contains the pull request.

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

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

Commit

data Commit Source #

Returns information about a specific commit.

See: newCommit smart constructor.

Constructors

Commit' 

Fields

  • 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.

  • treeId :: Maybe Text

    Tree information for the specified commit.

  • additionalData :: Maybe Text

    Any other data 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.

  • 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.

  • message :: Maybe Text

    The commit message associated with the specified commit.

Instances

Instances details
Eq Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Methods

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

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

Read Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Show 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 #

NFData Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Methods

rnf :: Commit -> () #

Hashable Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Methods

hashWithSalt :: Int -> Commit -> Int #

hash :: Commit -> Int #

FromJSON Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

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: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:treeId:Commit', commit_treeId - Tree information for the specified commit.

$sel:additionalData:Commit', commit_additionalData - Any other data 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: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:message:Commit', commit_message - The commit message associated with the specified commit.

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_treeId :: Lens' Commit (Maybe Text) Source #

Tree information for the specified commit.

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

Any other data 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_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_message :: Lens' Commit (Maybe Text) Source #

The commit message associated with the specified commit.

Conflict

data Conflict Source #

Information about conflicts in a merge operation.

See: newConflict smart constructor.

Constructors

Conflict' 

Fields

Instances

Instances details
Eq Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Read Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Show 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 #

NFData Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Methods

rnf :: Conflict -> () #

Hashable Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Methods

hashWithSalt :: Int -> Conflict -> Int #

hash :: Conflict -> Int #

FromJSON Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

type Rep Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

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

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:mergeHunks:Conflict', conflict_mergeHunks - A list of hunks that contain the differences between files or lines causing the conflict.

$sel:conflictMetadata:Conflict', conflict_conflictMetadata - 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.

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

Metadata about a conflict in a merge operation.

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
Eq ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

Read ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

Show 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 #

NFData ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

Methods

rnf :: ConflictMetadata -> () #

Hashable ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

FromJSON 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:numberOfConflicts:ConflictMetadata', conflictMetadata_numberOfConflicts - The number of conflicts, including both hunk conflicts and metadata conflicts.

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

$sel:fileSizes:ConflictMetadata', conflictMetadata_fileSizes - The file sizes 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: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:fileModeConflict:ConflictMetadata', conflictMetadata_fileModeConflict - A boolean value indicating whether there are conflicts in the file mode of a file.

$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:mergeOperations:ConflictMetadata', conflictMetadata_mergeOperations - Whether an add, modify, or delete operation caused the conflict between the source and destination of the merge.

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

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

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

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

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

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

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

The file sizes 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_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_fileModeConflict :: Lens' ConflictMetadata (Maybe Bool) Source #

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

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_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_objectTypes :: Lens' ConflictMetadata (Maybe ObjectTypes) Source #

Information about any object type conflicts in a merge operation.

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

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

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
Eq ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

Read ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

Show 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 #

NFData ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

Methods

rnf :: ConflictResolution -> () #

Hashable ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

ToJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ConflictResolution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "setFileModes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SetFileModeEntry])) :*: (S1 ('MetaSel ('Just "deleteFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeleteFileEntry])) :*: S1 ('MetaSel ('Just "replaceContents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplaceContentEntry])))))

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:setFileModes:ConflictResolution', conflictResolution_setFileModes - File modes that are set as part of the merge conflict resolution.

$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.

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

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.

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
Eq DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

Read DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

Show 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 #

NFData DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

Methods

rnf :: DeleteFileEntry -> () #

Hashable DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

ToJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

Read Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

Show 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 #

NFData Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

Methods

rnf :: Difference -> () #

Hashable Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

Read Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

Show 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 #

NFData Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

Methods

rnf :: Evaluation -> () #

Hashable Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "Evaluation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "approvalRulesSatisfied") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "approvalRulesNotSatisfied") '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:approvalRulesSatisfied:Evaluation', evaluation_approvalRulesSatisfied - The names of the approval rules that have had their conditions met.

$sel:approvalRulesNotSatisfied:Evaluation', evaluation_approvalRulesNotSatisfied - The names of the approval rules that have not 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_approvalRulesSatisfied :: Lens' Evaluation (Maybe [Text]) Source #

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

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

The names of the approval rules that have not 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
Eq File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Methods

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

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

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 #

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 #

NFData File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Methods

rnf :: File -> () #

Hashable File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Methods

hashWithSalt :: Int -> File -> Int #

hash :: File -> Int #

FromJSON File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

type Rep File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

type Rep File = D1 ('MetaData "File" "Amazonka.CodeCommit.Types.File" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "File'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "absolutePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileModeTypeEnum))) :*: (S1 ('MetaSel ('Just "blobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:fileMode:File', file_fileMode - The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

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

$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_fileMode :: Lens' File (Maybe FileModeTypeEnum) Source #

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

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

The blob ID that contains the file information.

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
Eq FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

Read FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

Show 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 #

NFData FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

Methods

rnf :: FileMetadata -> () #

Hashable FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "FileMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "absolutePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fileMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileModeTypeEnum)) :*: S1 ('MetaSel ('Just "blobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:fileMode:FileMetadata', fileMetadata_fileMode - The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

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

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_fileMode :: Lens' FileMetadata (Maybe FileModeTypeEnum) Source #

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

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

The blob ID that contains the file information.

FileModes

data FileModes Source #

Information about file modes in a merge or pull request.

See: newFileModes smart constructor.

Constructors

FileModes' 

Fields

Instances

Instances details
Eq FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

Read FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

Show 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 #

NFData FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

Methods

rnf :: FileModes -> () #

Hashable FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "FileModes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileModeTypeEnum)) :*: (S1 ('MetaSel ('Just "base") '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:destination:FileModes', fileModes_destination - The file mode of a file in the destination of a merge or pull request.

$sel:base:FileModes', fileModes_base - The file mode of a file in the base 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_destination :: Lens' FileModes (Maybe FileModeTypeEnum) Source #

The file mode of a file in the destination 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_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
Eq FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

Read FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

Show 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 #

NFData FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

Methods

rnf :: FileSizes -> () #

Hashable FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "FileSizes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "base") '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:destination:FileSizes', fileSizes_destination - The size of a file in the destination of a merge or pull request.

$sel:base:FileSizes', fileSizes_base - The size of a file in the base 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_destination :: Lens' FileSizes (Maybe Integer) Source #

The size of a file in the destination 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_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.

  • treeId :: Maybe Text

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

  • relativePath :: Maybe Text

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

Instances

Instances details
Eq Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Methods

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

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

Read Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Show 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 #

NFData Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Methods

rnf :: Folder -> () #

Hashable Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Methods

hashWithSalt :: Int -> Folder -> Int #

hash :: Folder -> Int #

FromJSON Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

type Rep Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

type Rep Folder = D1 ('MetaData "Folder" "Amazonka.CodeCommit.Types.Folder" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "Folder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "absolutePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "treeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "relativePath") '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:treeId:Folder', folder_treeId - The full SHA-1 pointer of the tree information for the commit that contains the folder.

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

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

The fully qualified path of the folder in the repository.

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

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

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

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

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

  • destination :: Maybe Bool

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

  • base :: Maybe Bool

    The binary or non-binary status of a file in the base 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
Eq IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

Read IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

Show 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 #

NFData IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

Methods

rnf :: IsBinaryFile -> () #

Hashable IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "IsBinaryFile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "base") '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:destination:IsBinaryFile', isBinaryFile_destination - The binary or non-binary status of a file in the destination of a merge or pull request.

$sel:base:IsBinaryFile', isBinaryFile_base - The binary or non-binary status of a file in the base 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_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_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_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
Eq Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Read Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Show 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 #

NFData Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Methods

rnf :: Location -> () #

Hashable Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Methods

hashWithSalt :: Int -> Location -> Int #

hash :: Location -> Int #

ToJSON Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

FromJSON Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

type Rep Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

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

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: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.

$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.

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.

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.

MergeHunk

data MergeHunk Source #

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

See: newMergeHunk smart constructor.

Constructors

MergeHunk' 

Fields

  • destination :: Maybe MergeHunkDetail

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

  • base :: Maybe MergeHunkDetail

    Information about the merge hunk in the base 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
Eq MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

Read MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

Show 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 #

NFData MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

Methods

rnf :: MergeHunk -> () #

Hashable MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergeHunk'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MergeHunkDetail)) :*: S1 ('MetaSel ('Just "base") '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:destination:MergeHunk', mergeHunk_destination - Information about the merge hunk in the destination of a merge or pull request.

$sel:base:MergeHunk', mergeHunk_base - Information about the merge hunk in the base 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_destination :: Lens' MergeHunk (Maybe MergeHunkDetail) Source #

Information about the merge hunk in the destination 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_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
Eq MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

Read MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

Show 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 #

NFData MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

Methods

rnf :: MergeHunkDetail -> () #

Hashable MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergeHunkDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startLine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "endLine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "hunkContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:startLine:MergeHunkDetail', mergeHunkDetail_startLine - The start position of the hunk in the merge result.

$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.

mergeHunkDetail_startLine :: Lens' MergeHunkDetail (Maybe Int) Source #

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.

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
Eq MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

Read MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

Show 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 #

NFData MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

Methods

rnf :: MergeMetadata -> () #

Hashable MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergeMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "mergedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mergeOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MergeOptionTypeEnum))) :*: (S1 ('MetaSel ('Just "isMerged") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "mergeCommitId") '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:mergedBy:MergeMetadata', mergeMetadata_mergedBy - The Amazon Resource Name (ARN) of the user who merged the branches.

$sel:mergeOption:MergeMetadata', mergeMetadata_mergeOption - The merge strategy used in the merge.

$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.

mergeMetadata_mergedBy :: Lens' MergeMetadata (Maybe Text) Source #

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.

MergeOperations

data MergeOperations Source #

Information about the file operation conflicts in a merge operation.

See: newMergeOperations smart constructor.

Constructors

MergeOperations' 

Fields

Instances

Instances details
Eq MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Read MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Show 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 #

NFData MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Methods

rnf :: MergeOperations -> () #

Hashable MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

Read ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

Show 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 #

NFData ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

Methods

rnf :: ObjectTypes -> () #

Hashable ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ObjectTypes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ObjectTypeEnum)) :*: (S1 ('MetaSel ('Just "base") '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:destination:ObjectTypes', objectTypes_destination - The type of the object in the destination branch.

$sel:base:ObjectTypes', objectTypes_base - The type of the object in the base commit of the merge.

$sel:source:ObjectTypes', objectTypes_source - The type of the object in the source branch.

objectTypes_destination :: Lens' ObjectTypes (Maybe ObjectTypeEnum) Source #

The type of the object in the destination branch.

objectTypes_base :: Lens' ObjectTypes (Maybe ObjectTypeEnum) Source #

The type of the object in the base commit of the merge.

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
Eq OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

Read OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

Show 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 #

NFData OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

Hashable OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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.

  • pullRequestId :: Maybe Text

    The system-generated ID of the pull request.

  • creationDate :: Maybe POSIX

    The date and time the pull request was originally created, in timestamp format.

  • pullRequestStatus :: Maybe PullRequestStatusEnum

    The status of the pull request. Pull request status can only change from OPEN to CLOSED.

  • 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.

  • 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.

  • lastActivityDate :: Maybe POSIX

    The day and time of the last user or system activity on the pull request, in timestamp format.

  • revisionId :: Maybe Text

    The system-generated revision ID for the pull request.

  • pullRequestTargets :: Maybe [PullRequestTarget]

    The targets of the pull request, including the source branch and destination branch for the pull request.

  • 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.

Instances

Instances details
Eq PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

Read PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

Show 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 #

NFData PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

Methods

rnf :: PullRequest -> () #

Hashable PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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 "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "pullRequestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestStatusEnum))))) :*: ((S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastActivityDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pullRequestTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PullRequestTarget])) :*: S1 ('MetaSel ('Just "description") '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:pullRequestId:PullRequest', pullRequest_pullRequestId - The system-generated ID of the pull request.

$sel:creationDate:PullRequest', pullRequest_creationDate - The date and time the pull request was originally created, in timestamp format.

$sel:pullRequestStatus:PullRequest', pullRequest_pullRequestStatus - The status of the pull request. Pull request status can only change from OPEN to CLOSED.

$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.

$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.

$sel:lastActivityDate:PullRequest', pullRequest_lastActivityDate - The day and time of the last user or system activity on the pull request, in timestamp format.

$sel:revisionId:PullRequest', pullRequest_revisionId - The system-generated revision ID for the pull request.

$sel:pullRequestTargets:PullRequest', pullRequest_pullRequestTargets - The targets of the pull request, including the source branch and destination branch for the pull request.

$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.

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_pullRequestId :: Lens' PullRequest (Maybe Text) Source #

The system-generated ID of the pull request.

pullRequest_creationDate :: Lens' PullRequest (Maybe UTCTime) Source #

The date and time the pull request was originally created, in timestamp format.

pullRequest_pullRequestStatus :: Lens' PullRequest (Maybe PullRequestStatusEnum) Source #

The status of the pull request. Pull request status can only change from OPEN to CLOSED.

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.

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_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_revisionId :: Lens' PullRequest (Maybe Text) Source #

The system-generated revision ID for the pull request.

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_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.

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
Eq PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

Read PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

Show 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 #

NFData PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

Hashable PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

Read PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

Show 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 #

NFData PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

Methods

rnf :: PullRequestEvent -> () #

Hashable PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "PullRequestEvent'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "pullRequestMergedStateChangedEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestMergedStateChangedEventMetadata)) :*: S1 ('MetaSel ('Just "pullRequestCreatedEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestCreatedEventMetadata))) :*: (S1 ('MetaSel ('Just "approvalRuleEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApprovalRuleEventMetadata)) :*: (S1 ('MetaSel ('Just "pullRequestEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestEventType)) :*: S1 ('MetaSel ('Just "pullRequestStatusChangedEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestStatusChangedEventMetadata))))) :*: ((S1 ('MetaSel ('Just "actorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "approvalStateChangedEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApprovalStateChangedEventMetadata)) :*: (S1 ('MetaSel ('Just "pullRequestSourceReferenceUpdatedEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestSourceReferenceUpdatedEventMetadata)) :*: S1 ('MetaSel ('Just "approvalRuleOverriddenEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApprovalRuleOverriddenEventMetadata)))))))

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:pullRequestMergedStateChangedEventMetadata:PullRequestEvent', pullRequestEvent_pullRequestMergedStateChangedEventMetadata - Information about the change in mergability state for the pull request event.

$sel:pullRequestCreatedEventMetadata:PullRequestEvent', pullRequestEvent_pullRequestCreatedEventMetadata - Information about the source and destination branches for the pull request.

$sel:approvalRuleEventMetadata:PullRequestEvent', pullRequestEvent_approvalRuleEventMetadata - Information about a pull request event.

$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:pullRequestStatusChangedEventMetadata:PullRequestEvent', pullRequestEvent_pullRequestStatusChangedEventMetadata - Information about the change in status for the pull request event.

$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:pullRequestId:PullRequestEvent', pullRequestEvent_pullRequestId - The system-generated ID of the pull request.

$sel:eventDate:PullRequestEvent', pullRequestEvent_eventDate - The day and time of the pull request event, in timestamp format.

$sel:approvalStateChangedEventMetadata:PullRequestEvent', pullRequestEvent_approvalStateChangedEventMetadata - Information about an approval state change for a pull request.

$sel:pullRequestSourceReferenceUpdatedEventMetadata:PullRequestEvent', pullRequestEvent_pullRequestSourceReferenceUpdatedEventMetadata - Information about the updated source branch for the pull request event.

$sel:approvalRuleOverriddenEventMetadata:PullRequestEvent', pullRequestEvent_approvalRuleOverriddenEventMetadata - Information about an approval rule override event for a pull request.

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_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_pullRequestId :: Lens' PullRequestEvent (Maybe Text) Source #

The system-generated ID of the pull request.

pullRequestEvent_eventDate :: Lens' PullRequestEvent (Maybe UTCTime) Source #

The day and time of the pull request event, in timestamp format.

pullRequestEvent_approvalRuleOverriddenEventMetadata :: Lens' PullRequestEvent (Maybe ApprovalRuleOverriddenEventMetadata) Source #

Information about an approval rule override event for a 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
Eq 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

Generic PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

NFData PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

Hashable PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq 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

Generic PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

NFData PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

Hashable PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq 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

Generic PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

NFData PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

Hashable PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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

  • 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.

  • destinationReference :: Maybe Text

    The branch of the repository where the pull request changes are merged. Also known as the destination branch.

  • mergeMetadata :: Maybe MergeMetadata

    Returns metadata about the state of the merge, including whether the merge has been made.

  • mergeBase :: Maybe Text

    The commit ID of the most recent commit that the source branch and the destination branch have in common.

  • 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.

  • repositoryName :: Maybe Text

    The name of the repository that contains the pull request source and destination branches.

  • 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
Eq PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

Read PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

Show 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 #

NFData PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

Methods

rnf :: PullRequestTarget -> () #

Hashable PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "PullRequestTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sourceCommit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "destinationReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mergeMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MergeMetadata)))) :*: ((S1 ('MetaSel ('Just "mergeBase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destinationCommit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "repositoryName") '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: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:destinationReference:PullRequestTarget', pullRequestTarget_destinationReference - The branch of the repository where the pull request changes are merged. Also known as the destination branch.

$sel:mergeMetadata:PullRequestTarget', pullRequestTarget_mergeMetadata - Returns metadata about the state of the merge, including whether the merge has been made.

$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: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:repositoryName:PullRequestTarget', pullRequestTarget_repositoryName - The name of the repository that contains the pull request source and destination branches.

$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_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_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_mergeMetadata :: Lens' PullRequestTarget (Maybe MergeMetadata) Source #

Returns metadata about the state of the merge, including whether the merge has been made.

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_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_repositoryName :: Lens' PullRequestTarget (Maybe Text) Source #

The name of the repository that contains the pull request source and destination branches.

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
Eq PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

Read PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

Show 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 #

NFData PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

Methods

rnf :: PutFileEntry -> () #

Hashable PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

ToJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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.

$sel:filePath: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
Eq ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

Read ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

Show 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 #

NFData ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

Methods

rnf :: ReactionForComment -> () #

Hashable ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ReactionForComment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reactionUsers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "reactionsFromDeletedUsersCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "reaction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReactionValueFormats)))))

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: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.

$sel:reaction:ReactionForComment', reactionForComment_reaction - The reaction for a specified comment.

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
Eq ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

Read ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

Show 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 #

NFData ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

Methods

rnf :: ReactionValueFormats -> () #

Hashable ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

Read ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

Show 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 #

NFData ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

Methods

rnf :: ReplaceContentEntry -> () #

Hashable ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

ToJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ReplaceContentEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fileMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileModeTypeEnum)) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64))) :*: (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:fileMode:ReplaceContentEntry', replaceContentEntry_fileMode - The file mode to apply during conflict resoltion.

$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: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_fileMode :: Lens' ReplaceContentEntry (Maybe FileModeTypeEnum) Source #

The file mode to apply during conflict resoltion.

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_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
Eq RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

Read RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

Show 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 #

NFData RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

Methods

rnf :: RepositoryMetadata -> () #

Hashable RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

FromJSON RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

type Rep RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

type Rep RepositoryMetadata = D1 ('MetaData "RepositoryMetadata" "Amazonka.CodeCommit.Types.RepositoryMetadata" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "RepositoryMetadata'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "repositoryDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cloneUrlHttp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "defaultBranch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "cloneUrlSsh") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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:repositoryDescription:RepositoryMetadata', repositoryMetadata_repositoryDescription - A comment or description about the repository.

$sel:lastModifiedDate:RepositoryMetadata', repositoryMetadata_lastModifiedDate - The date and time the repository was last modified, in timestamp format.

$sel:arn:RepositoryMetadata', repositoryMetadata_arn - The Amazon Resource Name (ARN) of the repository.

$sel:cloneUrlHttp:RepositoryMetadata', repositoryMetadata_cloneUrlHttp - The URL to use for cloning the repository over HTTPS.

$sel:accountId:RepositoryMetadata', repositoryMetadata_accountId - The ID of the AWS account associated with the repository.

$sel:defaultBranch:RepositoryMetadata', repositoryMetadata_defaultBranch - The repository's default branch name.

$sel:repositoryId:RepositoryMetadata', repositoryMetadata_repositoryId - The ID of the repository.

$sel:repositoryName:RepositoryMetadata', repositoryMetadata_repositoryName - The repository's name.

$sel:creationDate:RepositoryMetadata', repositoryMetadata_creationDate - The date and time the repository was created, in timestamp format.

$sel:cloneUrlSsh:RepositoryMetadata', repositoryMetadata_cloneUrlSsh - The URL to use for cloning the repository over SSH.

repositoryMetadata_repositoryDescription :: Lens' RepositoryMetadata (Maybe Text) Source #

A comment or description about the repository.

repositoryMetadata_lastModifiedDate :: Lens' RepositoryMetadata (Maybe UTCTime) Source #

The date and time the repository was last modified, in timestamp format.

repositoryMetadata_arn :: Lens' RepositoryMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the repository.

repositoryMetadata_cloneUrlHttp :: Lens' RepositoryMetadata (Maybe Text) Source #

The URL to use for cloning the repository over HTTPS.

repositoryMetadata_accountId :: Lens' RepositoryMetadata (Maybe Text) Source #

The ID of the AWS account associated with the repository.

repositoryMetadata_defaultBranch :: Lens' RepositoryMetadata (Maybe Text) Source #

The repository's default branch name.

repositoryMetadata_creationDate :: Lens' RepositoryMetadata (Maybe UTCTime) Source #

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

repositoryMetadata_cloneUrlSsh :: Lens' RepositoryMetadata (Maybe Text) Source #

The URL to use for cloning the repository over SSH.

RepositoryNameIdPair

data RepositoryNameIdPair Source #

Information about a repository name and ID.

See: newRepositoryNameIdPair smart constructor.

Constructors

RepositoryNameIdPair' 

Fields

Instances

Instances details
Eq RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Read RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Show 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 #

NFData RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Methods

rnf :: RepositoryNameIdPair -> () #

Hashable RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

Read RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

Show 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 #

NFData RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

Methods

rnf :: RepositoryTrigger -> () #

Hashable RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

ToJSON RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

Read RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

Show 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 #

NFData RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

Hashable RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Read SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Show 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 #

NFData SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Methods

rnf :: SetFileModeEntry -> () #

Hashable SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

ToJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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
Eq SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

Read SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

Show 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 #

NFData SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

Methods

rnf :: SourceFileSpecifier -> () #

Hashable SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

ToJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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

  • commitId :: Maybe Text

    The commit ID that contains the reference to the submodule.

  • absolutePath :: Maybe Text

    The fully qualified path to the folder 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
Eq SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Read SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Show 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 #

NFData SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Methods

rnf :: SubModule -> () #

Hashable SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

FromJSON 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" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "SubModule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "absolutePath") '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:commitId:SubModule', subModule_commitId - The commit ID that contains the reference to the submodule.

$sel:absolutePath:SubModule', subModule_absolutePath - The fully qualified path to the folder 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_commitId :: Lens' SubModule (Maybe Text) Source #

The commit ID that contains the reference to the submodule.

subModule_absolutePath :: Lens' SubModule (Maybe Text) Source #

The fully qualified path to the folder 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:fileMode:SymbolicLink', symbolicLink_fileMode - The file mode permissions of the blob that cotains information about the symbolic link.

$sel:blobId:SymbolicLink', symbolicLink_blobId - The blob ID that contains the 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_fileMode :: Lens' SymbolicLink (Maybe FileModeTypeEnum) Source #

The file mode permissions of the blob that cotains information about the symbolic link.

symbolicLink_blobId :: Lens' SymbolicLink (Maybe Text) Source #

The blob ID that contains the 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
Eq Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Methods

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

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

Read Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Show 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 #

NFData Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Methods

rnf :: Target -> () #

Hashable Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Methods

hashWithSalt :: Int -> Target -> Int #

hash :: Target -> Int #

ToJSON Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

type Rep Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

type Rep Target = D1 ('MetaData "Target" "Amazonka.CodeCommit.Types.Target" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" '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

  • email :: Maybe Text

    The email address associated with the user who made the commit, if any.

  • date :: Maybe Text

    The date when the specified commit was commited, in timestamp format with GMT offset.

  • name :: Maybe Text

    The name of the user who made the specified commit.

Instances

Instances details
Eq UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Read UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Show 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 #

NFData UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Methods

rnf :: UserInfo -> () #

Hashable UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Methods

hashWithSalt :: Int -> UserInfo -> Int #

hash :: UserInfo -> Int #

FromJSON UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

type Rep UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

type Rep UserInfo = D1 ('MetaData "UserInfo" "Amazonka.CodeCommit.Types.UserInfo" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UserInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "date") '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:email:UserInfo', userInfo_email - The email address associated with the user who made the commit, if any.

$sel:date:UserInfo', userInfo_date - The date when the specified commit was commited, in timestamp format with GMT offset.

$sel:name:UserInfo', userInfo_name - The name of the user who made the specified commit.

userInfo_email :: Lens' UserInfo (Maybe Text) Source #

The email address associated with the user who made the commit, if any.

userInfo_date :: Lens' UserInfo (Maybe Text) Source #

The date when the specified commit was commited, in timestamp format with GMT offset.

userInfo_name :: Lens' UserInfo (Maybe Text) Source #

The name of the user who made the specified commit.