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

Amazonka.CodeCommit

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.

ActorDoesNotExistException

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

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

ApprovalRuleContentRequiredException

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

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

ApprovalRuleDoesNotExistException

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

The specified approval rule does not exist.

ApprovalRuleNameAlreadyExistsException

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

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

ApprovalRuleNameRequiredException

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

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

ApprovalRuleTemplateContentRequiredException

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

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

ApprovalRuleTemplateDoesNotExistException

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

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

ApprovalRuleTemplateInUseException

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

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

ApprovalRuleTemplateNameAlreadyExistsException

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

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

ApprovalRuleTemplateNameRequiredException

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

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

ApprovalStateRequiredException

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

An approval state is required, but was not specified.

AuthorDoesNotExistException

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

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

BeforeCommitIdAndAfterCommitIdAreSameException

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

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

BlobIdDoesNotExistException

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

The specified blob does not exist.

BlobIdRequiredException

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

A blob ID is required, but was not specified.

BranchDoesNotExistException

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

The specified branch does not exist.

BranchNameExistsException

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

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

BranchNameIsTagNameException

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

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

BranchNameRequiredException

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

A branch name is required, but was not specified.

CannotDeleteApprovalRuleFromTemplateException

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

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

CannotModifyApprovalRuleFromTemplateException

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

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

ClientRequestTokenRequiredException

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

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

CommentContentRequiredException

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

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

CommentContentSizeLimitExceededException

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

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

CommentDeletedException

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

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

CommentDoesNotExistException

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

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

CommentIdRequiredException

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

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

CommentNotCreatedByCallerException

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

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

CommitDoesNotExistException

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

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

CommitIdDoesNotExistException

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

The specified commit ID does not exist.

CommitIdRequiredException

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

A commit ID was not specified.

CommitIdsLimitExceededException

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

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

CommitIdsListRequiredException

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

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

CommitMessageLengthExceededException

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

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

CommitRequiredException

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

A commit was not specified.

ConcurrentReferenceUpdateException

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

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

DefaultBranchCannotBeDeletedException

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

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

DirectoryNameConflictsWithFileNameException

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

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

EncryptionIntegrityChecksFailedException

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

An encryption integrity check failed.

EncryptionKeyAccessDeniedException

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

An encryption key could not be accessed.

EncryptionKeyDisabledException

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

The encryption key is disabled.

EncryptionKeyNotFoundException

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

No encryption key was found.

EncryptionKeyUnavailableException

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

The encryption key is not available.

FileContentAndSourceFileSpecifiedException

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

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

FileContentRequiredException

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

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

FileContentSizeLimitExceededException

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

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

FileDoesNotExistException

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

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

FileEntryRequiredException

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

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

FileModeRequiredException

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

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

FileNameConflictsWithDirectoryNameException

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

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

FilePathConflictsWithSubmodulePathException

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

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

FileTooLargeException

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

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

FolderContentSizeLimitExceededException

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

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

FolderDoesNotExistException

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

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

IdempotencyParameterMismatchException

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

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

InvalidActorArnException

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

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

InvalidApprovalRuleContentException

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

The content for the approval rule is not valid.

InvalidApprovalRuleNameException

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

The name for the approval rule is not valid.

InvalidApprovalRuleTemplateContentException

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

The content of the approval rule template is not valid.

InvalidApprovalRuleTemplateDescriptionException

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

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

InvalidApprovalRuleTemplateNameException

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

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

InvalidApprovalStateException

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

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

InvalidAuthorArnException

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

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

InvalidBlobIdException

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

The specified blob is not valid.

InvalidBranchNameException

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

The specified reference name is not valid.

InvalidClientRequestTokenException

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

The client request token is not valid.

InvalidCommentIdException

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

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

InvalidCommitException

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

The specified commit is not valid.

InvalidCommitIdException

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

The specified commit ID is not valid.

InvalidConflictDetailLevelException

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

The specified conflict detail level is not valid.

InvalidConflictResolutionException

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

The specified conflict resolution list is not valid.

InvalidConflictResolutionStrategyException

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

The specified conflict resolution strategy is not valid.

InvalidContinuationTokenException

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

The specified continuation token is not valid.

InvalidDeletionParameterException

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

The specified deletion parameter is not valid.

InvalidDescriptionException

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

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

InvalidDestinationCommitSpecifierException

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

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

InvalidEmailException

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

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

InvalidFileLocationException

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

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

InvalidFileModeException

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

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

InvalidFilePositionException

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

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

InvalidMaxConflictFilesException

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

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

InvalidMaxMergeHunksException

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

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

InvalidMaxResultsException

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

The specified number of maximum results is not valid.

InvalidMergeOptionException

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

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

InvalidOrderException

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

The specified sort order is not valid.

InvalidOverrideStatusException

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

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

InvalidParentCommitIdException

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

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

InvalidPathException

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

The specified path is not valid.

InvalidPullRequestEventTypeException

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

The pull request event type is not valid.

InvalidPullRequestIdException

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

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

InvalidPullRequestStatusException

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

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

InvalidPullRequestStatusUpdateException

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

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

InvalidReactionUserArnException

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

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

InvalidReactionValueException

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

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

InvalidReferenceNameException

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

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

InvalidRelativeFileVersionEnumException

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

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

InvalidReplacementContentException

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

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

InvalidReplacementTypeException

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

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

InvalidRepositoryDescriptionException

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

The specified repository description is not valid.

InvalidRepositoryNameException

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

A specified repository name is not valid.

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

InvalidRepositoryTriggerBranchNameException

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

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

InvalidRepositoryTriggerCustomDataException

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

The custom data provided for the trigger is not valid.

InvalidRepositoryTriggerDestinationArnException

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

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

InvalidRepositoryTriggerEventsException

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

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

InvalidRepositoryTriggerNameException

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

The name of the trigger is not valid.

InvalidRepositoryTriggerRegionException

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

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

InvalidResourceArnException

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

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

InvalidRevisionIdException

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

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

InvalidRuleContentSha256Exception

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

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

InvalidSortByException

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

The specified sort by value is not valid.

InvalidSourceCommitSpecifierException

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

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

InvalidSystemTagUsageException

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

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

InvalidTagKeysListException

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

The list of tags is not valid.

InvalidTagsMapException

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

The map of tags is not valid.

InvalidTargetBranchException

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

The specified target branch is not valid.

InvalidTargetException

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

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

InvalidTargetsException

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

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

InvalidTitleException

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

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

ManualMergeRequiredException

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

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

MaximumBranchesExceededException

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

The number of branches for the trigger was exceeded.

MaximumConflictResolutionEntriesExceededException

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

The number of allowed conflict resolution entries was exceeded.

MaximumFileContentToLoadExceededException

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

The number of files to load exceeds the allowed limit.

MaximumFileEntriesExceededException

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

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

MaximumItemsToCompareExceededException

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

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

MaximumNumberOfApprovalsExceededException

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

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

MaximumOpenPullRequestsExceededException

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

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

MaximumRepositoryNamesExceededException

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

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

MaximumRepositoryTriggersExceededException

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

The number of triggers allowed for the repository was exceeded.

MaximumRuleTemplatesAssociatedWithRepositoryException

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

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

MergeOptionRequiredException

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

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

MultipleConflictResolutionEntriesException

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

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

MultipleRepositoriesInPullRequestException

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

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

NameLengthExceededException

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

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

NoChangeException

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

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

NumberOfRuleTemplatesExceededException

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

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

NumberOfRulesExceededException

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

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

OverrideAlreadySetException

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

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

OverrideStatusRequiredException

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

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

ParentCommitDoesNotExistException

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

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

ParentCommitIdOutdatedException

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

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

ParentCommitIdRequiredException

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

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

PathDoesNotExistException

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

The specified path does not exist.

PathRequiredException

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

The folderPath for a location cannot be null.

PullRequestAlreadyClosedException

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

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

PullRequestApprovalRulesNotSatisfiedException

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

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

PullRequestCannotBeApprovedByAuthorException

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

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

PullRequestDoesNotExistException

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

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

PullRequestIdRequiredException

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

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

PullRequestStatusRequiredException

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

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

PutFileEntryConflictException

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

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

ReactionLimitExceededException

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

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

ReactionValueRequiredException

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

A reaction value is required.

ReferenceDoesNotExistException

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

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

ReferenceNameRequiredException

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

A reference name is required, but none was provided.

ReferenceTypeNotSupportedException

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

The specified reference is not a supported type.

ReplacementContentRequiredException

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

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

ReplacementTypeRequiredException

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

A replacement type is required.

RepositoryDoesNotExistException

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

The specified repository does not exist.

RepositoryLimitExceededException

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

A repository resource limit was exceeded.

RepositoryNameExistsException

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

The specified repository name already exists.

RepositoryNameRequiredException

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

A repository name is required, but was not specified.

RepositoryNamesRequiredException

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

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

RepositoryNotAssociatedWithPullRequestException

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

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

RepositoryTriggerBranchNameListRequiredException

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

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

RepositoryTriggerDestinationArnRequiredException

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

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

RepositoryTriggerEventsListRequiredException

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

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

RepositoryTriggerNameRequiredException

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

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

RepositoryTriggersListRequiredException

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

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

ResourceArnRequiredException

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

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

RestrictedSourceFileException

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

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

RevisionIdRequiredException

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

A revision ID is required, but was not provided.

RevisionNotCurrentException

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

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

SameFileContentException

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

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

SamePathRequestException

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

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

SourceAndDestinationAreSameException

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

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

SourceFileOrContentRequiredException

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

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

TagKeysListRequiredException

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

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

TagPolicyException

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

The tag policy is not valid.

TagsMapRequiredException

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

A map of tags is required.

TargetRequiredException

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

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

TargetsRequiredException

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

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

TipOfSourceReferenceIsDifferentException

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

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

TipsDivergenceExceededException

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

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

TitleRequiredException

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

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

TooManyTagsException

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

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

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.

AssociateApprovalRuleTemplateWithRepository

data AssociateApprovalRuleTemplateWithRepository Source #

Instances

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

AWSRequest AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

Generic 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

NFData AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

Eq AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

Hashable AssociateApprovalRuleTemplateWithRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "AssociateApprovalRuleTemplateWithRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAssociateApprovalRuleTemplateWithRepository Source #

Create a value of AssociateApprovalRuleTemplateWithRepository with all optional fields omitted.

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

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

AssociateApprovalRuleTemplateWithRepository, associateApprovalRuleTemplateWithRepository_approvalRuleTemplateName - The name for the approval rule template.

AssociateApprovalRuleTemplateWithRepository, associateApprovalRuleTemplateWithRepository_repositoryName - The name of the repository that you want to associate with the template.

data AssociateApprovalRuleTemplateWithRepositoryResponse Source #

Instances

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

NFData AssociateApprovalRuleTemplateWithRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.AssociateApprovalRuleTemplateWithRepository

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "AssociateApprovalRuleTemplateWithRepositoryResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

BatchAssociateApprovalRuleTemplateWithRepositories

data BatchAssociateApprovalRuleTemplateWithRepositories Source #

Instances

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

AWSRequest BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

Generic 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

NFData BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

Eq BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

Hashable BatchAssociateApprovalRuleTemplateWithRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "BatchAssociateApprovalRuleTemplateWithRepositories'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "repositoryNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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:

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
Generic 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

NFData BatchAssociateApprovalRuleTemplateWithRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchAssociateApprovalRuleTemplateWithRepositories

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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]))))

BatchDescribeMergeConflicts

data BatchDescribeMergeConflicts Source #

See: newBatchDescribeMergeConflicts smart constructor.

Instances

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

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

Read BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

Show BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

NFData BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

Eq BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

Hashable BatchDescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "BatchDescribeMergeConflicts'" '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 "filePaths") '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 "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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))))))

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

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

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

BatchDescribeMergeConflicts, batchDescribeMergeConflicts_mergeOption - The merge option or strategy you want to use to merge the code.

data BatchDescribeMergeConflictsResponse Source #

Instances

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

NFData BatchDescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDescribeMergeConflicts

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "BatchDescribeMergeConflictsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "baseCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchDescribeMergeConflictsError])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((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:errors:BatchDescribeMergeConflictsResponse', batchDescribeMergeConflictsResponse_errors - A list of any errors returned while describing the merge conflicts for each file.

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

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

BatchDescribeMergeConflictsResponse, batchDescribeMergeConflictsResponse_destinationCommitId - The commit ID of the destination commit specifier that was used in the merge evaluation.

BatchDescribeMergeConflictsResponse, batchDescribeMergeConflictsResponse_sourceCommitId - The commit ID of the source commit specifier that was used in the merge evaluation.

BatchDisassociateApprovalRuleTemplateFromRepositories

data BatchDisassociateApprovalRuleTemplateFromRepositories Source #

Instances

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

AWSRequest BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

Generic 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

NFData BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

Eq BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

Hashable BatchDisassociateApprovalRuleTemplateFromRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "BatchDisassociateApprovalRuleTemplateFromRepositories'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "repositoryNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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:

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
Generic 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

NFData BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchDisassociateApprovalRuleTemplateFromRepositories

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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]))))

BatchGetCommits

data BatchGetCommits Source #

See: newBatchGetCommits smart constructor.

Constructors

BatchGetCommits' [Text] Text 

Instances

Instances details
ToJSON BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Associated Types

type AWSResponse BatchGetCommits #

Generic BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Associated Types

type Rep BatchGetCommits :: Type -> Type #

Read BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Show BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

NFData BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Methods

rnf :: BatchGetCommits -> () #

Eq BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Hashable BatchGetCommits Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "BatchGetCommits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commitIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.

BatchGetCommits, batchGetCommits_repositoryName - The name of the repository that contains the commits.

data BatchGetCommitsResponse Source #

See: newBatchGetCommitsResponse smart constructor.

Instances

Instances details
Generic BatchGetCommitsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Associated Types

type Rep BatchGetCommitsResponse :: Type -> Type #

Read BatchGetCommitsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Show BatchGetCommitsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

NFData BatchGetCommitsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

Methods

rnf :: BatchGetCommitsResponse -> () #

Eq BatchGetCommitsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

type Rep BatchGetCommitsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetCommits

type Rep BatchGetCommitsResponse = D1 ('MetaData "BatchGetCommitsResponse" "Amazonka.CodeCommit.BatchGetCommits" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

BatchGetRepositories

data BatchGetRepositories Source #

Represents the input of a batch get repositories operation.

See: newBatchGetRepositories smart constructor.

Constructors

BatchGetRepositories' [Text] 

Instances

Instances details
ToJSON BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Associated Types

type AWSResponse BatchGetRepositories #

Generic BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Associated Types

type Rep BatchGetRepositories :: Type -> Type #

Read BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Show BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

NFData BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Methods

rnf :: BatchGetRepositories -> () #

Eq BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Hashable BatchGetRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "BatchGetRepositories'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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
Generic BatchGetRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Associated Types

type Rep BatchGetRepositoriesResponse :: Type -> Type #

Read BatchGetRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Show BatchGetRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

NFData BatchGetRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.BatchGetRepositories

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

CreateApprovalRuleTemplate

data CreateApprovalRuleTemplate Source #

See: newCreateApprovalRuleTemplate smart constructor.

Instances

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

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

Read CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

Show CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

NFData CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

Eq CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

Hashable CreateApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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))))

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:

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.

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.

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
Generic CreateApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

Associated Types

type Rep CreateApprovalRuleTemplateResponse :: Type -> Type #

Read CreateApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

Show CreateApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

NFData CreateApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateApprovalRuleTemplate

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

CreateBranch

data CreateBranch Source #

Represents the input of a create branch operation.

See: newCreateBranch smart constructor.

Constructors

CreateBranch' Text Text Text 

Instances

Instances details
ToJSON CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Associated Types

type AWSResponse CreateBranch #

Generic CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Associated Types

type Rep CreateBranch :: Type -> Type #

Read CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Show CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

NFData CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Methods

rnf :: CreateBranch -> () #

Eq CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Hashable CreateBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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))))

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:

CreateBranch, createBranch_repositoryName - The name of the repository in which you want to create the new branch.

CreateBranch, createBranch_branchName - The name of the new branch to create.

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
Generic CreateBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Associated Types

type Rep CreateBranchResponse :: Type -> Type #

Read CreateBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Show CreateBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

NFData CreateBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

Methods

rnf :: CreateBranchResponse -> () #

Eq CreateBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

type Rep CreateBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateBranch

type Rep CreateBranchResponse = D1 ('MetaData "CreateBranchResponse" "Amazonka.CodeCommit.CreateBranch" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

CreateCommit

data CreateCommit Source #

See: newCreateCommit smart constructor.

Instances

Instances details
ToJSON CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Associated Types

type AWSResponse CreateCommit #

Generic CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Associated Types

type Rep CreateCommit :: Type -> Type #

Read CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Show CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

NFData CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Methods

rnf :: CreateCommit -> () #

Eq CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Hashable CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

type AWSResponse CreateCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

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

CreateCommit, createCommit_deleteFiles - The files to delete in this commit. These files still exist in earlier commits.

CreateCommit, createCommit_email - The email address of the person who created the commit.

$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: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:putFiles:CreateCommit', createCommit_putFiles - The files to add or update in this commit.

CreateCommit, createCommit_setFileModes - The file modes to update for files in this commit.

CreateCommit, createCommit_repositoryName - The name of the repository where you create the commit.

CreateCommit, createCommit_branchName - The name of the branch where you create the commit.

data CreateCommitResponse Source #

See: newCreateCommitResponse smart constructor.

Instances

Instances details
Generic CreateCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Associated Types

type Rep CreateCommitResponse :: Type -> Type #

Read CreateCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Show CreateCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

NFData CreateCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

Methods

rnf :: CreateCommitResponse -> () #

Eq CreateCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

type Rep CreateCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateCommit

type Rep CreateCommitResponse = D1 ('MetaData "CreateCommitResponse" "Amazonka.CodeCommit.CreateCommit" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "CreateCommitResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "filesAdded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FileMetadata])) :*: S1 ('MetaSel ('Just "filesDeleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FileMetadata])))) :*: (S1 ('MetaSel ('Just "filesUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FileMetadata])) :*: (S1 ('MetaSel ('Just "treeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

CreateCommitResponse, createCommitResponse_commitId - The full commit ID of the commit that contains your committed file changes.

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

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

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

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

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

CreatePullRequest

data CreatePullRequest Source #

See: newCreatePullRequest smart constructor.

Instances

Instances details
ToJSON CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Associated Types

type AWSResponse CreatePullRequest #

Generic CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Associated Types

type Rep CreatePullRequest :: Type -> Type #

Read CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Show CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

NFData CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Methods

rnf :: CreatePullRequest -> () #

Eq CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Hashable CreatePullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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]))))

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:

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.

CreatePullRequest, createPullRequest_description - A description of the pull request.

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
Generic CreatePullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Associated Types

type Rep CreatePullRequestResponse :: Type -> Type #

Read CreatePullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Show CreatePullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

NFData CreatePullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequest

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

CreatePullRequestApprovalRule

data CreatePullRequestApprovalRule Source #

See: newCreatePullRequestApprovalRule smart constructor.

Instances

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

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

Read CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

Show CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

NFData CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

Eq CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

Hashable CreatePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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))))

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:

CreatePullRequestApprovalRule, createPullRequestApprovalRule_pullRequestId - The system-generated ID of the pull request for which you want to create the approval rule.

CreatePullRequestApprovalRule, createPullRequestApprovalRule_approvalRuleName - The name for the approval rule.

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
Generic 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

NFData CreatePullRequestApprovalRuleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreatePullRequestApprovalRule

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "CreatePullRequestApprovalRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "approvalRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApprovalRule)))

CreateRepository

data CreateRepository Source #

Represents the input of a create repository operation.

See: newCreateRepository smart constructor.

Instances

Instances details
ToJSON CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Associated Types

type AWSResponse CreateRepository #

Generic CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Associated Types

type Rep CreateRepository :: Type -> Type #

Read CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Show CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

NFData CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Methods

rnf :: CreateRepository -> () #

Eq CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Hashable CreateRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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))))

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:

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.

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
Generic CreateRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Associated Types

type Rep CreateRepositoryResponse :: Type -> Type #

Read CreateRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Show CreateRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

NFData CreateRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateRepository

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

CreateUnreferencedMergeCommit

data CreateUnreferencedMergeCommit Source #

See: newCreateUnreferencedMergeCommit smart constructor.

Instances

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

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

Read CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

Show CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

NFData CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

Eq CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

Hashable CreateUnreferencedMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "CreateUnreferencedMergeCommit'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "authorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "commitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "conflictDetailLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictDetailLevelTypeEnum)) :*: (S1 ('MetaSel ('Just "conflictResolution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolution)) :*: S1 ('MetaSel ('Just "conflictResolutionStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolutionStrategyTypeEnum))))) :*: ((S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (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))))))

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: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:commitMessage:CreateUnreferencedMergeCommit', createUnreferencedMergeCommit_commitMessage - The commit message for the unreferenced 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: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.

CreateUnreferencedMergeCommit, createUnreferencedMergeCommit_email - The email address for the person who created the unreferenced commit.

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

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

CreateUnreferencedMergeCommit, createUnreferencedMergeCommit_mergeOption - The merge option or strategy you want to use to merge the code.

data CreateUnreferencedMergeCommitResponse Source #

Instances

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

NFData CreateUnreferencedMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.CreateUnreferencedMergeCommit

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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:

CreateUnreferencedMergeCommitResponse, createUnreferencedMergeCommitResponse_commitId - The full commit ID of the commit that contains your merge results.

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.

DeleteApprovalRuleTemplate

data DeleteApprovalRuleTemplate Source #

See: newDeleteApprovalRuleTemplate smart constructor.

Instances

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

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

Read DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

Show DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

NFData DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

Eq DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

Hashable DeleteApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "DeleteApprovalRuleTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteApprovalRuleTemplate, deleteApprovalRuleTemplate_approvalRuleTemplateName - The name of the approval rule template to delete.

data DeleteApprovalRuleTemplateResponse Source #

Instances

Instances details
Generic DeleteApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

Associated Types

type Rep DeleteApprovalRuleTemplateResponse :: Type -> Type #

Read DeleteApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

Show DeleteApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

NFData DeleteApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteApprovalRuleTemplate

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

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.

DeleteBranch

data DeleteBranch Source #

Represents the input of a delete branch operation.

See: newDeleteBranch smart constructor.

Constructors

DeleteBranch' Text Text 

Instances

Instances details
ToJSON DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Associated Types

type AWSResponse DeleteBranch #

Generic DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Associated Types

type Rep DeleteBranch :: Type -> Type #

Read DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Show DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

NFData DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Methods

rnf :: DeleteBranch -> () #

Eq DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Hashable DeleteBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "DeleteBranch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "branchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteBranch, deleteBranch_repositoryName - The name of the repository that contains the branch to be deleted.

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
Generic DeleteBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Associated Types

type Rep DeleteBranchResponse :: Type -> Type #

Read DeleteBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Show DeleteBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

NFData DeleteBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

Methods

rnf :: DeleteBranchResponse -> () #

Eq DeleteBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

type Rep DeleteBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteBranch

type Rep DeleteBranchResponse = D1 ('MetaData "DeleteBranchResponse" "Amazonka.CodeCommit.DeleteBranch" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

DeleteCommentContent

data DeleteCommentContent Source #

See: newDeleteCommentContent smart constructor.

Instances

Instances details
ToJSON DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Associated Types

type AWSResponse DeleteCommentContent #

Generic DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Associated Types

type Rep DeleteCommentContent :: Type -> Type #

Read DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Show DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

NFData DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Methods

rnf :: DeleteCommentContent -> () #

Eq DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Hashable DeleteCommentContent Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "DeleteCommentContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DeleteCommentContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Associated Types

type Rep DeleteCommentContentResponse :: Type -> Type #

Read DeleteCommentContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Show DeleteCommentContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

NFData DeleteCommentContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteCommentContent

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

DeleteFile

data DeleteFile Source #

See: newDeleteFile smart constructor.

Instances

Instances details
ToJSON DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Associated Types

type AWSResponse DeleteFile #

Generic DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Associated Types

type Rep DeleteFile :: Type -> Type #

Read DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Show DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

NFData DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Methods

rnf :: DeleteFile -> () #

Eq DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Hashable DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

type AWSResponse DeleteFile Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

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

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

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.

DeleteFile, deleteFile_repositoryName - The name of the repository that contains the file to delete.

DeleteFile, deleteFile_branchName - The name of the branch where the commit that deletes the file is made.

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
Generic DeleteFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Associated Types

type Rep DeleteFileResponse :: Type -> Type #

Read DeleteFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Show DeleteFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

NFData DeleteFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

Methods

rnf :: DeleteFileResponse -> () #

Eq DeleteFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

type Rep DeleteFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteFile

type Rep DeleteFileResponse = D1 ('MetaData "DeleteFileResponse" "Amazonka.CodeCommit.DeleteFile" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

DeleteFileResponse, deleteFileResponse_commitId - The full commit ID of the commit that contains the change that deletes the file.

DeleteFileResponse, deleteFileResponse_blobId - The blob ID removed from the tree as part of deleting the file.

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

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

DeletePullRequestApprovalRule

data DeletePullRequestApprovalRule Source #

See: newDeletePullRequestApprovalRule smart constructor.

Instances

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

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

Read DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

Show DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

NFData DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

Eq DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

Hashable DeletePullRequestApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "DeletePullRequestApprovalRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "approvalRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeletePullRequestApprovalRule, deletePullRequestApprovalRule_pullRequestId - The system-generated ID of the pull request that contains the approval rule you want to delete.

DeletePullRequestApprovalRule, deletePullRequestApprovalRule_approvalRuleName - The name of the approval rule you want to delete.

data DeletePullRequestApprovalRuleResponse Source #

Instances

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

NFData DeletePullRequestApprovalRuleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeletePullRequestApprovalRule

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

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.

DeleteRepository

data DeleteRepository Source #

Represents the input of a delete repository operation.

See: newDeleteRepository smart constructor.

Constructors

DeleteRepository' Text 

Instances

Instances details
ToJSON DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Associated Types

type AWSResponse DeleteRepository #

Generic DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Associated Types

type Rep DeleteRepository :: Type -> Type #

Read DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Show DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

NFData DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Methods

rnf :: DeleteRepository -> () #

Eq DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Hashable DeleteRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "DeleteRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DeleteRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Associated Types

type Rep DeleteRepositoryResponse :: Type -> Type #

Read DeleteRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Show DeleteRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

NFData DeleteRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DeleteRepository

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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:

DeleteRepositoryResponse, deleteRepositoryResponse_repositoryId - The ID of the repository that was deleted.

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

DescribeMergeConflicts

data DescribeMergeConflicts Source #

See: newDescribeMergeConflicts smart constructor.

Instances

Instances details
ToJSON DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Associated Types

type AWSResponse DescribeMergeConflicts #

Generic DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Associated Types

type Rep DescribeMergeConflicts :: Type -> Type #

Read DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Show DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

NFData DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Methods

rnf :: DescribeMergeConflicts -> () #

Eq DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Hashable DescribeMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "DescribeMergeConflicts'" '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 "maxMergeHunks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((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))))))

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: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:maxMergeHunks:DescribeMergeConflicts', describeMergeConflicts_maxMergeHunks - The maximum number of merge hunks to include in the output.

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

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

DescribeMergeConflicts, describeMergeConflicts_mergeOption - The merge option or strategy you want to use to merge the code.

DescribeMergeConflicts, describeMergeConflicts_filePath - The path of the target files used to describe the conflicts.

data DescribeMergeConflictsResponse Source #

See: newDescribeMergeConflictsResponse smart constructor.

Instances

Instances details
Generic DescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Associated Types

type Rep DescribeMergeConflictsResponse :: Type -> Type #

Read DescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Show DescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

NFData DescribeMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribeMergeConflicts

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

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.

DescribeMergeConflictsResponse, describeMergeConflictsResponse_conflictMetadata - Contains metadata about the conflicts found in the merge.

DescribeMergeConflictsResponse, describeMergeConflictsResponse_mergeHunks - A list of merge hunks of the differences between the files or lines.

DescribeMergeConflictsResponse, describeMergeConflictsResponse_destinationCommitId - The commit ID of the destination commit specifier that was used in the merge evaluation.

DescribeMergeConflictsResponse, describeMergeConflictsResponse_sourceCommitId - The commit ID of the source commit specifier that was used in the merge evaluation.

DescribePullRequestEvents (Paginated)

data DescribePullRequestEvents Source #

See: newDescribePullRequestEvents smart constructor.

Instances

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

AWSPager DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

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

Read DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

Show DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

NFData DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

Eq DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

Hashable DescribePullRequestEvents Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "DescribePullRequestEvents'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "actorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pullRequestEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestEventType)) :*: S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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:

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

DescribePullRequestEvents, describePullRequestEvents_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

DescribePullRequestEvents, describePullRequestEvents_pullRequestEventType - Optional. The pull request event type about which you want to return information.

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
Generic DescribePullRequestEventsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

Associated Types

type Rep DescribePullRequestEventsResponse :: Type -> Type #

Read DescribePullRequestEventsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

Show DescribePullRequestEventsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

NFData DescribePullRequestEventsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DescribePullRequestEvents

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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:

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.

DisassociateApprovalRuleTemplateFromRepository

data DisassociateApprovalRuleTemplateFromRepository Source #

Instances

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

AWSRequest DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

Generic 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

NFData DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

Eq DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

Hashable DisassociateApprovalRuleTemplateFromRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "DisassociateApprovalRuleTemplateFromRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDisassociateApprovalRuleTemplateFromRepository Source #

Create a value of DisassociateApprovalRuleTemplateFromRepository with all optional fields omitted.

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

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

DisassociateApprovalRuleTemplateFromRepository, disassociateApprovalRuleTemplateFromRepository_approvalRuleTemplateName - The name of the approval rule template to disassociate from a specified repository.

DisassociateApprovalRuleTemplateFromRepository, disassociateApprovalRuleTemplateFromRepository_repositoryName - The name of the repository you want to disassociate from the template.

data DisassociateApprovalRuleTemplateFromRepositoryResponse Source #

Instances

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

NFData DisassociateApprovalRuleTemplateFromRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.DisassociateApprovalRuleTemplateFromRepository

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "DisassociateApprovalRuleTemplateFromRepositoryResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

EvaluatePullRequestApprovalRules

data EvaluatePullRequestApprovalRules Source #

See: newEvaluatePullRequestApprovalRules smart constructor.

Instances

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

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

Read EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

Show EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

NFData EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

Eq EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

Hashable EvaluatePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "EvaluatePullRequestApprovalRules'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

EvaluatePullRequestApprovalRules, evaluatePullRequestApprovalRules_pullRequestId - The system-generated ID of the pull request you want to evaluate.

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
Generic 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

NFData EvaluatePullRequestApprovalRulesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.EvaluatePullRequestApprovalRules

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

GetApprovalRuleTemplate

data GetApprovalRuleTemplate Source #

See: newGetApprovalRuleTemplate smart constructor.

Instances

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

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

Read GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

Show GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

NFData GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

Methods

rnf :: GetApprovalRuleTemplate -> () #

Eq GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

Hashable GetApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "GetApprovalRuleTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic GetApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

Associated Types

type Rep GetApprovalRuleTemplateResponse :: Type -> Type #

Read GetApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

Show GetApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

NFData GetApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetApprovalRuleTemplate

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

GetBlob

data GetBlob Source #

Represents the input of a get blob operation.

See: newGetBlob smart constructor.

Constructors

GetBlob' Text Text 

Instances

Instances details
ToJSON GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Associated Types

type AWSResponse 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 #

Read GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Show GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

NFData GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Methods

rnf :: GetBlob -> () #

Eq GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Methods

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

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

Hashable GetBlob Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Methods

hashWithSalt :: Int -> GetBlob -> Int #

hash :: GetBlob -> Int #

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "GetBlob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "blobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetBlob Source #

Arguments

:: Text

GetBlob

-> Text

GetBlob

-> GetBlob 

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:

GetBlob, getBlob_repositoryName - The name of the repository that contains the blob.

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
Generic GetBlobResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Associated Types

type Rep GetBlobResponse :: Type -> Type #

Read GetBlobResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Show GetBlobResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

NFData GetBlobResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

Methods

rnf :: GetBlobResponse -> () #

Eq GetBlobResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

type Rep GetBlobResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBlob

type Rep GetBlobResponse = D1 ('MetaData "GetBlobResponse" "Amazonka.CodeCommit.GetBlob" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

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.

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
ToJSON GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Associated Types

type AWSResponse GetBranch #

Generic GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Associated Types

type Rep GetBranch :: Type -> Type #

Read GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Show GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

NFData GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Methods

rnf :: GetBranch -> () #

Eq GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Hashable GetBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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))))

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:

GetBranch, getBranch_branchName - The name of the branch for which you want to retrieve information.

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
Generic GetBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Associated Types

type Rep GetBranchResponse :: Type -> Type #

Read GetBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Show GetBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

NFData GetBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

Methods

rnf :: GetBranchResponse -> () #

Eq GetBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

type Rep GetBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetBranch

type Rep GetBranchResponse = D1 ('MetaData "GetBranchResponse" "Amazonka.CodeCommit.GetBranch" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

GetComment

data GetComment Source #

See: newGetComment smart constructor.

Constructors

GetComment' Text 

Instances

Instances details
ToJSON GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Associated Types

type AWSResponse GetComment #

Generic GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Associated Types

type Rep GetComment :: Type -> Type #

Read GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Show GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

NFData GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Methods

rnf :: GetComment -> () #

Eq GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Hashable GetComment Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "GetComment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetComment Source #

Arguments

:: Text

GetComment

-> GetComment 

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:

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
Generic GetCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Associated Types

type Rep GetCommentResponse :: Type -> Type #

Read GetCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Show GetCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

NFData GetCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

Methods

rnf :: GetCommentResponse -> () #

Eq GetCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

type Rep GetCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetComment

type Rep GetCommentResponse = D1 ('MetaData "GetCommentResponse" "Amazonka.CodeCommit.GetComment" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

GetCommentReactions

data GetCommentReactions Source #

See: newGetCommentReactions smart constructor.

Instances

Instances details
ToJSON GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Associated Types

type AWSResponse GetCommentReactions #

Generic GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Associated Types

type Rep GetCommentReactions :: Type -> Type #

Read GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Show GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

NFData GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Methods

rnf :: GetCommentReactions -> () #

Eq GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Hashable GetCommentReactions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "GetCommentReactions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "reactionUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "commentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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

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.

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
Generic GetCommentReactionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Associated Types

type Rep GetCommentReactionsResponse :: Type -> Type #

Read GetCommentReactionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Show GetCommentReactionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

NFData GetCommentReactionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentReactions

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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:

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.

GetCommentsForComparedCommit (Paginated)

data GetCommentsForComparedCommit Source #

See: newGetCommentsForComparedCommit smart constructor.

Instances

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

AWSPager GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

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

Read GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

Show GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

NFData GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

Eq GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

Hashable GetCommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "GetCommentsForComparedCommit'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "beforeCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "afterCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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:

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.

GetCommentsForComparedCommit, getCommentsForComparedCommit_nextToken - An enumeration token that when provided in a request, returns the next batch of the results.

GetCommentsForComparedCommit, getCommentsForComparedCommit_repositoryName - The name of the repository where you want to compare commits.

GetCommentsForComparedCommit, getCommentsForComparedCommit_afterCommitId - To establish the directionality of the comparison, the full commit ID of the after commit.

data GetCommentsForComparedCommitResponse Source #

Instances

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

NFData GetCommentsForComparedCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForComparedCommit

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

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.

GetCommentsForPullRequest (Paginated)

data GetCommentsForPullRequest Source #

See: newGetCommentsForPullRequest smart constructor.

Instances

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

AWSPager GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

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

Read GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

Show GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

NFData GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

Eq GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

Hashable GetCommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "GetCommentsForPullRequest'" '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 "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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:

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.

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

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

GetCommentsForPullRequest, getCommentsForPullRequest_repositoryName - The name of the repository that contains the pull request.

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
Generic GetCommentsForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

Associated Types

type Rep GetCommentsForPullRequestResponse :: Type -> Type #

Read GetCommentsForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

Show GetCommentsForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

NFData GetCommentsForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommentsForPullRequest

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

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.

GetCommit

data GetCommit Source #

Represents the input of a get commit operation.

See: newGetCommit smart constructor.

Constructors

GetCommit' Text Text 

Instances

Instances details
ToJSON GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Associated Types

type AWSResponse GetCommit #

Generic GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Associated Types

type Rep GetCommit :: Type -> Type #

Read GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Show GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

NFData GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Methods

rnf :: GetCommit -> () #

Eq GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Hashable GetCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "GetCommit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

GetCommit, getCommit_repositoryName - The name of the repository to which the commit was made.

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
Generic GetCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Associated Types

type Rep GetCommitResponse :: Type -> Type #

Read GetCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Show GetCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

NFData GetCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

Methods

rnf :: GetCommitResponse -> () #

Eq GetCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

type Rep GetCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetCommit

type Rep GetCommitResponse = D1 ('MetaData "GetCommitResponse" "Amazonka.CodeCommit.GetCommit" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

GetDifferences (Paginated)

data GetDifferences Source #

See: newGetDifferences smart constructor.

Instances

Instances details
ToJSON GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.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

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 #

Generic GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Associated Types

type Rep GetDifferences :: Type -> Type #

Read GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Show GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

NFData GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Methods

rnf :: GetDifferences -> () #

Eq GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Hashable GetDifferences Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "GetDifferences'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "afterPath") '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 "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "afterCommitSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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:maxResults:GetDifferences', getDifferences_maxResults - A non-zero, non-negative integer used to limit the number of returned results.

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

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

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
Generic GetDifferencesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Associated Types

type Rep GetDifferencesResponse :: Type -> Type #

Read GetDifferencesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Show GetDifferencesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

NFData GetDifferencesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

Methods

rnf :: GetDifferencesResponse -> () #

Eq GetDifferencesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

type Rep GetDifferencesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetDifferences

type Rep GetDifferencesResponse = D1 ('MetaData "GetDifferencesResponse" "Amazonka.CodeCommit.GetDifferences" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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:

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.

GetFile

data GetFile Source #

See: newGetFile smart constructor.

Constructors

GetFile' (Maybe Text) Text Text 

Instances

Instances details
ToJSON GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Associated Types

type AWSResponse 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 #

Read GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Show GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

NFData GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Methods

rnf :: GetFile -> () #

Eq GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Methods

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

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

Hashable GetFile Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Methods

hashWithSalt :: Int -> GetFile -> Int #

hash :: GetFile -> Int #

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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))))

newGetFile Source #

Arguments

:: Text

GetFile

-> Text

GetFile

-> GetFile 

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.

GetFile, getFile_repositoryName - The name of the repository that contains the file.

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
Generic GetFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Associated Types

type Rep GetFileResponse :: Type -> Type #

Read GetFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Show GetFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

NFData GetFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

Methods

rnf :: GetFileResponse -> () #

Eq GetFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFile

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.

GetFileResponse, getFileResponse_commitId - The full commit ID of the commit that contains the content returned by GetFile.

GetFileResponse, getFileResponse_blobId - The blob ID of the object that represents the file content.

GetFile, getFileResponse_filePath - The fully qualified path to the specified file. Returns the name and extension of the file.

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.

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.

GetFolder

data GetFolder Source #

See: newGetFolder smart constructor.

Constructors

GetFolder' (Maybe Text) Text Text 

Instances

Instances details
ToJSON GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Associated Types

type AWSResponse GetFolder #

Generic GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Associated Types

type Rep GetFolder :: Type -> Type #

Read GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Show GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

NFData GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Methods

rnf :: GetFolder -> () #

Eq GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Hashable GetFolder Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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))))

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.

GetFolder, getFolder_repositoryName - The name of the repository.

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
Generic GetFolderResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Associated Types

type Rep GetFolderResponse :: Type -> Type #

Read GetFolderResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Show GetFolderResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

NFData GetFolderResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

Methods

rnf :: GetFolderResponse -> () #

Eq GetFolderResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetFolder

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:files:GetFolderResponse', getFolderResponse_files - The list of files in the specified folder, if any.

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

$sel:subModules:GetFolderResponse', getFolderResponse_subModules - The list of submodules in 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.

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

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

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

GetFolder, getFolderResponse_folderPath - The fully qualified path of the folder whose contents are returned.

GetMergeCommit

data GetMergeCommit Source #

See: newGetMergeCommit smart constructor.

Instances

Instances details
ToJSON GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Associated Types

type AWSResponse GetMergeCommit #

Generic GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Associated Types

type Rep GetMergeCommit :: Type -> Type #

Read GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Show GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

NFData GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Methods

rnf :: GetMergeCommit -> () #

Eq GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Hashable GetMergeCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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)))))

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.

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
Generic GetMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Associated Types

type Rep GetMergeCommitResponse :: Type -> Type #

Read GetMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Show GetMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

NFData GetMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

Methods

rnf :: GetMergeCommitResponse -> () #

Eq GetMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

type Rep GetMergeCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeCommit

type Rep GetMergeCommitResponse = D1 ('MetaData "GetMergeCommitResponse" "Amazonka.CodeCommit.GetMergeCommit" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "GetMergeCommitResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "baseCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destinationCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "mergedCommitId") '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:baseCommitId:GetMergeCommitResponse', getMergeCommitResponse_baseCommitId - The commit ID of the merge base.

GetMergeCommitResponse, getMergeCommitResponse_destinationCommitId - The commit ID of the destination commit specifier that was used in the merge evaluation.

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

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.

GetMergeConflicts

data GetMergeConflicts Source #

See: newGetMergeConflicts smart constructor.

Instances

Instances details
ToJSON GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Associated Types

type AWSResponse GetMergeConflicts #

Generic GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Associated Types

type Rep GetMergeConflicts :: Type -> Type #

Read GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Show GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

NFData GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Methods

rnf :: GetMergeConflicts -> () #

Eq GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Hashable GetMergeConflicts Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "GetMergeConflicts'" '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 "maxConflictFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((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)))))

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: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:maxConflictFiles:GetMergeConflicts', getMergeConflicts_maxConflictFiles - The maximum number of files to include in the output.

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

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

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
Generic GetMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Associated Types

type Rep GetMergeConflictsResponse :: Type -> Type #

Read GetMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Show GetMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

NFData GetMergeConflictsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeConflicts

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

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.

GetMergeConflictsResponse, getMergeConflictsResponse_destinationCommitId - The commit ID of the destination commit specifier that was used in the merge evaluation.

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.

GetMergeOptions

data GetMergeOptions Source #

See: newGetMergeOptions smart constructor.

Instances

Instances details
ToJSON GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Associated Types

type AWSResponse GetMergeOptions #

Generic GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Associated Types

type Rep GetMergeOptions :: Type -> Type #

Read GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Show GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

NFData GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Methods

rnf :: GetMergeOptions -> () #

Eq GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Hashable GetMergeOptions Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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)))))

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.

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
Generic GetMergeOptionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Associated Types

type Rep GetMergeOptionsResponse :: Type -> Type #

Read GetMergeOptionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Show GetMergeOptionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

NFData GetMergeOptionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

Methods

rnf :: GetMergeOptionsResponse -> () #

Eq GetMergeOptionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

type Rep GetMergeOptionsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetMergeOptions

type Rep GetMergeOptionsResponse = D1 ('MetaData "GetMergeOptionsResponse" "Amazonka.CodeCommit.GetMergeOptions" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

GetMergeOptionsResponse, getMergeOptionsResponse_sourceCommitId - The commit ID of the source commit specifier that was used in the merge evaluation.

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.

GetPullRequest

data GetPullRequest Source #

See: newGetPullRequest smart constructor.

Constructors

GetPullRequest' Text 

Instances

Instances details
ToJSON GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Associated Types

type AWSResponse GetPullRequest #

Generic GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Associated Types

type Rep GetPullRequest :: Type -> Type #

Read GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Show GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

NFData GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Methods

rnf :: GetPullRequest -> () #

Eq GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Hashable GetPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "GetPullRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic GetPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Associated Types

type Rep GetPullRequestResponse :: Type -> Type #

Read GetPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Show GetPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

NFData GetPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

Methods

rnf :: GetPullRequestResponse -> () #

Eq GetPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

type Rep GetPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequest

type Rep GetPullRequestResponse = D1 ('MetaData "GetPullRequestResponse" "Amazonka.CodeCommit.GetPullRequest" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

GetPullRequestApprovalStates

data GetPullRequestApprovalStates Source #

See: newGetPullRequestApprovalStates smart constructor.

Instances

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

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

Read GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

Show GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

NFData GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

Eq GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

Hashable GetPullRequestApprovalStates Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "GetPullRequestApprovalStates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

GetPullRequestApprovalStates, getPullRequestApprovalStates_pullRequestId - The system-generated ID for the pull request.

GetPullRequestApprovalStates, getPullRequestApprovalStates_revisionId - The system-generated ID for the pull request revision.

data GetPullRequestApprovalStatesResponse Source #

Instances

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

NFData GetPullRequestApprovalStatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestApprovalStates

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

GetPullRequestOverrideState

data GetPullRequestOverrideState Source #

See: newGetPullRequestOverrideState smart constructor.

Instances

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

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

Read GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

Show GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

NFData GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

Eq GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

Hashable GetPullRequestOverrideState Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "GetPullRequestOverrideState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

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
Generic 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

NFData GetPullRequestOverrideStateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetPullRequestOverrideState

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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:

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.

GetRepository

data GetRepository Source #

Represents the input of a get repository operation.

See: newGetRepository smart constructor.

Constructors

GetRepository' Text 

Instances

Instances details
ToJSON GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Associated Types

type AWSResponse GetRepository #

Generic GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Associated Types

type Rep GetRepository :: Type -> Type #

Read GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Show GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

NFData GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Methods

rnf :: GetRepository -> () #

Eq GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Hashable GetRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "GetRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic GetRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Associated Types

type Rep GetRepositoryResponse :: Type -> Type #

Read GetRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Show GetRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

NFData GetRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

Methods

rnf :: GetRepositoryResponse -> () #

Eq GetRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

type Rep GetRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepository

type Rep GetRepositoryResponse = D1 ('MetaData "GetRepositoryResponse" "Amazonka.CodeCommit.GetRepository" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

GetRepositoryTriggers

data GetRepositoryTriggers Source #

Represents the input of a get repository triggers operation.

See: newGetRepositoryTriggers smart constructor.

Instances

Instances details
ToJSON GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Associated Types

type AWSResponse GetRepositoryTriggers #

Generic GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Associated Types

type Rep GetRepositoryTriggers :: Type -> Type #

Read GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Show GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

NFData GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Methods

rnf :: GetRepositoryTriggers -> () #

Eq GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Hashable GetRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "GetRepositoryTriggers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic GetRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Associated Types

type Rep GetRepositoryTriggersResponse :: Type -> Type #

Read GetRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Show GetRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

NFData GetRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.GetRepositoryTriggers

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

ListApprovalRuleTemplates

data ListApprovalRuleTemplates Source #

See: newListApprovalRuleTemplates smart constructor.

Instances

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

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

Read ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

Show ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

NFData ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

Eq ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

Hashable ListApprovalRuleTemplates Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ListApprovalRuleTemplates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:maxResults:ListApprovalRuleTemplates', listApprovalRuleTemplates_maxResults - A non-zero, non-negative integer used to limit the number of returned results.

ListApprovalRuleTemplates, listApprovalRuleTemplates_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

data ListApprovalRuleTemplatesResponse Source #

See: newListApprovalRuleTemplatesResponse smart constructor.

Instances

Instances details
Generic ListApprovalRuleTemplatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

Associated Types

type Rep ListApprovalRuleTemplatesResponse :: Type -> Type #

Read ListApprovalRuleTemplatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

Show ListApprovalRuleTemplatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

NFData ListApprovalRuleTemplatesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListApprovalRuleTemplates

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ListApprovalRuleTemplatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateNames") '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))))

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:approvalRuleTemplateNames:ListApprovalRuleTemplatesResponse', listApprovalRuleTemplatesResponse_approvalRuleTemplateNames - The names of all the approval rule templates found in the AWS Region for your AWS account.

ListApprovalRuleTemplates, listApprovalRuleTemplatesResponse_nextToken - An enumeration token that allows the operation to batch the next results of the operation.

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

ListAssociatedApprovalRuleTemplatesForRepository

data ListAssociatedApprovalRuleTemplatesForRepository Source #

Instances

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

AWSRequest ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

Generic 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

NFData ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

Eq ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

Hashable ListAssociatedApprovalRuleTemplatesForRepository Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ListAssociatedApprovalRuleTemplatesForRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:maxResults:ListAssociatedApprovalRuleTemplatesForRepository', listAssociatedApprovalRuleTemplatesForRepository_maxResults - A non-zero, non-negative integer used to limit the number of returned results.

ListAssociatedApprovalRuleTemplatesForRepository, listAssociatedApprovalRuleTemplatesForRepository_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

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
Generic 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

NFData ListAssociatedApprovalRuleTemplatesForRepositoryResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListAssociatedApprovalRuleTemplatesForRepository

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ListAssociatedApprovalRuleTemplatesForRepositoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateNames") '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))))

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
ToJSON ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.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

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 #

Generic ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Associated Types

type Rep ListBranches :: Type -> Type #

Read ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Show ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

NFData ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Methods

rnf :: ListBranches -> () #

Eq ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Hashable ListBranches Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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)))

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:

ListBranches, listBranches_nextToken - An enumeration token that allows the operation to batch the results.

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
Generic ListBranchesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Associated Types

type Rep ListBranchesResponse :: Type -> Type #

Read ListBranchesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Show ListBranchesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

NFData ListBranchesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

Methods

rnf :: ListBranchesResponse -> () #

Eq ListBranchesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

type Rep ListBranchesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListBranches

type Rep ListBranchesResponse = D1 ('MetaData "ListBranchesResponse" "Amazonka.CodeCommit.ListBranches" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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:

ListBranchesResponse, listBranchesResponse_branches - The list of branch names.

ListBranches, listBranchesResponse_nextToken - An enumeration token that returns the batch of the results.

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

ListPullRequests (Paginated)

data ListPullRequests Source #

See: newListPullRequests smart constructor.

Instances

Instances details
ToJSON ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.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

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 #

Generic ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Associated Types

type Rep ListPullRequests :: Type -> Type #

Read ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Show ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

NFData ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Methods

rnf :: ListPullRequests -> () #

Eq ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Hashable ListPullRequests Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ListPullRequests'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "authorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pullRequestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestStatusEnum)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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:

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:maxResults:ListPullRequests', listPullRequests_maxResults - A non-zero, non-negative integer used to limit the number of returned results.

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

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.

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
Generic ListPullRequestsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Associated Types

type Rep ListPullRequestsResponse :: Type -> Type #

Read ListPullRequestsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Show ListPullRequestsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

NFData ListPullRequestsResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListPullRequests

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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:

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.

ListRepositories (Paginated)

data ListRepositories Source #

Represents the input of a list repositories operation.

See: newListRepositories smart constructor.

Instances

Instances details
ToJSON ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.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

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 #

Generic ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Associated Types

type Rep ListRepositories :: Type -> Type #

Read ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Show ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

NFData ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Methods

rnf :: ListRepositories -> () #

Eq ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Hashable ListRepositories Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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)))))

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:

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
Generic ListRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Associated Types

type Rep ListRepositoriesResponse :: Type -> Type #

Read ListRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Show ListRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

NFData ListRepositoriesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositories

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ListRepositoriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "repositories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RepositoryNameIdPair])) :*: 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:

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

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

ListRepositoriesForApprovalRuleTemplate

data ListRepositoriesForApprovalRuleTemplate Source #

Instances

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

AWSRequest ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

Generic 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

NFData ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

Eq ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

Hashable ListRepositoriesForApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ListRepositoriesForApprovalRuleTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:maxResults:ListRepositoriesForApprovalRuleTemplate', listRepositoriesForApprovalRuleTemplate_maxResults - A non-zero, non-negative integer used to limit the number of returned results.

ListRepositoriesForApprovalRuleTemplate, listRepositoriesForApprovalRuleTemplate_nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.

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
Generic 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

NFData ListRepositoriesForApprovalRuleTemplateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListRepositoriesForApprovalRuleTemplate

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ListRepositoriesForApprovalRuleTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "repositoryNames") '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:

ListRepositoriesForApprovalRuleTemplate, listRepositoriesForApprovalRuleTemplateResponse_nextToken - An enumeration token that allows the operation to batch the next results of the operation.

$sel:repositoryNames:ListRepositoriesForApprovalRuleTemplateResponse', listRepositoriesForApprovalRuleTemplateResponse_repositoryNames - A list of repository names that are associated with the specified approval rule template.

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

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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)))

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:

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
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.ListTagsForResource

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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:

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.

MergeBranchesByFastForward

data MergeBranchesByFastForward Source #

See: newMergeBranchesByFastForward smart constructor.

Instances

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

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

Read MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

Show MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

NFData MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

Eq MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

Hashable MergeBranchesByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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))))

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.

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
Generic MergeBranchesByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

Associated Types

type Rep MergeBranchesByFastForwardResponse :: Type -> Type #

Read MergeBranchesByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

Show MergeBranchesByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

NFData MergeBranchesByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByFastForward

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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:

MergeBranchesByFastForwardResponse, mergeBranchesByFastForwardResponse_commitId - The commit ID of the merge in the destination or target branch.

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.

MergeBranchesBySquash

data MergeBranchesBySquash Source #

See: newMergeBranchesBySquash smart constructor.

Instances

Instances details
ToJSON MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Associated Types

type AWSResponse MergeBranchesBySquash #

Generic MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Associated Types

type Rep MergeBranchesBySquash :: Type -> Type #

Read MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Show MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

NFData MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Methods

rnf :: MergeBranchesBySquash -> () #

Eq MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Hashable MergeBranchesBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "MergeBranchesBySquash'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "authorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "commitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "conflictDetailLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictDetailLevelTypeEnum)) :*: (S1 ('MetaSel ('Just "conflictResolution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolution)) :*: S1 ('MetaSel ('Just "conflictResolutionStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolutionStrategyTypeEnum))))) :*: ((S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "keepEmptyFolders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: 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))))))

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: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:commitMessage:MergeBranchesBySquash', mergeBranchesBySquash_commitMessage - The commit message for the merge.

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

MergeBranchesBySquash, mergeBranchesBySquash_email - The email address of the person merging the branches. This information is used in the commit information for the merge.

$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:targetBranch:MergeBranchesBySquash', mergeBranchesBySquash_targetBranch - The branch where the merge is applied.

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
Generic MergeBranchesBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Associated Types

type Rep MergeBranchesBySquashResponse :: Type -> Type #

Read MergeBranchesBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Show MergeBranchesBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

NFData MergeBranchesBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesBySquash

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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:

MergeBranchesBySquashResponse, mergeBranchesBySquashResponse_commitId - The commit ID of the merge in the destination or target branch.

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.

MergeBranchesByThreeWay

data MergeBranchesByThreeWay Source #

See: newMergeBranchesByThreeWay smart constructor.

Instances

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

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

Read MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

Show MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

NFData MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

Methods

rnf :: MergeBranchesByThreeWay -> () #

Eq MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

Hashable MergeBranchesByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "MergeBranchesByThreeWay'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "authorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "commitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "conflictDetailLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictDetailLevelTypeEnum)) :*: (S1 ('MetaSel ('Just "conflictResolution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolution)) :*: S1 ('MetaSel ('Just "conflictResolutionStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolutionStrategyTypeEnum))))) :*: ((S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "keepEmptyFolders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: 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))))))

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: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:commitMessage:MergeBranchesByThreeWay', mergeBranchesByThreeWay_commitMessage - The commit message to include in the commit information for the merge.

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

MergeBranchesByThreeWay, mergeBranchesByThreeWay_email - The email address of the person merging the branches. This information is used in the commit information for the merge.

$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:targetBranch:MergeBranchesByThreeWay', mergeBranchesByThreeWay_targetBranch - The branch where the merge is applied.

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
Generic MergeBranchesByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

Associated Types

type Rep MergeBranchesByThreeWayResponse :: Type -> Type #

Read MergeBranchesByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

Show MergeBranchesByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

NFData MergeBranchesByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergeBranchesByThreeWay

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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:

MergeBranchesByThreeWayResponse, mergeBranchesByThreeWayResponse_commitId - The commit ID of the merge in the destination or target branch.

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.

MergePullRequestByFastForward

data MergePullRequestByFastForward Source #

See: newMergePullRequestByFastForward smart constructor.

Instances

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

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

Read MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

Show MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

NFData MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

Eq MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

Hashable MergePullRequestByFastForward Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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))))

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:

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.

MergePullRequestByFastForward, mergePullRequestByFastForward_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

MergePullRequestByFastForward, mergePullRequestByFastForward_repositoryName - The name of the repository where the pull request was created.

data MergePullRequestByFastForwardResponse Source #

Instances

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

NFData MergePullRequestByFastForwardResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByFastForward

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

MergePullRequestBySquash

data MergePullRequestBySquash Source #

See: newMergePullRequestBySquash smart constructor.

Instances

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

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

Read MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

Show MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

NFData MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

Eq MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

Hashable MergePullRequestBySquash Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "MergePullRequestBySquash'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "authorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "commitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "conflictDetailLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictDetailLevelTypeEnum)) :*: (S1 ('MetaSel ('Just "conflictResolution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolution)) :*: S1 ('MetaSel ('Just "conflictResolutionStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolutionStrategyTypeEnum))))) :*: ((S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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))))))

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: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:commitMessage:MergePullRequestBySquash', mergePullRequestBySquash_commitMessage - The commit message to include in the commit information for the merge.

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

MergePullRequestBySquash, mergePullRequestBySquash_email - The email address of the person merging the branches. This information is used in the commit information for the merge.

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

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.

MergePullRequestBySquash, mergePullRequestBySquash_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

MergePullRequestBySquash, mergePullRequestBySquash_repositoryName - The name of the repository where the pull request was created.

data MergePullRequestBySquashResponse Source #

See: newMergePullRequestBySquashResponse smart constructor.

Instances

Instances details
Generic MergePullRequestBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

Associated Types

type Rep MergePullRequestBySquashResponse :: Type -> Type #

Read MergePullRequestBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

Show MergePullRequestBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

NFData MergePullRequestBySquashResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestBySquash

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

MergePullRequestByThreeWay

data MergePullRequestByThreeWay Source #

See: newMergePullRequestByThreeWay smart constructor.

Instances

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

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

Read MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

Show MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

NFData MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

Eq MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

Hashable MergePullRequestByThreeWay Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "MergePullRequestByThreeWay'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "authorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "commitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "conflictDetailLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictDetailLevelTypeEnum)) :*: (S1 ('MetaSel ('Just "conflictResolution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolution)) :*: S1 ('MetaSel ('Just "conflictResolutionStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictResolutionStrategyTypeEnum))))) :*: ((S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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))))))

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: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:commitMessage:MergePullRequestByThreeWay', mergePullRequestByThreeWay_commitMessage - The commit message to include in the commit information for the merge.

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

MergePullRequestByThreeWay, mergePullRequestByThreeWay_email - The email address of the person merging the branches. This information is used in the commit information for the merge.

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

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.

MergePullRequestByThreeWay, mergePullRequestByThreeWay_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

MergePullRequestByThreeWay, mergePullRequestByThreeWay_repositoryName - The name of the repository where the pull request was created.

data MergePullRequestByThreeWayResponse Source #

Instances

Instances details
Generic MergePullRequestByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

Associated Types

type Rep MergePullRequestByThreeWayResponse :: Type -> Type #

Read MergePullRequestByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

Show MergePullRequestByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

NFData MergePullRequestByThreeWayResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.MergePullRequestByThreeWay

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

OverridePullRequestApprovalRules

data OverridePullRequestApprovalRules Source #

See: newOverridePullRequestApprovalRules smart constructor.

Instances

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

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

Read OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

Show OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

NFData OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

Eq OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

Hashable OverridePullRequestApprovalRules Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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))))

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:

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.

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.

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
Generic 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

NFData OverridePullRequestApprovalRulesResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.OverridePullRequestApprovalRules

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

PostCommentForComparedCommit

data PostCommentForComparedCommit Source #

See: newPostCommentForComparedCommit smart constructor.

Instances

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

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

Read PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

Show PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

NFData PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

Eq PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

Hashable PostCommentForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PostCommentForComparedCommit'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "beforeCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Location)))) :*: (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)))))

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:

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.

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.

PostCommentForComparedCommit, postCommentForComparedCommit_location - The location of the comparison where you want to comment.

PostCommentForComparedCommit, postCommentForComparedCommit_repositoryName - The name of the repository where you want to post a comment on the comparison between commits.

PostCommentForComparedCommit, postCommentForComparedCommit_afterCommitId - To establish the directionality of the comparison, the full commit ID of the after commit.

PostCommentForComparedCommit, postCommentForComparedCommit_content - The content of the comment you want to make.

data PostCommentForComparedCommitResponse Source #

Instances

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

NFData PostCommentForComparedCommitResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForComparedCommit

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PostCommentForComparedCommitResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "afterBlobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "afterCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "beforeBlobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "beforeCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Comment)) :*: S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Location))) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

PostCommentForComparedCommitResponse, postCommentForComparedCommitResponse_afterBlobId - In the directionality you established, the blob ID of the after blob.

PostCommentForComparedCommit, postCommentForComparedCommitResponse_afterCommitId - In the directionality you established, the full commit ID of the after commit.

PostCommentForComparedCommitResponse, postCommentForComparedCommitResponse_beforeBlobId - In the directionality you established, the blob ID of the before blob.

PostCommentForComparedCommit, postCommentForComparedCommitResponse_beforeCommitId - In the directionality you established, the full commit ID of the before commit.

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

PostCommentForComparedCommit, postCommentForComparedCommitResponse_location - The location of the comment in the comparison between the two commits.

PostCommentForComparedCommit, postCommentForComparedCommitResponse_repositoryName - The name of the repository where you posted a comment on the comparison between commits.

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

PostCommentForPullRequest

data PostCommentForPullRequest Source #

See: newPostCommentForPullRequest smart constructor.

Instances

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

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

Read PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

Show PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

NFData PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

Eq PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

Hashable PostCommentForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PostCommentForPullRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Location)) :*: 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)))))

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:

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.

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.

PostCommentForPullRequest, postCommentForPullRequest_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

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

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.

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.

PostCommentForPullRequest, postCommentForPullRequest_content - The content of your comment on the change.

data PostCommentForPullRequestResponse Source #

See: newPostCommentForPullRequestResponse smart constructor.

Instances

Instances details
Generic PostCommentForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

Associated Types

type Rep PostCommentForPullRequestResponse :: Type -> Type #

Read PostCommentForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

Show PostCommentForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

NFData PostCommentForPullRequestResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentForPullRequest

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PostCommentForPullRequestResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "afterBlobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "afterCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "beforeBlobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "beforeCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Comment)) :*: S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Location))) :*: (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

PostCommentForPullRequestResponse, postCommentForPullRequestResponse_afterBlobId - In the directionality of the pull request, the blob ID of the after blob.

PostCommentForPullRequest, postCommentForPullRequestResponse_afterCommitId - The full commit ID of the commit in the destination branch where the pull request is merged.

PostCommentForPullRequestResponse, postCommentForPullRequestResponse_beforeBlobId - In the directionality of the pull request, the blob ID of the before blob.

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:comment:PostCommentForPullRequestResponse', postCommentForPullRequestResponse_comment - The content of the comment you posted.

PostCommentForPullRequest, postCommentForPullRequestResponse_location - The location of the change where you posted your comment.

PostCommentForPullRequest, postCommentForPullRequestResponse_pullRequestId - The system-generated ID of the pull request.

PostCommentForPullRequest, postCommentForPullRequestResponse_repositoryName - The name of the repository where you posted a comment on a pull request.

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

PostCommentReply

data PostCommentReply Source #

See: newPostCommentReply smart constructor.

Instances

Instances details
ToJSON PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Associated Types

type AWSResponse PostCommentReply #

Generic PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Associated Types

type Rep PostCommentReply :: Type -> Type #

Read PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Show PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

NFData PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Methods

rnf :: PostCommentReply -> () #

Eq PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Hashable PostCommentReply Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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))))

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:

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.

PostCommentReply, postCommentReply_inReplyTo - The system-generated ID of the comment to which you want to reply. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.

PostCommentReply, postCommentReply_content - The contents of your reply to a comment.

data PostCommentReplyResponse Source #

See: newPostCommentReplyResponse smart constructor.

Instances

Instances details
Generic PostCommentReplyResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Associated Types

type Rep PostCommentReplyResponse :: Type -> Type #

Read PostCommentReplyResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Show PostCommentReplyResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

NFData PostCommentReplyResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PostCommentReply

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

PutCommentReaction

data PutCommentReaction Source #

See: newPutCommentReaction smart constructor.

Instances

Instances details
ToJSON PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Associated Types

type AWSResponse PutCommentReaction #

Generic PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Associated Types

type Rep PutCommentReaction :: Type -> Type #

Read PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Show PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

NFData PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Methods

rnf :: PutCommentReaction -> () #

Eq PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Hashable PutCommentReaction Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PutCommentReaction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "reactionValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic PutCommentReactionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Associated Types

type Rep PutCommentReactionResponse :: Type -> Type #

Read PutCommentReactionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Show PutCommentReactionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

NFData PutCommentReactionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutCommentReaction

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

PutFile

data PutFile Source #

See: newPutFile smart constructor.

Instances

Instances details
ToJSON PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Associated Types

type AWSResponse 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 #

Read PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Show PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

NFData PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Methods

rnf :: PutFile -> () #

Eq PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Methods

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

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

Hashable PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Methods

hashWithSalt :: Int -> PutFile -> Int #

hash :: PutFile -> Int #

type AWSResponse PutFile Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

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

PutFile, putFile_email - An email address for the person adding or updating the file.

PutFile, putFile_fileMode - The file mode permissions of the blob. Valid file mode permissions are listed here.

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

PutFile, putFile_repositoryName - The name of the repository where you want to add or update the file.

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.

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.

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
Generic PutFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Associated Types

type Rep PutFileResponse :: Type -> Type #

Read PutFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Show PutFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

NFData PutFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

Methods

rnf :: PutFileResponse -> () #

Eq PutFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

type Rep PutFileResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutFile

type Rep PutFileResponse = D1 ('MetaData "PutFileResponse" "Amazonka.CodeCommit.PutFile" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

PutFileResponse, putFileResponse_commitId - The full SHA ID of the commit that contains this file change.

PutFileResponse, putFileResponse_blobId - The ID of the blob, which is its SHA-1 pointer.

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

PutRepositoryTriggers

data PutRepositoryTriggers Source #

Represents the input of a put repository triggers operation.

See: newPutRepositoryTriggers smart constructor.

Instances

Instances details
ToJSON PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Associated Types

type AWSResponse PutRepositoryTriggers #

Generic PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Associated Types

type Rep PutRepositoryTriggers :: Type -> Type #

Read PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Show PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

NFData PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Methods

rnf :: PutRepositoryTriggers -> () #

Eq PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Hashable PutRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PutRepositoryTriggers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "triggers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RepositoryTrigger])))

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:

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
Generic PutRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Associated Types

type Rep PutRepositoryTriggersResponse :: Type -> Type #

Read PutRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Show PutRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

NFData PutRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.PutRepositoryTriggers

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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))))

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
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.CodeCommit.TagResource" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

TestRepositoryTriggers

data TestRepositoryTriggers Source #

Represents the input of a test repository triggers operation.

See: newTestRepositoryTriggers smart constructor.

Instances

Instances details
ToJSON TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Associated Types

type AWSResponse TestRepositoryTriggers #

Generic TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Associated Types

type Rep TestRepositoryTriggers :: Type -> Type #

Read TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Show TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

NFData TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Methods

rnf :: TestRepositoryTriggers -> () #

Eq TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Hashable TestRepositoryTriggers Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "TestRepositoryTriggers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "triggers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RepositoryTrigger])))

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:

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
Generic TestRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Associated Types

type Rep TestRepositoryTriggersResponse :: Type -> Type #

Read TestRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Show TestRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

NFData TestRepositoryTriggersResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.TestRepositoryTriggers

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.CodeCommit.UntagResource" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

UpdateApprovalRuleTemplateContent

data UpdateApprovalRuleTemplateContent Source #

See: newUpdateApprovalRuleTemplateContent smart constructor.

Instances

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

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

Read UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

Show UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

NFData UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

Eq UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

Hashable UpdateApprovalRuleTemplateContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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))))

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.

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
Generic 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

NFData UpdateApprovalRuleTemplateContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateContent

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "UpdateApprovalRuleTemplateContentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "approvalRuleTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApprovalRuleTemplate)))

UpdateApprovalRuleTemplateDescription

data UpdateApprovalRuleTemplateDescription Source #

Instances

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

AWSRequest UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

Generic 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

NFData UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

Eq UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

Hashable UpdateApprovalRuleTemplateDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "UpdateApprovalRuleTemplateDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "approvalRuleTemplateDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateApprovalRuleTemplateDescription Source #

Create a value of UpdateApprovalRuleTemplateDescription with all optional fields omitted.

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

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

UpdateApprovalRuleTemplateDescription, updateApprovalRuleTemplateDescription_approvalRuleTemplateName - The name of the template for which you want to update the description.

UpdateApprovalRuleTemplateDescription, updateApprovalRuleTemplateDescription_approvalRuleTemplateDescription - The updated description of the approval rule template.

data UpdateApprovalRuleTemplateDescriptionResponse Source #

Instances

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

NFData UpdateApprovalRuleTemplateDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateDescription

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "UpdateApprovalRuleTemplateDescriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "approvalRuleTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApprovalRuleTemplate)))

UpdateApprovalRuleTemplateName

data UpdateApprovalRuleTemplateName Source #

See: newUpdateApprovalRuleTemplateName smart constructor.

Instances

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

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

Read UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

Show UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

NFData UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

Eq UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

Hashable UpdateApprovalRuleTemplateName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "UpdateApprovalRuleTemplateName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oldApprovalRuleTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "newApprovalRuleTemplateName'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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
Generic 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

NFData UpdateApprovalRuleTemplateNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateApprovalRuleTemplateName

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "UpdateApprovalRuleTemplateNameResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "approvalRuleTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApprovalRuleTemplate)))

UpdateComment

data UpdateComment Source #

See: newUpdateComment smart constructor.

Constructors

UpdateComment' Text Text 

Instances

Instances details
ToJSON UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Associated Types

type AWSResponse UpdateComment #

Generic UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Associated Types

type Rep UpdateComment :: Type -> Type #

Read UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Show UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

NFData UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Methods

rnf :: UpdateComment -> () #

Eq UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Hashable UpdateComment Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "UpdateComment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

UpdateComment, updateComment_commentId - The system-generated ID of the comment you want to update. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.

UpdateComment, updateComment_content - The updated content to replace the existing content of the comment.

data UpdateCommentResponse Source #

See: newUpdateCommentResponse smart constructor.

Instances

Instances details
Generic UpdateCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Associated Types

type Rep UpdateCommentResponse :: Type -> Type #

Read UpdateCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Show UpdateCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

NFData UpdateCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

Methods

rnf :: UpdateCommentResponse -> () #

Eq UpdateCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

type Rep UpdateCommentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateComment

type Rep UpdateCommentResponse = D1 ('MetaData "UpdateCommentResponse" "Amazonka.CodeCommit.UpdateComment" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

UpdateDefaultBranch

data UpdateDefaultBranch Source #

Represents the input of an update default branch operation.

See: newUpdateDefaultBranch smart constructor.

Instances

Instances details
ToJSON UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Associated Types

type AWSResponse UpdateDefaultBranch #

Generic UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Associated Types

type Rep UpdateDefaultBranch :: Type -> Type #

Read UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Show UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

NFData UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Methods

rnf :: UpdateDefaultBranch -> () #

Eq UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Hashable UpdateDefaultBranch Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "UpdateDefaultBranch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "defaultBranchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic UpdateDefaultBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Associated Types

type Rep UpdateDefaultBranchResponse :: Type -> Type #

Read UpdateDefaultBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Show UpdateDefaultBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

NFData UpdateDefaultBranchResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateDefaultBranch

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

UpdatePullRequestApprovalRuleContent

data UpdatePullRequestApprovalRuleContent Source #

Instances

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

AWSRequest UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

Generic 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

NFData UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

Eq UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

Hashable UpdatePullRequestApprovalRuleContent Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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))))

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.

UpdatePullRequestApprovalRuleContent, updatePullRequestApprovalRuleContent_pullRequestId - The system-generated ID of the pull request.

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
Generic 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

NFData UpdatePullRequestApprovalRuleContentResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalRuleContent

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "UpdatePullRequestApprovalRuleContentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "approvalRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApprovalRule)))

UpdatePullRequestApprovalState

data UpdatePullRequestApprovalState Source #

See: newUpdatePullRequestApprovalState smart constructor.

Instances

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

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

Read UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

Show UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

NFData UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

Eq UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

Hashable UpdatePullRequestApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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))))

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:

UpdatePullRequestApprovalState, updatePullRequestApprovalState_pullRequestId - The system-generated ID of the pull request.

UpdatePullRequestApprovalState, updatePullRequestApprovalState_revisionId - The system-generated ID of the revision.

UpdatePullRequestApprovalState, updatePullRequestApprovalState_approvalState - The approval state to associate with the user on the pull request.

data UpdatePullRequestApprovalStateResponse Source #

Instances

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

NFData UpdatePullRequestApprovalStateResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestApprovalState

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

UpdatePullRequestDescription

data UpdatePullRequestDescription Source #

See: newUpdatePullRequestDescription smart constructor.

Instances

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

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

Read UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

Show UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

NFData UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

Eq UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

Hashable UpdatePullRequestDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "UpdatePullRequestDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

UpdatePullRequestDescription, updatePullRequestDescription_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

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
Generic 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

NFData UpdatePullRequestDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestDescription

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

UpdatePullRequestStatus

data UpdatePullRequestStatus Source #

See: newUpdatePullRequestStatus smart constructor.

Instances

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

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

Read UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

Show UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

NFData UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

Methods

rnf :: UpdatePullRequestStatus -> () #

Eq UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

Hashable UpdatePullRequestStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "UpdatePullRequestStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "pullRequestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PullRequestStatusEnum)))

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:

UpdatePullRequestStatus, updatePullRequestStatus_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

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
Generic UpdatePullRequestStatusResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

Associated Types

type Rep UpdatePullRequestStatusResponse :: Type -> Type #

Read UpdatePullRequestStatusResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

Show UpdatePullRequestStatusResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

NFData UpdatePullRequestStatusResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestStatus

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

UpdatePullRequestTitle

data UpdatePullRequestTitle Source #

See: newUpdatePullRequestTitle smart constructor.

Instances

Instances details
ToJSON UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Associated Types

type AWSResponse UpdatePullRequestTitle #

Generic UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Associated Types

type Rep UpdatePullRequestTitle :: Type -> Type #

Read UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Show UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

NFData UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Methods

rnf :: UpdatePullRequestTitle -> () #

Eq UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Hashable UpdatePullRequestTitle Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "UpdatePullRequestTitle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

UpdatePullRequestTitle, updatePullRequestTitle_pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.

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
Generic UpdatePullRequestTitleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Associated Types

type Rep UpdatePullRequestTitleResponse :: Type -> Type #

Read UpdatePullRequestTitleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Show UpdatePullRequestTitleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

NFData UpdatePullRequestTitleResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdatePullRequestTitle

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

UpdateRepositoryDescription

data UpdateRepositoryDescription Source #

Represents the input of an update repository description operation.

See: newUpdateRepositoryDescription smart constructor.

Instances

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

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

Read UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

Show UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

NFData UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

Eq UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

Hashable UpdateRepositoryDescription Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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)))

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:

UpdateRepositoryDescription, updateRepositoryDescription_repositoryDescription - The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters.

UpdateRepositoryDescription, updateRepositoryDescription_repositoryName - The name of the repository to set or change the comment or description for.

data UpdateRepositoryDescriptionResponse Source #

Instances

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

NFData UpdateRepositoryDescriptionResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryDescription

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

UpdateRepositoryName

data UpdateRepositoryName Source #

Represents the input of an update repository description operation.

See: newUpdateRepositoryName smart constructor.

Instances

Instances details
ToJSON UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.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

AWSRequest UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Associated Types

type AWSResponse UpdateRepositoryName #

Generic UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Associated Types

type Rep UpdateRepositoryName :: Type -> Type #

Read UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Show UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

NFData UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Methods

rnf :: UpdateRepositoryName -> () #

Eq UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Hashable UpdateRepositoryName Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

type AWSResponse 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "UpdateRepositoryName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oldName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "newName'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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
Generic UpdateRepositoryNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Associated Types

type Rep UpdateRepositoryNameResponse :: Type -> Type #

Read UpdateRepositoryNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Show UpdateRepositoryNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

NFData UpdateRepositoryNameResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UpdateRepositoryName

Eq 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.

Types

ApprovalState

newtype ApprovalState Source #

Constructors

ApprovalState' 

Instances

Instances details
FromJSON ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

FromJSONKey ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToJSON ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToJSONKey ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToByteString ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToHeader ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToLog ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToQuery ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

FromText ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToText ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Methods

toText :: ApprovalState -> Text #

FromXML ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

ToXML ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Methods

toXML :: ApprovalState -> XML #

Generic ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Associated Types

type Rep ApprovalState :: Type -> Type #

Read ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Show ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

NFData ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Methods

rnf :: ApprovalState -> () #

Eq ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Ord ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

Hashable ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

type Rep ApprovalState Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalState

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

ChangeTypeEnum

newtype ChangeTypeEnum Source #

Constructors

ChangeTypeEnum' 

Instances

Instances details
FromJSON ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

FromJSONKey ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToJSON ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToJSONKey ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToByteString ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToHeader ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToLog ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToQuery ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

FromText ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToText ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

FromXML ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

ToXML ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Methods

toXML :: ChangeTypeEnum -> XML #

Generic ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Associated Types

type Rep ChangeTypeEnum :: Type -> Type #

Read ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Show ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

NFData ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Methods

rnf :: ChangeTypeEnum -> () #

Eq ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Ord ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

Hashable ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

type Rep ChangeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ChangeTypeEnum

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

ConflictDetailLevelTypeEnum

newtype ConflictDetailLevelTypeEnum Source #

Instances

Instances details
FromJSON ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

FromJSONKey ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToJSON ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToJSONKey ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToByteString ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToHeader ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToLog ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToQuery ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

FromText ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToText ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

FromXML ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

ToXML ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Generic ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Associated Types

type Rep ConflictDetailLevelTypeEnum :: Type -> Type #

Read ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Show ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

NFData ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Eq ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Ord ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

Hashable ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

type Rep ConflictDetailLevelTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictDetailLevelTypeEnum

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

ConflictResolutionStrategyTypeEnum

newtype ConflictResolutionStrategyTypeEnum Source #

Instances

Instances details
FromJSON ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

FromJSONKey ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToJSON ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToJSONKey ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToByteString ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToHeader ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToLog ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToQuery ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

FromText ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToText ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

FromXML ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

ToXML ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Generic ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Associated Types

type Rep ConflictResolutionStrategyTypeEnum :: Type -> Type #

Read ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Show ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

NFData ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Eq ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Ord ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

Hashable ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

type Rep ConflictResolutionStrategyTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolutionStrategyTypeEnum

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

FileModeTypeEnum

newtype FileModeTypeEnum Source #

Instances

Instances details
FromJSON FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

FromJSONKey FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToJSON FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToJSONKey FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToByteString FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToHeader FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToLog FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToQuery FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

FromText FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToText FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

FromXML FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

ToXML FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Generic FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Associated Types

type Rep FileModeTypeEnum :: Type -> Type #

Read FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Show FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

NFData FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Methods

rnf :: FileModeTypeEnum -> () #

Eq FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Ord FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

Hashable FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

type Rep FileModeTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModeTypeEnum

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

MergeOptionTypeEnum

newtype MergeOptionTypeEnum Source #

Instances

Instances details
FromJSON MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

FromJSONKey MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToJSON MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToJSONKey MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToByteString MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToHeader MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToLog MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToQuery MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

FromText MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToText MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

FromXML MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

ToXML MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Generic MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Associated Types

type Rep MergeOptionTypeEnum :: Type -> Type #

Read MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Show MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

NFData MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Methods

rnf :: MergeOptionTypeEnum -> () #

Eq MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Ord MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

Hashable MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

type Rep MergeOptionTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOptionTypeEnum

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

ObjectTypeEnum

newtype ObjectTypeEnum Source #

Constructors

ObjectTypeEnum' 

Instances

Instances details
FromJSON ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

FromJSONKey ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToJSON ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToJSONKey ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToByteString ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToHeader ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToLog ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToQuery ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

FromText ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToText ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

FromXML ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

ToXML ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Methods

toXML :: ObjectTypeEnum -> XML #

Generic ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Associated Types

type Rep ObjectTypeEnum :: Type -> Type #

Read ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Show ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

NFData ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Methods

rnf :: ObjectTypeEnum -> () #

Eq ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Ord ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

Hashable ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

type Rep ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypeEnum

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

OrderEnum

newtype OrderEnum Source #

Constructors

OrderEnum' 

Fields

Bundled Patterns

pattern OrderEnum_Ascending :: OrderEnum 
pattern OrderEnum_Descending :: OrderEnum 

Instances

Instances details
FromJSON OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

FromJSONKey OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToJSON OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToJSONKey OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToByteString OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Methods

toBS :: OrderEnum -> ByteString #

ToHeader OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToLog OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToQuery OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

FromText OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToText OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Methods

toText :: OrderEnum -> Text #

FromXML OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

ToXML OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Methods

toXML :: OrderEnum -> XML #

Generic OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Associated Types

type Rep OrderEnum :: Type -> Type #

Read OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Show OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

NFData OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Methods

rnf :: OrderEnum -> () #

Eq OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Ord OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

Hashable OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

type Rep OrderEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OrderEnum

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

OverrideStatus

newtype OverrideStatus Source #

Constructors

OverrideStatus' 

Instances

Instances details
FromJSON OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

FromJSONKey OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToJSON OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToJSONKey OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToByteString OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToHeader OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToLog OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToQuery OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

FromText OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToText OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

FromXML OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

ToXML OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Methods

toXML :: OverrideStatus -> XML #

Generic OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Associated Types

type Rep OverrideStatus :: Type -> Type #

Read OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Show OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

NFData OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Methods

rnf :: OverrideStatus -> () #

Eq OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Ord OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

Hashable OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

type Rep OverrideStatus Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OverrideStatus

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

PullRequestEventType

newtype PullRequestEventType Source #

Instances

Instances details
FromJSON PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

FromJSONKey PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToJSON PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToJSONKey PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToByteString PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToHeader PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToLog PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToQuery PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

FromText PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToText PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

FromXML PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

ToXML PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Generic PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Associated Types

type Rep PullRequestEventType :: Type -> Type #

Read PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Show PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

NFData PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Methods

rnf :: PullRequestEventType -> () #

Eq PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Ord PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

Hashable PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

type Rep PullRequestEventType Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEventType

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

PullRequestStatusEnum

newtype PullRequestStatusEnum Source #

Instances

Instances details
FromJSON PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

FromJSONKey PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToJSON PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToJSONKey PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToByteString PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToHeader PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToLog PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToQuery PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

FromText PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToText PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

FromXML PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

ToXML PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Generic PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Associated Types

type Rep PullRequestStatusEnum :: Type -> Type #

Read PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Show PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

NFData PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Methods

rnf :: PullRequestStatusEnum -> () #

Eq PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Ord PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

Hashable PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

type Rep PullRequestStatusEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusEnum

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

RelativeFileVersionEnum

newtype RelativeFileVersionEnum Source #

Instances

Instances details
FromJSON RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

FromJSONKey RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToJSON RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToJSONKey RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToByteString RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToHeader RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToLog RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToQuery RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

FromText RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToText RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

FromXML RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

ToXML RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Generic RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Associated Types

type Rep RelativeFileVersionEnum :: Type -> Type #

Read RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Show RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

NFData RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Methods

rnf :: RelativeFileVersionEnum -> () #

Eq RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Ord RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

Hashable RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

type Rep RelativeFileVersionEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RelativeFileVersionEnum

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

ReplacementTypeEnum

newtype ReplacementTypeEnum Source #

Instances

Instances details
FromJSON ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

FromJSONKey ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToJSON ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToJSONKey ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToByteString ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToHeader ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToLog ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToQuery ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

FromText ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToText ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

FromXML ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

ToXML ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Generic ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Associated Types

type Rep ReplacementTypeEnum :: Type -> Type #

Read ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Show ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

NFData ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Methods

rnf :: ReplacementTypeEnum -> () #

Eq ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Ord ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

Hashable ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

type Rep ReplacementTypeEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplacementTypeEnum

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

RepositoryTriggerEventEnum

newtype RepositoryTriggerEventEnum Source #

Instances

Instances details
FromJSON RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

FromJSONKey RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToJSON RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToJSONKey RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToByteString RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToHeader RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToLog RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToQuery RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

FromText RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToText RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

FromXML RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

ToXML RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Generic RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Associated Types

type Rep RepositoryTriggerEventEnum :: Type -> Type #

Read RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Show RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

NFData RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Eq RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Ord RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

Hashable RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

type Rep RepositoryTriggerEventEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerEventEnum

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

SortByEnum

newtype SortByEnum Source #

Constructors

SortByEnum' 

Fields

Instances

Instances details
FromJSON SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

FromJSONKey SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToJSON SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToJSONKey SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToByteString SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToHeader SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToLog SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToQuery SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

FromText SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToText SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Methods

toText :: SortByEnum -> Text #

FromXML SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

ToXML SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Methods

toXML :: SortByEnum -> XML #

Generic SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Associated Types

type Rep SortByEnum :: Type -> Type #

Read SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Show SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

NFData SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Methods

rnf :: SortByEnum -> () #

Eq SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Ord SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

Hashable SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

type Rep SortByEnum Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SortByEnum

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

Approval

data Approval Source #

Returns information about a specific approval on a pull request.

See: newApproval smart constructor.

Instances

Instances details
FromJSON Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Generic Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Associated Types

type Rep Approval :: Type -> Type #

Methods

from :: Approval -> Rep Approval x #

to :: Rep Approval x -> Approval #

Read Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Show Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

NFData Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Methods

rnf :: Approval -> () #

Eq Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Hashable Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

Methods

hashWithSalt :: Int -> Approval -> Int #

hash :: Approval -> Int #

type Rep Approval Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Approval

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

newApproval :: Approval Source #

Create a value of Approval with all optional fields omitted.

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

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

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

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

ApprovalRule

data ApprovalRule Source #

Returns information about an approval rule.

See: newApprovalRule smart constructor.

Instances

Instances details
FromJSON ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

Generic ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

Associated Types

type Rep ApprovalRule :: Type -> Type #

Read ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

Show ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

NFData ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

Methods

rnf :: ApprovalRule -> () #

Eq ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

Hashable ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

type Rep ApprovalRule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRule

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

newApprovalRule :: ApprovalRule Source #

Create a value of ApprovalRule with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

ApprovalRuleEventMetadata

data ApprovalRuleEventMetadata Source #

Returns information about an event for an approval rule.

See: newApprovalRuleEventMetadata smart constructor.

Instances

Instances details
FromJSON ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

Generic ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

Associated Types

type Rep ApprovalRuleEventMetadata :: Type -> Type #

Read ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

Show ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

NFData ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

Eq ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

Hashable ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

type Rep ApprovalRuleEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleEventMetadata

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

newApprovalRuleEventMetadata :: ApprovalRuleEventMetadata Source #

Create a value of ApprovalRuleEventMetadata with all optional fields omitted.

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

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

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

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

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

ApprovalRuleOverriddenEventMetadata

data ApprovalRuleOverriddenEventMetadata Source #

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

See: newApprovalRuleOverriddenEventMetadata smart constructor.

Instances

Instances details
FromJSON ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

Generic ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

Read ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

Show ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

NFData ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

Eq ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

Hashable ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

type Rep ApprovalRuleOverriddenEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleOverriddenEventMetadata

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

newApprovalRuleOverriddenEventMetadata :: ApprovalRuleOverriddenEventMetadata Source #

Create a value of ApprovalRuleOverriddenEventMetadata with all optional fields omitted.

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

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

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

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

ApprovalRuleTemplate

data ApprovalRuleTemplate Source #

Returns information about an approval rule template.

See: newApprovalRuleTemplate smart constructor.

Instances

Instances details
FromJSON ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

Generic ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

Associated Types

type Rep ApprovalRuleTemplate :: Type -> Type #

Read ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

Show ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

NFData ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

Methods

rnf :: ApprovalRuleTemplate -> () #

Eq ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

Hashable ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

type Rep ApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalRuleTemplate

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

newApprovalRuleTemplate :: ApprovalRuleTemplate Source #

Create a value of ApprovalRuleTemplate with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

ApprovalStateChangedEventMetadata

data ApprovalStateChangedEventMetadata Source #

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

See: newApprovalStateChangedEventMetadata smart constructor.

Instances

Instances details
FromJSON ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

Generic ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

Associated Types

type Rep ApprovalStateChangedEventMetadata :: Type -> Type #

Read ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

Show ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

NFData ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

Eq ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

Hashable ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

type Rep ApprovalStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ApprovalStateChangedEventMetadata

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

newApprovalStateChangedEventMetadata :: ApprovalStateChangedEventMetadata Source #

Create a value of ApprovalStateChangedEventMetadata with all optional fields omitted.

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

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

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

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

BatchAssociateApprovalRuleTemplateWithRepositoriesError

data BatchAssociateApprovalRuleTemplateWithRepositoriesError Source #

Returns information about errors in a BatchAssociateApprovalRuleTemplateWithRepositories operation.

See: newBatchAssociateApprovalRuleTemplateWithRepositoriesError smart constructor.

Instances

Instances details
FromJSON BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

Generic BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

Read BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

Show BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

NFData BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

Eq BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

Hashable BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

type Rep BatchAssociateApprovalRuleTemplateWithRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchAssociateApprovalRuleTemplateWithRepositoriesError

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

newBatchAssociateApprovalRuleTemplateWithRepositoriesError :: BatchAssociateApprovalRuleTemplateWithRepositoriesError Source #

Create a value of BatchAssociateApprovalRuleTemplateWithRepositoriesError with all optional fields omitted.

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

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

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

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

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

BatchDescribeMergeConflictsError

data BatchDescribeMergeConflictsError Source #

Returns information about errors in a BatchDescribeMergeConflicts operation.

See: newBatchDescribeMergeConflictsError smart constructor.

Instances

Instances details
FromJSON BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Generic BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Associated Types

type Rep BatchDescribeMergeConflictsError :: Type -> Type #

Read BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Show BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

NFData BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Eq BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Hashable BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

type Rep BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

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

BatchDisassociateApprovalRuleTemplateFromRepositoriesError

data BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source #

Returns information about errors in a BatchDisassociateApprovalRuleTemplateFromRepositories operation.

See: newBatchDisassociateApprovalRuleTemplateFromRepositoriesError smart constructor.

Instances

Instances details
FromJSON BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Generic BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Read BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Show BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

NFData BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Eq BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Hashable BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

type Rep BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

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

newBatchDisassociateApprovalRuleTemplateFromRepositoriesError :: BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source #

Create a value of BatchDisassociateApprovalRuleTemplateFromRepositoriesError with all optional fields omitted.

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

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

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

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

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

BatchGetCommitsError

data BatchGetCommitsError Source #

Returns information about errors in a BatchGetCommits operation.

See: newBatchGetCommitsError smart constructor.

Instances

Instances details
FromJSON BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

Generic BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

Associated Types

type Rep BatchGetCommitsError :: Type -> Type #

Read BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

Show BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

NFData BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

Methods

rnf :: BatchGetCommitsError -> () #

Eq BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

Hashable BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

type Rep BatchGetCommitsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchGetCommitsError

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

newBatchGetCommitsError :: BatchGetCommitsError Source #

Create a value of BatchGetCommitsError with all optional fields omitted.

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

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

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

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

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

BlobMetadata

data BlobMetadata Source #

Returns information about a specific Git blob object.

See: newBlobMetadata smart constructor.

Instances

Instances details
FromJSON BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

Generic BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

Associated Types

type Rep BlobMetadata :: Type -> Type #

Read BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

Show BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

NFData BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

Methods

rnf :: BlobMetadata -> () #

Eq BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

Hashable BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

type Rep BlobMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BlobMetadata

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

newBlobMetadata :: BlobMetadata Source #

Create a value of BlobMetadata with all optional fields omitted.

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

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

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

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

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

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

BranchInfo

data BranchInfo Source #

Returns information about a branch.

See: newBranchInfo smart constructor.

Constructors

BranchInfo' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

Generic BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

Associated Types

type Rep BranchInfo :: Type -> Type #

Read BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

Show BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

NFData BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

Methods

rnf :: BranchInfo -> () #

Eq BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

Hashable BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

type Rep BranchInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BranchInfo

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

newBranchInfo :: BranchInfo Source #

Create a value of BranchInfo with all optional fields omitted.

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

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

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

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

Comment

data Comment Source #

Returns information about a specific comment.

See: newComment smart constructor.

Instances

Instances details
FromJSON Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Generic Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Associated Types

type Rep Comment :: Type -> Type #

Methods

from :: Comment -> Rep Comment x #

to :: Rep Comment x -> Comment #

Read Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Show Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

NFData Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Methods

rnf :: Comment -> () #

Eq Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Methods

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

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

Hashable Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

Methods

hashWithSalt :: Int -> Comment -> Int #

hash :: Comment -> Int #

type Rep Comment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Comment

newComment :: Comment Source #

Create a value of Comment with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

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

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

CommentsForComparedCommit

data CommentsForComparedCommit Source #

Returns information about comments on the comparison between two commits.

See: newCommentsForComparedCommit smart constructor.

Instances

Instances details
FromJSON CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

Generic CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

Associated Types

type Rep CommentsForComparedCommit :: Type -> Type #

Read CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

Show CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

NFData CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

Eq CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

Hashable CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

type Rep CommentsForComparedCommit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForComparedCommit

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

newCommentsForComparedCommit :: CommentsForComparedCommit Source #

Create a value of CommentsForComparedCommit with all optional fields omitted.

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

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

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

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

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

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

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

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

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

CommentsForPullRequest

data CommentsForPullRequest Source #

Returns information about comments on a pull request.

See: newCommentsForPullRequest smart constructor.

Instances

Instances details
FromJSON CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

Generic CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

Associated Types

type Rep CommentsForPullRequest :: Type -> Type #

Read CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

Show CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

NFData CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

Methods

rnf :: CommentsForPullRequest -> () #

Eq CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

Hashable CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

type Rep CommentsForPullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.CommentsForPullRequest

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

newCommentsForPullRequest :: CommentsForPullRequest Source #

Create a value of CommentsForPullRequest with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

Commit

data Commit Source #

Returns information about a specific commit.

See: newCommit smart constructor.

Instances

Instances details
FromJSON Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Generic Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Associated Types

type Rep Commit :: Type -> Type #

Methods

from :: Commit -> Rep Commit x #

to :: Rep Commit x -> Commit #

Read Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Show Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

NFData Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Methods

rnf :: Commit -> () #

Eq Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Methods

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

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

Hashable Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

Methods

hashWithSalt :: Int -> Commit -> Int #

hash :: Commit -> Int #

type Rep Commit Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Commit

newCommit :: Commit Source #

Create a value of Commit with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

Conflict

data Conflict Source #

Information about conflicts in a merge operation.

See: newConflict smart constructor.

Instances

Instances details
FromJSON Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Generic Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Associated Types

type Rep Conflict :: Type -> Type #

Methods

from :: Conflict -> Rep Conflict x #

to :: Rep Conflict x -> Conflict #

Read Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Show Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

NFData Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Methods

rnf :: Conflict -> () #

Eq Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Hashable Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

Methods

hashWithSalt :: Int -> Conflict -> Int #

hash :: Conflict -> Int #

type Rep Conflict Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Conflict

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

newConflict :: Conflict Source #

Create a value of Conflict with all optional fields omitted.

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

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

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

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

ConflictMetadata

data ConflictMetadata Source #

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

See: newConflictMetadata smart constructor.

Instances

Instances details
FromJSON ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

Generic ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

Associated Types

type Rep ConflictMetadata :: Type -> Type #

Read ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

Show ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

NFData ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

Methods

rnf :: ConflictMetadata -> () #

Eq ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

Hashable ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

type Rep ConflictMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictMetadata

newConflictMetadata :: ConflictMetadata Source #

Create a value of ConflictMetadata with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

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

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

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

Defined in Amazonka.CodeCommit.Types.ConflictResolution

Generic ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

Associated Types

type Rep ConflictResolution :: Type -> Type #

Read ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

Show ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

NFData ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

Methods

rnf :: ConflictResolution -> () #

Eq ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

Hashable ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

type Rep ConflictResolution Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ConflictResolution

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

newConflictResolution :: ConflictResolution Source #

Create a value of ConflictResolution with all optional fields omitted.

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

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

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

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

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

DeleteFileEntry

data DeleteFileEntry Source #

A file that is deleted as part of a commit.

See: newDeleteFileEntry smart constructor.

Constructors

DeleteFileEntry' Text 

Instances

Instances details
ToJSON DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

Generic DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

Associated Types

type Rep DeleteFileEntry :: Type -> Type #

Read DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

Show DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

NFData DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

Methods

rnf :: DeleteFileEntry -> () #

Eq DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

Hashable DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

type Rep DeleteFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.DeleteFileEntry

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

newDeleteFileEntry Source #

Create a value of DeleteFileEntry with all optional fields omitted.

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

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

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

Difference

data Difference Source #

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

See: newDifference smart constructor.

Instances

Instances details
FromJSON Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

Generic Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

Associated Types

type Rep Difference :: Type -> Type #

Read Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

Show Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

NFData Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

Methods

rnf :: Difference -> () #

Eq Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

Hashable Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

type Rep Difference Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Difference

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

newDifference :: Difference Source #

Create a value of Difference with all optional fields omitted.

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

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

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

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

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

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
FromJSON Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

Generic Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

Associated Types

type Rep Evaluation :: Type -> Type #

Read Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

Show Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

NFData Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

Methods

rnf :: Evaluation -> () #

Eq Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

Hashable Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

type Rep Evaluation Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Evaluation

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

newEvaluation :: Evaluation Source #

Create a value of Evaluation with all optional fields omitted.

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

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

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

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

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

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

File

data File Source #

Returns information about a file in a repository.

See: newFile smart constructor.

Instances

Instances details
FromJSON File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Generic File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Associated Types

type Rep File :: Type -> Type #

Methods

from :: File -> Rep File x #

to :: Rep File x -> File #

Read File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Show File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Methods

showsPrec :: Int -> File -> ShowS #

show :: File -> String #

showList :: [File] -> ShowS #

NFData File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Methods

rnf :: File -> () #

Eq File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Methods

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

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

Hashable File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

Methods

hashWithSalt :: Int -> File -> Int #

hash :: File -> Int #

type Rep File Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.File

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

newFile :: File Source #

Create a value of File with all optional fields omitted.

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

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

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

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

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

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

FileMetadata

data FileMetadata Source #

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

See: newFileMetadata smart constructor.

Instances

Instances details
FromJSON FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

Generic FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

Associated Types

type Rep FileMetadata :: Type -> Type #

Read FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

Show FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

NFData FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

Methods

rnf :: FileMetadata -> () #

Eq FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

Hashable FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

type Rep FileMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileMetadata

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

newFileMetadata :: FileMetadata Source #

Create a value of FileMetadata with all optional fields omitted.

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

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

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

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

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

FileModes

data FileModes Source #

Information about file modes in a merge or pull request.

See: newFileModes smart constructor.

Instances

Instances details
FromJSON FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

Generic FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

Associated Types

type Rep FileModes :: Type -> Type #

Read FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

Show FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

NFData FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

Methods

rnf :: FileModes -> () #

Eq FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

Hashable FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

type Rep FileModes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileModes

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

newFileModes :: FileModes Source #

Create a value of FileModes with all optional fields omitted.

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

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

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

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

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

FileSizes

data FileSizes Source #

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

See: newFileSizes smart constructor.

Instances

Instances details
FromJSON FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

Generic FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

Associated Types

type Rep FileSizes :: Type -> Type #

Read FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

Show FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

NFData FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

Methods

rnf :: FileSizes -> () #

Eq FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

Hashable FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

type Rep FileSizes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.FileSizes

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

newFileSizes :: FileSizes Source #

Create a value of FileSizes with all optional fields omitted.

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

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

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

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

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

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
FromJSON Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Generic Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Associated Types

type Rep Folder :: Type -> Type #

Methods

from :: Folder -> Rep Folder x #

to :: Rep Folder x -> Folder #

Read Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Show Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

NFData Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Methods

rnf :: Folder -> () #

Eq Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Methods

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

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

Hashable Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

Methods

hashWithSalt :: Int -> Folder -> Int #

hash :: Folder -> Int #

type Rep Folder Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Folder

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

newFolder :: Folder Source #

Create a value of Folder with all optional fields omitted.

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

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

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

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

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

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
FromJSON IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

Generic IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

Associated Types

type Rep IsBinaryFile :: Type -> Type #

Read IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

Show IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

NFData IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

Methods

rnf :: IsBinaryFile -> () #

Eq IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

Hashable IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

type Rep IsBinaryFile Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.IsBinaryFile

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

newIsBinaryFile :: IsBinaryFile Source #

Create a value of IsBinaryFile with all optional fields omitted.

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

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

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

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

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

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
FromJSON Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

ToJSON Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Generic Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Associated Types

type Rep Location :: Type -> Type #

Methods

from :: Location -> Rep Location x #

to :: Rep Location x -> Location #

Read Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Show Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

NFData Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Methods

rnf :: Location -> () #

Eq Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Hashable Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

Methods

hashWithSalt :: Int -> Location -> Int #

hash :: Location -> Int #

type Rep Location Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Location

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

newLocation :: Location Source #

Create a value of Location with all optional fields omitted.

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

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

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

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

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

MergeHunk

data MergeHunk Source #

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

See: newMergeHunk smart constructor.

Instances

Instances details
FromJSON MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

Generic MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

Associated Types

type Rep MergeHunk :: Type -> Type #

Read MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

Show MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

NFData MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

Methods

rnf :: MergeHunk -> () #

Eq MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

Hashable MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

type Rep MergeHunk Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunk

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

newMergeHunk :: MergeHunk Source #

Create a value of MergeHunk with all optional fields omitted.

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

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

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

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

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

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

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
FromJSON MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

Generic MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

Associated Types

type Rep MergeHunkDetail :: Type -> Type #

Read MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

Show MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

NFData MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

Methods

rnf :: MergeHunkDetail -> () #

Eq MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

Hashable MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

type Rep MergeHunkDetail Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeHunkDetail

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

newMergeHunkDetail :: MergeHunkDetail Source #

Create a value of MergeHunkDetail with all optional fields omitted.

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

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

$sel:endLine:MergeHunkDetail', mergeHunkDetail_endLine - The end position of the hunk in the merge result.

$sel:hunkContent:MergeHunkDetail', mergeHunkDetail_hunkContent - The base-64 encoded content of the hunk merged region that might contain a conflict.

$sel:startLine:MergeHunkDetail', mergeHunkDetail_startLine - The start position of the hunk in the merge result.

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

Defined in Amazonka.CodeCommit.Types.MergeMetadata

Generic MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

Associated Types

type Rep MergeMetadata :: Type -> Type #

Read MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

Show MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

NFData MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

Methods

rnf :: MergeMetadata -> () #

Eq MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

Hashable MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

type Rep MergeMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeMetadata

type Rep MergeMetadata = D1 ('MetaData "MergeMetadata" "Amazonka.CodeCommit.Types.MergeMetadata" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "MergeMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "isMerged") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "mergeCommitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "mergeOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MergeOptionTypeEnum)) :*: S1 ('MetaSel ('Just "mergedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMergeMetadata :: MergeMetadata Source #

Create a value of MergeMetadata with all optional fields omitted.

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

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

$sel:isMerged:MergeMetadata', mergeMetadata_isMerged - A Boolean value indicating whether the merge has been made.

$sel:mergeCommitId:MergeMetadata', mergeMetadata_mergeCommitId - The commit ID for the merge commit, if any.

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

$sel:mergedBy:MergeMetadata', mergeMetadata_mergedBy - The Amazon Resource Name (ARN) of the user who merged the branches.

MergeOperations

data MergeOperations Source #

Information about the file operation conflicts in a merge operation.

See: newMergeOperations smart constructor.

Instances

Instances details
FromJSON MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Generic MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Associated Types

type Rep MergeOperations :: Type -> Type #

Read MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Show MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

NFData MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Methods

rnf :: MergeOperations -> () #

Eq MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Hashable MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

type Rep MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

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

newMergeOperations :: MergeOperations Source #

Create a value of MergeOperations with all optional fields omitted.

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

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

$sel:destination:MergeOperations', mergeOperations_destination - The operation on a file in the destination of a merge or pull request.

$sel:source:MergeOperations', mergeOperations_source - The operation (add, modify, or delete) on a file in the source of a merge or pull request.

ObjectTypes

data ObjectTypes Source #

Information about the type of an object in a merge operation.

See: newObjectTypes smart constructor.

Instances

Instances details
FromJSON ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

Generic ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

Associated Types

type Rep ObjectTypes :: Type -> Type #

Read ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

Show ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

NFData ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

Methods

rnf :: ObjectTypes -> () #

Eq ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

Hashable ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

type Rep ObjectTypes Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ObjectTypes

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

newObjectTypes :: ObjectTypes Source #

Create a value of ObjectTypes with all optional fields omitted.

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

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

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

$sel:destination:ObjectTypes', objectTypes_destination - The type of the object in the destination branch.

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

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

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

Generic OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

Associated Types

type Rep OriginApprovalRuleTemplate :: Type -> Type #

Read OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

Show OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

NFData OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

Eq OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

Hashable OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

type Rep OriginApprovalRuleTemplate Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.OriginApprovalRuleTemplate

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

newOriginApprovalRuleTemplate :: OriginApprovalRuleTemplate Source #

Create a value of OriginApprovalRuleTemplate with all optional fields omitted.

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

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

$sel:approvalRuleTemplateId:OriginApprovalRuleTemplate', originApprovalRuleTemplate_approvalRuleTemplateId - The ID of the template that created the approval rule.

$sel:approvalRuleTemplateName:OriginApprovalRuleTemplate', originApprovalRuleTemplate_approvalRuleTemplateName - The name of the template that created the approval rule.

PullRequest

data PullRequest Source #

Returns information about a pull request.

See: newPullRequest smart constructor.

Instances

Instances details
FromJSON PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

Generic PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

Associated Types

type Rep PullRequest :: Type -> Type #

Read PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

Show PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

NFData PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

Methods

rnf :: PullRequest -> () #

Eq PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

Hashable PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

type Rep PullRequest Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequest

type Rep PullRequest = D1 ('MetaData "PullRequest" "Amazonka.CodeCommit.Types.PullRequest" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PullRequest'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "approvalRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApprovalRule])) :*: S1 ('MetaSel ('Just "authorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "lastActivityDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pullRequestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestStatusEnum)))) :*: (S1 ('MetaSel ('Just "pullRequestTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PullRequestTarget])) :*: (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newPullRequest :: PullRequest Source #

Create a value of PullRequest with all optional fields omitted.

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

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

$sel:approvalRules:PullRequest', pullRequest_approvalRules - The approval rules applied to the pull request.

$sel:authorArn:PullRequest', pullRequest_authorArn - The Amazon Resource Name (ARN) of the user who created the pull request.

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

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

$sel:description:PullRequest', pullRequest_description - The user-defined description of the pull request. This description can be used to clarify what should be reviewed and other details of the request.

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

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

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

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

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

$sel:title:PullRequest', pullRequest_title - The user-defined title of the pull request. This title is displayed in the list of pull requests to other repository users.

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

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

Generic PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

Associated Types

type Rep PullRequestCreatedEventMetadata :: Type -> Type #

Read PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

Show PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

NFData PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

Eq PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

Hashable PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

type Rep PullRequestCreatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestCreatedEventMetadata

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

newPullRequestCreatedEventMetadata :: PullRequestCreatedEventMetadata Source #

Create a value of PullRequestCreatedEventMetadata with all optional fields omitted.

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

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

$sel:destinationCommitId:PullRequestCreatedEventMetadata', pullRequestCreatedEventMetadata_destinationCommitId - The commit ID of the tip of the branch specified as the destination branch when the pull request was created.

$sel:mergeBase:PullRequestCreatedEventMetadata', pullRequestCreatedEventMetadata_mergeBase - The commit ID of the most recent commit that the source branch and the destination branch have in common.

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

$sel:sourceCommitId:PullRequestCreatedEventMetadata', pullRequestCreatedEventMetadata_sourceCommitId - The commit ID on the source branch used when the pull request was created.

PullRequestEvent

data PullRequestEvent Source #

Returns information about a pull request event.

See: newPullRequestEvent smart constructor.

Instances

Instances details
FromJSON PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

Generic PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

Associated Types

type Rep PullRequestEvent :: Type -> Type #

Read PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

Show PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

NFData PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

Methods

rnf :: PullRequestEvent -> () #

Eq PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

Hashable PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

type Rep PullRequestEvent Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestEvent

type Rep PullRequestEvent = D1 ('MetaData "PullRequestEvent" "Amazonka.CodeCommit.Types.PullRequestEvent" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PullRequestEvent'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "actorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approvalRuleEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApprovalRuleEventMetadata))) :*: (S1 ('MetaSel ('Just "approvalRuleOverriddenEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApprovalRuleOverriddenEventMetadata)) :*: (S1 ('MetaSel ('Just "approvalStateChangedEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApprovalStateChangedEventMetadata)) :*: S1 ('MetaSel ('Just "eventDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "pullRequestCreatedEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestCreatedEventMetadata)) :*: (S1 ('MetaSel ('Just "pullRequestEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestEventType)) :*: S1 ('MetaSel ('Just "pullRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "pullRequestMergedStateChangedEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestMergedStateChangedEventMetadata)) :*: (S1 ('MetaSel ('Just "pullRequestSourceReferenceUpdatedEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestSourceReferenceUpdatedEventMetadata)) :*: S1 ('MetaSel ('Just "pullRequestStatusChangedEventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PullRequestStatusChangedEventMetadata)))))))

newPullRequestEvent :: PullRequestEvent Source #

Create a value of PullRequestEvent with all optional fields omitted.

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

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

$sel:actorArn:PullRequestEvent', pullRequestEvent_actorArn - The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include updating the pull request with more commits or changing the status of a pull request.

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

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

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

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

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

$sel:pullRequestEventType:PullRequestEvent', pullRequestEvent_pullRequestEventType - The type of the pull request event (for example, a status change event (PULL_REQUEST_STATUS_CHANGED) or update event (PULL_REQUEST_SOURCE_REFERENCE_UPDATED)).

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

$sel:pullRequestMergedStateChangedEventMetadata:PullRequestEvent', pullRequestEvent_pullRequestMergedStateChangedEventMetadata - Information about the change in mergability state for the pull request event.

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

$sel:pullRequestStatusChangedEventMetadata:PullRequestEvent', pullRequestEvent_pullRequestStatusChangedEventMetadata - Information about the change in status for the pull request event.

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
FromJSON PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

Generic PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

Read PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

Show PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

NFData PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

Eq PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

Hashable PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

type Rep PullRequestMergedStateChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestMergedStateChangedEventMetadata

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

newPullRequestMergedStateChangedEventMetadata :: PullRequestMergedStateChangedEventMetadata Source #

Create a value of PullRequestMergedStateChangedEventMetadata with all optional fields omitted.

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

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

$sel:destinationReference:PullRequestMergedStateChangedEventMetadata', pullRequestMergedStateChangedEventMetadata_destinationReference - The name of the branch that the pull request is merged into.

$sel:mergeMetadata:PullRequestMergedStateChangedEventMetadata', pullRequestMergedStateChangedEventMetadata_mergeMetadata - Information about the merge state change event.

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

PullRequestSourceReferenceUpdatedEventMetadata

data PullRequestSourceReferenceUpdatedEventMetadata Source #

Information about an update to the source branch of a pull request.

See: newPullRequestSourceReferenceUpdatedEventMetadata smart constructor.

Instances

Instances details
FromJSON PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

Generic PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

Read PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

Show PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

NFData PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

Eq PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

Hashable PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

type Rep PullRequestSourceReferenceUpdatedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestSourceReferenceUpdatedEventMetadata

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

newPullRequestSourceReferenceUpdatedEventMetadata :: PullRequestSourceReferenceUpdatedEventMetadata Source #

Create a value of PullRequestSourceReferenceUpdatedEventMetadata with all optional fields omitted.

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

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

$sel:afterCommitId:PullRequestSourceReferenceUpdatedEventMetadata', pullRequestSourceReferenceUpdatedEventMetadata_afterCommitId - The full commit ID of the commit in the source branch that was the tip of the branch at the time the pull request was updated.

$sel:beforeCommitId:PullRequestSourceReferenceUpdatedEventMetadata', pullRequestSourceReferenceUpdatedEventMetadata_beforeCommitId - The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was updated.

$sel:mergeBase:PullRequestSourceReferenceUpdatedEventMetadata', pullRequestSourceReferenceUpdatedEventMetadata_mergeBase - The commit ID of the most recent commit that the source branch and the destination branch have in common.

$sel:repositoryName:PullRequestSourceReferenceUpdatedEventMetadata', pullRequestSourceReferenceUpdatedEventMetadata_repositoryName - The name of the repository where the pull request was updated.

PullRequestStatusChangedEventMetadata

data PullRequestStatusChangedEventMetadata Source #

Information about a change to the status of a pull request.

See: newPullRequestStatusChangedEventMetadata smart constructor.

Instances

Instances details
FromJSON PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

Generic PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

Read PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

Show PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

NFData PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

Eq PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

Hashable PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

type Rep PullRequestStatusChangedEventMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata

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

newPullRequestStatusChangedEventMetadata :: PullRequestStatusChangedEventMetadata Source #

Create a value of PullRequestStatusChangedEventMetadata with all optional fields omitted.

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

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

$sel:pullRequestStatus:PullRequestStatusChangedEventMetadata', pullRequestStatusChangedEventMetadata_pullRequestStatus - The changed status of the pull request.

PullRequestTarget

data PullRequestTarget Source #

Returns information about a pull request target.

See: newPullRequestTarget smart constructor.

Instances

Instances details
FromJSON PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

Generic PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

Associated Types

type Rep PullRequestTarget :: Type -> Type #

Read PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

Show PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

NFData PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

Methods

rnf :: PullRequestTarget -> () #

Eq PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

Hashable PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

type Rep PullRequestTarget Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PullRequestTarget

type Rep PullRequestTarget = D1 ('MetaData "PullRequestTarget" "Amazonka.CodeCommit.Types.PullRequestTarget" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "PullRequestTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "destinationCommit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "destinationReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mergeBase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "mergeMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MergeMetadata)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sourceCommit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPullRequestTarget :: PullRequestTarget Source #

Create a value of PullRequestTarget with all optional fields omitted.

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

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

$sel:destinationCommit:PullRequestTarget', pullRequestTarget_destinationCommit - The full commit ID that is the tip of the destination branch. This is the commit where the pull request was or will be merged.

$sel:destinationReference:PullRequestTarget', pullRequestTarget_destinationReference - The branch of the repository where the pull request changes are merged. Also known as the destination branch.

$sel:mergeBase:PullRequestTarget', pullRequestTarget_mergeBase - The commit ID of the most recent commit that the source branch and the destination branch have in common.

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

$sel:repositoryName:PullRequestTarget', pullRequestTarget_repositoryName - The name of the repository that contains the pull request source and destination branches.

$sel:sourceCommit:PullRequestTarget', pullRequestTarget_sourceCommit - The full commit ID of the tip of the source branch used to create the pull request. If the pull request branch is updated by a push while the pull request is open, the commit ID changes to reflect the new tip of the branch.

$sel:sourceReference:PullRequestTarget', pullRequestTarget_sourceReference - The branch of the repository that contains the changes for the pull request. Also known as the source branch.

PutFileEntry

data PutFileEntry Source #

Information about a file added or updated as part of a commit.

See: newPutFileEntry smart constructor.

Instances

Instances details
ToJSON PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

Generic PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

Associated Types

type Rep PutFileEntry :: Type -> Type #

Read PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

Show PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

NFData PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

Methods

rnf :: PutFileEntry -> () #

Eq PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

Hashable PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

type Rep PutFileEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.PutFileEntry

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

newPutFileEntry Source #

Create a value of PutFileEntry with all optional fields omitted.

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

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

$sel:fileContent:PutFileEntry', putFileEntry_fileContent - The content of the file, if a source file is not specified.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

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

$sel:sourceFile:PutFileEntry', putFileEntry_sourceFile - The name and full path of the file that contains the changes you want to make as part of the commit, if you are not providing the file content directly.

PutFileEntry, putFileEntry_filePath - The full path to the file in the repository, including the name of the file.

ReactionForComment

data ReactionForComment Source #

Information about the reaction values provided by users on a comment.

See: newReactionForComment smart constructor.

Instances

Instances details
FromJSON ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

Generic ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

Associated Types

type Rep ReactionForComment :: Type -> Type #

Read ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

Show ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

NFData ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

Methods

rnf :: ReactionForComment -> () #

Eq ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

Hashable ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

type Rep ReactionForComment Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionForComment

type Rep ReactionForComment = D1 ('MetaData "ReactionForComment" "Amazonka.CodeCommit.Types.ReactionForComment" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "ReactionForComment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reaction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReactionValueFormats)) :*: (S1 ('MetaSel ('Just "reactionUsers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "reactionsFromDeletedUsersCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newReactionForComment :: ReactionForComment Source #

Create a value of ReactionForComment with all optional fields omitted.

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

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

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

$sel:reactionUsers:ReactionForComment', reactionForComment_reactionUsers - The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.

$sel:reactionsFromDeletedUsersCount:ReactionForComment', reactionForComment_reactionsFromDeletedUsersCount - A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted from IAM. While these IAM users or roles no longer exist, the reactions might still appear in total reaction counts.

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

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

Generic ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

Associated Types

type Rep ReactionValueFormats :: Type -> Type #

Read ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

Show ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

NFData ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

Methods

rnf :: ReactionValueFormats -> () #

Eq ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

Hashable ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

type Rep ReactionValueFormats Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReactionValueFormats

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

newReactionValueFormats :: ReactionValueFormats Source #

Create a value of ReactionValueFormats with all optional fields omitted.

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

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

$sel:emoji:ReactionValueFormats', reactionValueFormats_emoji - The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.

$sel:shortCode:ReactionValueFormats', reactionValueFormats_shortCode - The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.

$sel:unicode:ReactionValueFormats', reactionValueFormats_unicode - The Unicode codepoint for the reaction.

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
ToJSON ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

Generic ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

Associated Types

type Rep ReplaceContentEntry :: Type -> Type #

Read ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

Show ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

NFData ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

Methods

rnf :: ReplaceContentEntry -> () #

Eq ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

Hashable ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

type Rep ReplaceContentEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.ReplaceContentEntry

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

newReplaceContentEntry Source #

Create a value of ReplaceContentEntry with all optional fields omitted.

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

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

$sel:content:ReplaceContentEntry', replaceContentEntry_content - The base-64 encoded content to use when the replacement type is USE_NEW_CONTENT.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:fileMode:ReplaceContentEntry', replaceContentEntry_fileMode - The file mode to apply during conflict resoltion.

$sel:filePath:ReplaceContentEntry', replaceContentEntry_filePath - The path of the conflicting file.

$sel:replacementType:ReplaceContentEntry', replaceContentEntry_replacementType - The replacement type to use when determining how to resolve the conflict.

RepositoryMetadata

data RepositoryMetadata Source #

Information about a repository.

See: newRepositoryMetadata smart constructor.

Instances

Instances details
FromJSON RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

Generic RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

Associated Types

type Rep RepositoryMetadata :: Type -> Type #

Read RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

Show RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

NFData RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

Methods

rnf :: RepositoryMetadata -> () #

Eq RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

Hashable RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

type Rep RepositoryMetadata Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryMetadata

newRepositoryMetadata :: RepositoryMetadata Source #

Create a value of RepositoryMetadata with all optional fields omitted.

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

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

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

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

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

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

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

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

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

$sel:repositoryDescription:RepositoryMetadata', repositoryMetadata_repositoryDescription - A comment or description about the repository.

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

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

RepositoryNameIdPair

data RepositoryNameIdPair Source #

Information about a repository name and ID.

See: newRepositoryNameIdPair smart constructor.

Instances

Instances details
FromJSON RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Generic RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Associated Types

type Rep RepositoryNameIdPair :: Type -> Type #

Read RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Show RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

NFData RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Methods

rnf :: RepositoryNameIdPair -> () #

Eq RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

Hashable RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

type Rep RepositoryNameIdPair Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryNameIdPair

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

newRepositoryNameIdPair :: RepositoryNameIdPair Source #

Create a value of RepositoryNameIdPair with all optional fields omitted.

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

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

$sel:repositoryId:RepositoryNameIdPair', repositoryNameIdPair_repositoryId - The ID associated with the repository.

$sel:repositoryName:RepositoryNameIdPair', repositoryNameIdPair_repositoryName - The name associated with the repository.

RepositoryTrigger

data RepositoryTrigger Source #

Information about a trigger for a repository.

See: newRepositoryTrigger smart constructor.

Instances

Instances details
FromJSON RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

ToJSON RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

Generic RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

Associated Types

type Rep RepositoryTrigger :: Type -> Type #

Read RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

Show RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

NFData RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

Methods

rnf :: RepositoryTrigger -> () #

Eq RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

Hashable RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

type Rep RepositoryTrigger Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTrigger

type Rep RepositoryTrigger = D1 ('MetaData "RepositoryTrigger" "Amazonka.CodeCommit.Types.RepositoryTrigger" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "RepositoryTrigger'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "branches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "customData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "destinationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RepositoryTriggerEventEnum])))))

newRepositoryTrigger Source #

Create a value of RepositoryTrigger with all optional fields omitted.

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

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

$sel:branches:RepositoryTrigger', repositoryTrigger_branches - The branches to be included in the trigger configuration. If you specify an empty array, the trigger applies to all branches.

Although no content is required in the array, you must include the array itself.

$sel:customData:RepositoryTrigger', repositoryTrigger_customData - Any custom data associated with the trigger to be included in the information sent to the target of the trigger.

$sel:name:RepositoryTrigger', repositoryTrigger_name - The name of the trigger.

$sel:destinationArn:RepositoryTrigger', repositoryTrigger_destinationArn - The ARN of the resource that is the target for a trigger (for example, the ARN of a topic in Amazon SNS).

$sel:events:RepositoryTrigger', repositoryTrigger_events - The repository events that cause the trigger to run actions in another service, such as sending a notification through Amazon SNS.

The valid value "all" cannot be used with any other values.

RepositoryTriggerExecutionFailure

data RepositoryTriggerExecutionFailure Source #

A trigger failed to run.

See: newRepositoryTriggerExecutionFailure smart constructor.

Instances

Instances details
FromJSON RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

Generic RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

Associated Types

type Rep RepositoryTriggerExecutionFailure :: Type -> Type #

Read RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

Show RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

NFData RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

Eq RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

Hashable RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

type Rep RepositoryTriggerExecutionFailure Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.RepositoryTriggerExecutionFailure

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

newRepositoryTriggerExecutionFailure :: RepositoryTriggerExecutionFailure Source #

Create a value of RepositoryTriggerExecutionFailure with all optional fields omitted.

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

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

$sel:failureMessage:RepositoryTriggerExecutionFailure', repositoryTriggerExecutionFailure_failureMessage - Message information about the trigger that did not run.

$sel:trigger:RepositoryTriggerExecutionFailure', repositoryTriggerExecutionFailure_trigger - The name of the trigger that did not run.

SetFileModeEntry

data SetFileModeEntry Source #

Information about the file mode changes.

See: newSetFileModeEntry smart constructor.

Instances

Instances details
ToJSON SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Generic SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Associated Types

type Rep SetFileModeEntry :: Type -> Type #

Read SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Show SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

NFData SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Methods

rnf :: SetFileModeEntry -> () #

Eq SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Hashable SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

type Rep SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

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

newSetFileModeEntry Source #

Create a value of SetFileModeEntry with all optional fields omitted.

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

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

$sel:filePath:SetFileModeEntry', setFileModeEntry_filePath - The full path to the file, including the name of the file.

$sel:fileMode:SetFileModeEntry', setFileModeEntry_fileMode - The file mode for the file.

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
ToJSON SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

Generic SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

Associated Types

type Rep SourceFileSpecifier :: Type -> Type #

Read SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

Show SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

NFData SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

Methods

rnf :: SourceFileSpecifier -> () #

Eq SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

Hashable SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

type Rep SourceFileSpecifier Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SourceFileSpecifier

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

newSourceFileSpecifier Source #

Create a value of SourceFileSpecifier with all optional fields omitted.

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

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

$sel:isMove:SourceFileSpecifier', sourceFileSpecifier_isMove - Whether to remove the source file from the parent commit.

$sel:filePath:SourceFileSpecifier', sourceFileSpecifier_filePath - The full path to the file, including the name of the file.

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
FromJSON SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Generic SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Associated Types

type Rep SubModule :: Type -> Type #

Read SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Show SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

NFData SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Methods

rnf :: SubModule -> () #

Eq SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Hashable SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

type Rep SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

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

newSubModule :: SubModule Source #

Create a value of SubModule with all optional fields omitted.

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

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

$sel:absolutePath:SubModule', subModule_absolutePath - The fully qualified path to the folder that contains the reference to the submodule.

$sel:commitId:SubModule', subModule_commitId - The commit ID that contains the reference to the submodule.

$sel:relativePath:SubModule', subModule_relativePath - The relative path of the submodule from the folder where the query originated.

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:blobId:SymbolicLink', symbolicLink_blobId - The blob ID that contains the information about the symbolic link.

$sel:fileMode:SymbolicLink', symbolicLink_fileMode - The file mode permissions of the blob that cotains information about the symbolic link.

$sel:relativePath:SymbolicLink', symbolicLink_relativePath - The relative path of the symbolic link from the folder where the query originated.

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
ToJSON Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Generic Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Associated Types

type Rep Target :: Type -> Type #

Methods

from :: Target -> Rep Target x #

to :: Rep Target x -> Target #

Read Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Show Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

NFData Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Methods

rnf :: Target -> () #

Eq Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Methods

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

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

Hashable Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

Methods

hashWithSalt :: Int -> Target -> Int #

hash :: Target -> Int #

type Rep Target Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.Target

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

newTarget Source #

Create a value of Target with all optional fields omitted.

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

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

$sel:destinationReference:Target', target_destinationReference - The branch of the repository where the pull request changes are merged. Also known as the destination branch.

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

$sel:sourceReference:Target', target_sourceReference - The branch of the repository that contains the changes for the pull request. Also known as the source branch.

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
FromJSON UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Generic UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Associated Types

type Rep UserInfo :: Type -> Type #

Methods

from :: UserInfo -> Rep UserInfo x #

to :: Rep UserInfo x -> UserInfo #

Read UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Show UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

NFData UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Methods

rnf :: UserInfo -> () #

Eq UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Hashable UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

Methods

hashWithSalt :: Int -> UserInfo -> Int #

hash :: UserInfo -> Int #

type Rep UserInfo Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.UserInfo

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

newUserInfo :: UserInfo Source #

Create a value of UserInfo with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:date:UserInfo', userInfo_date - The date when the specified commit was commited, in timestamp format with GMT offset.

$sel:email:UserInfo', userInfo_email - The email address associated with the user who made the commit, if any.

$sel:name:UserInfo', userInfo_name - The name of the user who made the specified commit.