Module Smaws_Client_CodeCommit.MergeBranchesByFastForward

Merges two branches using the fast-forward merge strategy.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `BranchDoesNotExistException of Types.branch_does_not_exist_exception | `BranchNameIsTagNameException of Types.branch_name_is_tag_name_exception | `BranchNameRequiredException of Types.branch_name_required_exception | `CommitDoesNotExistException of Types.commit_does_not_exist_exception | `CommitRequiredException of Types.commit_required_exception | `ConcurrentReferenceUpdateException of Types.concurrent_reference_update_exception | `EncryptionIntegrityChecksFailedException of Types.encryption_integrity_checks_failed_exception | `EncryptionKeyAccessDeniedException of Types.encryption_key_access_denied_exception | `EncryptionKeyDisabledException of Types.encryption_key_disabled_exception | `EncryptionKeyNotFoundException of Types.encryption_key_not_found_exception | `EncryptionKeyUnavailableException of Types.encryption_key_unavailable_exception | `InvalidBranchNameException of Types.invalid_branch_name_exception | `InvalidCommitException of Types.invalid_commit_exception | `InvalidRepositoryNameException of Types.invalid_repository_name_exception | `InvalidTargetBranchException of Types.invalid_target_branch_exception | `ManualMergeRequiredException of Types.manual_merge_required_exception | `RepositoryDoesNotExistException of Types.repository_does_not_exist_exception | `RepositoryNameRequiredException of Types.repository_name_required_exception | `TipsDivergenceExceededException of Types.tips_divergence_exceeded_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.merge_branches_by_fast_forward_input -> (Types.merge_branches_by_fast_forward_output, [> Smaws_Lib.Protocols.AwsJson.error | `BranchDoesNotExistException of Types.branch_does_not_exist_exception | `BranchNameIsTagNameException of Types.branch_name_is_tag_name_exception | `BranchNameRequiredException of Types.branch_name_required_exception | `CommitDoesNotExistException of Types.commit_does_not_exist_exception | `CommitRequiredException of Types.commit_required_exception | `ConcurrentReferenceUpdateException of Types.concurrent_reference_update_exception | `EncryptionIntegrityChecksFailedException of Types.encryption_integrity_checks_failed_exception | `EncryptionKeyAccessDeniedException of Types.encryption_key_access_denied_exception | `EncryptionKeyDisabledException of Types.encryption_key_disabled_exception | `EncryptionKeyNotFoundException of Types.encryption_key_not_found_exception | `EncryptionKeyUnavailableException of Types.encryption_key_unavailable_exception | `InvalidBranchNameException of Types.invalid_branch_name_exception | `InvalidCommitException of Types.invalid_commit_exception | `InvalidRepositoryNameException of Types.invalid_repository_name_exception | `InvalidTargetBranchException of Types.invalid_target_branch_exception | `ManualMergeRequiredException of Types.manual_merge_required_exception | `RepositoryDoesNotExistException of Types.repository_does_not_exist_exception | `RepositoryNameRequiredException of Types.repository_name_required_exception | `TipsDivergenceExceededException of Types.tips_divergence_exceeded_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.merge_branches_by_fast_forward_input -> (Types.merge_branches_by_fast_forward_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `BranchDoesNotExistException of Types.branch_does_not_exist_exception | `BranchNameIsTagNameException of Types.branch_name_is_tag_name_exception | `BranchNameRequiredException of Types.branch_name_required_exception | `CommitDoesNotExistException of Types.commit_does_not_exist_exception | `CommitRequiredException of Types.commit_required_exception | `ConcurrentReferenceUpdateException of Types.concurrent_reference_update_exception | `EncryptionIntegrityChecksFailedException of Types.encryption_integrity_checks_failed_exception | `EncryptionKeyAccessDeniedException of Types.encryption_key_access_denied_exception | `EncryptionKeyDisabledException of Types.encryption_key_disabled_exception | `EncryptionKeyNotFoundException of Types.encryption_key_not_found_exception | `EncryptionKeyUnavailableException of Types.encryption_key_unavailable_exception | `InvalidBranchNameException of Types.invalid_branch_name_exception | `InvalidCommitException of Types.invalid_commit_exception | `InvalidRepositoryNameException of Types.invalid_repository_name_exception | `InvalidTargetBranchException of Types.invalid_target_branch_exception | `ManualMergeRequiredException of Types.manual_merge_required_exception | `RepositoryDoesNotExistException of Types.repository_does_not_exist_exception | `RepositoryNameRequiredException of Types.repository_name_required_exception | `TipsDivergenceExceededException of Types.tips_divergence_exceeded_exception ] * Smaws_Lib.Response.metadata) Stdlib.result