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

Contents

Description

Derived from API version 2015-04-13 of the AWS service descriptions, licensed under Apache 2.0.

AWS CodeCommit

This is the AWS CodeCommit API Reference. This reference provides descriptions of the operations and data types for AWS CodeCommit API along with usage examples.

You can use the AWS CodeCommit API to work with the following objects:

Repositories, by calling the following:

  • BatchGetRepositories, which returns information about one or more repositories associated with your AWS account.
  • CreateRepository, which creates an AWS CodeCommit repository.
  • DeleteRepository, which deletes an AWS CodeCommit repository.
  • GetRepository, which returns information about a specified repository.
  • ListRepositories, which lists all AWS CodeCommit repositories associated with your AWS account.
  • UpdateRepositoryDescription, which sets or updates the description of the repository.
  • UpdateRepositoryName, which changes the name of the repository. If you change the name of a repository, no other users of that repository can access it until you send them the new HTTPS or SSH URL to use.

Branches, by calling the following:

  • CreateBranch, which creates a branch in a specified repository.
  • DeleteBranch, which deletes the specified branch in a repository unless it is the default branch.
  • GetBranch, which returns information about a specified branch.
  • ListBranches, which lists all branches for a specified repository.
  • UpdateDefaultBranch, which changes the default branch for a repository.

Files, by calling the following:

  • DeleteFile, which deletes the content of a specified file from a specified branch.
  • GetBlob, which returns the base-64 encoded content of an individual Git blob object in a repository.
  • GetFile, which returns the base-64 encoded content of a specified file.
  • GetFolder, which returns the contents of a specified folder or directory.
  • PutFile, which adds or modifies a single file in a specified repository and branch.

Commits, by calling the following:

  • BatchGetCommits, which returns information about one or more commits in a repository.
  • CreateCommit, which creates a commit for changes to a repository.
  • GetCommit, which returns information about a commit, including commit messages and author and committer information.
  • GetDifferences, which returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or other fully qualified reference).

Merges, by calling the following:

  • BatchDescribeMergeConflicts, which returns information about conflicts in a merge between commits in a repository.
  • CreateUnreferencedMergeCommit, which creates an unreferenced commit between two branches or commits for the purpose of comparing them and identifying any potential conflicts.
  • DescribeMergeConflicts, which returns information about merge conflicts between the base, source, and destination versions of a file in a potential merge.
  • GetMergeCommit, which returns information about the merge between a source and destination commit.
  • GetMergeConflicts, which returns information about merge conflicts between the source and destination branch in a pull request.
  • GetMergeOptions, which returns information about the available merge options between two branches or commit specifiers.
  • MergeBranchesByFastForward, which merges two branches using the fast-forward merge option.
  • MergeBranchesBySquash, which merges two branches using the squash merge option.
  • MergeBranchesByThreeWay, which merges two branches using the three-way merge option.

Pull requests, by calling the following:

  • CreatePullRequest, which creates a pull request in a specified repository.
  • CreatePullRequestApprovalRule, which creates an approval rule for a specified pull request.
  • DeletePullRequestApprovalRule, which deletes an approval rule for a specified pull request.
  • DescribePullRequestEvents, which returns information about one or more pull request events.
  • EvaluatePullRequestApprovalRules, which evaluates whether a pull request has met all the conditions specified in its associated approval rules.
  • GetCommentsForPullRequest, which returns information about comments on a specified pull request.
  • GetPullRequest, which returns information about a specified pull request.
  • GetPullRequestApprovalStates, which returns information about the approval states for a specified pull request.
  • GetPullRequestOverrideState, which returns information about whether approval rules have been set aside (overriden) for a pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.
  • ListPullRequests, which lists all pull requests for a repository.
  • MergePullRequestByFastForward, which merges the source destination branch of a pull request into the specified destination branch for that pull request using the fast-forward merge option.
  • MergePullRequestBySquash, which merges the source destination branch of a pull request into the specified destination branch for that pull request using the squash merge option.
  • MergePullRequestByThreeWay. which merges the source destination branch of a pull request into the specified destination branch for that pull request using the three-way merge option.
  • OverridePullRequestApprovalRules, which sets aside all approval rule requirements for a pull request.
  • PostCommentForPullRequest, which posts a comment to a pull request at the specified line, file, or request.
  • UpdatePullRequestApprovalRuleContent, which updates the structure of an approval rule for a pull request.
  • UpdatePullRequestApprovalState, which updates the state of an approval on a pull request.
  • UpdatePullRequestDescription, which updates the description of a pull request.
  • UpdatePullRequestStatus, which updates the status of a pull request.
  • UpdatePullRequestTitle, which updates the title of a pull request.

Approval rule templates, by calling the following:

  • AssociateApprovalRuleTemplateWithRepository, which associates a template with a specified repository. After the template is associated with a repository, AWS CodeCommit creates approval rules that match the template conditions on every pull request created in the specified repository.
  • BatchAssociateApprovalRuleTemplateWithRepositories, which associates a template with one or more specified repositories. After the template is associated with a repository, AWS CodeCommit creates approval rules that match the template conditions on every pull request created in the specified repositories.
  • BatchDisassociateApprovalRuleTemplateFromRepositories, which removes the association between a template and specified repositories so that approval rules based on the template are not automatically created when pull requests are created in those repositories.
  • CreateApprovalRuleTemplate, which creates a template for approval rules that can then be associated with one or more repositories in your AWS account.
  • DeleteApprovalRuleTemplate, which deletes the specified template. It does not remove approval rules on pull requests already created with the template.
  • DisassociateApprovalRuleTemplateFromRepository, which removes the association between a template and a repository so that approval rules based on the template are not automatically created when pull requests are created in the specified repository.
  • GetApprovalRuleTemplate, which returns information about an approval rule template.
  • ListApprovalRuleTemplates, which lists all approval rule templates in the AWS Region in your AWS account.
  • ListAssociatedApprovalRuleTemplatesForRepository, which lists all approval rule templates that are associated with a specified repository.
  • ListRepositoriesForApprovalRuleTemplate, which lists all repositories associated with the specified approval rule template.
  • UpdateApprovalRuleTemplateDescription, which updates the description of an approval rule template.
  • UpdateApprovalRuleTemplateName, which updates the name of an approval rule template.
  • UpdateApprovalRuleTemplateContent, which updates the content of an approval rule template.

Comments in a repository, by calling the following:

  • DeleteCommentContent, which deletes the content of a comment on a commit in a repository.
  • GetComment, which returns information about a comment on a commit.
  • GetCommentReactions, which returns information about emoji reactions to comments.
  • GetCommentsForComparedCommit, which returns information about comments on the comparison between two commit specifiers in a repository.
  • PostCommentForComparedCommit, which creates a comment on the comparison between two commit specifiers in a repository.
  • PostCommentReply, which creates a reply to a comment.
  • PutCommentReaction, which creates or updates an emoji reaction to a comment.
  • UpdateComment, which updates the content of a comment on a commit in a repository.

Tags used to tag resources in AWS CodeCommit (not Git tags), by calling the following:

  • ListTagsForResource, which gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeCommit.
  • TagResource, which adds or updates tags for a resource in AWS CodeCommit.
  • UntagResource, which removes tags for a resource in AWS CodeCommit.

Triggers, by calling the following:

  • GetRepositoryTriggers, which returns information about triggers configured for a repository.
  • PutRepositoryTriggers, which replaces all triggers for a repository and can be used to create or delete triggers.
  • TestRepositoryTriggers, which tests the functionality of a repository trigger by sending data to the trigger target.

For information about how to use AWS CodeCommit, see the AWS CodeCommit User Guide.

Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by CodeCommit.

InvalidReactionValueException

_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

_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

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

The specified continuation token is not valid.

ManualMergeRequiredException

_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

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

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

InvalidSystemTagUsageException

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

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

FileEntryRequiredException

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

EncryptionKeyNotFoundException

TipsDivergenceExceededException

_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

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

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

PullRequestAlreadyClosedException

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

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

InvalidRepositoryTriggerCustomDataException

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

The custom data provided for the trigger is not valid.

DirectoryNameConflictsWithFileNameException

_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

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

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

ApprovalRuleNameAlreadyExistsException

_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

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

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

PullRequestIdRequiredException

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

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

OverrideAlreadySetException

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

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

InvalidRuleContentSha256Exception

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

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

InvalidEmailException

_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

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

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

BlobIdDoesNotExistException

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

The specified blob does not exist.

MaximumRepositoryNamesExceededException

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

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

TagKeysListRequiredException

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

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

PutFileEntryConflictException

_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

_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

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

The specified repository description is not valid.

RepositoryNameExistsException

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

The specified repository name already exists.

ReferenceNameRequiredException

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

A reference name is required, but none was provided.

MaximumRepositoryTriggersExceededException

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

The number of triggers allowed for the repository was exceeded.

ApprovalRuleDoesNotExistException

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

The specified approval rule does not exist.

InvalidBranchNameException

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

The specified reference name is not valid.

BranchNameRequiredException

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

A branch name is required, but was not specified.

MergeOptionRequiredException

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

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

InvalidFileLocationException

_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

_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

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

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

IdempotencyParameterMismatchException

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

EncryptionKeyUnavailableException

InvalidRelativeFileVersionEnumException

_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

_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

_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

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

A blob ID is required, but was not specified.

RepositoryNamesRequiredException

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

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

ReplacementTypeRequiredException

InvalidActorArnException

_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

_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

_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

_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

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

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

InvalidBlobIdException

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

The specified blob is not valid.

PullRequestDoesNotExistException

_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

_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

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

The specified sort order is not valid.

InvalidApprovalRuleNameException

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

The name for the approval rule is not valid.

BranchDoesNotExistException

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

The specified branch does not exist.

DefaultBranchCannotBeDeletedException

_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

_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

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

The specified deletion parameter is not valid.

InvalidReactionUserArnException

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

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

InvalidTagsMapException

InvalidPathException

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

The specified path is not valid.

PathRequiredException

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

The folderPath for a location cannot be null.

InvalidTargetBranchException

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

The specified target branch is not valid.

RepositoryTriggerNameRequiredException

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

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

InvalidFileModeException

_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

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

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

FileModeRequiredException

_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

_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

_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

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

An approval state is required, but was not specified.

ConcurrentReferenceUpdateException

_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

_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

_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

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

The specified repository does not exist.

InvalidApprovalRuleContentException

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

The content for the approval rule is not valid.

MaximumBranchesExceededException

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

The number of branches for the trigger was exceeded.

InvalidTitleException

_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

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

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

PullRequestApprovalRulesNotSatisfiedException

_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

_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

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

The pull request event type is not valid.

FileContentRequiredException

_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

_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

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

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

RestrictedSourceFileException

_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

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

The specified path does not exist.

InvalidResourceArnException

_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

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

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

EncryptionIntegrityChecksFailedException

SamePathRequestException

_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

_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

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

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

CannotModifyApprovalRuleFromTemplateException

_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

_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

_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

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

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

CommentContentRequiredException

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

ReactionValueRequiredException

InvalidTargetsException

_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

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

An encryption key could not be accessed.

BranchNameExistsException

_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

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

The specified commit is not valid.

TargetRequiredException

_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

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

The specified conflict detail level is not valid.

InvalidDestinationCommitSpecifierException

_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

_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

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

The specified reference is not a supported type.

FileNameConflictsWithDirectoryNameException

_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

_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

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

The specified sort by value is not valid.

EncryptionKeyDisabledException

CommitRequiredException

MaximumOpenPullRequestsExceededException

_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

_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

_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

_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

_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

_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

_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

_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

_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

_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

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

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

CommitIdRequiredException

FileDoesNotExistException

_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

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

The specified commit ID is not valid.

InvalidTagKeysListException

FileContentAndSourceFileSpecifiedException

_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

_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

_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

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

The specified conflict resolution strategy is not valid.

InvalidClientRequestTokenException

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

The client request token is not valid.

MultipleConflictResolutionEntriesException

_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

_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

_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

_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

_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

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

The tag policy is not valid.

InvalidMergeOptionException

_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

_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

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

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

InvalidMaxResultsException

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

The specified number of maximum results is not valid.

FileTooLargeException

_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

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

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

MaximumFileEntriesExceededException

_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

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

The specified commit ID does not exist.

InvalidReplacementTypeException

_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

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

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

RevisionNotCurrentException

_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

_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

_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

_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

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

A revision ID is required, but was not provided.

FileContentSizeLimitExceededException

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

InvalidRepositoryTriggerNameException

RepositoryNameRequiredException

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

A repository name is required, but was not specified.

RepositoryLimitExceededException

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

A repository resource limit was exceeded.

TagsMapRequiredException

InvalidRepositoryTriggerEventsException

_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

_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

_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

_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

_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

_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

_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

_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

_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

_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

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

The number of allowed conflict resolution entries was exceeded.

PullRequestStatusRequiredException

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

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

InvalidConflictResolutionException

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

The specified conflict resolution list is not valid.

InvalidApprovalRuleTemplateContentException

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

The content of the approval rule template is not valid.

InvalidApprovalStateException

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

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

RepositoryNotAssociatedWithPullRequestException

_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

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

The number of files to load exceeds the allowed limit.

TitleRequiredException

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

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

InvalidOverrideStatusException

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

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

InvalidFilePositionException

_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

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

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

ParentCommitDoesNotExistException

_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

_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

_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

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

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

AuthorDoesNotExistException

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

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

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

MergePullRequestByFastForward

data MergePullRequestByFastForward Source #

See: newMergePullRequestByFastForward smart constructor.

Instances

Instances details
Eq MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

Read MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

Show MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

Generic MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

Associated Types

type Rep MergePullRequestByFastForward :: Type -> Type #

NFData MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

Hashable MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

ToJSON MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

AWSRequest MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

ToHeaders MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

ToPath MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

ToQuery MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

type Rep MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

type Rep MergePullRequestByFastForward = D1 ('MetaData "MergePullRequestByFastForward" "Amazonka.CodeCommit.MergePullRequestByFastForward" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergePullRequestByFastForward'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

newMergePullRequestByFastForward Source #

Create a value of MergePullRequestByFastForward 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:sourceCommitId:MergePullRequestByFastForward', mergePullRequestByFastForward_sourceCommitId - The full commit ID of the original or updated commit in the pull request source branch. Pass this value if you want an exception thrown if the current commit ID of the tip of the source branch does not match this commit ID.

$sel:pullRequestId:MergePullRequestByFastForward', mergePullRequestByFastForward_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

$sel:repositoryName:MergePullRequestByFastForward', mergePullRequestByFastForward_repositoryName - The name of the repository where the pull request was created.

data MergePullRequestByFastForwardResponse Source #

Instances

Instances details
Eq MergePullRequestByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

Read MergePullRequestByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

Show MergePullRequestByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

Generic MergePullRequestByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

NFData MergePullRequestByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

type Rep MergePullRequestByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

type Rep MergePullRequestByFastForwardResponse = D1 ('MetaData "MergePullRequestByFastForwardResponse" "Amazonka.CodeCommit.MergePullRequestByFastForward" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergePullRequestByFastForwardResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequest)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newMergePullRequestByFastForwardResponse Source #

Create a value of MergePullRequestByFastForwardResponse 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:pullRequest:MergePullRequestByFastForwardResponse', mergePullRequestByFastForwardResponse_pullRequest - Information about the specified pull request, including the merge.

$sel:httpStatus:MergePullRequestByFastForwardResponse', mergePullRequestByFastForwardResponse_httpStatus - The response's http status code.

UpdateRepositoryName

data UpdateRepositoryName Source #

Represents the input of an update repository description operation.

See: newUpdateRepositoryName smart constructor.

Instances

Instances details
Eq UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Read UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Show UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Generic UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Associated Types

type Rep UpdateRepositoryName :: Type -> Type #

NFData UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Methods

rnf :: UpdateRepositoryName -> () #

Hashable UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

ToJSON UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

AWSRequest UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Associated Types

type AWSResponse UpdateRepositoryName #

ToHeaders UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

ToPath UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

ToQuery UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

type Rep UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

type Rep UpdateRepositoryName = D1 ('MetaData "UpdateRepositoryName" "Amazonka.CodeCommit.UpdateRepositoryName" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdateRepositoryName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oldName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "newName'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

newUpdateRepositoryName Source #

Create a value of UpdateRepositoryName 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:oldName:UpdateRepositoryName', updateRepositoryName_oldName - The current name of the repository.

$sel:newName':UpdateRepositoryName', updateRepositoryName_newName - The new name for the repository.

data UpdateRepositoryNameResponse Source #

See: newUpdateRepositoryNameResponse smart constructor.

Instances

Instances details
Eq UpdateRepositoryNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Read UpdateRepositoryNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Show UpdateRepositoryNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Generic UpdateRepositoryNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Associated Types

type Rep UpdateRepositoryNameResponse :: Type -> Type #

NFData UpdateRepositoryNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

type Rep UpdateRepositoryNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

type Rep UpdateRepositoryNameResponse = D1 ('MetaData "UpdateRepositoryNameResponse" "Amazonka.CodeCommit.UpdateRepositoryName" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdateRepositoryNameResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateRepositoryNameResponse :: UpdateRepositoryNameResponse Source #

Create a value of UpdateRepositoryNameResponse with all optional fields omitted.

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

PostCommentForPullRequest

data PostCommentForPullRequest Source #

See: newPostCommentForPullRequest smart constructor.

Instances

Instances details
Eq PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

Read PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

Show PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

Generic PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

Associated Types

type Rep PostCommentForPullRequest :: Type -> Type #

NFData PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

Hashable PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

ToJSON PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

AWSRequest PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

ToHeaders PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

ToPath PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

ToQuery PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

type Rep PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

type Rep PostCommentForPullRequest = D1 ('MetaData "PostCommentForPullRequest" "Amazonka.CodeCommit.PostCommentForPullRequest" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "PostCommentForPullRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Location)) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "beforeCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "afterCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

newPostCommentForPullRequest Source #

Create a value of PostCommentForPullRequest 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:location:PostCommentForPullRequest', postCommentForPullRequest_location - The location of the change where you want to post your comment. If no location is provided, the comment is posted as a general comment on the pull request difference between the before commit ID and the after commit ID.

$sel:clientRequestToken:PostCommentForPullRequest', postCommentForPullRequest_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:pullRequestId:PostCommentForPullRequest', postCommentForPullRequest_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

$sel:repositoryName:PostCommentForPullRequest', postCommentForPullRequest_repositoryName - The name of the repository where you want to post a comment on a pull request.

$sel:beforeCommitId:PostCommentForPullRequest', postCommentForPullRequest_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 created.

$sel:afterCommitId:PostCommentForPullRequest', postCommentForPullRequest_afterCommitId - The full commit ID of the commit in the source branch that is the current tip of the branch for the pull request when you post the comment.

$sel:content:PostCommentForPullRequest', postCommentForPullRequest_content - The content of your comment on the change.

data PostCommentForPullRequestResponse Source #

See: newPostCommentForPullRequestResponse smart constructor.

Instances

Instances details
Eq PostCommentForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

Read PostCommentForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

Show PostCommentForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

Generic PostCommentForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

Associated Types

type Rep PostCommentForPullRequestResponse :: Type -> Type #

NFData PostCommentForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

type Rep PostCommentForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

type Rep PostCommentForPullRequestResponse = D1 ('MetaData "PostCommentForPullRequestResponse" "Amazonka.CodeCommit.PostCommentForPullRequest" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "PostCommentForPullRequestResponse'" '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 "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Comment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newPostCommentForPullRequestResponse Source #

Create a value of PostCommentForPullRequestResponse 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:PostCommentForPullRequestResponse', postCommentForPullRequestResponse_beforeBlobId - In the directionality of the pull request, the blob ID of the before blob.

$sel:location:PostCommentForPullRequest', postCommentForPullRequestResponse_location - The location of the change where you posted your comment.

$sel:afterCommitId:PostCommentForPullRequest', postCommentForPullRequestResponse_afterCommitId - The full commit ID of the commit in the destination branch where the pull request is merged.

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

$sel:afterBlobId:PostCommentForPullRequestResponse', postCommentForPullRequestResponse_afterBlobId - In the directionality of the pull request, the blob ID of the after blob.

$sel:beforeCommitId:PostCommentForPullRequest', postCommentForPullRequestResponse_beforeCommitId - The full commit ID of the commit in the source branch used to create the pull request, or in the case of an updated pull request, the full commit ID of the commit used to update the pull request.

$sel:repositoryName:PostCommentForPullRequest', postCommentForPullRequestResponse_repositoryName - The name of the repository where you posted a comment on a pull request.

$sel:comment:PostCommentForPullRequestResponse', postCommentForPullRequestResponse_comment - The content of the comment you posted.

$sel:httpStatus:PostCommentForPullRequestResponse', postCommentForPullRequestResponse_httpStatus - The response's http status code.

MergeBranchesBySquash

data MergeBranchesBySquash Source #

See: newMergeBranchesBySquash smart constructor.

Instances

Instances details
Eq MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Read MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Show MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Generic MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Associated Types

type Rep MergeBranchesBySquash :: Type -> Type #

NFData MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Methods

rnf :: MergeBranchesBySquash -> () #

Hashable MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

ToJSON MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

AWSRequest MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Associated Types

type AWSResponse MergeBranchesBySquash #

ToHeaders MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

ToPath MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

ToQuery MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

type Rep MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

type Rep MergeBranchesBySquash = D1 ('MetaData "MergeBranchesBySquash" "Amazonka.CodeCommit.MergeBranchesBySquash" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergeBranchesBySquash'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "targetBranch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "conflictDetailLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictDetailLevelTypeEnum)) :*: S1 ('MetaSel ('Just "commitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "conflictResolution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolution)) :*: (S1 ('MetaSel ('Just "conflictResolutionStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolutionStrategyTypeEnum)) :*: S1 ('MetaSel ('Just "keepEmptyFolders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "sourceCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destinationCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

newMergeBranchesBySquash Source #

Create a value of MergeBranchesBySquash 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:MergeBranchesBySquash', mergeBranchesBySquash_email - The email address of the person merging the branches. This information is used in the commit information for the merge.

$sel:authorName:MergeBranchesBySquash', mergeBranchesBySquash_authorName - The name of the author who created the commit. This information is used as both the author and committer for the commit.

$sel:targetBranch:MergeBranchesBySquash', mergeBranchesBySquash_targetBranch - The branch where the merge is applied.

$sel:conflictDetailLevel:MergeBranchesBySquash', mergeBranchesBySquash_conflictDetailLevel - The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.

$sel:commitMessage:MergeBranchesBySquash', mergeBranchesBySquash_commitMessage - The commit message for the merge.

$sel:conflictResolution:MergeBranchesBySquash', mergeBranchesBySquash_conflictResolution - If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a merge.

$sel:conflictResolutionStrategy:MergeBranchesBySquash', mergeBranchesBySquash_conflictResolutionStrategy - Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.

$sel:keepEmptyFolders:MergeBranchesBySquash', mergeBranchesBySquash_keepEmptyFolders - If the commit contains deletions, whether to keep a folder or folder structure if the changes leave the folders empty. If this is specified as true, a .gitkeep file is created for empty folders. The default is false.

$sel:repositoryName:MergeBranchesBySquash', mergeBranchesBySquash_repositoryName - The name of the repository where you want to merge two branches.

$sel:sourceCommitSpecifier:MergeBranchesBySquash', mergeBranchesBySquash_sourceCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

$sel:destinationCommitSpecifier:MergeBranchesBySquash', mergeBranchesBySquash_destinationCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

data MergeBranchesBySquashResponse Source #

See: newMergeBranchesBySquashResponse smart constructor.

Instances

Instances details
Eq MergeBranchesBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Read MergeBranchesBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Show MergeBranchesBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Generic MergeBranchesBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Associated Types

type Rep MergeBranchesBySquashResponse :: Type -> Type #

NFData MergeBranchesBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

type Rep MergeBranchesBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

type Rep MergeBranchesBySquashResponse = D1 ('MetaData "MergeBranchesBySquashResponse" "Amazonka.CodeCommit.MergeBranchesBySquash" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergeBranchesBySquashResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "treeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newMergeBranchesBySquashResponse Source #

Create a value of MergeBranchesBySquashResponse 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:MergeBranchesBySquashResponse', mergeBranchesBySquashResponse_commitId - The commit ID of the merge in the destination or target branch.

$sel:treeId:MergeBranchesBySquashResponse', mergeBranchesBySquashResponse_treeId - The tree ID of the merge in the destination or target branch.

$sel:httpStatus:MergeBranchesBySquashResponse', mergeBranchesBySquashResponse_httpStatus - The response's http status code.

GetCommit

data GetCommit Source #

Represents the input of a get commit operation.

See: newGetCommit smart constructor.

Constructors

GetCommit' Text Text 

Instances

Instances details
Eq GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Read GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Show GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Generic GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Associated Types

type Rep GetCommit :: Type -> Type #

NFData GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Methods

rnf :: GetCommit -> () #

Hashable GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

ToJSON GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

AWSRequest GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Associated Types

type AWSResponse GetCommit #

ToHeaders GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Methods

toHeaders :: GetCommit -> [Header] #

ToPath GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

ToQuery GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

type Rep GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

type Rep GetCommit = D1 ('MetaData "GetCommit" "Amazonka.CodeCommit.GetCommit" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetCommit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

newGetCommit Source #

Create a value of GetCommit 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:repositoryName:GetCommit', getCommit_repositoryName - The name of the repository to which the commit was made.

$sel:commitId:GetCommit', getCommit_commitId - The commit ID. Commit IDs are the full SHA ID of the commit.

data GetCommitResponse Source #

Represents the output of a get commit operation.

See: newGetCommitResponse smart constructor.

Instances

Instances details
Eq GetCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Read GetCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Show GetCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Generic GetCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Associated Types

type Rep GetCommitResponse :: Type -> Type #

NFData GetCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Methods

rnf :: GetCommitResponse -> () #

type Rep GetCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

type Rep GetCommitResponse = D1 ('MetaData "GetCommitResponse" "Amazonka.CodeCommit.GetCommit" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetCommitResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "commit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Commit)))

newGetCommitResponse Source #

Create a value of GetCommitResponse 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:httpStatus:GetCommitResponse', getCommitResponse_httpStatus - The response's http status code.

$sel:commit:GetCommitResponse', getCommitResponse_commit - A commit data type object that contains information about the specified commit.

BatchAssociateApprovalRuleTemplateWithRepositories

data BatchAssociateApprovalRuleTemplateWithRepositories Source #

Instances

Instances details
Eq BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

Read BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

Show BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

Generic BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

NFData BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

Hashable BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

ToJSON BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

AWSRequest BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

ToHeaders BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

ToPath BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

ToQuery BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

type Rep BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

type Rep BatchAssociateApprovalRuleTemplateWithRepositories = D1 ('MetaData "BatchAssociateApprovalRuleTemplateWithRepositories" "Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "BatchAssociateApprovalRuleTemplateWithRepositories'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "repositoryNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

newBatchAssociateApprovalRuleTemplateWithRepositories Source #

Create a value of BatchAssociateApprovalRuleTemplateWithRepositories 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:approvalRuleTemplateName:BatchAssociateApprovalRuleTemplateWithRepositories', batchAssociateApprovalRuleTemplateWithRepositories_approvalRuleTemplateName - The name of the template you want to associate with one or more repositories.

$sel:repositoryNames:BatchAssociateApprovalRuleTemplateWithRepositories', batchAssociateApprovalRuleTemplateWithRepositories_repositoryNames - The names of the repositories you want to associate with the template.

The length constraint limit is for each string in the array. The array itself can be empty.

data BatchAssociateApprovalRuleTemplateWithRepositoriesResponse Source #

Instances

Instances details
Eq BatchAssociateApprovalRuleTemplateWithRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

Read BatchAssociateApprovalRuleTemplateWithRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

Show BatchAssociateApprovalRuleTemplateWithRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

Generic BatchAssociateApprovalRuleTemplateWithRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

NFData BatchAssociateApprovalRuleTemplateWithRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

type Rep BatchAssociateApprovalRuleTemplateWithRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

type Rep BatchAssociateApprovalRuleTemplateWithRepositoriesResponse = D1 ('MetaData "BatchAssociateApprovalRuleTemplateWithRepositoriesResponse" "Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "BatchAssociateApprovalRuleTemplateWithRepositoriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "associatedRepositoryNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BatchAssociateApprovalRuleTemplateWithRepositoriesError]))))

GetCommentReactions

data GetCommentReactions Source #

See: newGetCommentReactions smart constructor.

Instances

Instances details
Eq GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Read GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Show GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Generic GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Associated Types

type Rep GetCommentReactions :: Type -> Type #

NFData GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Methods

rnf :: GetCommentReactions -> () #

Hashable GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

ToJSON GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

AWSRequest GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Associated Types

type AWSResponse GetCommentReactions #

ToHeaders GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

ToPath GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

ToQuery GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

type Rep GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

type Rep GetCommentReactions = D1 ('MetaData "GetCommentReactions" "Amazonka.CodeCommit.GetCommentReactions" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetCommentReactions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reactionUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "commentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

newGetCommentReactions Source #

Create a value of GetCommentReactions 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:nextToken:GetCommentReactions', getCommentReactions_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

$sel:reactionUserArn:GetCommentReactions', getCommentReactions_reactionUserArn - Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.

$sel:maxResults:GetCommentReactions', getCommentReactions_maxResults - A non-zero, non-negative integer used to limit the number of returned results. The default is the same as the allowed maximum, 1,000.

$sel:commentId:GetCommentReactions', getCommentReactions_commentId - The ID of the comment for which you want to get reactions information.

data GetCommentReactionsResponse Source #

See: newGetCommentReactionsResponse smart constructor.

Instances

Instances details
Eq GetCommentReactionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Read GetCommentReactionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Show GetCommentReactionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Generic GetCommentReactionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Associated Types

type Rep GetCommentReactionsResponse :: Type -> Type #

NFData GetCommentReactionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

type Rep GetCommentReactionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

type Rep GetCommentReactionsResponse = D1 ('MetaData "GetCommentReactionsResponse" "Amazonka.CodeCommit.GetCommentReactions" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetCommentReactionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "reactionsForComment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ReactionForComment]))))

newGetCommentReactionsResponse Source #

Create a value of GetCommentReactionsResponse 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:nextToken:GetCommentReactions', getCommentReactionsResponse_nextToken - An enumeration token that can be used in a request to return the next batch of the results.

$sel:httpStatus:GetCommentReactionsResponse', getCommentReactionsResponse_httpStatus - The response's http status code.

$sel:reactionsForComment:GetCommentReactionsResponse', getCommentReactionsResponse_reactionsForComment - An array of reactions to the specified comment.

GetApprovalRuleTemplate

data GetApprovalRuleTemplate Source #

See: newGetApprovalRuleTemplate smart constructor.

Instances

Instances details
Eq GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

Read GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

Show GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

Generic GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

Associated Types

type Rep GetApprovalRuleTemplate :: Type -> Type #

NFData GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

Methods

rnf :: GetApprovalRuleTemplate -> () #

Hashable GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

ToJSON GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

AWSRequest GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

ToHeaders GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

ToPath GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

ToQuery GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

type Rep GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

type Rep GetApprovalRuleTemplate = D1 ('MetaData "GetApprovalRuleTemplate" "Amazonka.CodeCommit.GetApprovalRuleTemplate" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetApprovalRuleTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

newGetApprovalRuleTemplate Source #

Create a value of GetApprovalRuleTemplate 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:approvalRuleTemplateName:GetApprovalRuleTemplate', getApprovalRuleTemplate_approvalRuleTemplateName - The name of the approval rule template for which you want to get information.

data GetApprovalRuleTemplateResponse Source #

See: newGetApprovalRuleTemplateResponse smart constructor.

Instances

Instances details
Eq GetApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

Read GetApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

Show GetApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

Generic GetApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

Associated Types

type Rep GetApprovalRuleTemplateResponse :: Type -> Type #

NFData GetApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

type Rep GetApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

type Rep GetApprovalRuleTemplateResponse = D1 ('MetaData "GetApprovalRuleTemplateResponse" "Amazonka.CodeCommit.GetApprovalRuleTemplate" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetApprovalRuleTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "approvalRuleTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApprovalRuleTemplate)))

newGetApprovalRuleTemplateResponse Source #

Create a value of GetApprovalRuleTemplateResponse 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:httpStatus:GetApprovalRuleTemplateResponse', getApprovalRuleTemplateResponse_httpStatus - The response's http status code.

$sel:approvalRuleTemplate:GetApprovalRuleTemplateResponse', getApprovalRuleTemplateResponse_approvalRuleTemplate - The content and structure of the approval rule template.

DisassociateApprovalRuleTemplateFromRepository

data DisassociateApprovalRuleTemplateFromRepository Source #

Instances

Instances details
Eq DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

Read DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

Show DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

Generic DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

NFData DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

Hashable DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

ToJSON DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

AWSRequest DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

ToHeaders DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

ToPath DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

ToQuery DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

type Rep DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

type Rep DisassociateApprovalRuleTemplateFromRepository = D1 ('MetaData "DisassociateApprovalRuleTemplateFromRepository" "Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DisassociateApprovalRuleTemplateFromRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

data DisassociateApprovalRuleTemplateFromRepositoryResponse Source #

Instances

Instances details
Eq DisassociateApprovalRuleTemplateFromRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

Read DisassociateApprovalRuleTemplateFromRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

Show DisassociateApprovalRuleTemplateFromRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

Generic DisassociateApprovalRuleTemplateFromRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

NFData DisassociateApprovalRuleTemplateFromRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

type Rep DisassociateApprovalRuleTemplateFromRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

type Rep DisassociateApprovalRuleTemplateFromRepositoryResponse = D1 ('MetaData "DisassociateApprovalRuleTemplateFromRepositoryResponse" "Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DisassociateApprovalRuleTemplateFromRepositoryResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

GetBranch

data GetBranch Source #

Represents the input of a get branch operation.

See: newGetBranch smart constructor.

Constructors

GetBranch' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Read GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Show GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Generic GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Associated Types

type Rep GetBranch :: Type -> Type #

NFData GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Methods

rnf :: GetBranch -> () #

Hashable GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

ToJSON GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

AWSRequest GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Associated Types

type AWSResponse GetBranch #

ToHeaders GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Methods

toHeaders :: GetBranch -> [Header] #

ToPath GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

ToQuery GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

type Rep GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

type Rep GetBranch = D1 ('MetaData "GetBranch" "Amazonka.CodeCommit.GetBranch" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetBranch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "branchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

newGetBranch :: GetBranch Source #

Create a value of GetBranch with all optional fields omitted.

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

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

$sel:branchName:GetBranch', getBranch_branchName - The name of the branch for which you want to retrieve information.

$sel:repositoryName:GetBranch', getBranch_repositoryName - The name of the repository that contains the branch for which you want to retrieve information.

data GetBranchResponse Source #

Represents the output of a get branch operation.

See: newGetBranchResponse smart constructor.

Instances

Instances details
Eq GetBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Read GetBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Show GetBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Generic GetBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Associated Types

type Rep GetBranchResponse :: Type -> Type #

NFData GetBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Methods

rnf :: GetBranchResponse -> () #

type Rep GetBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

type Rep GetBranchResponse = D1 ('MetaData "GetBranchResponse" "Amazonka.CodeCommit.GetBranch" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetBranchResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "branch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BranchInfo)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetBranchResponse Source #

Create a value of GetBranchResponse 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:branch:GetBranchResponse', getBranchResponse_branch - The name of the branch.

$sel:httpStatus:GetBranchResponse', getBranchResponse_httpStatus - The response's http status code.

GetDifferences (Paginated)

data GetDifferences Source #

See: newGetDifferences smart constructor.

Instances

Instances details
Eq GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Read GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Show GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Generic GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Associated Types

type Rep GetDifferences :: Type -> Type #

NFData GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Methods

rnf :: GetDifferences -> () #

Hashable GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

ToJSON GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

AWSPager GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

AWSRequest GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Associated Types

type AWSResponse GetDifferences #

ToHeaders GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

ToPath GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

ToQuery GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

type Rep GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

type Rep GetDifferences = D1 ('MetaData "GetDifferences" "Amazonka.CodeCommit.GetDifferences" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetDifferences'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "afterPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "beforeCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "beforePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "afterCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

newGetDifferences Source #

Create a value of GetDifferences 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:afterPath:GetDifferences', getDifferences_afterPath - The file path in which to check differences. Limits the results to this path. Can also be used to specify the changed name of a directory or folder, if it has changed. If not specified, differences are shown for all paths.

$sel:nextToken:GetDifferences', getDifferences_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

$sel:beforeCommitSpecifier:GetDifferences', getDifferences_beforeCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, the full commit ID). Optional. If not specified, all changes before the afterCommitSpecifier value are shown. If you do not use beforeCommitSpecifier in your request, consider limiting the results with maxResults.

$sel:beforePath:GetDifferences', getDifferences_beforePath - The file path in which to check for differences. Limits the results to this path. Can also be used to specify the previous name of a directory or folder. If beforePath and afterPath are not specified, differences are shown for all paths.

$sel:maxResults:GetDifferences', getDifferences_maxResults - A non-zero, non-negative integer used to limit the number of returned results.

$sel:repositoryName:GetDifferences', getDifferences_repositoryName - The name of the repository where you want to get differences.

$sel:afterCommitSpecifier:GetDifferences', getDifferences_afterCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit.

data GetDifferencesResponse Source #

See: newGetDifferencesResponse smart constructor.

Instances

Instances details
Eq GetDifferencesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Read GetDifferencesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Show GetDifferencesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Generic GetDifferencesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Associated Types

type Rep GetDifferencesResponse :: Type -> Type #

NFData GetDifferencesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Methods

rnf :: GetDifferencesResponse -> () #

type Rep GetDifferencesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

type Rep GetDifferencesResponse = D1 ('MetaData "GetDifferencesResponse" "Amazonka.CodeCommit.GetDifferences" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetDifferencesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "differences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Difference])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDifferencesResponse Source #

Create a value of GetDifferencesResponse 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:nextToken:GetDifferences', getDifferencesResponse_nextToken - An enumeration token that can be used in a request to return the next batch of the results.

$sel:differences:GetDifferencesResponse', getDifferencesResponse_differences - A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).

$sel:httpStatus:GetDifferencesResponse', getDifferencesResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.CodeCommit.ListTagsForResource" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource 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:nextToken:ListTagsForResource', listTagsForResource_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the resource for which you want to get information about tags, if any.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.CodeCommit.ListTagsForResource" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:nextToken:ListTagsForResource', listTagsForResourceResponse_nextToken - An enumeration token that allows the operation to batch the next results of the operation.

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - A list of tag key and value pairs associated with the specified resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

GetPullRequest

data GetPullRequest Source #

See: newGetPullRequest smart constructor.

Constructors

GetPullRequest' Text 

Instances

Instances details
Eq GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Read GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Show GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Generic GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Associated Types

type Rep GetPullRequest :: Type -> Type #

NFData GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Methods

rnf :: GetPullRequest -> () #

Hashable GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

ToJSON GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

AWSRequest GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Associated Types

type AWSResponse GetPullRequest #

ToHeaders GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

ToPath GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

ToQuery GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

type Rep GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

type Rep GetPullRequest = D1 ('MetaData "GetPullRequest" "Amazonka.CodeCommit.GetPullRequest" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetPullRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

newGetPullRequest Source #

Create a value of GetPullRequest 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:pullRequestId:GetPullRequest', getPullRequest_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

data GetPullRequestResponse Source #

See: newGetPullRequestResponse smart constructor.

Instances

Instances details
Eq GetPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Read GetPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Show GetPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Generic GetPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Associated Types

type Rep GetPullRequestResponse :: Type -> Type #

NFData GetPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Methods

rnf :: GetPullRequestResponse -> () #

type Rep GetPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

type Rep GetPullRequestResponse = D1 ('MetaData "GetPullRequestResponse" "Amazonka.CodeCommit.GetPullRequest" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetPullRequestResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "pullRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PullRequest)))

newGetPullRequestResponse Source #

Create a value of GetPullRequestResponse 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:httpStatus:GetPullRequestResponse', getPullRequestResponse_httpStatus - The response's http status code.

$sel:pullRequest:GetPullRequestResponse', getPullRequestResponse_pullRequest - Information about the specified pull request.

OverridePullRequestApprovalRules

data OverridePullRequestApprovalRules Source #

See: newOverridePullRequestApprovalRules smart constructor.

Instances

Instances details
Eq OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

Read OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

Show OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

Generic OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

Associated Types

type Rep OverridePullRequestApprovalRules :: Type -> Type #

NFData OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

Hashable OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

ToJSON OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

AWSRequest OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

ToHeaders OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

ToPath OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

ToQuery OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

type Rep OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

type Rep OverridePullRequestApprovalRules = D1 ('MetaData "OverridePullRequestApprovalRules" "Amazonka.CodeCommit.OverridePullRequestApprovalRules" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "OverridePullRequestApprovalRules'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "overrideStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OverrideStatus))))
type AWSResponse OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

newOverridePullRequestApprovalRules Source #

Create a value of OverridePullRequestApprovalRules 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:pullRequestId:OverridePullRequestApprovalRules', overridePullRequestApprovalRules_pullRequestId - The system-generated ID of the pull request for which you want to override all approval rule requirements. To get this information, use GetPullRequest.

$sel:revisionId:OverridePullRequestApprovalRules', overridePullRequestApprovalRules_revisionId - The system-generated ID of the most recent revision of the pull request. You cannot override approval rules for anything but the most recent revision of a pull request. To get the revision ID, use GetPullRequest.

$sel:overrideStatus:OverridePullRequestApprovalRules', overridePullRequestApprovalRules_overrideStatus - Whether you want to set aside approval rule requirements for the pull request (OVERRIDE) or revoke a previous override and apply approval rule requirements (REVOKE). REVOKE status is not stored.

data OverridePullRequestApprovalRulesResponse Source #

Instances

Instances details
Eq OverridePullRequestApprovalRulesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

Read OverridePullRequestApprovalRulesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

Show OverridePullRequestApprovalRulesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

Generic OverridePullRequestApprovalRulesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

NFData OverridePullRequestApprovalRulesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

type Rep OverridePullRequestApprovalRulesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

type Rep OverridePullRequestApprovalRulesResponse = D1 ('MetaData "OverridePullRequestApprovalRulesResponse" "Amazonka.CodeCommit.OverridePullRequestApprovalRules" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "OverridePullRequestApprovalRulesResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newOverridePullRequestApprovalRulesResponse :: OverridePullRequestApprovalRulesResponse Source #

Create a value of OverridePullRequestApprovalRulesResponse with all optional fields omitted.

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

ListPullRequests (Paginated)

data ListPullRequests Source #

See: newListPullRequests smart constructor.

Instances

Instances details
Eq ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Read ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Show ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Generic ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Associated Types

type Rep ListPullRequests :: Type -> Type #

NFData ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Methods

rnf :: ListPullRequests -> () #

Hashable ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

ToJSON ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

AWSPager ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

AWSRequest ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Associated Types

type AWSResponse ListPullRequests #

ToHeaders ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

ToPath ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

ToQuery ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

type Rep ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

type Rep ListPullRequests = D1 ('MetaData "ListPullRequests" "Amazonka.CodeCommit.ListPullRequests" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ListPullRequests'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "authorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "pullRequestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestStatusEnum)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

newListPullRequests Source #

Create a value of ListPullRequests with all optional fields omitted.

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

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

$sel:authorArn:ListPullRequests', listPullRequests_authorArn - Optional. The Amazon Resource Name (ARN) of the user who created the pull request. If used, this filters the results to pull requests created by that user.

$sel:nextToken:ListPullRequests', listPullRequests_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

$sel:pullRequestStatus:ListPullRequests', listPullRequests_pullRequestStatus - Optional. The status of the pull request. If used, this refines the results to the pull requests that match the specified status.

$sel:maxResults:ListPullRequests', listPullRequests_maxResults - A non-zero, non-negative integer used to limit the number of returned results.

$sel:repositoryName:ListPullRequests', listPullRequests_repositoryName - The name of the repository for which you want to list pull requests.

data ListPullRequestsResponse Source #

See: newListPullRequestsResponse smart constructor.

Instances

Instances details
Eq ListPullRequestsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Read ListPullRequestsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Show ListPullRequestsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Generic ListPullRequestsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Associated Types

type Rep ListPullRequestsResponse :: Type -> Type #

NFData ListPullRequestsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

type Rep ListPullRequestsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

type Rep ListPullRequestsResponse = D1 ('MetaData "ListPullRequestsResponse" "Amazonka.CodeCommit.ListPullRequests" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ListPullRequestsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "pullRequestIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newListPullRequestsResponse Source #

Create a value of ListPullRequestsResponse 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:nextToken:ListPullRequests', listPullRequestsResponse_nextToken - An enumeration token that allows the operation to batch the next results of the operation.

$sel:httpStatus:ListPullRequestsResponse', listPullRequestsResponse_httpStatus - The response's http status code.

$sel:pullRequestIds:ListPullRequestsResponse', listPullRequestsResponse_pullRequestIds - The system-generated IDs of the pull requests.

CreateCommit

data CreateCommit Source #

See: newCreateCommit smart constructor.

Instances

Instances details
Eq CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Read CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Show CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Generic CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Associated Types

type Rep CreateCommit :: Type -> Type #

NFData CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Methods

rnf :: CreateCommit -> () #

Hashable CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

ToJSON CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

AWSRequest CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Associated Types

type AWSResponse CreateCommit #

ToHeaders CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

ToPath CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

ToQuery CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

type Rep CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

type AWSResponse CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

newCreateCommit Source #

Create a value of CreateCommit 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:CreateCommit', createCommit_setFileModes - The file modes to update for files in this commit.

$sel:email:CreateCommit', createCommit_email - The email address of the person who created the commit.

$sel:authorName:CreateCommit', createCommit_authorName - The name of the author who created the commit. This information is used as both the author and committer for the commit.

$sel:parentCommitId:CreateCommit', createCommit_parentCommitId - The ID of the commit that is the parent of the commit you create. Not required if this is an empty repository.

$sel:deleteFiles:CreateCommit', createCommit_deleteFiles - The files to delete in this commit. These files still exist in earlier commits.

$sel:putFiles:CreateCommit', createCommit_putFiles - The files to add or update in this commit.

$sel:commitMessage:CreateCommit', createCommit_commitMessage - The commit message you want to include in the commit. Commit messages are limited to 256 KB. If no message is specified, a default message is used.

$sel:keepEmptyFolders:CreateCommit', createCommit_keepEmptyFolders - If the commit contains deletions, whether to keep a folder or folder structure if the changes leave the folders empty. If true, a ..gitkeep file is created for empty folders. The default is false.

$sel:repositoryName:CreateCommit', createCommit_repositoryName - The name of the repository where you create the commit.

$sel:branchName:CreateCommit', createCommit_branchName - The name of the branch where you create the commit.

data CreateCommitResponse Source #

See: newCreateCommitResponse smart constructor.

Instances

Instances details
Eq CreateCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Read CreateCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Show CreateCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Generic CreateCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Associated Types

type Rep CreateCommitResponse :: Type -> Type #

NFData CreateCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Methods

rnf :: CreateCommitResponse -> () #

type Rep CreateCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

type Rep CreateCommitResponse = D1 ('MetaData "CreateCommitResponse" "Amazonka.CodeCommit.CreateCommit" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "CreateCommitResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "treeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filesAdded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FileMetadata])))) :*: (S1 ('MetaSel ('Just "filesUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FileMetadata])) :*: (S1 ('MetaSel ('Just "filesDeleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FileMetadata])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateCommitResponse Source #

Create a value of CreateCommitResponse 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:CreateCommitResponse', createCommitResponse_commitId - The full commit ID of the commit that contains your committed file changes.

$sel:treeId:CreateCommitResponse', createCommitResponse_treeId - The full SHA-1 pointer of the tree information for the commit that contains the commited file changes.

$sel:filesAdded:CreateCommitResponse', createCommitResponse_filesAdded - The files added as part of the committed file changes.

$sel:filesUpdated:CreateCommitResponse', createCommitResponse_filesUpdated - The files updated as part of the commited file changes.

$sel:filesDeleted:CreateCommitResponse', createCommitResponse_filesDeleted - The files deleted as part of the committed file changes.

$sel:httpStatus:CreateCommitResponse', createCommitResponse_httpStatus - The response's http status code.

UpdatePullRequestApprovalState

data UpdatePullRequestApprovalState Source #

See: newUpdatePullRequestApprovalState smart constructor.

Instances

Instances details
Eq UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

Read UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

Show UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

Generic UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

Associated Types

type Rep UpdatePullRequestApprovalState :: Type -> Type #

NFData UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

Hashable UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

ToJSON UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

AWSRequest UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

ToHeaders UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

ToPath UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

ToQuery UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

type Rep UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

type Rep UpdatePullRequestApprovalState = D1 ('MetaData "UpdatePullRequestApprovalState" "Amazonka.CodeCommit.UpdatePullRequestApprovalState" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdatePullRequestApprovalState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "approvalState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApprovalState))))
type AWSResponse UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

newUpdatePullRequestApprovalState Source #

Create a value of UpdatePullRequestApprovalState 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:pullRequestId:UpdatePullRequestApprovalState', updatePullRequestApprovalState_pullRequestId - The system-generated ID of the pull request.

$sel:revisionId:UpdatePullRequestApprovalState', updatePullRequestApprovalState_revisionId - The system-generated ID of the revision.

$sel:approvalState:UpdatePullRequestApprovalState', updatePullRequestApprovalState_approvalState - The approval state to associate with the user on the pull request.

data UpdatePullRequestApprovalStateResponse Source #

Instances

Instances details
Eq UpdatePullRequestApprovalStateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

Read UpdatePullRequestApprovalStateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

Show UpdatePullRequestApprovalStateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

Generic UpdatePullRequestApprovalStateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

NFData UpdatePullRequestApprovalStateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

type Rep UpdatePullRequestApprovalStateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

type Rep UpdatePullRequestApprovalStateResponse = D1 ('MetaData "UpdatePullRequestApprovalStateResponse" "Amazonka.CodeCommit.UpdatePullRequestApprovalState" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdatePullRequestApprovalStateResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdatePullRequestApprovalStateResponse :: UpdatePullRequestApprovalStateResponse Source #

Create a value of UpdatePullRequestApprovalStateResponse with all optional fields omitted.

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

EvaluatePullRequestApprovalRules

data EvaluatePullRequestApprovalRules Source #

See: newEvaluatePullRequestApprovalRules smart constructor.

Instances

Instances details
Eq EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

Read EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

Show EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

Generic EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

Associated Types

type Rep EvaluatePullRequestApprovalRules :: Type -> Type #

NFData EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

Hashable EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

ToJSON EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

AWSRequest EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

ToHeaders EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

ToPath EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

ToQuery EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

type Rep EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

type Rep EvaluatePullRequestApprovalRules = D1 ('MetaData "EvaluatePullRequestApprovalRules" "Amazonka.CodeCommit.EvaluatePullRequestApprovalRules" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "EvaluatePullRequestApprovalRules'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

newEvaluatePullRequestApprovalRules Source #

Create a value of EvaluatePullRequestApprovalRules 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:pullRequestId:EvaluatePullRequestApprovalRules', evaluatePullRequestApprovalRules_pullRequestId - The system-generated ID of the pull request you want to evaluate.

$sel:revisionId:EvaluatePullRequestApprovalRules', evaluatePullRequestApprovalRules_revisionId - The system-generated ID for the pull request revision. To retrieve the most recent revision ID for a pull request, use GetPullRequest.

data EvaluatePullRequestApprovalRulesResponse Source #

Instances

Instances details
Eq EvaluatePullRequestApprovalRulesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

Read EvaluatePullRequestApprovalRulesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

Show EvaluatePullRequestApprovalRulesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

Generic EvaluatePullRequestApprovalRulesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

NFData EvaluatePullRequestApprovalRulesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

type Rep EvaluatePullRequestApprovalRulesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

type Rep EvaluatePullRequestApprovalRulesResponse = D1 ('MetaData "EvaluatePullRequestApprovalRulesResponse" "Amazonka.CodeCommit.EvaluatePullRequestApprovalRules" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "EvaluatePullRequestApprovalRulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "evaluation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Evaluation)))

newEvaluatePullRequestApprovalRulesResponse Source #

Create a value of EvaluatePullRequestApprovalRulesResponse 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:httpStatus:EvaluatePullRequestApprovalRulesResponse', evaluatePullRequestApprovalRulesResponse_httpStatus - The response's http status code.

$sel:evaluation:EvaluatePullRequestApprovalRulesResponse', evaluatePullRequestApprovalRulesResponse_evaluation - The result of the evaluation, including the names of the rules whose conditions have been met (if any), the names of the rules whose conditions have not been met (if any), whether the pull request is in the approved state, and whether the pull request approval rule has been set aside by an override.

GetComment

data GetComment Source #

See: newGetComment smart constructor.

Constructors

GetComment' Text 

Instances

Instances details
Eq GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Read GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Show GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Generic GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Associated Types

type Rep GetComment :: Type -> Type #

NFData GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Methods

rnf :: GetComment -> () #

Hashable GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

ToJSON GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

AWSRequest GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Associated Types

type AWSResponse GetComment #

ToHeaders GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Methods

toHeaders :: GetComment -> [Header] #

ToPath GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

ToQuery GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

type Rep GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

type Rep GetComment = D1 ('MetaData "GetComment" "Amazonka.CodeCommit.GetComment" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetComment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

newGetComment Source #

Create a value of GetComment 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:commentId:GetComment', getComment_commentId - The unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.

data GetCommentResponse Source #

See: newGetCommentResponse smart constructor.

Instances

Instances details
Eq GetCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Read GetCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Show GetCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Generic GetCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Associated Types

type Rep GetCommentResponse :: Type -> Type #

NFData GetCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Methods

rnf :: GetCommentResponse -> () #

type Rep GetCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

type Rep GetCommentResponse = D1 ('MetaData "GetCommentResponse" "Amazonka.CodeCommit.GetComment" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetCommentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Comment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetCommentResponse Source #

Create a value of GetCommentResponse 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:comment:GetCommentResponse', getCommentResponse_comment - The contents of the comment.

$sel:httpStatus:GetCommentResponse', getCommentResponse_httpStatus - The response's http status code.

CreateApprovalRuleTemplate

data CreateApprovalRuleTemplate Source #

See: newCreateApprovalRuleTemplate smart constructor.

Instances

Instances details
Eq CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

Read CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

Show CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

Generic CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

Associated Types

type Rep CreateApprovalRuleTemplate :: Type -> Type #

NFData CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

Hashable CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

ToJSON CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

AWSRequest CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

ToHeaders CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

ToPath CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

ToQuery CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

type Rep CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

type Rep CreateApprovalRuleTemplate = D1 ('MetaData "CreateApprovalRuleTemplate" "Amazonka.CodeCommit.CreateApprovalRuleTemplate" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "CreateApprovalRuleTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "approvalRuleTemplateContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

newCreateApprovalRuleTemplate Source #

Create a value of CreateApprovalRuleTemplate 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:approvalRuleTemplateDescription:CreateApprovalRuleTemplate', createApprovalRuleTemplate_approvalRuleTemplateDescription - The description of the approval rule template. Consider providing a description that explains what this template does and when it might be appropriate to associate it with repositories.

$sel:approvalRuleTemplateName:CreateApprovalRuleTemplate', createApprovalRuleTemplate_approvalRuleTemplateName - The name of the approval rule template. Provide descriptive names, because this name is applied to the approval rules created automatically in associated repositories.

$sel:approvalRuleTemplateContent:CreateApprovalRuleTemplate', createApprovalRuleTemplate_approvalRuleTemplateContent - The content of the approval rule that is created on pull requests in associated repositories. If you specify one or more destination references (branches), approval rules are created in an associated repository only if their destination references (branches) match those specified in the template.

When you create the content of the approval rule template, you can specify approvers in an approval pool in one of two ways:

  • CodeCommitApprovers: This option only requires an AWS account and a resource. It can be used for both IAM users and federated access users whose name matches the provided resource name. This is a very powerful option that offers a great deal of flexibility. For example, if you specify the AWS account 123456789012 and Mary_Major, all of the following are counted as approvals coming from that user:

    • An IAM user in the account (arn:aws:iam::123456789012:user/Mary_Major)
    • A federated user identified in IAM as Mary_Major (arn:aws:sts::123456789012:federated-user/Mary_Major)

    This option does not recognize an active session of someone assuming the role of CodeCommitReview with a role session name of Mary_Major (arn:aws:sts::123456789012:assumed-role/CodeCommitReview/Mary_Major) unless you include a wildcard (*Mary_Major).

  • Fully qualified ARN: This option allows you to specify the fully qualified Amazon Resource Name (ARN) of the IAM user or role.

For more information about IAM ARNs, wildcards, and formats, see IAM Identifiers in the IAM User Guide.

data CreateApprovalRuleTemplateResponse Source #

Instances

Instances details
Eq CreateApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

Read CreateApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

Show CreateApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

Generic CreateApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

Associated Types

type Rep CreateApprovalRuleTemplateResponse :: Type -> Type #

NFData CreateApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

type Rep CreateApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

type Rep CreateApprovalRuleTemplateResponse = D1 ('MetaData "CreateApprovalRuleTemplateResponse" "Amazonka.CodeCommit.CreateApprovalRuleTemplate" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "CreateApprovalRuleTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "approvalRuleTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApprovalRuleTemplate)))

newCreateApprovalRuleTemplateResponse Source #

Create a value of CreateApprovalRuleTemplateResponse 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:httpStatus:CreateApprovalRuleTemplateResponse', createApprovalRuleTemplateResponse_httpStatus - The response's http status code.

$sel:approvalRuleTemplate:CreateApprovalRuleTemplateResponse', createApprovalRuleTemplateResponse_approvalRuleTemplate - The content and structure of the created approval rule template.

DeleteBranch

data DeleteBranch Source #

Represents the input of a delete branch operation.

See: newDeleteBranch smart constructor.

Constructors

DeleteBranch' Text Text 

Instances

Instances details
Eq DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Read DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Show DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Generic DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Associated Types

type Rep DeleteBranch :: Type -> Type #

NFData DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Methods

rnf :: DeleteBranch -> () #

Hashable DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

ToJSON DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

AWSRequest DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Associated Types

type AWSResponse DeleteBranch #

ToHeaders DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

ToPath DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

ToQuery DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

type Rep DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

type Rep DeleteBranch = D1 ('MetaData "DeleteBranch" "Amazonka.CodeCommit.DeleteBranch" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DeleteBranch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "branchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

newDeleteBranch Source #

Create a value of DeleteBranch 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:repositoryName:DeleteBranch', deleteBranch_repositoryName - The name of the repository that contains the branch to be deleted.

$sel:branchName:DeleteBranch', deleteBranch_branchName - The name of the branch to delete.

data DeleteBranchResponse Source #

Represents the output of a delete branch operation.

See: newDeleteBranchResponse smart constructor.

Instances

Instances details
Eq DeleteBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Read DeleteBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Show DeleteBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Generic DeleteBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Associated Types

type Rep DeleteBranchResponse :: Type -> Type #

NFData DeleteBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Methods

rnf :: DeleteBranchResponse -> () #

type Rep DeleteBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

type Rep DeleteBranchResponse = D1 ('MetaData "DeleteBranchResponse" "Amazonka.CodeCommit.DeleteBranch" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DeleteBranchResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deletedBranch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BranchInfo)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteBranchResponse Source #

Create a value of DeleteBranchResponse 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:deletedBranch:DeleteBranchResponse', deleteBranchResponse_deletedBranch - Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.

$sel:httpStatus:DeleteBranchResponse', deleteBranchResponse_httpStatus - The response's http status code.

UpdateRepositoryDescription

data UpdateRepositoryDescription Source #

Represents the input of an update repository description operation.

See: newUpdateRepositoryDescription smart constructor.

Instances

Instances details
Eq UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

Read UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

Show UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

Generic UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

Associated Types

type Rep UpdateRepositoryDescription :: Type -> Type #

NFData UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

Hashable UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

ToJSON UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

AWSRequest UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

ToHeaders UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

ToPath UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

ToQuery UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

type Rep UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

type Rep UpdateRepositoryDescription = D1 ('MetaData "UpdateRepositoryDescription" "Amazonka.CodeCommit.UpdateRepositoryDescription" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdateRepositoryDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

newUpdateRepositoryDescription Source #

Create a value of UpdateRepositoryDescription 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:UpdateRepositoryDescription', updateRepositoryDescription_repositoryDescription - The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters.

$sel:repositoryName:UpdateRepositoryDescription', updateRepositoryDescription_repositoryName - The name of the repository to set or change the comment or description for.

data UpdateRepositoryDescriptionResponse Source #

Instances

Instances details
Eq UpdateRepositoryDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

Read UpdateRepositoryDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

Show UpdateRepositoryDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

Generic UpdateRepositoryDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

NFData UpdateRepositoryDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

type Rep UpdateRepositoryDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

type Rep UpdateRepositoryDescriptionResponse = D1 ('MetaData "UpdateRepositoryDescriptionResponse" "Amazonka.CodeCommit.UpdateRepositoryDescription" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdateRepositoryDescriptionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateRepositoryDescriptionResponse :: UpdateRepositoryDescriptionResponse Source #

Create a value of UpdateRepositoryDescriptionResponse with all optional fields omitted.

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

CreateBranch

data CreateBranch Source #

Represents the input of a create branch operation.

See: newCreateBranch smart constructor.

Constructors

CreateBranch' Text Text Text 

Instances

Instances details
Eq CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Read CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Show CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Generic CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Associated Types

type Rep CreateBranch :: Type -> Type #

NFData CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Methods

rnf :: CreateBranch -> () #

Hashable CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

ToJSON CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

AWSRequest CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Associated Types

type AWSResponse CreateBranch #

ToHeaders CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

ToPath CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

ToQuery CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

type Rep CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

type Rep CreateBranch = D1 ('MetaData "CreateBranch" "Amazonka.CodeCommit.CreateBranch" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "CreateBranch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "branchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

newCreateBranch Source #

Create a value of CreateBranch 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:repositoryName:CreateBranch', createBranch_repositoryName - The name of the repository in which you want to create the new branch.

$sel:branchName:CreateBranch', createBranch_branchName - The name of the new branch to create.

$sel:commitId:CreateBranch', createBranch_commitId - The ID of the commit to point the new branch to.

data CreateBranchResponse Source #

See: newCreateBranchResponse smart constructor.

Constructors

CreateBranchResponse' 

Instances

Instances details
Eq CreateBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Read CreateBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Show CreateBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Generic CreateBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Associated Types

type Rep CreateBranchResponse :: Type -> Type #

NFData CreateBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Methods

rnf :: CreateBranchResponse -> () #

type Rep CreateBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

type Rep CreateBranchResponse = D1 ('MetaData "CreateBranchResponse" "Amazonka.CodeCommit.CreateBranch" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "CreateBranchResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newCreateBranchResponse :: CreateBranchResponse Source #

Create a value of CreateBranchResponse with all optional fields omitted.

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

GetFolder

data GetFolder Source #

See: newGetFolder smart constructor.

Constructors

GetFolder' (Maybe Text) Text Text 

Instances

Instances details
Eq GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Read GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Show GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Generic GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Associated Types

type Rep GetFolder :: Type -> Type #

NFData GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Methods

rnf :: GetFolder -> () #

Hashable GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

ToJSON GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

AWSRequest GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Associated Types

type AWSResponse GetFolder #

ToHeaders GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Methods

toHeaders :: GetFolder -> [Header] #

ToPath GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

ToQuery GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

type Rep GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

type Rep GetFolder = D1 ('MetaData "GetFolder" "Amazonka.CodeCommit.GetFolder" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetFolder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "folderPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

newGetFolder Source #

Create a value of GetFolder 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:commitSpecifier:GetFolder', getFolder_commitSpecifier - A fully qualified reference used to identify a commit that contains the version of the folder's content to return. A fully qualified reference can be a commit ID, branch name, tag, or reference such as HEAD. If no specifier is provided, the folder content is returned as it exists in the HEAD commit.

$sel:repositoryName:GetFolder', getFolder_repositoryName - The name of the repository.

$sel:folderPath:GetFolder', getFolder_folderPath - The fully qualified path to the folder whose contents are returned, including the folder name. For example, /examples is a fully-qualified path to a folder named examples that was created off of the root directory (/) of a repository.

data GetFolderResponse Source #

See: newGetFolderResponse smart constructor.

Instances

Instances details
Eq GetFolderResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Read GetFolderResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Show GetFolderResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Generic GetFolderResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Associated Types

type Rep GetFolderResponse :: Type -> Type #

NFData GetFolderResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Methods

rnf :: GetFolderResponse -> () #

type Rep GetFolderResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

newGetFolderResponse Source #

Create a value of GetFolderResponse 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:subModules:GetFolderResponse', getFolderResponse_subModules - The list of submodules in the specified folder, if any.

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

$sel:subFolders:GetFolderResponse', getFolderResponse_subFolders - The list of folders that exist under the specified folder, if any.

$sel:symbolicLinks:GetFolderResponse', getFolderResponse_symbolicLinks - The list of symbolic links to other files and folders in the specified folder, if any.

$sel:files:GetFolderResponse', getFolderResponse_files - The list of files in the specified folder, if any.

$sel:httpStatus:GetFolderResponse', getFolderResponse_httpStatus - The response's http status code.

$sel:commitId:GetFolderResponse', getFolderResponse_commitId - The full commit ID used as a reference for the returned version of the folder content.

$sel:folderPath:GetFolder', getFolderResponse_folderPath - The fully qualified path of the folder whose contents are returned.

CreatePullRequest

data CreatePullRequest Source #

See: newCreatePullRequest smart constructor.

Instances

Instances details
Eq CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Read CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Show CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Generic CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Associated Types

type Rep CreatePullRequest :: Type -> Type #

NFData CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Methods

rnf :: CreatePullRequest -> () #

Hashable CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

ToJSON CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

AWSRequest CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Associated Types

type AWSResponse CreatePullRequest #

ToHeaders CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

ToPath CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

ToQuery CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

type Rep CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

type Rep CreatePullRequest = D1 ('MetaData "CreatePullRequest" "Amazonka.CodeCommit.CreatePullRequest" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "CreatePullRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Target]))))
type AWSResponse CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

newCreatePullRequest Source #

Create a value of CreatePullRequest 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:clientRequestToken:CreatePullRequest', createPullRequest_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.

The AWS SDKs prepopulate client request tokens. If you are using an AWS SDK, an idempotency token is created for you.

$sel:description:CreatePullRequest', createPullRequest_description - A description of the pull request.

$sel:title:CreatePullRequest', createPullRequest_title - The title of the pull request. This title is used to identify the pull request to other users in the repository.

$sel:targets:CreatePullRequest', createPullRequest_targets - The targets for the pull request, including the source of the code to be reviewed (the source branch) and the destination where the creator of the pull request intends the code to be merged after the pull request is closed (the destination branch).

data CreatePullRequestResponse Source #

See: newCreatePullRequestResponse smart constructor.

Instances

Instances details
Eq CreatePullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Read CreatePullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Show CreatePullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Generic CreatePullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Associated Types

type Rep CreatePullRequestResponse :: Type -> Type #

NFData CreatePullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

type Rep CreatePullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

type Rep CreatePullRequestResponse = D1 ('MetaData "CreatePullRequestResponse" "Amazonka.CodeCommit.CreatePullRequest" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "CreatePullRequestResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "pullRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PullRequest)))

newCreatePullRequestResponse Source #

Create a value of CreatePullRequestResponse 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:httpStatus:CreatePullRequestResponse', createPullRequestResponse_httpStatus - The response's http status code.

$sel:pullRequest:CreatePullRequestResponse', createPullRequestResponse_pullRequest - Information about the newly created pull request.

DeleteApprovalRuleTemplate

data DeleteApprovalRuleTemplate Source #

See: newDeleteApprovalRuleTemplate smart constructor.

Instances

Instances details
Eq DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

Read DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

Show DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

Generic DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

Associated Types

type Rep DeleteApprovalRuleTemplate :: Type -> Type #

NFData DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

Hashable DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

ToJSON DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

AWSRequest DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

ToHeaders DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

ToPath DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

ToQuery DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

type Rep DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

type Rep DeleteApprovalRuleTemplate = D1 ('MetaData "DeleteApprovalRuleTemplate" "Amazonka.CodeCommit.DeleteApprovalRuleTemplate" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DeleteApprovalRuleTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

newDeleteApprovalRuleTemplate Source #

Create a value of DeleteApprovalRuleTemplate 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:approvalRuleTemplateName:DeleteApprovalRuleTemplate', deleteApprovalRuleTemplate_approvalRuleTemplateName - The name of the approval rule template to delete.

data DeleteApprovalRuleTemplateResponse Source #

Instances

Instances details
Eq DeleteApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

Read DeleteApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

Show DeleteApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

Generic DeleteApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

Associated Types

type Rep DeleteApprovalRuleTemplateResponse :: Type -> Type #

NFData DeleteApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

type Rep DeleteApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

type Rep DeleteApprovalRuleTemplateResponse = D1 ('MetaData "DeleteApprovalRuleTemplateResponse" "Amazonka.CodeCommit.DeleteApprovalRuleTemplate" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DeleteApprovalRuleTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "approvalRuleTemplateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteApprovalRuleTemplateResponse Source #

Create a value of DeleteApprovalRuleTemplateResponse 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:httpStatus:DeleteApprovalRuleTemplateResponse', deleteApprovalRuleTemplateResponse_httpStatus - The response's http status code.

$sel:approvalRuleTemplateId:DeleteApprovalRuleTemplateResponse', deleteApprovalRuleTemplateResponse_approvalRuleTemplateId - The system-generated ID of the deleted approval rule template. If the template has been previously deleted, the only response is a 200 OK.

ListBranches (Paginated)

data ListBranches Source #

Represents the input of a list branches operation.

See: newListBranches smart constructor.

Constructors

ListBranches' (Maybe Text) Text 

Instances

Instances details
Eq ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Read ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Show ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Generic ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Associated Types

type Rep ListBranches :: Type -> Type #

NFData ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Methods

rnf :: ListBranches -> () #

Hashable ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

ToJSON ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

AWSPager ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

AWSRequest ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Associated Types

type AWSResponse ListBranches #

ToHeaders ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

ToPath ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

ToQuery ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

type Rep ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

type Rep ListBranches = D1 ('MetaData "ListBranches" "Amazonka.CodeCommit.ListBranches" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ListBranches'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

newListBranches Source #

Create a value of ListBranches 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:nextToken:ListBranches', listBranches_nextToken - An enumeration token that allows the operation to batch the results.

$sel:repositoryName:ListBranches', listBranches_repositoryName - The name of the repository that contains the branches.

data ListBranchesResponse Source #

Represents the output of a list branches operation.

See: newListBranchesResponse smart constructor.

Instances

Instances details
Eq ListBranchesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Read ListBranchesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Show ListBranchesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Generic ListBranchesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Associated Types

type Rep ListBranchesResponse :: Type -> Type #

NFData ListBranchesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Methods

rnf :: ListBranchesResponse -> () #

type Rep ListBranchesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

type Rep ListBranchesResponse = D1 ('MetaData "ListBranchesResponse" "Amazonka.CodeCommit.ListBranches" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ListBranchesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "branches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListBranchesResponse Source #

Create a value of ListBranchesResponse 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:ListBranchesResponse', listBranchesResponse_branches - The list of branch names.

$sel:nextToken:ListBranches', listBranchesResponse_nextToken - An enumeration token that returns the batch of the results.

$sel:httpStatus:ListBranchesResponse', listBranchesResponse_httpStatus - The response's http status code.

BatchGetCommits

data BatchGetCommits Source #

See: newBatchGetCommits smart constructor.

Constructors

BatchGetCommits' [Text] Text 

Instances

Instances details
Eq BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Read BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Show BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Generic BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Associated Types

type Rep BatchGetCommits :: Type -> Type #

NFData BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Methods

rnf :: BatchGetCommits -> () #

Hashable BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

ToJSON BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

AWSRequest BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Associated Types

type AWSResponse BatchGetCommits #

ToHeaders BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

ToPath BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

ToQuery BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

type Rep BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

type Rep BatchGetCommits = D1 ('MetaData "BatchGetCommits" "Amazonka.CodeCommit.BatchGetCommits" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "BatchGetCommits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commitIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

newBatchGetCommits Source #

Create a value of BatchGetCommits 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:commitIds:BatchGetCommits', batchGetCommits_commitIds - The full commit IDs of the commits to get information about.

You must supply the full SHA IDs of each commit. You cannot use shortened SHA IDs.

$sel:repositoryName:BatchGetCommits', batchGetCommits_repositoryName - The name of the repository that contains the commits.

data BatchGetCommitsResponse Source #

See: newBatchGetCommitsResponse smart constructor.

Instances

Instances details
Eq BatchGetCommitsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Read BatchGetCommitsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Show BatchGetCommitsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Generic BatchGetCommitsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Associated Types

type Rep BatchGetCommitsResponse :: Type -> Type #

NFData BatchGetCommitsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Methods

rnf :: BatchGetCommitsResponse -> () #

type Rep BatchGetCommitsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

type Rep BatchGetCommitsResponse = D1 ('MetaData "BatchGetCommitsResponse" "Amazonka.CodeCommit.BatchGetCommits" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "BatchGetCommitsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Commit])) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchGetCommitsError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetCommitsResponse Source #

Create a value of BatchGetCommitsResponse 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:commits:BatchGetCommitsResponse', batchGetCommitsResponse_commits - An array of commit data type objects, each of which contains information about a specified commit.

$sel:errors:BatchGetCommitsResponse', batchGetCommitsResponse_errors - Returns any commit IDs for which information could not be found. For example, if one of the commit IDs was a shortened SHA ID or that commit was not found in the specified repository, the ID returns an error object with more information.

$sel:httpStatus:BatchGetCommitsResponse', batchGetCommitsResponse_httpStatus - The response's http status code.

PutCommentReaction

data PutCommentReaction Source #

See: newPutCommentReaction smart constructor.

Instances

Instances details
Eq PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Read PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Show PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Generic PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Associated Types

type Rep PutCommentReaction :: Type -> Type #

NFData PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Methods

rnf :: PutCommentReaction -> () #

Hashable PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

ToJSON PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

AWSRequest PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Associated Types

type AWSResponse PutCommentReaction #

ToHeaders PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

ToPath PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

ToQuery PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

type Rep PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

type Rep PutCommentReaction = D1 ('MetaData "PutCommentReaction" "Amazonka.CodeCommit.PutCommentReaction" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "PutCommentReaction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "reactionValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

newPutCommentReaction Source #

Create a value of PutCommentReaction 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:commentId:PutCommentReaction', putCommentReaction_commentId - The ID of the comment to which you want to add or update a reaction.

$sel:reactionValue:PutCommentReaction', putCommentReaction_reactionValue - The emoji reaction you want to add or update. To remove a reaction, provide a value of blank or null. You can also provide the value of none. For information about emoji reaction values supported in AWS CodeCommit, see the AWS CodeCommit User Guide.

data PutCommentReactionResponse Source #

See: newPutCommentReactionResponse smart constructor.

Instances

Instances details
Eq PutCommentReactionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Read PutCommentReactionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Show PutCommentReactionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Generic PutCommentReactionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Associated Types

type Rep PutCommentReactionResponse :: Type -> Type #

NFData PutCommentReactionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

type Rep PutCommentReactionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

type Rep PutCommentReactionResponse = D1 ('MetaData "PutCommentReactionResponse" "Amazonka.CodeCommit.PutCommentReaction" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "PutCommentReactionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newPutCommentReactionResponse :: PutCommentReactionResponse Source #

Create a value of PutCommentReactionResponse with all optional fields omitted.

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

UpdatePullRequestDescription

data UpdatePullRequestDescription Source #

See: newUpdatePullRequestDescription smart constructor.

Instances

Instances details
Eq UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

Read UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

Show UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

Generic UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

Associated Types

type Rep UpdatePullRequestDescription :: Type -> Type #

NFData UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

Hashable UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

ToJSON UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

AWSRequest UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

ToHeaders UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

ToPath UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

ToQuery UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

type Rep UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

type Rep UpdatePullRequestDescription = D1 ('MetaData "UpdatePullRequestDescription" "Amazonka.CodeCommit.UpdatePullRequestDescription" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdatePullRequestDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

newUpdatePullRequestDescription Source #

Create a value of UpdatePullRequestDescription 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:pullRequestId:UpdatePullRequestDescription', updatePullRequestDescription_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

$sel:description:UpdatePullRequestDescription', updatePullRequestDescription_description - The updated content of the description for the pull request. This content replaces the existing description.

data UpdatePullRequestDescriptionResponse Source #

Instances

Instances details
Eq UpdatePullRequestDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

Read UpdatePullRequestDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

Show UpdatePullRequestDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

Generic UpdatePullRequestDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

NFData UpdatePullRequestDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

type Rep UpdatePullRequestDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

type Rep UpdatePullRequestDescriptionResponse = D1 ('MetaData "UpdatePullRequestDescriptionResponse" "Amazonka.CodeCommit.UpdatePullRequestDescription" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdatePullRequestDescriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "pullRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PullRequest)))

newUpdatePullRequestDescriptionResponse Source #

Create a value of UpdatePullRequestDescriptionResponse 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:httpStatus:UpdatePullRequestDescriptionResponse', updatePullRequestDescriptionResponse_httpStatus - The response's http status code.

$sel:pullRequest:UpdatePullRequestDescriptionResponse', updatePullRequestDescriptionResponse_pullRequest - Information about the updated pull request.

ListRepositories (Paginated)

data ListRepositories Source #

Represents the input of a list repositories operation.

See: newListRepositories smart constructor.

Instances

Instances details
Eq ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Read ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Show ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Generic ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Associated Types

type Rep ListRepositories :: Type -> Type #

NFData ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Methods

rnf :: ListRepositories -> () #

Hashable ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

ToJSON ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

AWSPager ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

AWSRequest ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Associated Types

type AWSResponse ListRepositories #

ToHeaders ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

ToPath ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

ToQuery ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

type Rep ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

type Rep ListRepositories = D1 ('MetaData "ListRepositories" "Amazonka.CodeCommit.ListRepositories" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ListRepositories'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "order") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrderEnum)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortByEnum)))))
type AWSResponse ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

newListRepositories :: ListRepositories Source #

Create a value of ListRepositories 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:nextToken:ListRepositories', listRepositories_nextToken - An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to AWS CodeCommit, another page of 1,000 records is retrieved.

$sel:order:ListRepositories', listRepositories_order - The order in which to sort the results of a list repositories operation.

$sel:sortBy:ListRepositories', listRepositories_sortBy - The criteria used to sort the results of a list repositories operation.

data ListRepositoriesResponse Source #

Represents the output of a list repositories operation.

See: newListRepositoriesResponse smart constructor.

Instances

Instances details
Eq ListRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Read ListRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Show ListRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Generic ListRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Associated Types

type Rep ListRepositoriesResponse :: Type -> Type #

NFData ListRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

type Rep ListRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

type Rep ListRepositoriesResponse = D1 ('MetaData "ListRepositoriesResponse" "Amazonka.CodeCommit.ListRepositories" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ListRepositoriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RepositoryNameIdPair])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRepositoriesResponse Source #

Create a value of ListRepositoriesResponse 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:repositories:ListRepositoriesResponse', listRepositoriesResponse_repositories - Lists the repositories called by the list repositories operation.

$sel:nextToken:ListRepositories', listRepositoriesResponse_nextToken - An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to AWS CodeCommit, another page of 1,000 records is retrieved.

$sel:httpStatus:ListRepositoriesResponse', listRepositoriesResponse_httpStatus - The response's http status code.

CreateRepository

data CreateRepository Source #

Represents the input of a create repository operation.

See: newCreateRepository smart constructor.

Instances

Instances details
Eq CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Read CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Show CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Generic CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Associated Types

type Rep CreateRepository :: Type -> Type #

NFData CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Methods

rnf :: CreateRepository -> () #

Hashable CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

ToJSON CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

AWSRequest CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Associated Types

type AWSResponse CreateRepository #

ToHeaders CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

ToPath CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

ToQuery CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

type Rep CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

type Rep CreateRepository = D1 ('MetaData "CreateRepository" "Amazonka.CodeCommit.CreateRepository" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "CreateRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

newCreateRepository Source #

Create a value of CreateRepository 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:CreateRepository', createRepository_repositoryDescription - A comment or description about the new repository.

The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage.

$sel:tags:CreateRepository', createRepository_tags - One or more tag key-value pairs to use when tagging this repository.

$sel:repositoryName:CreateRepository', createRepository_repositoryName - The name of the new repository to be created.

The repository name must be unique across the calling AWS account. Repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. For more information about the limits on repository names, see Limits in the AWS CodeCommit User Guide. The suffix .git is prohibited.

data CreateRepositoryResponse Source #

Represents the output of a create repository operation.

See: newCreateRepositoryResponse smart constructor.

Instances

Instances details
Eq CreateRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Read CreateRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Show CreateRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Generic CreateRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Associated Types

type Rep CreateRepositoryResponse :: Type -> Type #

NFData CreateRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

type Rep CreateRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

type Rep CreateRepositoryResponse = D1 ('MetaData "CreateRepositoryResponse" "Amazonka.CodeCommit.CreateRepository" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "CreateRepositoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RepositoryMetadata)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateRepositoryResponse Source #

Create a value of CreateRepositoryResponse 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:repositoryMetadata:CreateRepositoryResponse', createRepositoryResponse_repositoryMetadata - Information about the newly created repository.

$sel:httpStatus:CreateRepositoryResponse', createRepositoryResponse_httpStatus - The response's http status code.

UpdateDefaultBranch

data UpdateDefaultBranch Source #

Represents the input of an update default branch operation.

See: newUpdateDefaultBranch smart constructor.

Instances

Instances details
Eq UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Read UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Show UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Generic UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Associated Types

type Rep UpdateDefaultBranch :: Type -> Type #

NFData UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Methods

rnf :: UpdateDefaultBranch -> () #

Hashable UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

ToJSON UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

AWSRequest UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Associated Types

type AWSResponse UpdateDefaultBranch #

ToHeaders UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

ToPath UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

ToQuery UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

type Rep UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

type Rep UpdateDefaultBranch = D1 ('MetaData "UpdateDefaultBranch" "Amazonka.CodeCommit.UpdateDefaultBranch" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdateDefaultBranch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "defaultBranchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

newUpdateDefaultBranch Source #

Create a value of UpdateDefaultBranch 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:repositoryName:UpdateDefaultBranch', updateDefaultBranch_repositoryName - The name of the repository to set or change the default branch for.

$sel:defaultBranchName:UpdateDefaultBranch', updateDefaultBranch_defaultBranchName - The name of the branch to set as the default.

data UpdateDefaultBranchResponse Source #

See: newUpdateDefaultBranchResponse smart constructor.

Instances

Instances details
Eq UpdateDefaultBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Read UpdateDefaultBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Show UpdateDefaultBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Generic UpdateDefaultBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Associated Types

type Rep UpdateDefaultBranchResponse :: Type -> Type #

NFData UpdateDefaultBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

type Rep UpdateDefaultBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

type Rep UpdateDefaultBranchResponse = D1 ('MetaData "UpdateDefaultBranchResponse" "Amazonka.CodeCommit.UpdateDefaultBranch" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdateDefaultBranchResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateDefaultBranchResponse :: UpdateDefaultBranchResponse Source #

Create a value of UpdateDefaultBranchResponse with all optional fields omitted.

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

GetMergeOptions

data GetMergeOptions Source #

See: newGetMergeOptions smart constructor.

Instances

Instances details
Eq GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Read GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Show GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Generic GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Associated Types

type Rep GetMergeOptions :: Type -> Type #

NFData GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Methods

rnf :: GetMergeOptions -> () #

Hashable GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

ToJSON GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

AWSRequest GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Associated Types

type AWSResponse GetMergeOptions #

ToHeaders GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

ToPath GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

ToQuery GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

type Rep GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

type Rep GetMergeOptions = D1 ('MetaData "GetMergeOptions" "Amazonka.CodeCommit.GetMergeOptions" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetMergeOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "conflictDetailLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictDetailLevelTypeEnum)) :*: S1 ('MetaSel ('Just "conflictResolutionStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolutionStrategyTypeEnum))) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "sourceCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destinationCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

newGetMergeOptions Source #

Create a value of GetMergeOptions 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:conflictDetailLevel:GetMergeOptions', getMergeOptions_conflictDetailLevel - The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.

$sel:conflictResolutionStrategy:GetMergeOptions', getMergeOptions_conflictResolutionStrategy - Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.

$sel:repositoryName:GetMergeOptions', getMergeOptions_repositoryName - The name of the repository that contains the commits about which you want to get merge options.

$sel:sourceCommitSpecifier:GetMergeOptions', getMergeOptions_sourceCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

$sel:destinationCommitSpecifier:GetMergeOptions', getMergeOptions_destinationCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

data GetMergeOptionsResponse Source #

See: newGetMergeOptionsResponse smart constructor.

Instances

Instances details
Eq GetMergeOptionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Read GetMergeOptionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Show GetMergeOptionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Generic GetMergeOptionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Associated Types

type Rep GetMergeOptionsResponse :: Type -> Type #

NFData GetMergeOptionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Methods

rnf :: GetMergeOptionsResponse -> () #

type Rep GetMergeOptionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

type Rep GetMergeOptionsResponse = D1 ('MetaData "GetMergeOptionsResponse" "Amazonka.CodeCommit.GetMergeOptions" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetMergeOptionsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "mergeOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [MergeOptionTypeEnum])) :*: (S1 ('MetaSel ('Just "sourceCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "destinationCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "baseCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newGetMergeOptionsResponse Source #

Create a value of GetMergeOptionsResponse 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:httpStatus:GetMergeOptionsResponse', getMergeOptionsResponse_httpStatus - The response's http status code.

$sel:mergeOptions:GetMergeOptionsResponse', getMergeOptionsResponse_mergeOptions - The merge option or strategy used to merge the code.

$sel:sourceCommitId:GetMergeOptionsResponse', getMergeOptionsResponse_sourceCommitId - The commit ID of the source commit specifier that was used in the merge evaluation.

$sel:destinationCommitId:GetMergeOptionsResponse', getMergeOptionsResponse_destinationCommitId - The commit ID of the destination commit specifier that was used in the merge evaluation.

$sel:baseCommitId:GetMergeOptionsResponse', getMergeOptionsResponse_baseCommitId - The commit ID of the merge base.

CreatePullRequestApprovalRule

data CreatePullRequestApprovalRule Source #

See: newCreatePullRequestApprovalRule smart constructor.

Instances

Instances details
Eq CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

Read CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

Show CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

Generic CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

Associated Types

type Rep CreatePullRequestApprovalRule :: Type -> Type #

NFData CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

Hashable CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

ToJSON CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

AWSRequest CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

ToHeaders CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

ToPath CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

ToQuery CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

type Rep CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

type Rep CreatePullRequestApprovalRule = D1 ('MetaData "CreatePullRequestApprovalRule" "Amazonka.CodeCommit.CreatePullRequestApprovalRule" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "CreatePullRequestApprovalRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "approvalRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "approvalRuleContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

newCreatePullRequestApprovalRule Source #

Create a value of CreatePullRequestApprovalRule 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:pullRequestId:CreatePullRequestApprovalRule', createPullRequestApprovalRule_pullRequestId - The system-generated ID of the pull request for which you want to create the approval rule.

$sel:approvalRuleName:CreatePullRequestApprovalRule', createPullRequestApprovalRule_approvalRuleName - The name for the approval rule.

$sel:approvalRuleContent:CreatePullRequestApprovalRule', createPullRequestApprovalRule_approvalRuleContent - The content of the approval rule, including the number of approvals needed and the structure of an approval pool defined for approvals, if any. For more information about approval pools, see the AWS CodeCommit User Guide.

When you create the content of the approval rule, you can specify approvers in an approval pool in one of two ways:

  • CodeCommitApprovers: This option only requires an AWS account and a resource. It can be used for both IAM users and federated access users whose name matches the provided resource name. This is a very powerful option that offers a great deal of flexibility. For example, if you specify the AWS account 123456789012 and Mary_Major, all of the following would be counted as approvals coming from that user:

    • An IAM user in the account (arn:aws:iam::123456789012:user/Mary_Major)
    • A federated user identified in IAM as Mary_Major (arn:aws:sts::123456789012:federated-user/Mary_Major)

    This option does not recognize an active session of someone assuming the role of CodeCommitReview with a role session name of Mary_Major (arn:aws:sts::123456789012:assumed-role/CodeCommitReview/Mary_Major) unless you include a wildcard (*Mary_Major).

  • Fully qualified ARN: This option allows you to specify the fully qualified Amazon Resource Name (ARN) of the IAM user or role.

For more information about IAM ARNs, wildcards, and formats, see IAM Identifiers in the IAM User Guide.

data CreatePullRequestApprovalRuleResponse Source #

Instances

Instances details
Eq CreatePullRequestApprovalRuleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

Read CreatePullRequestApprovalRuleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

Show CreatePullRequestApprovalRuleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

Generic CreatePullRequestApprovalRuleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

NFData CreatePullRequestApprovalRuleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

type Rep CreatePullRequestApprovalRuleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

type Rep CreatePullRequestApprovalRuleResponse = D1 ('MetaData "CreatePullRequestApprovalRuleResponse" "Amazonka.CodeCommit.CreatePullRequestApprovalRule" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "CreatePullRequestApprovalRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "approvalRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApprovalRule)))

PostCommentReply

data PostCommentReply Source #

See: newPostCommentReply smart constructor.

Instances

Instances details
Eq PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Read PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Show PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Generic PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Associated Types

type Rep PostCommentReply :: Type -> Type #

NFData PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Methods

rnf :: PostCommentReply -> () #

Hashable PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

ToJSON PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

AWSRequest PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Associated Types

type AWSResponse PostCommentReply #

ToHeaders PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

ToPath PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

ToQuery PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

type Rep PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

type Rep PostCommentReply = D1 ('MetaData "PostCommentReply" "Amazonka.CodeCommit.PostCommentReply" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "PostCommentReply'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inReplyTo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

newPostCommentReply Source #

Create a value of PostCommentReply 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:clientRequestToken:PostCommentReply', postCommentReply_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:inReplyTo:PostCommentReply', postCommentReply_inReplyTo - The system-generated ID of the comment to which you want to reply. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.

$sel:content:PostCommentReply', postCommentReply_content - The contents of your reply to a comment.

data PostCommentReplyResponse Source #

See: newPostCommentReplyResponse smart constructor.

Instances

Instances details
Eq PostCommentReplyResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Read PostCommentReplyResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Show PostCommentReplyResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Generic PostCommentReplyResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Associated Types

type Rep PostCommentReplyResponse :: Type -> Type #

NFData PostCommentReplyResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

type Rep PostCommentReplyResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

type Rep PostCommentReplyResponse = D1 ('MetaData "PostCommentReplyResponse" "Amazonka.CodeCommit.PostCommentReply" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "PostCommentReplyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Comment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPostCommentReplyResponse Source #

Create a value of PostCommentReplyResponse 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:comment:PostCommentReplyResponse', postCommentReplyResponse_comment - Information about the reply to a comment.

$sel:httpStatus:PostCommentReplyResponse', postCommentReplyResponse_httpStatus - The response's http status code.

UpdateApprovalRuleTemplateContent

data UpdateApprovalRuleTemplateContent Source #

See: newUpdateApprovalRuleTemplateContent smart constructor.

Instances

Instances details
Eq UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

Read UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

Show UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

Generic UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

Associated Types

type Rep UpdateApprovalRuleTemplateContent :: Type -> Type #

NFData UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

Hashable UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

ToJSON UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

AWSRequest UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

ToHeaders UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

ToPath UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

ToQuery UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

type Rep UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

type Rep UpdateApprovalRuleTemplateContent = D1 ('MetaData "UpdateApprovalRuleTemplateContent" "Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdateApprovalRuleTemplateContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "existingRuleContentSha256") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "newRuleContent'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

newUpdateApprovalRuleTemplateContent Source #

Create a value of UpdateApprovalRuleTemplateContent 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:existingRuleContentSha256:UpdateApprovalRuleTemplateContent', updateApprovalRuleTemplateContent_existingRuleContentSha256 - The SHA-256 hash signature for the content of the approval rule. You can retrieve this information by using GetPullRequest.

$sel:approvalRuleTemplateName:UpdateApprovalRuleTemplateContent', updateApprovalRuleTemplateContent_approvalRuleTemplateName - The name of the approval rule template where you want to update the content of the rule.

$sel:newRuleContent':UpdateApprovalRuleTemplateContent', updateApprovalRuleTemplateContent_newRuleContent - The content that replaces the existing content of the rule. Content statements must be complete. You cannot provide only the changes.

data UpdateApprovalRuleTemplateContentResponse Source #

Instances

Instances details
Eq UpdateApprovalRuleTemplateContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

Read UpdateApprovalRuleTemplateContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

Show UpdateApprovalRuleTemplateContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

Generic UpdateApprovalRuleTemplateContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

NFData UpdateApprovalRuleTemplateContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

type Rep UpdateApprovalRuleTemplateContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

type Rep UpdateApprovalRuleTemplateContentResponse = D1 ('MetaData "UpdateApprovalRuleTemplateContentResponse" "Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdateApprovalRuleTemplateContentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "approvalRuleTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApprovalRuleTemplate)))

CreateUnreferencedMergeCommit

data CreateUnreferencedMergeCommit Source #

See: newCreateUnreferencedMergeCommit smart constructor.

Instances

Instances details
Eq CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

Read CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

Show CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

Generic CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

Associated Types

type Rep CreateUnreferencedMergeCommit :: Type -> Type #

NFData CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

Hashable CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

ToJSON CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

AWSRequest CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

ToHeaders CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

ToPath CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

ToQuery CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

type Rep CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

type Rep CreateUnreferencedMergeCommit = D1 ('MetaData "CreateUnreferencedMergeCommit" "Amazonka.CodeCommit.CreateUnreferencedMergeCommit" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "CreateUnreferencedMergeCommit'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "conflictDetailLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictDetailLevelTypeEnum)) :*: (S1 ('MetaSel ('Just "commitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "conflictResolution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolution))))) :*: ((S1 ('MetaSel ('Just "conflictResolutionStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolutionStrategyTypeEnum)) :*: (S1 ('MetaSel ('Just "keepEmptyFolders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "sourceCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "destinationCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "mergeOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MergeOptionTypeEnum))))))
type AWSResponse CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

newCreateUnreferencedMergeCommit Source #

Create a value of CreateUnreferencedMergeCommit 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:CreateUnreferencedMergeCommit', createUnreferencedMergeCommit_email - The email address for the person who created the unreferenced commit.

$sel:authorName:CreateUnreferencedMergeCommit', createUnreferencedMergeCommit_authorName - The name of the author who created the unreferenced commit. This information is used as both the author and committer for the commit.

$sel:conflictDetailLevel:CreateUnreferencedMergeCommit', createUnreferencedMergeCommit_conflictDetailLevel - The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.

$sel:commitMessage:CreateUnreferencedMergeCommit', createUnreferencedMergeCommit_commitMessage - The commit message for the unreferenced commit.

$sel:conflictResolution:CreateUnreferencedMergeCommit', createUnreferencedMergeCommit_conflictResolution - If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a merge.

$sel:conflictResolutionStrategy:CreateUnreferencedMergeCommit', createUnreferencedMergeCommit_conflictResolutionStrategy - Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.

$sel:keepEmptyFolders:CreateUnreferencedMergeCommit', createUnreferencedMergeCommit_keepEmptyFolders - If the commit contains deletions, whether to keep a folder or folder structure if the changes leave the folders empty. If this is specified as true, a .gitkeep file is created for empty folders. The default is false.

$sel:repositoryName:CreateUnreferencedMergeCommit', createUnreferencedMergeCommit_repositoryName - The name of the repository where you want to create the unreferenced merge commit.

$sel:sourceCommitSpecifier:CreateUnreferencedMergeCommit', createUnreferencedMergeCommit_sourceCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

$sel:destinationCommitSpecifier:CreateUnreferencedMergeCommit', createUnreferencedMergeCommit_destinationCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

$sel:mergeOption:CreateUnreferencedMergeCommit', createUnreferencedMergeCommit_mergeOption - The merge option or strategy you want to use to merge the code.

data CreateUnreferencedMergeCommitResponse Source #

Instances

Instances details
Eq CreateUnreferencedMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

Read CreateUnreferencedMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

Show CreateUnreferencedMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

Generic CreateUnreferencedMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

NFData CreateUnreferencedMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

type Rep CreateUnreferencedMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

type Rep CreateUnreferencedMergeCommitResponse = D1 ('MetaData "CreateUnreferencedMergeCommitResponse" "Amazonka.CodeCommit.CreateUnreferencedMergeCommit" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "CreateUnreferencedMergeCommitResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "treeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateUnreferencedMergeCommitResponse Source #

Create a value of CreateUnreferencedMergeCommitResponse 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:CreateUnreferencedMergeCommitResponse', createUnreferencedMergeCommitResponse_commitId - The full commit ID of the commit that contains your merge results.

$sel:treeId:CreateUnreferencedMergeCommitResponse', createUnreferencedMergeCommitResponse_treeId - The full SHA-1 pointer of the tree information for the commit that contains the merge results.

$sel:httpStatus:CreateUnreferencedMergeCommitResponse', createUnreferencedMergeCommitResponse_httpStatus - The response's http status code.

ListRepositoriesForApprovalRuleTemplate

data ListRepositoriesForApprovalRuleTemplate Source #

Instances

Instances details
Eq ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

Read ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

Show ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

Generic ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

NFData ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

Hashable ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

ToJSON ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

AWSRequest ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

ToHeaders ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

ToPath ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

ToQuery ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

type Rep ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

type Rep ListRepositoriesForApprovalRuleTemplate = D1 ('MetaData "ListRepositoriesForApprovalRuleTemplate" "Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ListRepositoriesForApprovalRuleTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

newListRepositoriesForApprovalRuleTemplate Source #

Create a value of ListRepositoriesForApprovalRuleTemplate 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:nextToken:ListRepositoriesForApprovalRuleTemplate', listRepositoriesForApprovalRuleTemplate_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

$sel:maxResults:ListRepositoriesForApprovalRuleTemplate', listRepositoriesForApprovalRuleTemplate_maxResults - A non-zero, non-negative integer used to limit the number of returned results.

$sel:approvalRuleTemplateName:ListRepositoriesForApprovalRuleTemplate', listRepositoriesForApprovalRuleTemplate_approvalRuleTemplateName - The name of the approval rule template for which you want to list repositories that are associated with that template.

data ListRepositoriesForApprovalRuleTemplateResponse Source #

Instances

Instances details
Eq ListRepositoriesForApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

Read ListRepositoriesForApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

Show ListRepositoriesForApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

Generic ListRepositoriesForApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

NFData ListRepositoriesForApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

type Rep ListRepositoriesForApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

type Rep ListRepositoriesForApprovalRuleTemplateResponse = D1 ('MetaData "ListRepositoriesForApprovalRuleTemplateResponse" "Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ListRepositoriesForApprovalRuleTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRepositoriesForApprovalRuleTemplateResponse Source #

Create a value of ListRepositoriesForApprovalRuleTemplateResponse 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:repositoryNames:ListRepositoriesForApprovalRuleTemplateResponse', listRepositoriesForApprovalRuleTemplateResponse_repositoryNames - A list of repository names that are associated with the specified approval rule template.

$sel:nextToken:ListRepositoriesForApprovalRuleTemplate', listRepositoriesForApprovalRuleTemplateResponse_nextToken - An enumeration token that allows the operation to batch the next results of the operation.

$sel:httpStatus:ListRepositoriesForApprovalRuleTemplateResponse', listRepositoriesForApprovalRuleTemplateResponse_httpStatus - The response's http status code.

GetRepository

data GetRepository Source #

Represents the input of a get repository operation.

See: newGetRepository smart constructor.

Constructors

GetRepository' Text 

Instances

Instances details
Eq GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Read GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Show GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Generic GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Associated Types

type Rep GetRepository :: Type -> Type #

NFData GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Methods

rnf :: GetRepository -> () #

Hashable GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

ToJSON GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

AWSRequest GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Associated Types

type AWSResponse GetRepository #

ToHeaders GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

ToPath GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

ToQuery GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

type Rep GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

type Rep GetRepository = D1 ('MetaData "GetRepository" "Amazonka.CodeCommit.GetRepository" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

newGetRepository Source #

Create a value of GetRepository 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:repositoryName:GetRepository', getRepository_repositoryName - The name of the repository to get information about.

data GetRepositoryResponse Source #

Represents the output of a get repository operation.

See: newGetRepositoryResponse smart constructor.

Instances

Instances details
Eq GetRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Read GetRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Show GetRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Generic GetRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Associated Types

type Rep GetRepositoryResponse :: Type -> Type #

NFData GetRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Methods

rnf :: GetRepositoryResponse -> () #

type Rep GetRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

type Rep GetRepositoryResponse = D1 ('MetaData "GetRepositoryResponse" "Amazonka.CodeCommit.GetRepository" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetRepositoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RepositoryMetadata)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetRepositoryResponse Source #

Create a value of GetRepositoryResponse 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:repositoryMetadata:GetRepositoryResponse', getRepositoryResponse_repositoryMetadata - Information about the repository.

$sel:httpStatus:GetRepositoryResponse', getRepositoryResponse_httpStatus - The response's http status code.

BatchDescribeMergeConflicts

data BatchDescribeMergeConflicts Source #

See: newBatchDescribeMergeConflicts smart constructor.

Instances

Instances details
Eq BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

Read BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

Show BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

Generic BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

Associated Types

type Rep BatchDescribeMergeConflicts :: Type -> Type #

NFData BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

Hashable BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

ToJSON BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

AWSRequest BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

ToHeaders BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

ToPath BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

ToQuery BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

type Rep BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

type Rep BatchDescribeMergeConflicts = D1 ('MetaData "BatchDescribeMergeConflicts" "Amazonka.CodeCommit.BatchDescribeMergeConflicts" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "BatchDescribeMergeConflicts'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "filePaths") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "conflictDetailLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictDetailLevelTypeEnum))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxConflictFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "maxMergeHunks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "conflictResolutionStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolutionStrategyTypeEnum)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "destinationCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "sourceCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "mergeOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MergeOptionTypeEnum))))))
type AWSResponse BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

newBatchDescribeMergeConflicts Source #

Create a value of BatchDescribeMergeConflicts 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:filePaths:BatchDescribeMergeConflicts', batchDescribeMergeConflicts_filePaths - The path of the target files used to describe the conflicts. If not specified, the default is all conflict files.

$sel:conflictDetailLevel:BatchDescribeMergeConflicts', batchDescribeMergeConflicts_conflictDetailLevel - The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.

$sel:nextToken:BatchDescribeMergeConflicts', batchDescribeMergeConflicts_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

$sel:maxConflictFiles:BatchDescribeMergeConflicts', batchDescribeMergeConflicts_maxConflictFiles - The maximum number of files to include in the output.

$sel:maxMergeHunks:BatchDescribeMergeConflicts', batchDescribeMergeConflicts_maxMergeHunks - The maximum number of merge hunks to include in the output.

$sel:conflictResolutionStrategy:BatchDescribeMergeConflicts', batchDescribeMergeConflicts_conflictResolutionStrategy - Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.

$sel:repositoryName:BatchDescribeMergeConflicts', batchDescribeMergeConflicts_repositoryName - The name of the repository that contains the merge conflicts you want to review.

$sel:destinationCommitSpecifier:BatchDescribeMergeConflicts', batchDescribeMergeConflicts_destinationCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

$sel:sourceCommitSpecifier:BatchDescribeMergeConflicts', batchDescribeMergeConflicts_sourceCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

$sel:mergeOption:BatchDescribeMergeConflicts', batchDescribeMergeConflicts_mergeOption - The merge option or strategy you want to use to merge the code.

data BatchDescribeMergeConflictsResponse Source #

Instances

Instances details
Eq BatchDescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

Read BatchDescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

Show BatchDescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

Generic BatchDescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

NFData BatchDescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

type Rep BatchDescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

type Rep BatchDescribeMergeConflictsResponse = D1 ('MetaData "BatchDescribeMergeConflictsResponse" "Amazonka.CodeCommit.BatchDescribeMergeConflicts" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "BatchDescribeMergeConflictsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "baseCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchDescribeMergeConflictsError])))) :*: ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "conflicts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Conflict])) :*: (S1 ('MetaSel ('Just "destinationCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newBatchDescribeMergeConflictsResponse Source #

Create a value of BatchDescribeMergeConflictsResponse 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:baseCommitId:BatchDescribeMergeConflictsResponse', batchDescribeMergeConflictsResponse_baseCommitId - The commit ID of the merge base.

$sel:nextToken:BatchDescribeMergeConflicts', batchDescribeMergeConflictsResponse_nextToken - An enumeration token that can be used in a request to return the next batch of the results.

$sel:errors:BatchDescribeMergeConflictsResponse', batchDescribeMergeConflictsResponse_errors - A list of any errors returned while describing the merge conflicts for each file.

$sel:httpStatus:BatchDescribeMergeConflictsResponse', batchDescribeMergeConflictsResponse_httpStatus - The response's http status code.

$sel:conflicts:BatchDescribeMergeConflictsResponse', batchDescribeMergeConflictsResponse_conflicts - A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.

$sel:destinationCommitId:BatchDescribeMergeConflictsResponse', batchDescribeMergeConflictsResponse_destinationCommitId - The commit ID of the destination commit specifier that was used in the merge evaluation.

$sel:sourceCommitId:BatchDescribeMergeConflictsResponse', batchDescribeMergeConflictsResponse_sourceCommitId - The commit ID of the source commit specifier that was used in the merge evaluation.

DeletePullRequestApprovalRule

data DeletePullRequestApprovalRule Source #

See: newDeletePullRequestApprovalRule smart constructor.

Instances

Instances details
Eq DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

Read DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

Show DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

Generic DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

Associated Types

type Rep DeletePullRequestApprovalRule :: Type -> Type #

NFData DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

Hashable DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

ToJSON DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

AWSRequest DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

ToHeaders DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

ToPath DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

ToQuery DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

type Rep DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

type Rep DeletePullRequestApprovalRule = D1 ('MetaData "DeletePullRequestApprovalRule" "Amazonka.CodeCommit.DeletePullRequestApprovalRule" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DeletePullRequestApprovalRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "approvalRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

newDeletePullRequestApprovalRule Source #

Create a value of DeletePullRequestApprovalRule 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:pullRequestId:DeletePullRequestApprovalRule', deletePullRequestApprovalRule_pullRequestId - The system-generated ID of the pull request that contains the approval rule you want to delete.

$sel:approvalRuleName:DeletePullRequestApprovalRule', deletePullRequestApprovalRule_approvalRuleName - The name of the approval rule you want to delete.

data DeletePullRequestApprovalRuleResponse Source #

Instances

Instances details
Eq DeletePullRequestApprovalRuleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

Read DeletePullRequestApprovalRuleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

Show DeletePullRequestApprovalRuleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

Generic DeletePullRequestApprovalRuleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

NFData DeletePullRequestApprovalRuleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

type Rep DeletePullRequestApprovalRuleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

type Rep DeletePullRequestApprovalRuleResponse = D1 ('MetaData "DeletePullRequestApprovalRuleResponse" "Amazonka.CodeCommit.DeletePullRequestApprovalRule" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DeletePullRequestApprovalRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "approvalRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeletePullRequestApprovalRuleResponse Source #

Create a value of DeletePullRequestApprovalRuleResponse 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:httpStatus:DeletePullRequestApprovalRuleResponse', deletePullRequestApprovalRuleResponse_httpStatus - The response's http status code.

$sel:approvalRuleId:DeletePullRequestApprovalRuleResponse', deletePullRequestApprovalRuleResponse_approvalRuleId - The ID of the deleted approval rule.

If the approval rule was deleted in an earlier API call, the response is 200 OK without content.

GetRepositoryTriggers

data GetRepositoryTriggers Source #

Represents the input of a get repository triggers operation.

See: newGetRepositoryTriggers smart constructor.

Instances

Instances details
Eq GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Read GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Show GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Generic GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Associated Types

type Rep GetRepositoryTriggers :: Type -> Type #

NFData GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Methods

rnf :: GetRepositoryTriggers -> () #

Hashable GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

ToJSON GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

AWSRequest GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Associated Types

type AWSResponse GetRepositoryTriggers #

ToHeaders GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

ToPath GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

ToQuery GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

type Rep GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

type Rep GetRepositoryTriggers = D1 ('MetaData "GetRepositoryTriggers" "Amazonka.CodeCommit.GetRepositoryTriggers" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetRepositoryTriggers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

newGetRepositoryTriggers Source #

Create a value of GetRepositoryTriggers 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:repositoryName:GetRepositoryTriggers', getRepositoryTriggers_repositoryName - The name of the repository for which the trigger is configured.

data GetRepositoryTriggersResponse Source #

Represents the output of a get repository triggers operation.

See: newGetRepositoryTriggersResponse smart constructor.

Instances

Instances details
Eq GetRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Read GetRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Show GetRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Generic GetRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Associated Types

type Rep GetRepositoryTriggersResponse :: Type -> Type #

NFData GetRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

type Rep GetRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

type Rep GetRepositoryTriggersResponse = D1 ('MetaData "GetRepositoryTriggersResponse" "Amazonka.CodeCommit.GetRepositoryTriggers" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetRepositoryTriggersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "triggers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RepositoryTrigger])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetRepositoryTriggersResponse Source #

Create a value of GetRepositoryTriggersResponse 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:configurationId:GetRepositoryTriggersResponse', getRepositoryTriggersResponse_configurationId - The system-generated unique ID for the trigger.

$sel:triggers:GetRepositoryTriggersResponse', getRepositoryTriggersResponse_triggers - The JSON block of configuration information for each trigger.

$sel:httpStatus:GetRepositoryTriggersResponse', getRepositoryTriggersResponse_httpStatus - The response's http status code.

UpdateApprovalRuleTemplateName

data UpdateApprovalRuleTemplateName Source #

See: newUpdateApprovalRuleTemplateName smart constructor.

Instances

Instances details
Eq UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

Read UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

Show UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

Generic UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

Associated Types

type Rep UpdateApprovalRuleTemplateName :: Type -> Type #

NFData UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

Hashable UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

ToJSON UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

AWSRequest UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

ToHeaders UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

ToPath UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

ToQuery UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

type Rep UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

type Rep UpdateApprovalRuleTemplateName = D1 ('MetaData "UpdateApprovalRuleTemplateName" "Amazonka.CodeCommit.UpdateApprovalRuleTemplateName" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdateApprovalRuleTemplateName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oldApprovalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "newApprovalRuleTemplateName'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

newUpdateApprovalRuleTemplateName Source #

Create a value of UpdateApprovalRuleTemplateName 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:oldApprovalRuleTemplateName:UpdateApprovalRuleTemplateName', updateApprovalRuleTemplateName_oldApprovalRuleTemplateName - The current name of the approval rule template.

$sel:newApprovalRuleTemplateName':UpdateApprovalRuleTemplateName', updateApprovalRuleTemplateName_newApprovalRuleTemplateName - The new name you want to apply to the approval rule template.

data UpdateApprovalRuleTemplateNameResponse Source #

Instances

Instances details
Eq UpdateApprovalRuleTemplateNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

Read UpdateApprovalRuleTemplateNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

Show UpdateApprovalRuleTemplateNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

Generic UpdateApprovalRuleTemplateNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

NFData UpdateApprovalRuleTemplateNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

type Rep UpdateApprovalRuleTemplateNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

type Rep UpdateApprovalRuleTemplateNameResponse = D1 ('MetaData "UpdateApprovalRuleTemplateNameResponse" "Amazonka.CodeCommit.UpdateApprovalRuleTemplateName" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdateApprovalRuleTemplateNameResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "approvalRuleTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApprovalRuleTemplate)))

PutFile

data PutFile Source #

See: newPutFile smart constructor.

Instances

Instances details
Eq PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Methods

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

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

Read PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Show PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Generic PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Associated Types

type Rep PutFile :: Type -> Type #

Methods

from :: PutFile -> Rep PutFile x #

to :: Rep PutFile x -> PutFile #

NFData PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Methods

rnf :: PutFile -> () #

Hashable PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Methods

hashWithSalt :: Int -> PutFile -> Int #

hash :: PutFile -> Int #

ToJSON PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

AWSRequest PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Associated Types

type AWSResponse PutFile #

ToHeaders PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Methods

toHeaders :: PutFile -> [Header] #

ToPath PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Methods

toPath :: PutFile -> ByteString #

ToQuery PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

type Rep PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

type AWSResponse PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

newPutFile Source #

Create a value of PutFile 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:PutFile', putFile_email - An email address for the person adding or updating the file.

$sel:fileMode:PutFile', putFile_fileMode - The file mode permissions of the blob. Valid file mode permissions are listed here.

$sel:parentCommitId:PutFile', putFile_parentCommitId - The full commit ID of the head commit in the branch where you want to add or update the file. If this is an empty repository, no commit ID is required. If this is not an empty repository, a commit ID is required.

The commit ID must match the ID of the head commit at the time of the operation. Otherwise, an error occurs, and the file is not added or updated.

$sel:name:PutFile', putFile_name - The name of the person adding or updating the file. Although it is optional, a name makes the commit history for your repository more useful.

$sel:commitMessage:PutFile', putFile_commitMessage - A message about why this file was added or updated. Although it is optional, a message makes the commit history for your repository more useful.

$sel:repositoryName:PutFile', putFile_repositoryName - The name of the repository where you want to add or update the file.

$sel:branchName:PutFile', putFile_branchName - The name of the branch where you want to add or update the file. If this is an empty repository, this branch is created.

$sel:fileContent:PutFile', putFile_fileContent - The content of the file, in binary object format.-- -- 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:PutFile', putFile_filePath - The name of the file you want to add or update, including the relative path to the file in the repository.

If the path does not currently exist in the repository, the path is created as part of adding the file.

data PutFileResponse Source #

See: newPutFileResponse smart constructor.

Instances

Instances details
Eq PutFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Read PutFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Show PutFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Generic PutFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Associated Types

type Rep PutFileResponse :: Type -> Type #

NFData PutFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Methods

rnf :: PutFileResponse -> () #

type Rep PutFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

type Rep PutFileResponse = D1 ('MetaData "PutFileResponse" "Amazonka.CodeCommit.PutFile" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "PutFileResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "blobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "treeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPutFileResponse Source #

Create a value of PutFileResponse 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:httpStatus:PutFileResponse', putFileResponse_httpStatus - The response's http status code.

$sel:commitId:PutFileResponse', putFileResponse_commitId - The full SHA ID of the commit that contains this file change.

$sel:blobId:PutFileResponse', putFileResponse_blobId - The ID of the blob, which is its SHA-1 pointer.

$sel:treeId:PutFileResponse', putFileResponse_treeId - The full SHA-1 pointer of the tree information for the commit that contains this file change.

DeleteFile

data DeleteFile Source #

See: newDeleteFile smart constructor.

Instances

Instances details
Eq DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Read DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Show DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Generic DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Associated Types

type Rep DeleteFile :: Type -> Type #

NFData DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Methods

rnf :: DeleteFile -> () #

Hashable DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

ToJSON DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

AWSRequest DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Associated Types

type AWSResponse DeleteFile #

ToHeaders DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Methods

toHeaders :: DeleteFile -> [Header] #

ToPath DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

ToQuery DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

type Rep DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

type AWSResponse DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

newDeleteFile Source #

Create a value of DeleteFile 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:DeleteFile', deleteFile_email - The email address for the commit that deletes the file. If no email address is specified, the email address is left blank.

$sel:name:DeleteFile', deleteFile_name - The name of the author of the commit that deletes the file. If no name is specified, the user's ARN is used as the author name and committer name.

$sel:commitMessage:DeleteFile', deleteFile_commitMessage - The commit message you want to include as part of deleting the file. Commit messages are limited to 256 KB. If no message is specified, a default message is used.

$sel:keepEmptyFolders:DeleteFile', deleteFile_keepEmptyFolders - If a file is the only object in the folder or directory, specifies whether to delete the folder or directory that contains the file. By default, empty folders are deleted. This includes empty folders that are part of the directory structure. For example, if the path to a file is dir1/dir2/dir3/dir4, and dir2 and dir3 are empty, deleting the last file in dir4 also deletes the empty folders dir4, dir3, and dir2.

$sel:repositoryName:DeleteFile', deleteFile_repositoryName - The name of the repository that contains the file to delete.

$sel:branchName:DeleteFile', deleteFile_branchName - The name of the branch where the commit that deletes the file is made.

$sel:filePath:DeleteFile', deleteFile_filePath - The fully qualified path to the file that to be deleted, including the full name and extension of that file. For example, /examples/file.md is a fully qualified path to a file named file.md in a folder named examples.

$sel:parentCommitId:DeleteFile', deleteFile_parentCommitId - The ID of the commit that is the tip of the branch where you want to create the commit that deletes the file. This must be the HEAD commit for the branch. The commit that deletes the file is created from this commit ID.

data DeleteFileResponse Source #

See: newDeleteFileResponse smart constructor.

Instances

Instances details
Eq DeleteFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Read DeleteFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Show DeleteFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Generic DeleteFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Associated Types

type Rep DeleteFileResponse :: Type -> Type #

NFData DeleteFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Methods

rnf :: DeleteFileResponse -> () #

type Rep DeleteFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

type Rep DeleteFileResponse = D1 ('MetaData "DeleteFileResponse" "Amazonka.CodeCommit.DeleteFile" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DeleteFileResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "blobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "treeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "filePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDeleteFileResponse Source #

Create a value of DeleteFileResponse 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:httpStatus:DeleteFileResponse', deleteFileResponse_httpStatus - The response's http status code.

$sel:commitId:DeleteFileResponse', deleteFileResponse_commitId - The full commit ID of the commit that contains the change that deletes the file.

$sel:blobId:DeleteFileResponse', deleteFileResponse_blobId - The blob ID removed from the tree as part of deleting the file.

$sel:treeId:DeleteFileResponse', deleteFileResponse_treeId - The full SHA-1 pointer of the tree information for the commit that contains the delete file change.

$sel:filePath:DeleteFile', deleteFileResponse_filePath - The fully qualified path to the file to be deleted, including the full name and extension of that file.

GetCommentsForComparedCommit (Paginated)

data GetCommentsForComparedCommit Source #

See: newGetCommentsForComparedCommit smart constructor.

Instances

Instances details
Eq GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

Read GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

Show GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

Generic GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

Associated Types

type Rep GetCommentsForComparedCommit :: Type -> Type #

NFData GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

Hashable GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

ToJSON GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

AWSPager GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

AWSRequest GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

ToHeaders GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

ToPath GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

ToQuery GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

type Rep GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

type Rep GetCommentsForComparedCommit = D1 ('MetaData "GetCommentsForComparedCommit" "Amazonka.CodeCommit.GetCommentsForComparedCommit" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetCommentsForComparedCommit'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "beforeCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "afterCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

newGetCommentsForComparedCommit Source #

Create a value of GetCommentsForComparedCommit 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:nextToken:GetCommentsForComparedCommit', getCommentsForComparedCommit_nextToken - An enumeration token that when provided in a request, returns the next batch of the results.

$sel:beforeCommitId:GetCommentsForComparedCommit', getCommentsForComparedCommit_beforeCommitId - To establish the directionality of the comparison, the full commit ID of the before commit.

$sel:maxResults:GetCommentsForComparedCommit', getCommentsForComparedCommit_maxResults - A non-zero, non-negative integer used to limit the number of returned results. The default is 100 comments, but you can configure up to 500.

$sel:repositoryName:GetCommentsForComparedCommit', getCommentsForComparedCommit_repositoryName - The name of the repository where you want to compare commits.

$sel:afterCommitId:GetCommentsForComparedCommit', getCommentsForComparedCommit_afterCommitId - To establish the directionality of the comparison, the full commit ID of the after commit.

data GetCommentsForComparedCommitResponse Source #

Instances

Instances details
Eq GetCommentsForComparedCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

Read GetCommentsForComparedCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

Show GetCommentsForComparedCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

Generic GetCommentsForComparedCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

NFData GetCommentsForComparedCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

type Rep GetCommentsForComparedCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

type Rep GetCommentsForComparedCommitResponse = D1 ('MetaData "GetCommentsForComparedCommitResponse" "Amazonka.CodeCommit.GetCommentsForComparedCommit" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetCommentsForComparedCommitResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commentsForComparedCommitData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CommentsForComparedCommit])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetCommentsForComparedCommitResponse Source #

Create a value of GetCommentsForComparedCommitResponse 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:commentsForComparedCommitData:GetCommentsForComparedCommitResponse', getCommentsForComparedCommitResponse_commentsForComparedCommitData - A list of comment objects on the compared commit.

$sel:nextToken:GetCommentsForComparedCommit', getCommentsForComparedCommitResponse_nextToken - An enumeration token that can be used in a request to return the next batch of the results.

$sel:httpStatus:GetCommentsForComparedCommitResponse', getCommentsForComparedCommitResponse_httpStatus - The response's http status code.

GetMergeCommit

data GetMergeCommit Source #

See: newGetMergeCommit smart constructor.

Instances

Instances details
Eq GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Read GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Show GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Generic GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Associated Types

type Rep GetMergeCommit :: Type -> Type #

NFData GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Methods

rnf :: GetMergeCommit -> () #

Hashable GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

ToJSON GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

AWSRequest GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Associated Types

type AWSResponse GetMergeCommit #

ToHeaders GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

ToPath GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

ToQuery GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

type Rep GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

type Rep GetMergeCommit = D1 ('MetaData "GetMergeCommit" "Amazonka.CodeCommit.GetMergeCommit" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetMergeCommit'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "conflictDetailLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictDetailLevelTypeEnum)) :*: S1 ('MetaSel ('Just "conflictResolutionStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolutionStrategyTypeEnum))) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "sourceCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destinationCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

newGetMergeCommit Source #

Create a value of GetMergeCommit 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:conflictDetailLevel:GetMergeCommit', getMergeCommit_conflictDetailLevel - The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.

$sel:conflictResolutionStrategy:GetMergeCommit', getMergeCommit_conflictResolutionStrategy - Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.

$sel:repositoryName:GetMergeCommit', getMergeCommit_repositoryName - The name of the repository that contains the merge commit about which you want to get information.

$sel:sourceCommitSpecifier:GetMergeCommit', getMergeCommit_sourceCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

$sel:destinationCommitSpecifier:GetMergeCommit', getMergeCommit_destinationCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

data GetMergeCommitResponse Source #

See: newGetMergeCommitResponse smart constructor.

Instances

Instances details
Eq GetMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Read GetMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Show GetMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Generic GetMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Associated Types

type Rep GetMergeCommitResponse :: Type -> Type #

NFData GetMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Methods

rnf :: GetMergeCommitResponse -> () #

type Rep GetMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

type Rep GetMergeCommitResponse = D1 ('MetaData "GetMergeCommitResponse" "Amazonka.CodeCommit.GetMergeCommit" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetMergeCommitResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "mergedCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destinationCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "baseCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetMergeCommitResponse Source #

Create a value of GetMergeCommitResponse 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:mergedCommitId:GetMergeCommitResponse', getMergeCommitResponse_mergedCommitId - The commit ID for the merge commit created when the source branch was merged into the destination branch. If the fast-forward merge strategy was used, there is no merge commit.

$sel:destinationCommitId:GetMergeCommitResponse', getMergeCommitResponse_destinationCommitId - The commit ID of the destination commit specifier that was used in the merge evaluation.

$sel:baseCommitId:GetMergeCommitResponse', getMergeCommitResponse_baseCommitId - The commit ID of the merge base.

$sel:sourceCommitId:GetMergeCommitResponse', getMergeCommitResponse_sourceCommitId - The commit ID of the source commit specifier that was used in the merge evaluation.

$sel:httpStatus:GetMergeCommitResponse', getMergeCommitResponse_httpStatus - The response's http status code.

TestRepositoryTriggers

data TestRepositoryTriggers Source #

Represents the input of a test repository triggers operation.

See: newTestRepositoryTriggers smart constructor.

Instances

Instances details
Eq TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Read TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Show TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Generic TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Associated Types

type Rep TestRepositoryTriggers :: Type -> Type #

NFData TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Methods

rnf :: TestRepositoryTriggers -> () #

Hashable TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

ToJSON TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

AWSRequest TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Associated Types

type AWSResponse TestRepositoryTriggers #

ToHeaders TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

ToPath TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

ToQuery TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

type Rep TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

type Rep TestRepositoryTriggers = D1 ('MetaData "TestRepositoryTriggers" "Amazonka.CodeCommit.TestRepositoryTriggers" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "TestRepositoryTriggers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "triggers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RepositoryTrigger])))
type AWSResponse TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

newTestRepositoryTriggers Source #

Create a value of TestRepositoryTriggers 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:repositoryName:TestRepositoryTriggers', testRepositoryTriggers_repositoryName - The name of the repository in which to test the triggers.

$sel:triggers:TestRepositoryTriggers', testRepositoryTriggers_triggers - The list of triggers to test.

data TestRepositoryTriggersResponse Source #

Represents the output of a test repository triggers operation.

See: newTestRepositoryTriggersResponse smart constructor.

Instances

Instances details
Eq TestRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Read TestRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Show TestRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Generic TestRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Associated Types

type Rep TestRepositoryTriggersResponse :: Type -> Type #

NFData TestRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

type Rep TestRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

type Rep TestRepositoryTriggersResponse = D1 ('MetaData "TestRepositoryTriggersResponse" "Amazonka.CodeCommit.TestRepositoryTriggers" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "TestRepositoryTriggersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedExecutions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RepositoryTriggerExecutionFailure])) :*: (S1 ('MetaSel ('Just "successfulExecutions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newTestRepositoryTriggersResponse Source #

Create a value of TestRepositoryTriggersResponse 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:failedExecutions:TestRepositoryTriggersResponse', testRepositoryTriggersResponse_failedExecutions - The list of triggers that were not tested. This list provides the names of the triggers that could not be tested, separated by commas.

$sel:successfulExecutions:TestRepositoryTriggersResponse', testRepositoryTriggersResponse_successfulExecutions - The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.

$sel:httpStatus:TestRepositoryTriggersResponse', testRepositoryTriggersResponse_httpStatus - The response's http status code.

MergePullRequestBySquash

data MergePullRequestBySquash Source #

See: newMergePullRequestBySquash smart constructor.

Instances

Instances details
Eq MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

Read MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

Show MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

Generic MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

Associated Types

type Rep MergePullRequestBySquash :: Type -> Type #

NFData MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

Hashable MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

ToJSON MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

AWSRequest MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

ToHeaders MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

ToPath MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

ToQuery MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

type Rep MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

type Rep MergePullRequestBySquash = D1 ('MetaData "MergePullRequestBySquash" "Amazonka.CodeCommit.MergePullRequestBySquash" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergePullRequestBySquash'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "conflictDetailLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictDetailLevelTypeEnum)) :*: (S1 ('MetaSel ('Just "commitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "conflictResolution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolution))))) :*: ((S1 ('MetaSel ('Just "conflictResolutionStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolutionStrategyTypeEnum)) :*: S1 ('MetaSel ('Just "keepEmptyFolders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "sourceCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

newMergePullRequestBySquash Source #

Create a value of MergePullRequestBySquash 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:MergePullRequestBySquash', mergePullRequestBySquash_email - The email address of the person merging the branches. This information is used in the commit information for the merge.

$sel:authorName:MergePullRequestBySquash', mergePullRequestBySquash_authorName - The name of the author who created the commit. This information is used as both the author and committer for the commit.

$sel:conflictDetailLevel:MergePullRequestBySquash', mergePullRequestBySquash_conflictDetailLevel - The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.

$sel:commitMessage:MergePullRequestBySquash', mergePullRequestBySquash_commitMessage - The commit message to include in the commit information for the merge.

$sel:conflictResolution:MergePullRequestBySquash', mergePullRequestBySquash_conflictResolution - If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a merge.

$sel:conflictResolutionStrategy:MergePullRequestBySquash', mergePullRequestBySquash_conflictResolutionStrategy - Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.

$sel:keepEmptyFolders:MergePullRequestBySquash', mergePullRequestBySquash_keepEmptyFolders - If the commit contains deletions, whether to keep a folder or folder structure if the changes leave the folders empty. If true, a .gitkeep file is created for empty folders. The default is false.

$sel:sourceCommitId:MergePullRequestBySquash', mergePullRequestBySquash_sourceCommitId - The full commit ID of the original or updated commit in the pull request source branch. Pass this value if you want an exception thrown if the current commit ID of the tip of the source branch does not match this commit ID.

$sel:pullRequestId:MergePullRequestBySquash', mergePullRequestBySquash_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

$sel:repositoryName:MergePullRequestBySquash', mergePullRequestBySquash_repositoryName - The name of the repository where the pull request was created.

data MergePullRequestBySquashResponse Source #

See: newMergePullRequestBySquashResponse smart constructor.

Instances

Instances details
Eq MergePullRequestBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

Read MergePullRequestBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

Show MergePullRequestBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

Generic MergePullRequestBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

Associated Types

type Rep MergePullRequestBySquashResponse :: Type -> Type #

NFData MergePullRequestBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

type Rep MergePullRequestBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

type Rep MergePullRequestBySquashResponse = D1 ('MetaData "MergePullRequestBySquashResponse" "Amazonka.CodeCommit.MergePullRequestBySquash" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergePullRequestBySquashResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequest)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newMergePullRequestBySquashResponse Source #

Create a value of MergePullRequestBySquashResponse 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:pullRequest:MergePullRequestBySquashResponse', mergePullRequestBySquashResponse_pullRequest - Undocumented member.

$sel:httpStatus:MergePullRequestBySquashResponse', mergePullRequestBySquashResponse_httpStatus - The response's http status code.

UpdateComment

data UpdateComment Source #

See: newUpdateComment smart constructor.

Constructors

UpdateComment' Text Text 

Instances

Instances details
Eq UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Read UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Show UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Generic UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Associated Types

type Rep UpdateComment :: Type -> Type #

NFData UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Methods

rnf :: UpdateComment -> () #

Hashable UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

ToJSON UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

AWSRequest UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Associated Types

type AWSResponse UpdateComment #

ToHeaders UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

ToPath UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

ToQuery UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

type Rep UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

type Rep UpdateComment = D1 ('MetaData "UpdateComment" "Amazonka.CodeCommit.UpdateComment" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdateComment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

newUpdateComment Source #

Create a value of UpdateComment 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:commentId:UpdateComment', updateComment_commentId - The system-generated ID of the comment you want to update. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.

$sel:content:UpdateComment', updateComment_content - The updated content to replace the existing content of the comment.

data UpdateCommentResponse Source #

See: newUpdateCommentResponse smart constructor.

Instances

Instances details
Eq UpdateCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Read UpdateCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Show UpdateCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Generic UpdateCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Associated Types

type Rep UpdateCommentResponse :: Type -> Type #

NFData UpdateCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Methods

rnf :: UpdateCommentResponse -> () #

type Rep UpdateCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

type Rep UpdateCommentResponse = D1 ('MetaData "UpdateCommentResponse" "Amazonka.CodeCommit.UpdateComment" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdateCommentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Comment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateCommentResponse Source #

Create a value of UpdateCommentResponse 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:comment:UpdateCommentResponse', updateCommentResponse_comment - Information about the updated comment.

$sel:httpStatus:UpdateCommentResponse', updateCommentResponse_httpStatus - The response's http status code.

PostCommentForComparedCommit

data PostCommentForComparedCommit Source #

See: newPostCommentForComparedCommit smart constructor.

Instances

Instances details
Eq PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

Read PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

Show PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

Generic PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

Associated Types

type Rep PostCommentForComparedCommit :: Type -> Type #

NFData PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

Hashable PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

ToJSON PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

AWSRequest PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

ToHeaders PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

ToPath PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

ToQuery PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

type Rep PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

type Rep PostCommentForComparedCommit = D1 ('MetaData "PostCommentForComparedCommit" "Amazonka.CodeCommit.PostCommentForComparedCommit" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "PostCommentForComparedCommit'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Location)) :*: (S1 ('MetaSel ('Just "beforeCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "afterCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

newPostCommentForComparedCommit Source #

Create a value of PostCommentForComparedCommit 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:location:PostCommentForComparedCommit', postCommentForComparedCommit_location - The location of the comparison where you want to comment.

$sel:beforeCommitId:PostCommentForComparedCommit', postCommentForComparedCommit_beforeCommitId - To establish the directionality of the comparison, the full commit ID of the before commit. Required for commenting on any commit unless that commit is the initial commit.

$sel:clientRequestToken:PostCommentForComparedCommit', postCommentForComparedCommit_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:repositoryName:PostCommentForComparedCommit', postCommentForComparedCommit_repositoryName - The name of the repository where you want to post a comment on the comparison between commits.

$sel:afterCommitId:PostCommentForComparedCommit', postCommentForComparedCommit_afterCommitId - To establish the directionality of the comparison, the full commit ID of the after commit.

$sel:content:PostCommentForComparedCommit', postCommentForComparedCommit_content - The content of the comment you want to make.

data PostCommentForComparedCommitResponse Source #

Instances

Instances details
Eq PostCommentForComparedCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

Read PostCommentForComparedCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

Show PostCommentForComparedCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

Generic PostCommentForComparedCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

NFData PostCommentForComparedCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

type Rep PostCommentForComparedCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

type Rep PostCommentForComparedCommitResponse = D1 ('MetaData "PostCommentForComparedCommitResponse" "Amazonka.CodeCommit.PostCommentForComparedCommit" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "PostCommentForComparedCommitResponse'" '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 "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Comment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newPostCommentForComparedCommitResponse Source #

Create a value of PostCommentForComparedCommitResponse 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:PostCommentForComparedCommitResponse', postCommentForComparedCommitResponse_beforeBlobId - In the directionality you established, the blob ID of the before blob.

$sel:location:PostCommentForComparedCommit', postCommentForComparedCommitResponse_location - The location of the comment in the comparison between the two commits.

$sel:afterCommitId:PostCommentForComparedCommit', postCommentForComparedCommitResponse_afterCommitId - In the directionality you established, the full commit ID of the after commit.

$sel:afterBlobId:PostCommentForComparedCommitResponse', postCommentForComparedCommitResponse_afterBlobId - In the directionality you established, the blob ID of the after blob.

$sel:beforeCommitId:PostCommentForComparedCommit', postCommentForComparedCommitResponse_beforeCommitId - In the directionality you established, the full commit ID of the before commit.

$sel:repositoryName:PostCommentForComparedCommit', postCommentForComparedCommitResponse_repositoryName - The name of the repository where you posted a comment on the comparison between commits.

$sel:comment:PostCommentForComparedCommitResponse', postCommentForComparedCommitResponse_comment - The content of the comment you posted.

$sel:httpStatus:PostCommentForComparedCommitResponse', postCommentForComparedCommitResponse_httpStatus - The response's http status code.

MergeBranchesByFastForward

data MergeBranchesByFastForward Source #

See: newMergeBranchesByFastForward smart constructor.

Instances

Instances details
Eq MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

Read MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

Show MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

Generic MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

Associated Types

type Rep MergeBranchesByFastForward :: Type -> Type #

NFData MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

Hashable MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

ToJSON MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

AWSRequest MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

ToHeaders MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

ToPath MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

ToQuery MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

type Rep MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

type Rep MergeBranchesByFastForward = D1 ('MetaData "MergeBranchesByFastForward" "Amazonka.CodeCommit.MergeBranchesByFastForward" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergeBranchesByFastForward'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "targetBranch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "sourceCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destinationCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

newMergeBranchesByFastForward Source #

Create a value of MergeBranchesByFastForward 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:targetBranch:MergeBranchesByFastForward', mergeBranchesByFastForward_targetBranch - The branch where the merge is applied.

$sel:repositoryName:MergeBranchesByFastForward', mergeBranchesByFastForward_repositoryName - The name of the repository where you want to merge two branches.

$sel:sourceCommitSpecifier:MergeBranchesByFastForward', mergeBranchesByFastForward_sourceCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

$sel:destinationCommitSpecifier:MergeBranchesByFastForward', mergeBranchesByFastForward_destinationCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

data MergeBranchesByFastForwardResponse Source #

Instances

Instances details
Eq MergeBranchesByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

Read MergeBranchesByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

Show MergeBranchesByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

Generic MergeBranchesByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

Associated Types

type Rep MergeBranchesByFastForwardResponse :: Type -> Type #

NFData MergeBranchesByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

type Rep MergeBranchesByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

type Rep MergeBranchesByFastForwardResponse = D1 ('MetaData "MergeBranchesByFastForwardResponse" "Amazonka.CodeCommit.MergeBranchesByFastForward" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergeBranchesByFastForwardResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "treeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newMergeBranchesByFastForwardResponse Source #

Create a value of MergeBranchesByFastForwardResponse 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:MergeBranchesByFastForwardResponse', mergeBranchesByFastForwardResponse_commitId - The commit ID of the merge in the destination or target branch.

$sel:treeId:MergeBranchesByFastForwardResponse', mergeBranchesByFastForwardResponse_treeId - The tree ID of the merge in the destination or target branch.

$sel:httpStatus:MergeBranchesByFastForwardResponse', mergeBranchesByFastForwardResponse_httpStatus - The response's http status code.

UpdatePullRequestTitle

data UpdatePullRequestTitle Source #

See: newUpdatePullRequestTitle smart constructor.

Instances

Instances details
Eq UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Read UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Show UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Generic UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Associated Types

type Rep UpdatePullRequestTitle :: Type -> Type #

NFData UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Methods

rnf :: UpdatePullRequestTitle -> () #

Hashable UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

ToJSON UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

AWSRequest UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Associated Types

type AWSResponse UpdatePullRequestTitle #

ToHeaders UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

ToPath UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

ToQuery UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

type Rep UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

type Rep UpdatePullRequestTitle = D1 ('MetaData "UpdatePullRequestTitle" "Amazonka.CodeCommit.UpdatePullRequestTitle" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdatePullRequestTitle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

newUpdatePullRequestTitle Source #

Create a value of UpdatePullRequestTitle 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:pullRequestId:UpdatePullRequestTitle', updatePullRequestTitle_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

$sel:title:UpdatePullRequestTitle', updatePullRequestTitle_title - The updated title of the pull request. This replaces the existing title.

data UpdatePullRequestTitleResponse Source #

See: newUpdatePullRequestTitleResponse smart constructor.

Instances

Instances details
Eq UpdatePullRequestTitleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Read UpdatePullRequestTitleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Show UpdatePullRequestTitleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Generic UpdatePullRequestTitleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Associated Types

type Rep UpdatePullRequestTitleResponse :: Type -> Type #

NFData UpdatePullRequestTitleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

type Rep UpdatePullRequestTitleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

type Rep UpdatePullRequestTitleResponse = D1 ('MetaData "UpdatePullRequestTitleResponse" "Amazonka.CodeCommit.UpdatePullRequestTitle" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdatePullRequestTitleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "pullRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PullRequest)))

newUpdatePullRequestTitleResponse Source #

Create a value of UpdatePullRequestTitleResponse 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:httpStatus:UpdatePullRequestTitleResponse', updatePullRequestTitleResponse_httpStatus - The response's http status code.

$sel:pullRequest:UpdatePullRequestTitleResponse', updatePullRequestTitleResponse_pullRequest - Information about the updated pull request.

BatchDisassociateApprovalRuleTemplateFromRepositories

data BatchDisassociateApprovalRuleTemplateFromRepositories Source #

Instances

Instances details
Eq BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

Read BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

Show BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

Generic BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

NFData BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

Hashable BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

ToJSON BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

AWSRequest BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

ToHeaders BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

ToPath BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

ToQuery BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

type Rep BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

type Rep BatchDisassociateApprovalRuleTemplateFromRepositories = D1 ('MetaData "BatchDisassociateApprovalRuleTemplateFromRepositories" "Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "BatchDisassociateApprovalRuleTemplateFromRepositories'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "repositoryNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

newBatchDisassociateApprovalRuleTemplateFromRepositories Source #

Create a value of BatchDisassociateApprovalRuleTemplateFromRepositories 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:approvalRuleTemplateName:BatchDisassociateApprovalRuleTemplateFromRepositories', batchDisassociateApprovalRuleTemplateFromRepositories_approvalRuleTemplateName - The name of the template that you want to disassociate from one or more repositories.

$sel:repositoryNames:BatchDisassociateApprovalRuleTemplateFromRepositories', batchDisassociateApprovalRuleTemplateFromRepositories_repositoryNames - The repository names that you want to disassociate from the approval rule template.

The length constraint limit is for each string in the array. The array itself can be empty.

data BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse Source #

Instances

Instances details
Eq BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

Read BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

Show BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

Generic BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

NFData BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

type Rep BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

type Rep BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse = D1 ('MetaData "BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse" "Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "disassociatedRepositoryNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BatchDisassociateApprovalRuleTemplateFromRepositoriesError]))))

UpdatePullRequestApprovalRuleContent

data UpdatePullRequestApprovalRuleContent Source #

Instances

Instances details
Eq UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

Read UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

Show UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

Generic UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

NFData UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

Hashable UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

ToJSON UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

AWSRequest UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

ToHeaders UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

ToPath UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

ToQuery UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

type Rep UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

type Rep UpdatePullRequestApprovalRuleContent = D1 ('MetaData "UpdatePullRequestApprovalRuleContent" "Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdatePullRequestApprovalRuleContent'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "existingRuleContentSha256") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "approvalRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "newRuleContent'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

newUpdatePullRequestApprovalRuleContent Source #

Create a value of UpdatePullRequestApprovalRuleContent 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:existingRuleContentSha256:UpdatePullRequestApprovalRuleContent', updatePullRequestApprovalRuleContent_existingRuleContentSha256 - The SHA-256 hash signature for the content of the approval rule. You can retrieve this information by using GetPullRequest.

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

$sel:approvalRuleName:UpdatePullRequestApprovalRuleContent', updatePullRequestApprovalRuleContent_approvalRuleName - The name of the approval rule you want to update.

$sel:newRuleContent':UpdatePullRequestApprovalRuleContent', updatePullRequestApprovalRuleContent_newRuleContent - The updated content for the approval rule.

When you update the content of the approval rule, you can specify approvers in an approval pool in one of two ways:

  • CodeCommitApprovers: This option only requires an AWS account and a resource. It can be used for both IAM users and federated access users whose name matches the provided resource name. This is a very powerful option that offers a great deal of flexibility. For example, if you specify the AWS account 123456789012 and Mary_Major, all of the following are counted as approvals coming from that user:

    • An IAM user in the account (arn:aws:iam::123456789012:user/Mary_Major)
    • A federated user identified in IAM as Mary_Major (arn:aws:sts::123456789012:federated-user/Mary_Major)

    This option does not recognize an active session of someone assuming the role of CodeCommitReview with a role session name of Mary_Major (arn:aws:sts::123456789012:assumed-role/CodeCommitReview/Mary_Major) unless you include a wildcard (*Mary_Major).

  • Fully qualified ARN: This option allows you to specify the fully qualified Amazon Resource Name (ARN) of the IAM user or role.

For more information about IAM ARNs, wildcards, and formats, see IAM Identifiers in the IAM User Guide.

data UpdatePullRequestApprovalRuleContentResponse Source #

Instances

Instances details
Eq UpdatePullRequestApprovalRuleContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

Read UpdatePullRequestApprovalRuleContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

Show UpdatePullRequestApprovalRuleContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

Generic UpdatePullRequestApprovalRuleContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

NFData UpdatePullRequestApprovalRuleContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

type Rep UpdatePullRequestApprovalRuleContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

type Rep UpdatePullRequestApprovalRuleContentResponse = D1 ('MetaData "UpdatePullRequestApprovalRuleContentResponse" "Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdatePullRequestApprovalRuleContentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "approvalRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApprovalRule)))

GetBlob

data GetBlob Source #

Represents the input of a get blob operation.

See: newGetBlob smart constructor.

Constructors

GetBlob' Text Text 

Instances

Instances details
Eq GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Methods

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

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

Read GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Show GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Generic GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Associated Types

type Rep GetBlob :: Type -> Type #

Methods

from :: GetBlob -> Rep GetBlob x #

to :: Rep GetBlob x -> GetBlob #

NFData GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Methods

rnf :: GetBlob -> () #

Hashable GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Methods

hashWithSalt :: Int -> GetBlob -> Int #

hash :: GetBlob -> Int #

ToJSON GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

AWSRequest GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Associated Types

type AWSResponse GetBlob #

ToHeaders GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Methods

toHeaders :: GetBlob -> [Header] #

ToPath GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Methods

toPath :: GetBlob -> ByteString #

ToQuery GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

type Rep GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

type Rep GetBlob = D1 ('MetaData "GetBlob" "Amazonka.CodeCommit.GetBlob" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetBlob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "blobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

newGetBlob Source #

Create a value of GetBlob 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:repositoryName:GetBlob', getBlob_repositoryName - The name of the repository that contains the blob.

$sel:blobId:GetBlob', getBlob_blobId - The ID of the blob, which is its SHA-1 pointer.

data GetBlobResponse Source #

Represents the output of a get blob operation.

See: newGetBlobResponse smart constructor.

Instances

Instances details
Eq GetBlobResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Read GetBlobResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Show GetBlobResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Generic GetBlobResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Associated Types

type Rep GetBlobResponse :: Type -> Type #

NFData GetBlobResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Methods

rnf :: GetBlobResponse -> () #

type Rep GetBlobResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

type Rep GetBlobResponse = D1 ('MetaData "GetBlobResponse" "Amazonka.CodeCommit.GetBlob" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetBlobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Base64)))

newGetBlobResponse Source #

Create a value of GetBlobResponse 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:httpStatus:GetBlobResponse', getBlobResponse_httpStatus - The response's http status code.

$sel:content:GetBlobResponse', getBlobResponse_content - The content of the blob, usually a file.-- -- 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.

AssociateApprovalRuleTemplateWithRepository

data AssociateApprovalRuleTemplateWithRepository Source #

Instances

Instances details
Eq AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

Read AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

Show AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

Generic AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

NFData AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

Hashable AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

ToJSON AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

AWSRequest AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

ToHeaders AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

ToPath AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

ToQuery AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

type Rep AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

type Rep AssociateApprovalRuleTemplateWithRepository = D1 ('MetaData "AssociateApprovalRuleTemplateWithRepository" "Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "AssociateApprovalRuleTemplateWithRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

data AssociateApprovalRuleTemplateWithRepositoryResponse Source #

Instances

Instances details
Eq AssociateApprovalRuleTemplateWithRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

Read AssociateApprovalRuleTemplateWithRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

Show AssociateApprovalRuleTemplateWithRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

Generic AssociateApprovalRuleTemplateWithRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

NFData AssociateApprovalRuleTemplateWithRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

type Rep AssociateApprovalRuleTemplateWithRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

type Rep AssociateApprovalRuleTemplateWithRepositoryResponse = D1 ('MetaData "AssociateApprovalRuleTemplateWithRepositoryResponse" "Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "AssociateApprovalRuleTemplateWithRepositoryResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

PutRepositoryTriggers

data PutRepositoryTriggers Source #

Represents the input of a put repository triggers operation.

See: newPutRepositoryTriggers smart constructor.

Instances

Instances details
Eq PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Read PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Show PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Generic PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Associated Types

type Rep PutRepositoryTriggers :: Type -> Type #

NFData PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Methods

rnf :: PutRepositoryTriggers -> () #

Hashable PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

ToJSON PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

AWSRequest PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Associated Types

type AWSResponse PutRepositoryTriggers #

ToHeaders PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

ToPath PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

ToQuery PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

type Rep PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

type Rep PutRepositoryTriggers = D1 ('MetaData "PutRepositoryTriggers" "Amazonka.CodeCommit.PutRepositoryTriggers" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "PutRepositoryTriggers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "triggers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RepositoryTrigger])))
type AWSResponse PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

newPutRepositoryTriggers Source #

Create a value of PutRepositoryTriggers 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:repositoryName:PutRepositoryTriggers', putRepositoryTriggers_repositoryName - The name of the repository where you want to create or update the trigger.

$sel:triggers:PutRepositoryTriggers', putRepositoryTriggers_triggers - The JSON block of configuration information for each trigger.

data PutRepositoryTriggersResponse Source #

Represents the output of a put repository triggers operation.

See: newPutRepositoryTriggersResponse smart constructor.

Instances

Instances details
Eq PutRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Read PutRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Show PutRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Generic PutRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Associated Types

type Rep PutRepositoryTriggersResponse :: Type -> Type #

NFData PutRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

type Rep PutRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

type Rep PutRepositoryTriggersResponse = D1 ('MetaData "PutRepositoryTriggersResponse" "Amazonka.CodeCommit.PutRepositoryTriggers" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "PutRepositoryTriggersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutRepositoryTriggersResponse Source #

Create a value of PutRepositoryTriggersResponse 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:configurationId:PutRepositoryTriggersResponse', putRepositoryTriggersResponse_configurationId - The system-generated unique ID for the create or update operation.

$sel:httpStatus:PutRepositoryTriggersResponse', putRepositoryTriggersResponse_httpStatus - The response's http status code.

ListApprovalRuleTemplates

data ListApprovalRuleTemplates Source #

See: newListApprovalRuleTemplates smart constructor.

Instances

Instances details
Eq ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

Read ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

Show ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

Generic ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

Associated Types

type Rep ListApprovalRuleTemplates :: Type -> Type #

NFData ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

Hashable ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

ToJSON ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

AWSRequest ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

ToHeaders ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

ToPath ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

ToQuery ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

type Rep ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

type Rep ListApprovalRuleTemplates = D1 ('MetaData "ListApprovalRuleTemplates" "Amazonka.CodeCommit.ListApprovalRuleTemplates" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ListApprovalRuleTemplates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

newListApprovalRuleTemplates :: ListApprovalRuleTemplates Source #

Create a value of ListApprovalRuleTemplates 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:nextToken:ListApprovalRuleTemplates', listApprovalRuleTemplates_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

$sel:maxResults:ListApprovalRuleTemplates', listApprovalRuleTemplates_maxResults - A non-zero, non-negative integer used to limit the number of returned results.

data ListApprovalRuleTemplatesResponse Source #

See: newListApprovalRuleTemplatesResponse smart constructor.

Instances

Instances details
Eq ListApprovalRuleTemplatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

Read ListApprovalRuleTemplatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

Show ListApprovalRuleTemplatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

Generic ListApprovalRuleTemplatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

Associated Types

type Rep ListApprovalRuleTemplatesResponse :: Type -> Type #

NFData ListApprovalRuleTemplatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

type Rep ListApprovalRuleTemplatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

type Rep ListApprovalRuleTemplatesResponse = D1 ('MetaData "ListApprovalRuleTemplatesResponse" "Amazonka.CodeCommit.ListApprovalRuleTemplates" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ListApprovalRuleTemplatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "approvalRuleTemplateNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListApprovalRuleTemplatesResponse Source #

Create a value of ListApprovalRuleTemplatesResponse 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:nextToken:ListApprovalRuleTemplates', listApprovalRuleTemplatesResponse_nextToken - An enumeration token that allows the operation to batch the next results of the operation.

$sel:approvalRuleTemplateNames:ListApprovalRuleTemplatesResponse', listApprovalRuleTemplatesResponse_approvalRuleTemplateNames - The names of all the approval rule templates found in the AWS Region for your AWS account.

$sel:httpStatus:ListApprovalRuleTemplatesResponse', listApprovalRuleTemplatesResponse_httpStatus - The response's http status code.

DescribeMergeConflicts

data DescribeMergeConflicts Source #

See: newDescribeMergeConflicts smart constructor.

Instances

Instances details
Eq DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Read DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Show DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Generic DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Associated Types

type Rep DescribeMergeConflicts :: Type -> Type #

NFData DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Methods

rnf :: DescribeMergeConflicts -> () #

Hashable DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

ToJSON DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

AWSRequest DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Associated Types

type AWSResponse DescribeMergeConflicts #

ToHeaders DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

ToPath DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

ToQuery DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

type Rep DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

type Rep DescribeMergeConflicts = D1 ('MetaData "DescribeMergeConflicts" "Amazonka.CodeCommit.DescribeMergeConflicts" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DescribeMergeConflicts'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "conflictDetailLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictDetailLevelTypeEnum)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxMergeHunks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "conflictResolutionStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolutionStrategyTypeEnum)))) :*: ((S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destinationCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "sourceCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "mergeOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MergeOptionTypeEnum) :*: S1 ('MetaSel ('Just "filePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

newDescribeMergeConflicts Source #

Create a value of DescribeMergeConflicts 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:conflictDetailLevel:DescribeMergeConflicts', describeMergeConflicts_conflictDetailLevel - The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.

$sel:nextToken:DescribeMergeConflicts', describeMergeConflicts_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

$sel:maxMergeHunks:DescribeMergeConflicts', describeMergeConflicts_maxMergeHunks - The maximum number of merge hunks to include in the output.

$sel:conflictResolutionStrategy:DescribeMergeConflicts', describeMergeConflicts_conflictResolutionStrategy - Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.

$sel:repositoryName:DescribeMergeConflicts', describeMergeConflicts_repositoryName - The name of the repository where you want to get information about a merge conflict.

$sel:destinationCommitSpecifier:DescribeMergeConflicts', describeMergeConflicts_destinationCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

$sel:sourceCommitSpecifier:DescribeMergeConflicts', describeMergeConflicts_sourceCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

$sel:mergeOption:DescribeMergeConflicts', describeMergeConflicts_mergeOption - The merge option or strategy you want to use to merge the code.

$sel:filePath:DescribeMergeConflicts', describeMergeConflicts_filePath - The path of the target files used to describe the conflicts.

data DescribeMergeConflictsResponse Source #

See: newDescribeMergeConflictsResponse smart constructor.

Instances

Instances details
Eq DescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Read DescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Show DescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Generic DescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Associated Types

type Rep DescribeMergeConflictsResponse :: Type -> Type #

NFData DescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

type Rep DescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

type Rep DescribeMergeConflictsResponse = D1 ('MetaData "DescribeMergeConflictsResponse" "Amazonka.CodeCommit.DescribeMergeConflicts" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DescribeMergeConflictsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "baseCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "conflictMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConflictMetadata) :*: S1 ('MetaSel ('Just "mergeHunks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [MergeHunk])) :*: (S1 ('MetaSel ('Just "destinationCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDescribeMergeConflictsResponse Source #

Create a value of DescribeMergeConflictsResponse 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:baseCommitId:DescribeMergeConflictsResponse', describeMergeConflictsResponse_baseCommitId - The commit ID of the merge base.

$sel:nextToken:DescribeMergeConflicts', describeMergeConflictsResponse_nextToken - An enumeration token that can be used in a request to return the next batch of the results.

$sel:httpStatus:DescribeMergeConflictsResponse', describeMergeConflictsResponse_httpStatus - The response's http status code.

$sel:conflictMetadata:DescribeMergeConflictsResponse', describeMergeConflictsResponse_conflictMetadata - Contains metadata about the conflicts found in the merge.

$sel:mergeHunks:DescribeMergeConflictsResponse', describeMergeConflictsResponse_mergeHunks - A list of merge hunks of the differences between the files or lines.

$sel:destinationCommitId:DescribeMergeConflictsResponse', describeMergeConflictsResponse_destinationCommitId - The commit ID of the destination commit specifier that was used in the merge evaluation.

$sel:sourceCommitId:DescribeMergeConflictsResponse', describeMergeConflictsResponse_sourceCommitId - The commit ID of the source commit specifier that was used in the merge evaluation.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.CodeCommit.TagResource" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the resource to which you want to add or update tags.

$sel:tags:TagResource', tagResource_tags - The key-value pair to use when tagging this repository.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.CodeCommit.TagResource" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newTagResourceResponse :: TagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

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

MergeBranchesByThreeWay

data MergeBranchesByThreeWay Source #

See: newMergeBranchesByThreeWay smart constructor.

Instances

Instances details
Eq MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

Read MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

Show MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

Generic MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

Associated Types

type Rep MergeBranchesByThreeWay :: Type -> Type #

NFData MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

Methods

rnf :: MergeBranchesByThreeWay -> () #

Hashable MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

ToJSON MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

AWSRequest MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

ToHeaders MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

ToPath MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

ToQuery MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

type Rep MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

type Rep MergeBranchesByThreeWay = D1 ('MetaData "MergeBranchesByThreeWay" "Amazonka.CodeCommit.MergeBranchesByThreeWay" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergeBranchesByThreeWay'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "targetBranch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "conflictDetailLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictDetailLevelTypeEnum)) :*: S1 ('MetaSel ('Just "commitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "conflictResolution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolution)) :*: (S1 ('MetaSel ('Just "conflictResolutionStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolutionStrategyTypeEnum)) :*: S1 ('MetaSel ('Just "keepEmptyFolders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "sourceCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destinationCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

newMergeBranchesByThreeWay Source #

Create a value of MergeBranchesByThreeWay 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:MergeBranchesByThreeWay', mergeBranchesByThreeWay_email - The email address of the person merging the branches. This information is used in the commit information for the merge.

$sel:authorName:MergeBranchesByThreeWay', mergeBranchesByThreeWay_authorName - The name of the author who created the commit. This information is used as both the author and committer for the commit.

$sel:targetBranch:MergeBranchesByThreeWay', mergeBranchesByThreeWay_targetBranch - The branch where the merge is applied.

$sel:conflictDetailLevel:MergeBranchesByThreeWay', mergeBranchesByThreeWay_conflictDetailLevel - The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.

$sel:commitMessage:MergeBranchesByThreeWay', mergeBranchesByThreeWay_commitMessage - The commit message to include in the commit information for the merge.

$sel:conflictResolution:MergeBranchesByThreeWay', mergeBranchesByThreeWay_conflictResolution - If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a merge.

$sel:conflictResolutionStrategy:MergeBranchesByThreeWay', mergeBranchesByThreeWay_conflictResolutionStrategy - Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.

$sel:keepEmptyFolders:MergeBranchesByThreeWay', mergeBranchesByThreeWay_keepEmptyFolders - If the commit contains deletions, whether to keep a folder or folder structure if the changes leave the folders empty. If true, a .gitkeep file is created for empty folders. The default is false.

$sel:repositoryName:MergeBranchesByThreeWay', mergeBranchesByThreeWay_repositoryName - The name of the repository where you want to merge two branches.

$sel:sourceCommitSpecifier:MergeBranchesByThreeWay', mergeBranchesByThreeWay_sourceCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

$sel:destinationCommitSpecifier:MergeBranchesByThreeWay', mergeBranchesByThreeWay_destinationCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

data MergeBranchesByThreeWayResponse Source #

See: newMergeBranchesByThreeWayResponse smart constructor.

Instances

Instances details
Eq MergeBranchesByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

Read MergeBranchesByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

Show MergeBranchesByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

Generic MergeBranchesByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

Associated Types

type Rep MergeBranchesByThreeWayResponse :: Type -> Type #

NFData MergeBranchesByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

type Rep MergeBranchesByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

type Rep MergeBranchesByThreeWayResponse = D1 ('MetaData "MergeBranchesByThreeWayResponse" "Amazonka.CodeCommit.MergeBranchesByThreeWay" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergeBranchesByThreeWayResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "treeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newMergeBranchesByThreeWayResponse Source #

Create a value of MergeBranchesByThreeWayResponse 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:MergeBranchesByThreeWayResponse', mergeBranchesByThreeWayResponse_commitId - The commit ID of the merge in the destination or target branch.

$sel:treeId:MergeBranchesByThreeWayResponse', mergeBranchesByThreeWayResponse_treeId - The tree ID of the merge in the destination or target branch.

$sel:httpStatus:MergeBranchesByThreeWayResponse', mergeBranchesByThreeWayResponse_httpStatus - The response's http status code.

GetFile

data GetFile Source #

See: newGetFile smart constructor.

Constructors

GetFile' (Maybe Text) Text Text 

Instances

Instances details
Eq GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Methods

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

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

Read GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Show GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Generic GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Associated Types

type Rep GetFile :: Type -> Type #

Methods

from :: GetFile -> Rep GetFile x #

to :: Rep GetFile x -> GetFile #

NFData GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Methods

rnf :: GetFile -> () #

Hashable GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Methods

hashWithSalt :: Int -> GetFile -> Int #

hash :: GetFile -> Int #

ToJSON GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

AWSRequest GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Associated Types

type AWSResponse GetFile #

ToHeaders GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Methods

toHeaders :: GetFile -> [Header] #

ToPath GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Methods

toPath :: GetFile -> ByteString #

ToQuery GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

type Rep GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

type Rep GetFile = D1 ('MetaData "GetFile" "Amazonka.CodeCommit.GetFile" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetFile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "filePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

newGetFile Source #

Create a value of GetFile 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:commitSpecifier:GetFile', getFile_commitSpecifier - The fully quaified reference that identifies the commit that contains the file. For example, you can specify a full commit ID, a tag, a branch name, or a reference such as refs/heads/master. If none is provided, the head commit is used.

$sel:repositoryName:GetFile', getFile_repositoryName - The name of the repository that contains the file.

$sel:filePath:GetFile', getFile_filePath - The fully qualified path to the file, including the full name and extension of the file. For example, /examples/file.md is the fully qualified path to a file named file.md in a folder named examples.

data GetFileResponse Source #

See: newGetFileResponse smart constructor.

Instances

Instances details
Eq GetFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Read GetFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Show GetFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Generic GetFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Associated Types

type Rep GetFileResponse :: Type -> Type #

NFData GetFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Methods

rnf :: GetFileResponse -> () #

type Rep GetFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

newGetFileResponse Source #

Create a value of GetFileResponse 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:httpStatus:GetFileResponse', getFileResponse_httpStatus - The response's http status code.

$sel:commitId:GetFileResponse', getFileResponse_commitId - The full commit ID of the commit that contains the content returned by GetFile.

$sel:blobId:GetFileResponse', getFileResponse_blobId - The blob ID of the object that represents the file content.

$sel:filePath:GetFile', getFileResponse_filePath - The fully qualified path to the specified file. Returns the name and extension of the file.

$sel:fileMode:GetFileResponse', getFileResponse_fileMode - The extrapolated file mode permissions of the blob. Valid values include strings such as EXECUTABLE and not numeric values.

The file mode permissions returned by this API are not the standard file mode permission values, such as 100644, but rather extrapolated values. See the supported return values.

$sel:fileSize:GetFileResponse', getFileResponse_fileSize - The size of the contents of the file, in bytes.

$sel:fileContent:GetFileResponse', getFileResponse_fileContent - The base-64 encoded binary data object that represents the content of the file.-- -- 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.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.CodeCommit.UntagResource" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the resource to which you want to remove tags.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The tag key for each tag that you want to remove from the resource.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.CodeCommit.UntagResource" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagResourceResponse :: UntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

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

GetMergeConflicts

data GetMergeConflicts Source #

See: newGetMergeConflicts smart constructor.

Instances

Instances details
Eq GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Read GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Show GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Generic GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Associated Types

type Rep GetMergeConflicts :: Type -> Type #

NFData GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Methods

rnf :: GetMergeConflicts -> () #

Hashable GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

ToJSON GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

AWSRequest GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Associated Types

type AWSResponse GetMergeConflicts #

ToHeaders GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

ToPath GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

ToQuery GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

type Rep GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

type Rep GetMergeConflicts = D1 ('MetaData "GetMergeConflicts" "Amazonka.CodeCommit.GetMergeConflicts" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetMergeConflicts'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "conflictDetailLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictDetailLevelTypeEnum)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxConflictFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "conflictResolutionStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolutionStrategyTypeEnum)))) :*: ((S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destinationCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "sourceCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "mergeOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MergeOptionTypeEnum)))))
type AWSResponse GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

newGetMergeConflicts Source #

Create a value of GetMergeConflicts 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:conflictDetailLevel:GetMergeConflicts', getMergeConflicts_conflictDetailLevel - The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.

$sel:nextToken:GetMergeConflicts', getMergeConflicts_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

$sel:maxConflictFiles:GetMergeConflicts', getMergeConflicts_maxConflictFiles - The maximum number of files to include in the output.

$sel:conflictResolutionStrategy:GetMergeConflicts', getMergeConflicts_conflictResolutionStrategy - Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.

$sel:repositoryName:GetMergeConflicts', getMergeConflicts_repositoryName - The name of the repository where the pull request was created.

$sel:destinationCommitSpecifier:GetMergeConflicts', getMergeConflicts_destinationCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

$sel:sourceCommitSpecifier:GetMergeConflicts', getMergeConflicts_sourceCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

$sel:mergeOption:GetMergeConflicts', getMergeConflicts_mergeOption - The merge option or strategy you want to use to merge the code.

data GetMergeConflictsResponse Source #

See: newGetMergeConflictsResponse smart constructor.

Instances

Instances details
Eq GetMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Read GetMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Show GetMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Generic GetMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Associated Types

type Rep GetMergeConflictsResponse :: Type -> Type #

NFData GetMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

type Rep GetMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

type Rep GetMergeConflictsResponse = D1 ('MetaData "GetMergeConflictsResponse" "Amazonka.CodeCommit.GetMergeConflicts" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetMergeConflictsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "baseCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "mergeable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "destinationCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "sourceCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "conflictMetadataList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ConflictMetadata])))))

newGetMergeConflictsResponse Source #

Create a value of GetMergeConflictsResponse 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:baseCommitId:GetMergeConflictsResponse', getMergeConflictsResponse_baseCommitId - The commit ID of the merge base.

$sel:nextToken:GetMergeConflicts', getMergeConflictsResponse_nextToken - An enumeration token that can be used in a request to return the next batch of the results.

$sel:httpStatus:GetMergeConflictsResponse', getMergeConflictsResponse_httpStatus - The response's http status code.

$sel:mergeable:GetMergeConflictsResponse', getMergeConflictsResponse_mergeable - A Boolean value that indicates whether the code is mergeable by the specified merge option.

$sel:destinationCommitId:GetMergeConflictsResponse', getMergeConflictsResponse_destinationCommitId - The commit ID of the destination commit specifier that was used in the merge evaluation.

$sel:sourceCommitId:GetMergeConflictsResponse', getMergeConflictsResponse_sourceCommitId - The commit ID of the source commit specifier that was used in the merge evaluation.

$sel:conflictMetadataList:GetMergeConflictsResponse', getMergeConflictsResponse_conflictMetadataList - A list of metadata for any conflicting files. If the specified merge strategy is FAST_FORWARD_MERGE, this list is always empty.

DeleteRepository

data DeleteRepository Source #

Represents the input of a delete repository operation.

See: newDeleteRepository smart constructor.

Constructors

DeleteRepository' Text 

Instances

Instances details
Eq DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Read DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Show DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Generic DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Associated Types

type Rep DeleteRepository :: Type -> Type #

NFData DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Methods

rnf :: DeleteRepository -> () #

Hashable DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

ToJSON DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

AWSRequest DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Associated Types

type AWSResponse DeleteRepository #

ToHeaders DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

ToPath DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

ToQuery DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

type Rep DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

type Rep DeleteRepository = D1 ('MetaData "DeleteRepository" "Amazonka.CodeCommit.DeleteRepository" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DeleteRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

newDeleteRepository Source #

Create a value of DeleteRepository 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:repositoryName:DeleteRepository', deleteRepository_repositoryName - The name of the repository to delete.

data DeleteRepositoryResponse Source #

Represents the output of a delete repository operation.

See: newDeleteRepositoryResponse smart constructor.

Instances

Instances details
Eq DeleteRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Read DeleteRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Show DeleteRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Generic DeleteRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Associated Types

type Rep DeleteRepositoryResponse :: Type -> Type #

NFData DeleteRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

type Rep DeleteRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

type Rep DeleteRepositoryResponse = D1 ('MetaData "DeleteRepositoryResponse" "Amazonka.CodeCommit.DeleteRepository" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DeleteRepositoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteRepositoryResponse Source #

Create a value of DeleteRepositoryResponse 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:DeleteRepositoryResponse', deleteRepositoryResponse_repositoryId - The ID of the repository that was deleted.

$sel:httpStatus:DeleteRepositoryResponse', deleteRepositoryResponse_httpStatus - The response's http status code.

DeleteCommentContent

data DeleteCommentContent Source #

See: newDeleteCommentContent smart constructor.

Instances

Instances details
Eq DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Read DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Show DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Generic DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Associated Types

type Rep DeleteCommentContent :: Type -> Type #

NFData DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Methods

rnf :: DeleteCommentContent -> () #

Hashable DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

ToJSON DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

AWSRequest DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Associated Types

type AWSResponse DeleteCommentContent #

ToHeaders DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

ToPath DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

ToQuery DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

type Rep DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

type Rep DeleteCommentContent = D1 ('MetaData "DeleteCommentContent" "Amazonka.CodeCommit.DeleteCommentContent" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DeleteCommentContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

newDeleteCommentContent Source #

Create a value of DeleteCommentContent 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:commentId:DeleteCommentContent', deleteCommentContent_commentId - The unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.

data DeleteCommentContentResponse Source #

See: newDeleteCommentContentResponse smart constructor.

Instances

Instances details
Eq DeleteCommentContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Read DeleteCommentContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Show DeleteCommentContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Generic DeleteCommentContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Associated Types

type Rep DeleteCommentContentResponse :: Type -> Type #

NFData DeleteCommentContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

type Rep DeleteCommentContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

type Rep DeleteCommentContentResponse = D1 ('MetaData "DeleteCommentContentResponse" "Amazonka.CodeCommit.DeleteCommentContent" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DeleteCommentContentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Comment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteCommentContentResponse Source #

Create a value of DeleteCommentContentResponse 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:comment:DeleteCommentContentResponse', deleteCommentContentResponse_comment - Information about the comment you just deleted.

$sel:httpStatus:DeleteCommentContentResponse', deleteCommentContentResponse_httpStatus - The response's http status code.

MergePullRequestByThreeWay

data MergePullRequestByThreeWay Source #

See: newMergePullRequestByThreeWay smart constructor.

Instances

Instances details
Eq MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

Read MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

Show MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

Generic MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

Associated Types

type Rep MergePullRequestByThreeWay :: Type -> Type #

NFData MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

Hashable MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

ToJSON MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

AWSRequest MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

ToHeaders MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

ToPath MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

ToQuery MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

type Rep MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

type Rep MergePullRequestByThreeWay = D1 ('MetaData "MergePullRequestByThreeWay" "Amazonka.CodeCommit.MergePullRequestByThreeWay" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergePullRequestByThreeWay'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "conflictDetailLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictDetailLevelTypeEnum)) :*: (S1 ('MetaSel ('Just "commitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "conflictResolution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolution))))) :*: ((S1 ('MetaSel ('Just "conflictResolutionStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolutionStrategyTypeEnum)) :*: S1 ('MetaSel ('Just "keepEmptyFolders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "sourceCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

newMergePullRequestByThreeWay Source #

Create a value of MergePullRequestByThreeWay 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:MergePullRequestByThreeWay', mergePullRequestByThreeWay_email - The email address of the person merging the branches. This information is used in the commit information for the merge.

$sel:authorName:MergePullRequestByThreeWay', mergePullRequestByThreeWay_authorName - The name of the author who created the commit. This information is used as both the author and committer for the commit.

$sel:conflictDetailLevel:MergePullRequestByThreeWay', mergePullRequestByThreeWay_conflictDetailLevel - The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.

$sel:commitMessage:MergePullRequestByThreeWay', mergePullRequestByThreeWay_commitMessage - The commit message to include in the commit information for the merge.

$sel:conflictResolution:MergePullRequestByThreeWay', mergePullRequestByThreeWay_conflictResolution - If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a merge.

$sel:conflictResolutionStrategy:MergePullRequestByThreeWay', mergePullRequestByThreeWay_conflictResolutionStrategy - Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.

$sel:keepEmptyFolders:MergePullRequestByThreeWay', mergePullRequestByThreeWay_keepEmptyFolders - If the commit contains deletions, whether to keep a folder or folder structure if the changes leave the folders empty. If true, a .gitkeep file is created for empty folders. The default is false.

$sel:sourceCommitId:MergePullRequestByThreeWay', mergePullRequestByThreeWay_sourceCommitId - The full commit ID of the original or updated commit in the pull request source branch. Pass this value if you want an exception thrown if the current commit ID of the tip of the source branch does not match this commit ID.

$sel:pullRequestId:MergePullRequestByThreeWay', mergePullRequestByThreeWay_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

$sel:repositoryName:MergePullRequestByThreeWay', mergePullRequestByThreeWay_repositoryName - The name of the repository where the pull request was created.

data MergePullRequestByThreeWayResponse Source #

Instances

Instances details
Eq MergePullRequestByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

Read MergePullRequestByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

Show MergePullRequestByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

Generic MergePullRequestByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

Associated Types

type Rep MergePullRequestByThreeWayResponse :: Type -> Type #

NFData MergePullRequestByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

type Rep MergePullRequestByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

type Rep MergePullRequestByThreeWayResponse = D1 ('MetaData "MergePullRequestByThreeWayResponse" "Amazonka.CodeCommit.MergePullRequestByThreeWay" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergePullRequestByThreeWayResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequest)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newMergePullRequestByThreeWayResponse Source #

Create a value of MergePullRequestByThreeWayResponse 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:pullRequest:MergePullRequestByThreeWayResponse', mergePullRequestByThreeWayResponse_pullRequest - Undocumented member.

$sel:httpStatus:MergePullRequestByThreeWayResponse', mergePullRequestByThreeWayResponse_httpStatus - The response's http status code.

DescribePullRequestEvents (Paginated)

data DescribePullRequestEvents Source #

See: newDescribePullRequestEvents smart constructor.

Instances

Instances details
Eq DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

Read DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

Show DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

Generic DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

Associated Types

type Rep DescribePullRequestEvents :: Type -> Type #

NFData DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

Hashable DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

ToJSON DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

AWSPager DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

AWSRequest DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

ToHeaders DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

ToPath DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

ToQuery DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

type Rep DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

type Rep DescribePullRequestEvents = D1 ('MetaData "DescribePullRequestEvents" "Amazonka.CodeCommit.DescribePullRequestEvents" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DescribePullRequestEvents'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pullRequestEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestEventType)) :*: S1 ('MetaSel ('Just "actorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

newDescribePullRequestEvents Source #

Create a value of DescribePullRequestEvents 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:pullRequestEventType:DescribePullRequestEvents', describePullRequestEvents_pullRequestEventType - Optional. The pull request event type about which you want to return information.

$sel:actorArn:DescribePullRequestEvents', describePullRequestEvents_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:nextToken:DescribePullRequestEvents', describePullRequestEvents_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

$sel:maxResults:DescribePullRequestEvents', describePullRequestEvents_maxResults - A non-zero, non-negative integer used to limit the number of returned results. The default is 100 events, which is also the maximum number of events that can be returned in a result.

$sel:pullRequestId:DescribePullRequestEvents', describePullRequestEvents_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

data DescribePullRequestEventsResponse Source #

See: newDescribePullRequestEventsResponse smart constructor.

Instances

Instances details
Eq DescribePullRequestEventsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

Read DescribePullRequestEventsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

Show DescribePullRequestEventsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

Generic DescribePullRequestEventsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

Associated Types

type Rep DescribePullRequestEventsResponse :: Type -> Type #

NFData DescribePullRequestEventsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

type Rep DescribePullRequestEventsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

type Rep DescribePullRequestEventsResponse = D1 ('MetaData "DescribePullRequestEventsResponse" "Amazonka.CodeCommit.DescribePullRequestEvents" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "DescribePullRequestEventsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "pullRequestEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [PullRequestEvent]))))

newDescribePullRequestEventsResponse Source #

Create a value of DescribePullRequestEventsResponse 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:nextToken:DescribePullRequestEvents', describePullRequestEventsResponse_nextToken - An enumeration token that can be used in a request to return the next batch of the results.

$sel:httpStatus:DescribePullRequestEventsResponse', describePullRequestEventsResponse_httpStatus - The response's http status code.

$sel:pullRequestEvents:DescribePullRequestEventsResponse', describePullRequestEventsResponse_pullRequestEvents - Information about the pull request events.

BatchGetRepositories

data BatchGetRepositories Source #

Represents the input of a batch get repositories operation.

See: newBatchGetRepositories smart constructor.

Constructors

BatchGetRepositories' [Text] 

Instances

Instances details
Eq BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Read BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Show BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Generic BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Associated Types

type Rep BatchGetRepositories :: Type -> Type #

NFData BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Methods

rnf :: BatchGetRepositories -> () #

Hashable BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

ToJSON BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

AWSRequest BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Associated Types

type AWSResponse BatchGetRepositories #

ToHeaders BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

ToPath BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

ToQuery BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

type Rep BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

type Rep BatchGetRepositories = D1 ('MetaData "BatchGetRepositories" "Amazonka.CodeCommit.BatchGetRepositories" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "BatchGetRepositories'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

newBatchGetRepositories :: BatchGetRepositories Source #

Create a value of BatchGetRepositories 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:repositoryNames:BatchGetRepositories', batchGetRepositories_repositoryNames - The names of the repositories to get information about.

The length constraint limit is for each string in the array. The array itself can be empty.

data BatchGetRepositoriesResponse Source #

Represents the output of a batch get repositories operation.

See: newBatchGetRepositoriesResponse smart constructor.

Instances

Instances details
Eq BatchGetRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Read BatchGetRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Show BatchGetRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Generic BatchGetRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Associated Types

type Rep BatchGetRepositoriesResponse :: Type -> Type #

NFData BatchGetRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

type Rep BatchGetRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

type Rep BatchGetRepositoriesResponse = D1 ('MetaData "BatchGetRepositoriesResponse" "Amazonka.CodeCommit.BatchGetRepositories" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "BatchGetRepositoriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RepositoryMetadata])) :*: (S1 ('MetaSel ('Just "repositoriesNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetRepositoriesResponse Source #

Create a value of BatchGetRepositoriesResponse 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:repositories:BatchGetRepositoriesResponse', batchGetRepositoriesResponse_repositories - A list of repositories returned by the batch get repositories operation.

$sel:repositoriesNotFound:BatchGetRepositoriesResponse', batchGetRepositoriesResponse_repositoriesNotFound - Returns a list of repository names for which information could not be found.

$sel:httpStatus:BatchGetRepositoriesResponse', batchGetRepositoriesResponse_httpStatus - The response's http status code.

UpdateApprovalRuleTemplateDescription

data UpdateApprovalRuleTemplateDescription Source #

Instances

Instances details
Eq UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

Read UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

Show UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

Generic UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

NFData UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

Hashable UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

ToJSON UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

AWSRequest UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

ToHeaders UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

ToPath UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

ToQuery UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

type Rep UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

type Rep UpdateApprovalRuleTemplateDescription = D1 ('MetaData "UpdateApprovalRuleTemplateDescription" "Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdateApprovalRuleTemplateDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "approvalRuleTemplateDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

data UpdateApprovalRuleTemplateDescriptionResponse Source #

Instances

Instances details
Eq UpdateApprovalRuleTemplateDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

Read UpdateApprovalRuleTemplateDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

Show UpdateApprovalRuleTemplateDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

Generic UpdateApprovalRuleTemplateDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

NFData UpdateApprovalRuleTemplateDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

type Rep UpdateApprovalRuleTemplateDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

type Rep UpdateApprovalRuleTemplateDescriptionResponse = D1 ('MetaData "UpdateApprovalRuleTemplateDescriptionResponse" "Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdateApprovalRuleTemplateDescriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "approvalRuleTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApprovalRuleTemplate)))

GetPullRequestOverrideState

data GetPullRequestOverrideState Source #

See: newGetPullRequestOverrideState smart constructor.

Instances

Instances details
Eq GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

Read GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

Show GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

Generic GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

Associated Types

type Rep GetPullRequestOverrideState :: Type -> Type #

NFData GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

Hashable GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

ToJSON GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

AWSRequest GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

ToHeaders GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

ToPath GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

ToQuery GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

type Rep GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

type Rep GetPullRequestOverrideState = D1 ('MetaData "GetPullRequestOverrideState" "Amazonka.CodeCommit.GetPullRequestOverrideState" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetPullRequestOverrideState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

newGetPullRequestOverrideState Source #

Create a value of GetPullRequestOverrideState 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:pullRequestId:GetPullRequestOverrideState', getPullRequestOverrideState_pullRequestId - The ID of the pull request for which you want to get information about whether approval rules have been set aside (overridden).

$sel:revisionId:GetPullRequestOverrideState', getPullRequestOverrideState_revisionId - The system-generated ID of the revision for the pull request. To retrieve the most recent revision ID, use GetPullRequest.

data GetPullRequestOverrideStateResponse Source #

Instances

Instances details
Eq GetPullRequestOverrideStateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

Read GetPullRequestOverrideStateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

Show GetPullRequestOverrideStateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

Generic GetPullRequestOverrideStateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

NFData GetPullRequestOverrideStateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

type Rep GetPullRequestOverrideStateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

type Rep GetPullRequestOverrideStateResponse = D1 ('MetaData "GetPullRequestOverrideStateResponse" "Amazonka.CodeCommit.GetPullRequestOverrideState" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetPullRequestOverrideStateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "overridden") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "overrider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetPullRequestOverrideStateResponse Source #

Create a value of GetPullRequestOverrideStateResponse 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:overridden:GetPullRequestOverrideStateResponse', getPullRequestOverrideStateResponse_overridden - A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).

$sel:overrider:GetPullRequestOverrideStateResponse', getPullRequestOverrideStateResponse_overrider - The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.

$sel:httpStatus:GetPullRequestOverrideStateResponse', getPullRequestOverrideStateResponse_httpStatus - The response's http status code.

GetPullRequestApprovalStates

data GetPullRequestApprovalStates Source #

See: newGetPullRequestApprovalStates smart constructor.

Instances

Instances details
Eq GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

Read GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

Show GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

Generic GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

Associated Types

type Rep GetPullRequestApprovalStates :: Type -> Type #

NFData GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

Hashable GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

ToJSON GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

AWSRequest GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

ToHeaders GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

ToPath GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

ToQuery GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

type Rep GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

type Rep GetPullRequestApprovalStates = D1 ('MetaData "GetPullRequestApprovalStates" "Amazonka.CodeCommit.GetPullRequestApprovalStates" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetPullRequestApprovalStates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

newGetPullRequestApprovalStates Source #

Create a value of GetPullRequestApprovalStates 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:pullRequestId:GetPullRequestApprovalStates', getPullRequestApprovalStates_pullRequestId - The system-generated ID for the pull request.

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

data GetPullRequestApprovalStatesResponse Source #

Instances

Instances details
Eq GetPullRequestApprovalStatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

Read GetPullRequestApprovalStatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

Show GetPullRequestApprovalStatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

Generic GetPullRequestApprovalStatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

NFData GetPullRequestApprovalStatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

type Rep GetPullRequestApprovalStatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

type Rep GetPullRequestApprovalStatesResponse = D1 ('MetaData "GetPullRequestApprovalStatesResponse" "Amazonka.CodeCommit.GetPullRequestApprovalStates" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetPullRequestApprovalStatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Approval])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetPullRequestApprovalStatesResponse Source #

Create a value of GetPullRequestApprovalStatesResponse 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:approvals:GetPullRequestApprovalStatesResponse', getPullRequestApprovalStatesResponse_approvals - Information about users who have approved the pull request.

$sel:httpStatus:GetPullRequestApprovalStatesResponse', getPullRequestApprovalStatesResponse_httpStatus - The response's http status code.

GetCommentsForPullRequest (Paginated)

data GetCommentsForPullRequest Source #

See: newGetCommentsForPullRequest smart constructor.

Instances

Instances details
Eq GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

Read GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

Show GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

Generic GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

Associated Types

type Rep GetCommentsForPullRequest :: Type -> Type #

NFData GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

Hashable GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

ToJSON GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

AWSPager GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

AWSRequest GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

ToHeaders GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

ToPath GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

ToQuery GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

type Rep GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

type Rep GetCommentsForPullRequest = D1 ('MetaData "GetCommentsForPullRequest" "Amazonka.CodeCommit.GetCommentsForPullRequest" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetCommentsForPullRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "afterCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") '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 "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

newGetCommentsForPullRequest Source #

Create a value of GetCommentsForPullRequest 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:GetCommentsForPullRequest', getCommentsForPullRequest_afterCommitId - The full commit ID of the commit in the source branch that was the tip of the branch at the time the comment was made.

$sel:nextToken:GetCommentsForPullRequest', getCommentsForPullRequest_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

$sel:beforeCommitId:GetCommentsForPullRequest', getCommentsForPullRequest_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 created.

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

$sel:maxResults:GetCommentsForPullRequest', getCommentsForPullRequest_maxResults - A non-zero, non-negative integer used to limit the number of returned results. The default is 100 comments. You can return up to 500 comments with a single request.

$sel:pullRequestId:GetCommentsForPullRequest', getCommentsForPullRequest_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

data GetCommentsForPullRequestResponse Source #

See: newGetCommentsForPullRequestResponse smart constructor.

Instances

Instances details
Eq GetCommentsForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

Read GetCommentsForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

Show GetCommentsForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

Generic GetCommentsForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

Associated Types

type Rep GetCommentsForPullRequestResponse :: Type -> Type #

NFData GetCommentsForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

type Rep GetCommentsForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

type Rep GetCommentsForPullRequestResponse = D1 ('MetaData "GetCommentsForPullRequestResponse" "Amazonka.CodeCommit.GetCommentsForPullRequest" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "GetCommentsForPullRequestResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commentsForPullRequestData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CommentsForPullRequest])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetCommentsForPullRequestResponse Source #

Create a value of GetCommentsForPullRequestResponse 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:commentsForPullRequestData:GetCommentsForPullRequestResponse', getCommentsForPullRequestResponse_commentsForPullRequestData - An array of comment objects on the pull request.

$sel:nextToken:GetCommentsForPullRequest', getCommentsForPullRequestResponse_nextToken - An enumeration token that can be used in a request to return the next batch of the results.

$sel:httpStatus:GetCommentsForPullRequestResponse', getCommentsForPullRequestResponse_httpStatus - The response's http status code.

UpdatePullRequestStatus

data UpdatePullRequestStatus Source #

See: newUpdatePullRequestStatus smart constructor.

Instances

Instances details
Eq UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

Read UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

Show UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

Generic UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

Associated Types

type Rep UpdatePullRequestStatus :: Type -> Type #

NFData UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

Methods

rnf :: UpdatePullRequestStatus -> () #

Hashable UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

ToJSON UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

AWSRequest UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

ToHeaders UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

ToPath UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

ToQuery UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

type Rep UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

type Rep UpdatePullRequestStatus = D1 ('MetaData "UpdatePullRequestStatus" "Amazonka.CodeCommit.UpdatePullRequestStatus" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdatePullRequestStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "pullRequestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PullRequestStatusEnum)))
type AWSResponse UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

newUpdatePullRequestStatus Source #

Create a value of UpdatePullRequestStatus 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:pullRequestId:UpdatePullRequestStatus', updatePullRequestStatus_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

$sel:pullRequestStatus:UpdatePullRequestStatus', updatePullRequestStatus_pullRequestStatus - The status of the pull request. The only valid operations are to update the status from OPEN to OPEN, OPEN to CLOSED or from CLOSED to CLOSED.

data UpdatePullRequestStatusResponse Source #

See: newUpdatePullRequestStatusResponse smart constructor.

Instances

Instances details
Eq UpdatePullRequestStatusResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

Read UpdatePullRequestStatusResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

Show UpdatePullRequestStatusResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

Generic UpdatePullRequestStatusResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

Associated Types

type Rep UpdatePullRequestStatusResponse :: Type -> Type #

NFData UpdatePullRequestStatusResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

type Rep UpdatePullRequestStatusResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

type Rep UpdatePullRequestStatusResponse = D1 ('MetaData "UpdatePullRequestStatusResponse" "Amazonka.CodeCommit.UpdatePullRequestStatus" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UpdatePullRequestStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "pullRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PullRequest)))

newUpdatePullRequestStatusResponse Source #

Create a value of UpdatePullRequestStatusResponse 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:httpStatus:UpdatePullRequestStatusResponse', updatePullRequestStatusResponse_httpStatus - The response's http status code.

$sel:pullRequest:UpdatePullRequestStatusResponse', updatePullRequestStatusResponse_pullRequest - Information about the pull request.

ListAssociatedApprovalRuleTemplatesForRepository

data ListAssociatedApprovalRuleTemplatesForRepository Source #

Instances

Instances details
Eq ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

Read ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

Show ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

Generic ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

NFData ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

Hashable ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

ToJSON ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

AWSRequest ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

ToHeaders ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

ToPath ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

ToQuery ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

type Rep ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

type Rep ListAssociatedApprovalRuleTemplatesForRepository = D1 ('MetaData "ListAssociatedApprovalRuleTemplatesForRepository" "Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ListAssociatedApprovalRuleTemplatesForRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

newListAssociatedApprovalRuleTemplatesForRepository Source #

Create a value of ListAssociatedApprovalRuleTemplatesForRepository 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:nextToken:ListAssociatedApprovalRuleTemplatesForRepository', listAssociatedApprovalRuleTemplatesForRepository_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

$sel:maxResults:ListAssociatedApprovalRuleTemplatesForRepository', listAssociatedApprovalRuleTemplatesForRepository_maxResults - A non-zero, non-negative integer used to limit the number of returned results.

$sel:repositoryName:ListAssociatedApprovalRuleTemplatesForRepository', listAssociatedApprovalRuleTemplatesForRepository_repositoryName - The name of the repository for which you want to list all associated approval rule templates.

data ListAssociatedApprovalRuleTemplatesForRepositoryResponse Source #

Instances

Instances details
Eq ListAssociatedApprovalRuleTemplatesForRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

Read ListAssociatedApprovalRuleTemplatesForRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

Show ListAssociatedApprovalRuleTemplatesForRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

Generic ListAssociatedApprovalRuleTemplatesForRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

NFData ListAssociatedApprovalRuleTemplatesForRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

type Rep ListAssociatedApprovalRuleTemplatesForRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

type Rep ListAssociatedApprovalRuleTemplatesForRepositoryResponse = D1 ('MetaData "ListAssociatedApprovalRuleTemplatesForRepositoryResponse" "Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "ListAssociatedApprovalRuleTemplatesForRepositoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "approvalRuleTemplateNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Types

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.

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.

ApprovalRule

data ApprovalRule Source #

Returns information about an approval rule.

See: newApprovalRule smart constructor.

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.

ApprovalRuleEventMetadata

data ApprovalRuleEventMetadata Source #

Returns information about an event for an approval rule.

See: newApprovalRuleEventMetadata smart constructor.

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.

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.

ApprovalRuleTemplate

data ApprovalRuleTemplate Source #

Returns information about an approval rule template.

See: newApprovalRuleTemplate smart constructor.

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.

ApprovalStateChangedEventMetadata

data ApprovalStateChangedEventMetadata Source #

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

See: newApprovalStateChangedEventMetadata smart constructor.

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.

BatchAssociateApprovalRuleTemplateWithRepositoriesError

data BatchAssociateApprovalRuleTemplateWithRepositoriesError Source #

Returns information about errors in a BatchAssociateApprovalRuleTemplateWithRepositories operation.

See: newBatchAssociateApprovalRuleTemplateWithRepositoriesError smart constructor.

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.

BatchDescribeMergeConflictsError

data BatchDescribeMergeConflictsError Source #

Returns information about errors in a BatchDescribeMergeConflicts operation.

See: newBatchDescribeMergeConflictsError smart constructor.

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.

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.

BatchGetCommitsError

data BatchGetCommitsError Source #

Returns information about errors in a BatchGetCommits operation.

See: newBatchGetCommitsError smart constructor.

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.

BlobMetadata

data BlobMetadata Source #

Returns information about a specific Git blob object.

See: newBlobMetadata smart constructor.

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.

BranchInfo

data BranchInfo Source #

Returns information about a branch.

See: newBranchInfo smart constructor.

Constructors

BranchInfo' (Maybe Text) (Maybe Text) 

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.

Comment

data Comment Source #

Returns information about a specific comment.

See: newComment smart constructor.

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.

CommentsForComparedCommit

data CommentsForComparedCommit Source #

Returns information about comments on the comparison between two commits.

See: newCommentsForComparedCommit smart constructor.

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.

CommentsForPullRequest

data CommentsForPullRequest Source #

Returns information about comments on a pull request.

See: newCommentsForPullRequest smart constructor.

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.

Commit

data Commit Source #

Returns information about a specific commit.

See: newCommit smart constructor.

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.

Conflict

data Conflict Source #

Information about conflicts in a merge operation.

See: newConflict smart constructor.

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.

ConflictMetadata

data ConflictMetadata Source #

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

See: newConflictMetadata smart constructor.

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.

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.

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.

DeleteFileEntry

data DeleteFileEntry Source #

A file that is deleted as part of a commit.

See: newDeleteFileEntry smart constructor.

Constructors

DeleteFileEntry' Text 

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.

Difference

data Difference Source #

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

See: newDifference smart constructor.

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

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' (Maybe [Text]) (Maybe [Text]) (Maybe Bool) (Maybe Bool) 

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.

File

data File Source #

Returns information about a file in a repository.

See: newFile smart constructor.

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.

FileMetadata

data FileMetadata Source #

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

See: newFileMetadata smart constructor.

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.

FileModes

data FileModes Source #

Information about file modes in a merge or pull request.

See: newFileModes smart constructor.

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.

FileSizes

data FileSizes Source #

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

See: newFileSizes smart constructor.

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.

Folder

data Folder Source #

Returns information about a folder in a repository.

See: newFolder smart constructor.

Constructors

Folder' (Maybe Text) (Maybe Text) (Maybe Text) 

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.

IsBinaryFile

data IsBinaryFile Source #

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

See: newIsBinaryFile smart constructor.

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.

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.

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.

MergeHunk

data MergeHunk Source #

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

See: newMergeHunk smart constructor.

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.

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.

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.

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.

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.

MergeOperations

data MergeOperations Source #

Information about the file operation conflicts in a merge operation.

See: newMergeOperations smart constructor.

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.

ObjectTypes

data ObjectTypes Source #

Information about the type of an object in a merge operation.

See: newObjectTypes smart constructor.

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.

OriginApprovalRuleTemplate

data OriginApprovalRuleTemplate Source #

Returns information about the template that created the approval rule for a pull request.

See: newOriginApprovalRuleTemplate smart constructor.

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.

PullRequest

data PullRequest Source #

Returns information about a pull request.

See: newPullRequest smart constructor.

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.

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.

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.

PullRequestEvent

data PullRequestEvent Source #

Returns information about a pull request event.

See: newPullRequestEvent smart constructor.

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.

PullRequestMergedStateChangedEventMetadata

data PullRequestMergedStateChangedEventMetadata Source #

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

See: newPullRequestMergedStateChangedEventMetadata smart constructor.

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.

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.

PullRequestStatusChangedEventMetadata

data PullRequestStatusChangedEventMetadata Source #

Information about a change to the status of a pull request.

See: newPullRequestStatusChangedEventMetadata smart constructor.

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.

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.

PutFileEntry

data PutFileEntry Source #

Information about a file added or updated as part of a commit.

See: newPutFileEntry smart constructor.

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.

ReactionForComment

data ReactionForComment Source #

Information about the reaction values provided by users on a comment.

See: newReactionForComment smart constructor.

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.

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.

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.

ReplaceContentEntry

data ReplaceContentEntry Source #

Information about a replacement content entry in the conflict of a merge or pull request operation.

See: newReplaceContentEntry smart constructor.

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.

RepositoryMetadata

data RepositoryMetadata Source #

Information about a repository.

See: newRepositoryMetadata smart constructor.

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.

RepositoryNameIdPair

data RepositoryNameIdPair Source #

Information about a repository name and ID.

See: newRepositoryNameIdPair smart constructor.

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.

RepositoryTrigger

data RepositoryTrigger Source #

Information about a trigger for a repository.

See: newRepositoryTrigger smart constructor.

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.

RepositoryTriggerExecutionFailure

data RepositoryTriggerExecutionFailure Source #

A trigger failed to run.

See: newRepositoryTriggerExecutionFailure smart constructor.

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.

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.

SourceFileSpecifier

data SourceFileSpecifier Source #

Information about a source file that is part of changes made in a commit.

See: newSourceFileSpecifier smart constructor.

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.

SubModule

data SubModule Source #

Returns information about a submodule reference in a repository folder.

See: newSubModule smart constructor.

Constructors

SubModule' (Maybe Text) (Maybe Text) (Maybe Text) 

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.

SymbolicLink

data SymbolicLink Source #

Returns information about a symbolic link in a repository folder.

See: newSymbolicLink smart constructor.

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.

Target

data Target Source #

Returns information about a target for a pull request.

See: newTarget smart constructor.

Constructors

Target' (Maybe Text) Text Text 

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.

UserInfo

data UserInfo Source #

Information about the user who made a specified commit.

See: newUserInfo smart constructor.

Constructors

UserInfo' (Maybe Text) (Maybe Text) (Maybe Text) 

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.