Module Smaws_Client_CodeCommit.GetPullRequestOverrideState

Returns information about whether approval rules have been set aside (overridden) 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.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `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 | `InvalidPullRequestIdException of Types.invalid_pull_request_id_exception | `InvalidRevisionIdException of Types.invalid_revision_id_exception | `PullRequestDoesNotExistException of Types.pull_request_does_not_exist_exception | `PullRequestIdRequiredException of Types.pull_request_id_required_exception | `RevisionIdRequiredException of Types.revision_id_required_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.get_pull_request_override_state_input -> (Types.get_pull_request_override_state_output, [> Smaws_Lib.Protocols.AwsJson.error | `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 | `InvalidPullRequestIdException of Types.invalid_pull_request_id_exception | `InvalidRevisionIdException of Types.invalid_revision_id_exception | `PullRequestDoesNotExistException of Types.pull_request_does_not_exist_exception | `PullRequestIdRequiredException of Types.pull_request_id_required_exception | `RevisionIdRequiredException of Types.revision_id_required_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.get_pull_request_override_state_input -> (Types.get_pull_request_override_state_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `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 | `InvalidPullRequestIdException of Types.invalid_pull_request_id_exception | `InvalidRevisionIdException of Types.invalid_revision_id_exception | `PullRequestDoesNotExistException of Types.pull_request_does_not_exist_exception | `PullRequestIdRequiredException of Types.pull_request_id_required_exception | `RevisionIdRequiredException of Types.revision_id_required_exception ] * Smaws_Lib.Response.metadata) Stdlib.result