Module Smaws_Client_CodeCommit.Json_serializers

val blob_to_yojson : Stdlib.Bytes.t -> Smaws_Lib.Json.SerializeHelpers.t
val name_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val email_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val date_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val repository_name_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val update_repository_name_input_to_yojson : Types.update_repository_name_input -> Smaws_Lib.Json.SerializeHelpers.t
val message_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val repository_name_required_exception_to_yojson : Types.repository_name_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val repository_name_exists_exception_to_yojson : Types.repository_name_exists_exception -> Smaws_Lib.Json.SerializeHelpers.t
val repository_does_not_exist_exception_to_yojson : Types.repository_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_repository_name_exception_to_yojson : Types.invalid_repository_name_exception -> Smaws_Lib.Json.SerializeHelpers.t
val repository_id_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val kms_key_id_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val update_repository_encryption_key_output_to_yojson : Types.update_repository_encryption_key_output -> Smaws_Lib.Json.SerializeHelpers.t
val update_repository_encryption_key_input_to_yojson : Types.update_repository_encryption_key_input -> Smaws_Lib.Json.SerializeHelpers.t
val encryption_key_unavailable_exception_to_yojson : Types.encryption_key_unavailable_exception -> Smaws_Lib.Json.SerializeHelpers.t
val encryption_key_required_exception_to_yojson : Types.encryption_key_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val encryption_key_not_found_exception_to_yojson : Types.encryption_key_not_found_exception -> Smaws_Lib.Json.SerializeHelpers.t
val encryption_key_invalid_usage_exception_to_yojson : Types.encryption_key_invalid_usage_exception -> Smaws_Lib.Json.SerializeHelpers.t
val encryption_key_invalid_id_exception_to_yojson : Types.encryption_key_invalid_id_exception -> Smaws_Lib.Json.SerializeHelpers.t
val encryption_key_disabled_exception_to_yojson : Types.encryption_key_disabled_exception -> Smaws_Lib.Json.SerializeHelpers.t
val encryption_key_access_denied_exception_to_yojson : Types.encryption_key_access_denied_exception -> Smaws_Lib.Json.SerializeHelpers.t
val encryption_integrity_checks_failed_exception_to_yojson : Types.encryption_integrity_checks_failed_exception -> Smaws_Lib.Json.SerializeHelpers.t
val repository_description_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val update_repository_description_input_to_yojson : Types.update_repository_description_input -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_repository_description_exception_to_yojson : Types.invalid_repository_description_exception -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_id_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val title_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val description_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val last_modified_date_to_yojson : Smaws_Lib__.CoreTypes.Timestamp.t -> Smaws_Lib.Json.SerializeHelpers.t
val creation_date_to_yojson : Smaws_Lib__.CoreTypes.Timestamp.t -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_status_enum_to_yojson : Types.pull_request_status_enum -> [> `String of string ]
val arn_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val reference_name_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val commit_id_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val is_merged_to_yojson : bool -> Smaws_Lib.Json.SerializeHelpers.t
val merge_option_type_enum_to_yojson : Types.merge_option_type_enum -> [> `String of string ]
val pull_request_target_to_yojson : Types.pull_request_target -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_target_list_to_yojson : Types.pull_request_target list -> Smaws_Lib.Json.SerializeHelpers.t
val client_request_token_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val revision_id_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_id_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_name_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_content_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val rule_content_sha256_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_template_id_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_template_name_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val origin_approval_rule_template_to_yojson : Types.origin_approval_rule_template -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rules_list_to_yojson : Types.approval_rule list -> Smaws_Lib.Json.SerializeHelpers.t
val update_pull_request_title_output_to_yojson : Types.update_pull_request_title_output -> Smaws_Lib.Json.SerializeHelpers.t
val update_pull_request_title_input_to_yojson : Types.update_pull_request_title_input -> Smaws_Lib.Json.SerializeHelpers.t
val title_required_exception_to_yojson : Types.title_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_id_required_exception_to_yojson : Types.pull_request_id_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_does_not_exist_exception_to_yojson : Types.pull_request_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_already_closed_exception_to_yojson : Types.pull_request_already_closed_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_title_exception_to_yojson : Types.invalid_title_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_pull_request_id_exception_to_yojson : Types.invalid_pull_request_id_exception -> Smaws_Lib.Json.SerializeHelpers.t
val update_pull_request_status_output_to_yojson : Types.update_pull_request_status_output -> Smaws_Lib.Json.SerializeHelpers.t
val update_pull_request_status_input_to_yojson : Types.update_pull_request_status_input -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_status_required_exception_to_yojson : Types.pull_request_status_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_pull_request_status_update_exception_to_yojson : Types.invalid_pull_request_status_update_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_pull_request_status_exception_to_yojson : Types.invalid_pull_request_status_exception -> Smaws_Lib.Json.SerializeHelpers.t
val update_pull_request_description_output_to_yojson : Types.update_pull_request_description_output -> Smaws_Lib.Json.SerializeHelpers.t
val update_pull_request_description_input_to_yojson : Types.update_pull_request_description_input -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_description_exception_to_yojson : Types.invalid_description_exception -> Smaws_Lib.Json.SerializeHelpers.t
val approval_state_to_yojson : Types.approval_state -> [> `String of string ]
val update_pull_request_approval_state_input_to_yojson : Types.update_pull_request_approval_state_input -> Smaws_Lib.Json.SerializeHelpers.t
val revision_not_current_exception_to_yojson : Types.revision_not_current_exception -> Smaws_Lib.Json.SerializeHelpers.t
val revision_id_required_exception_to_yojson : Types.revision_id_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_cannot_be_approved_by_author_exception_to_yojson : Types.pull_request_cannot_be_approved_by_author_exception -> Smaws_Lib.Json.SerializeHelpers.t
val maximum_number_of_approvals_exceeded_exception_to_yojson : Types.maximum_number_of_approvals_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_revision_id_exception_to_yojson : Types.invalid_revision_id_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_approval_state_exception_to_yojson : Types.invalid_approval_state_exception -> Smaws_Lib.Json.SerializeHelpers.t
val approval_state_required_exception_to_yojson : Types.approval_state_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val update_pull_request_approval_rule_content_output_to_yojson : Types.update_pull_request_approval_rule_content_output -> Smaws_Lib.Json.SerializeHelpers.t
val update_pull_request_approval_rule_content_input_to_yojson : Types.update_pull_request_approval_rule_content_input -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_rule_content_sha256_exception_to_yojson : Types.invalid_rule_content_sha256_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_approval_rule_name_exception_to_yojson : Types.invalid_approval_rule_name_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_approval_rule_content_exception_to_yojson : Types.invalid_approval_rule_content_exception -> Smaws_Lib.Json.SerializeHelpers.t
val cannot_modify_approval_rule_from_template_exception_to_yojson : Types.cannot_modify_approval_rule_from_template_exception -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_name_required_exception_to_yojson : Types.approval_rule_name_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_does_not_exist_exception_to_yojson : Types.approval_rule_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_content_required_exception_to_yojson : Types.approval_rule_content_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val branch_name_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val update_default_branch_input_to_yojson : Types.update_default_branch_input -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_branch_name_exception_to_yojson : Types.invalid_branch_name_exception -> Smaws_Lib.Json.SerializeHelpers.t
val branch_name_required_exception_to_yojson : Types.branch_name_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val branch_does_not_exist_exception_to_yojson : Types.branch_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val comment_id_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val content_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val is_comment_deleted_to_yojson : bool -> Smaws_Lib.Json.SerializeHelpers.t
val reaction_value_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val caller_reactions_to_yojson : string list -> Smaws_Lib.Json.SerializeHelpers.t
val count_to_yojson : int -> Smaws_Lib.Json.SerializeHelpers.t
val reaction_counts_map_to_yojson : (string * int) list -> Smaws_Lib.Json.SerializeHelpers.t
val update_comment_output_to_yojson : Types.update_comment_output -> Smaws_Lib.Json.SerializeHelpers.t
val update_comment_input_to_yojson : Types.update_comment_input -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_comment_id_exception_to_yojson : Types.invalid_comment_id_exception -> Smaws_Lib.Json.SerializeHelpers.t
val comment_not_created_by_caller_exception_to_yojson : Types.comment_not_created_by_caller_exception -> Smaws_Lib.Json.SerializeHelpers.t
val comment_id_required_exception_to_yojson : Types.comment_id_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val comment_does_not_exist_exception_to_yojson : Types.comment_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val comment_deleted_exception_to_yojson : Types.comment_deleted_exception -> Smaws_Lib.Json.SerializeHelpers.t
val comment_content_size_limit_exceeded_exception_to_yojson : Types.comment_content_size_limit_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val comment_content_required_exception_to_yojson : Types.comment_content_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_template_description_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_template_content_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_template_to_yojson : Types.approval_rule_template -> Smaws_Lib.Json.SerializeHelpers.t
val update_approval_rule_template_name_output_to_yojson : Types.update_approval_rule_template_name_output -> Smaws_Lib.Json.SerializeHelpers.t
val update_approval_rule_template_name_input_to_yojson : Types.update_approval_rule_template_name_input -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_approval_rule_template_name_exception_to_yojson : Types.invalid_approval_rule_template_name_exception -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_template_name_required_exception_to_yojson : Types.approval_rule_template_name_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_template_name_already_exists_exception_to_yojson : Types.approval_rule_template_name_already_exists_exception -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_template_does_not_exist_exception_to_yojson : Types.approval_rule_template_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val update_approval_rule_template_description_output_to_yojson : Types.update_approval_rule_template_description_output -> Smaws_Lib.Json.SerializeHelpers.t
val update_approval_rule_template_description_input_to_yojson : Types.update_approval_rule_template_description_input -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_approval_rule_template_description_exception_to_yojson : Types.invalid_approval_rule_template_description_exception -> Smaws_Lib.Json.SerializeHelpers.t
val update_approval_rule_template_content_output_to_yojson : Types.update_approval_rule_template_content_output -> Smaws_Lib.Json.SerializeHelpers.t
val update_approval_rule_template_content_input_to_yojson : Types.update_approval_rule_template_content_input -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_approval_rule_template_content_exception_to_yojson : Types.invalid_approval_rule_template_content_exception -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_template_content_required_exception_to_yojson : Types.approval_rule_template_content_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val resource_arn_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val tag_key_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val tag_keys_list_to_yojson : string list -> Smaws_Lib.Json.SerializeHelpers.t
val untag_resource_input_to_yojson : Types.untag_resource_input -> Smaws_Lib.Json.SerializeHelpers.t
val too_many_tags_exception_to_yojson : Types.too_many_tags_exception -> Smaws_Lib.Json.SerializeHelpers.t
val tag_policy_exception_to_yojson : Types.tag_policy_exception -> Smaws_Lib.Json.SerializeHelpers.t
val tag_keys_list_required_exception_to_yojson : Types.tag_keys_list_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val resource_arn_required_exception_to_yojson : Types.resource_arn_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_tag_keys_list_exception_to_yojson : Types.invalid_tag_keys_list_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_system_tag_usage_exception_to_yojson : Types.invalid_system_tag_usage_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_resource_arn_exception_to_yojson : Types.invalid_resource_arn_exception -> Smaws_Lib.Json.SerializeHelpers.t
val tips_divergence_exceeded_exception_to_yojson : Types.tips_divergence_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val tip_of_source_reference_is_different_exception_to_yojson : Types.tip_of_source_reference_is_different_exception -> Smaws_Lib.Json.SerializeHelpers.t
val repository_trigger_name_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val repository_trigger_name_list_to_yojson : string list -> Smaws_Lib.Json.SerializeHelpers.t
val repository_trigger_execution_failure_message_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val repository_trigger_execution_failure_to_yojson : Types.repository_trigger_execution_failure -> Smaws_Lib.Json.SerializeHelpers.t
val repository_trigger_execution_failure_list_to_yojson : Types.repository_trigger_execution_failure list -> Smaws_Lib.Json.SerializeHelpers.t
val test_repository_triggers_output_to_yojson : Types.test_repository_triggers_output -> Smaws_Lib.Json.SerializeHelpers.t
val repository_trigger_custom_data_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val branch_name_list_to_yojson : string list -> Smaws_Lib.Json.SerializeHelpers.t
val repository_trigger_event_enum_to_yojson : Types.repository_trigger_event_enum -> [> `String of string ]
val repository_trigger_event_list_to_yojson : Types.repository_trigger_event_enum list -> Smaws_Lib.Json.SerializeHelpers.t
val repository_trigger_to_yojson : Types.repository_trigger -> Smaws_Lib.Json.SerializeHelpers.t
val repository_triggers_list_to_yojson : Types.repository_trigger list -> Smaws_Lib.Json.SerializeHelpers.t
val test_repository_triggers_input_to_yojson : Types.test_repository_triggers_input -> Smaws_Lib.Json.SerializeHelpers.t
val repository_triggers_list_required_exception_to_yojson : Types.repository_triggers_list_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val repository_trigger_name_required_exception_to_yojson : Types.repository_trigger_name_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val repository_trigger_events_list_required_exception_to_yojson : Types.repository_trigger_events_list_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val repository_trigger_destination_arn_required_exception_to_yojson : Types.repository_trigger_destination_arn_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val repository_trigger_branch_name_list_required_exception_to_yojson : Types.repository_trigger_branch_name_list_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val maximum_repository_triggers_exceeded_exception_to_yojson : Types.maximum_repository_triggers_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val maximum_branches_exceeded_exception_to_yojson : Types.maximum_branches_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_repository_trigger_region_exception_to_yojson : Types.invalid_repository_trigger_region_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_repository_trigger_name_exception_to_yojson : Types.invalid_repository_trigger_name_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_repository_trigger_events_exception_to_yojson : Types.invalid_repository_trigger_events_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_repository_trigger_destination_arn_exception_to_yojson : Types.invalid_repository_trigger_destination_arn_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_repository_trigger_custom_data_exception_to_yojson : Types.invalid_repository_trigger_custom_data_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_repository_trigger_branch_name_exception_to_yojson : Types.invalid_repository_trigger_branch_name_exception -> Smaws_Lib.Json.SerializeHelpers.t
val targets_required_exception_to_yojson : Types.targets_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val target_required_exception_to_yojson : Types.target_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val target_list_to_yojson : Types.target list -> Smaws_Lib.Json.SerializeHelpers.t
val tags_map_required_exception_to_yojson : Types.tags_map_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val tag_value_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val tags_map_to_yojson : (string * string) list -> Smaws_Lib.Json.SerializeHelpers.t
val tag_resource_input_to_yojson : Types.tag_resource_input -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_tags_map_exception_to_yojson : Types.invalid_tags_map_exception -> Smaws_Lib.Json.SerializeHelpers.t
val object_id_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val path_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val file_mode_type_enum_to_yojson : Types.file_mode_type_enum -> [> `String of string ]
val sub_module_list_to_yojson : Types.sub_module list -> Smaws_Lib.Json.SerializeHelpers.t
val is_move_to_yojson : bool -> Smaws_Lib.Json.SerializeHelpers.t
val source_file_specifier_to_yojson : Types.source_file_specifier -> Smaws_Lib.Json.SerializeHelpers.t
val source_file_or_content_required_exception_to_yojson : Types.source_file_or_content_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val source_and_destination_are_same_exception_to_yojson : Types.source_and_destination_are_same_exception -> Smaws_Lib.Json.SerializeHelpers.t
val sort_by_enum_to_yojson : Types.sort_by_enum -> [> `String of string ]
val set_file_mode_entry_to_yojson : Types.set_file_mode_entry -> Smaws_Lib.Json.SerializeHelpers.t
val set_file_mode_entries_to_yojson : Types.set_file_mode_entry list -> Smaws_Lib.Json.SerializeHelpers.t
val same_path_request_exception_to_yojson : Types.same_path_request_exception -> Smaws_Lib.Json.SerializeHelpers.t
val same_file_content_exception_to_yojson : Types.same_file_content_exception -> Smaws_Lib.Json.SerializeHelpers.t
val parent_list_to_yojson : string list -> Smaws_Lib.Json.SerializeHelpers.t
val additional_data_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val revision_children_to_yojson : string list -> Smaws_Lib.Json.SerializeHelpers.t
val revision_dag_to_yojson : Types.file_version list -> Smaws_Lib.Json.SerializeHelpers.t
val restricted_source_file_exception_to_yojson : Types.restricted_source_file_exception -> Smaws_Lib.Json.SerializeHelpers.t
val repository_triggers_configuration_id_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val repository_not_found_list_to_yojson : string list -> Smaws_Lib.Json.SerializeHelpers.t
val repository_not_associated_with_pull_request_exception_to_yojson : Types.repository_not_associated_with_pull_request_exception -> Smaws_Lib.Json.SerializeHelpers.t
val repository_names_required_exception_to_yojson : Types.repository_names_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val repository_name_list_to_yojson : string list -> Smaws_Lib.Json.SerializeHelpers.t
val repository_name_id_pair_to_yojson : Types.repository_name_id_pair -> Smaws_Lib.Json.SerializeHelpers.t
val repository_name_id_pair_list_to_yojson : Types.repository_name_id_pair list -> Smaws_Lib.Json.SerializeHelpers.t
val account_id_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val clone_url_http_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val clone_url_ssh_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val repository_metadata_to_yojson : Types.repository_metadata -> Smaws_Lib.Json.SerializeHelpers.t
val repository_metadata_list_to_yojson : Types.repository_metadata list -> Smaws_Lib.Json.SerializeHelpers.t
val repository_limit_exceeded_exception_to_yojson : Types.repository_limit_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val replacement_type_required_exception_to_yojson : Types.replacement_type_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val replacement_type_enum_to_yojson : Types.replacement_type_enum -> [> `String of string ]
val replacement_content_required_exception_to_yojson : Types.replacement_content_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val file_content_to_yojson : Stdlib.Bytes.t -> Smaws_Lib.Json.SerializeHelpers.t
val replace_content_entry_to_yojson : Types.replace_content_entry -> Smaws_Lib.Json.SerializeHelpers.t
val replace_content_entries_to_yojson : Types.replace_content_entry list -> Smaws_Lib.Json.SerializeHelpers.t
val relative_file_version_enum_to_yojson : Types.relative_file_version_enum -> [> `String of string ]
val reference_type_not_supported_exception_to_yojson : Types.reference_type_not_supported_exception -> Smaws_Lib.Json.SerializeHelpers.t
val reference_name_required_exception_to_yojson : Types.reference_name_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val reference_does_not_exist_exception_to_yojson : Types.reference_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val reaction_emoji_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val reaction_short_code_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val reaction_unicode_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val reaction_value_formats_to_yojson : Types.reaction_value_formats -> Smaws_Lib.Json.SerializeHelpers.t
val reaction_users_list_to_yojson : string list -> Smaws_Lib.Json.SerializeHelpers.t
val reaction_for_comment_to_yojson : Types.reaction_for_comment -> Smaws_Lib.Json.SerializeHelpers.t
val reactions_for_comment_list_to_yojson : Types.reaction_for_comment list -> Smaws_Lib.Json.SerializeHelpers.t
val reaction_value_required_exception_to_yojson : Types.reaction_value_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val reaction_limit_exceeded_exception_to_yojson : Types.reaction_limit_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val put_repository_triggers_output_to_yojson : Types.put_repository_triggers_output -> Smaws_Lib.Json.SerializeHelpers.t
val put_repository_triggers_input_to_yojson : Types.put_repository_triggers_input -> Smaws_Lib.Json.SerializeHelpers.t
val put_file_output_to_yojson : Types.put_file_output -> Smaws_Lib.Json.SerializeHelpers.t
val put_file_entry_conflict_exception_to_yojson : Types.put_file_entry_conflict_exception -> Smaws_Lib.Json.SerializeHelpers.t
val put_file_entry_to_yojson : Types.put_file_entry -> Smaws_Lib.Json.SerializeHelpers.t
val put_file_entries_to_yojson : Types.put_file_entry list -> Smaws_Lib.Json.SerializeHelpers.t
val path_required_exception_to_yojson : Types.path_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val parent_commit_id_required_exception_to_yojson : Types.parent_commit_id_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val parent_commit_id_outdated_exception_to_yojson : Types.parent_commit_id_outdated_exception -> Smaws_Lib.Json.SerializeHelpers.t
val parent_commit_does_not_exist_exception_to_yojson : Types.parent_commit_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val name_length_exceeded_exception_to_yojson : Types.name_length_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_path_exception_to_yojson : Types.invalid_path_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_parent_commit_id_exception_to_yojson : Types.invalid_parent_commit_id_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_file_mode_exception_to_yojson : Types.invalid_file_mode_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_email_exception_to_yojson : Types.invalid_email_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_deletion_parameter_exception_to_yojson : Types.invalid_deletion_parameter_exception -> Smaws_Lib.Json.SerializeHelpers.t
val folder_content_size_limit_exceeded_exception_to_yojson : Types.folder_content_size_limit_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val file_path_conflicts_with_submodule_path_exception_to_yojson : Types.file_path_conflicts_with_submodule_path_exception -> Smaws_Lib.Json.SerializeHelpers.t
val file_name_conflicts_with_directory_name_exception_to_yojson : Types.file_name_conflicts_with_directory_name_exception -> Smaws_Lib.Json.SerializeHelpers.t
val file_content_size_limit_exceeded_exception_to_yojson : Types.file_content_size_limit_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val file_content_required_exception_to_yojson : Types.file_content_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val directory_name_conflicts_with_file_name_exception_to_yojson : Types.directory_name_conflicts_with_file_name_exception -> Smaws_Lib.Json.SerializeHelpers.t
val commit_message_length_exceeded_exception_to_yojson : Types.commit_message_length_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val branch_name_is_tag_name_exception_to_yojson : Types.branch_name_is_tag_name_exception -> Smaws_Lib.Json.SerializeHelpers.t
val put_comment_reaction_input_to_yojson : Types.put_comment_reaction_input -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_reaction_value_exception_to_yojson : Types.invalid_reaction_value_exception -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_status_changed_event_metadata_to_yojson : Types.pull_request_status_changed_event_metadata -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_source_reference_updated_event_metadata_to_yojson : Types.pull_request_source_reference_updated_event_metadata -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_merged_state_changed_event_metadata_to_yojson : Types.pull_request_merged_state_changed_event_metadata -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_id_list_to_yojson : string list -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_event_type_to_yojson : Types.pull_request_event_type -> [> `String of string ]
val event_date_to_yojson : Smaws_Lib__.CoreTypes.Timestamp.t -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_created_event_metadata_to_yojson : Types.pull_request_created_event_metadata -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_event_metadata_to_yojson : Types.approval_rule_event_metadata -> Smaws_Lib.Json.SerializeHelpers.t
val approval_state_changed_event_metadata_to_yojson : Types.approval_state_changed_event_metadata -> Smaws_Lib.Json.SerializeHelpers.t
val override_status_to_yojson : Types.override_status -> [> `String of string ]
val approval_rule_overridden_event_metadata_to_yojson : Types.approval_rule_overridden_event_metadata -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_event_to_yojson : Types.pull_request_event -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_event_list_to_yojson : Types.pull_request_event list -> Smaws_Lib.Json.SerializeHelpers.t
val pull_request_approval_rules_not_satisfied_exception_to_yojson : Types.pull_request_approval_rules_not_satisfied_exception -> Smaws_Lib.Json.SerializeHelpers.t
val post_comment_reply_output_to_yojson : Types.post_comment_reply_output -> Smaws_Lib.Json.SerializeHelpers.t
val post_comment_reply_input_to_yojson : Types.post_comment_reply_input -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_client_request_token_exception_to_yojson : Types.invalid_client_request_token_exception -> Smaws_Lib.Json.SerializeHelpers.t
val idempotency_parameter_mismatch_exception_to_yojson : Types.idempotency_parameter_mismatch_exception -> Smaws_Lib.Json.SerializeHelpers.t
val client_request_token_required_exception_to_yojson : Types.client_request_token_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val post_comment_for_pull_request_output_to_yojson : Types.post_comment_for_pull_request_output -> Smaws_Lib.Json.SerializeHelpers.t
val post_comment_for_pull_request_input_to_yojson : Types.post_comment_for_pull_request_input -> Smaws_Lib.Json.SerializeHelpers.t
val path_does_not_exist_exception_to_yojson : Types.path_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_relative_file_version_enum_exception_to_yojson : Types.invalid_relative_file_version_enum_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_file_position_exception_to_yojson : Types.invalid_file_position_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_file_location_exception_to_yojson : Types.invalid_file_location_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_commit_id_exception_to_yojson : Types.invalid_commit_id_exception -> Smaws_Lib.Json.SerializeHelpers.t
val commit_id_required_exception_to_yojson : Types.commit_id_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val commit_does_not_exist_exception_to_yojson : Types.commit_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val before_commit_id_and_after_commit_id_are_same_exception_to_yojson : Types.before_commit_id_and_after_commit_id_are_same_exception -> Smaws_Lib.Json.SerializeHelpers.t
val post_comment_for_compared_commit_output_to_yojson : Types.post_comment_for_compared_commit_output -> Smaws_Lib.Json.SerializeHelpers.t
val post_comment_for_compared_commit_input_to_yojson : Types.post_comment_for_compared_commit_input -> Smaws_Lib.Json.SerializeHelpers.t
val override_status_required_exception_to_yojson : Types.override_status_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val override_pull_request_approval_rules_input_to_yojson : Types.override_pull_request_approval_rules_input -> Smaws_Lib.Json.SerializeHelpers.t
val override_already_set_exception_to_yojson : Types.override_already_set_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_override_status_exception_to_yojson : Types.invalid_override_status_exception -> Smaws_Lib.Json.SerializeHelpers.t
val overridden_to_yojson : bool -> Smaws_Lib.Json.SerializeHelpers.t
val order_enum_to_yojson : Types.order_enum -> [> `String of string ]
val operation_not_allowed_exception_to_yojson : Types.operation_not_allowed_exception -> Smaws_Lib.Json.SerializeHelpers.t
val object_type_enum_to_yojson : Types.object_type_enum -> [> `String of string ]
val number_of_rules_exceeded_exception_to_yojson : Types.number_of_rules_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val number_of_rule_templates_exceeded_exception_to_yojson : Types.number_of_rule_templates_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val number_of_conflicts_to_yojson : int -> Smaws_Lib.Json.SerializeHelpers.t
val no_change_exception_to_yojson : Types.no_change_exception -> Smaws_Lib.Json.SerializeHelpers.t
val next_token_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val multiple_repositories_in_pull_request_exception_to_yojson : Types.multiple_repositories_in_pull_request_exception -> Smaws_Lib.Json.SerializeHelpers.t
val multiple_conflict_resolution_entries_exception_to_yojson : Types.multiple_conflict_resolution_entries_exception -> Smaws_Lib.Json.SerializeHelpers.t
val mode_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val merge_pull_request_by_three_way_output_to_yojson : Types.merge_pull_request_by_three_way_output -> Smaws_Lib.Json.SerializeHelpers.t
val conflict_detail_level_type_enum_to_yojson : Types.conflict_detail_level_type_enum -> [> `String of string ]
val conflict_resolution_strategy_type_enum_to_yojson : Types.conflict_resolution_strategy_type_enum -> [> `String of string ]
val keep_empty_folders_to_yojson : bool -> Smaws_Lib.Json.SerializeHelpers.t
val delete_file_entry_to_yojson : Types.delete_file_entry -> Smaws_Lib.Json.SerializeHelpers.t
val delete_file_entries_to_yojson : Types.delete_file_entry list -> Smaws_Lib.Json.SerializeHelpers.t
val conflict_resolution_to_yojson : Types.conflict_resolution -> Smaws_Lib.Json.SerializeHelpers.t
val merge_pull_request_by_three_way_input_to_yojson : Types.merge_pull_request_by_three_way_input -> Smaws_Lib.Json.SerializeHelpers.t
val maximum_items_to_compare_exceeded_exception_to_yojson : Types.maximum_items_to_compare_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val maximum_file_content_to_load_exceeded_exception_to_yojson : Types.maximum_file_content_to_load_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val maximum_conflict_resolution_entries_exceeded_exception_to_yojson : Types.maximum_conflict_resolution_entries_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val manual_merge_required_exception_to_yojson : Types.manual_merge_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_replacement_type_exception_to_yojson : Types.invalid_replacement_type_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_replacement_content_exception_to_yojson : Types.invalid_replacement_content_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_conflict_resolution_strategy_exception_to_yojson : Types.invalid_conflict_resolution_strategy_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_conflict_resolution_exception_to_yojson : Types.invalid_conflict_resolution_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_conflict_detail_level_exception_to_yojson : Types.invalid_conflict_detail_level_exception -> Smaws_Lib.Json.SerializeHelpers.t
val concurrent_reference_update_exception_to_yojson : Types.concurrent_reference_update_exception -> Smaws_Lib.Json.SerializeHelpers.t
val merge_pull_request_by_squash_output_to_yojson : Types.merge_pull_request_by_squash_output -> Smaws_Lib.Json.SerializeHelpers.t
val merge_pull_request_by_squash_input_to_yojson : Types.merge_pull_request_by_squash_input -> Smaws_Lib.Json.SerializeHelpers.t
val merge_pull_request_by_fast_forward_output_to_yojson : Types.merge_pull_request_by_fast_forward_output -> Smaws_Lib.Json.SerializeHelpers.t
val merge_pull_request_by_fast_forward_input_to_yojson : Types.merge_pull_request_by_fast_forward_input -> Smaws_Lib.Json.SerializeHelpers.t
val merge_option_required_exception_to_yojson : Types.merge_option_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val change_type_enum_to_yojson : Types.change_type_enum -> [> `String of string ]
val merge_operations_to_yojson : Types.merge_operations -> Smaws_Lib.Json.SerializeHelpers.t
val is_hunk_conflict_to_yojson : bool -> Smaws_Lib.Json.SerializeHelpers.t
val line_number_to_yojson : int -> Smaws_Lib.Json.SerializeHelpers.t
val hunk_content_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val merge_hunk_detail_to_yojson : Types.merge_hunk_detail -> Smaws_Lib.Json.SerializeHelpers.t
val merge_hunks_to_yojson : Types.merge_hunk list -> Smaws_Lib.Json.SerializeHelpers.t
val merge_branches_by_three_way_output_to_yojson : Types.merge_branches_by_three_way_output -> Smaws_Lib.Json.SerializeHelpers.t
val commit_name_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val merge_branches_by_three_way_input_to_yojson : Types.merge_branches_by_three_way_input -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_target_branch_exception_to_yojson : Types.invalid_target_branch_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_commit_exception_to_yojson : Types.invalid_commit_exception -> Smaws_Lib.Json.SerializeHelpers.t
val file_mode_required_exception_to_yojson : Types.file_mode_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val commit_required_exception_to_yojson : Types.commit_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val merge_branches_by_squash_output_to_yojson : Types.merge_branches_by_squash_output -> Smaws_Lib.Json.SerializeHelpers.t
val merge_branches_by_squash_input_to_yojson : Types.merge_branches_by_squash_input -> Smaws_Lib.Json.SerializeHelpers.t
val merge_branches_by_fast_forward_output_to_yojson : Types.merge_branches_by_fast_forward_output -> Smaws_Lib.Json.SerializeHelpers.t
val merge_branches_by_fast_forward_input_to_yojson : Types.merge_branches_by_fast_forward_input -> Smaws_Lib.Json.SerializeHelpers.t
val maximum_rule_templates_associated_with_repository_exception_to_yojson : Types.maximum_rule_templates_associated_with_repository_exception -> Smaws_Lib.Json.SerializeHelpers.t
val maximum_repository_names_exceeded_exception_to_yojson : Types.maximum_repository_names_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val maximum_open_pull_requests_exceeded_exception_to_yojson : Types.maximum_open_pull_requests_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val maximum_file_entries_exceeded_exception_to_yojson : Types.maximum_file_entries_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val max_results_to_yojson : int -> Smaws_Lib.Json.SerializeHelpers.t
val list_tags_for_resource_output_to_yojson : Types.list_tags_for_resource_output -> Smaws_Lib.Json.SerializeHelpers.t
val list_tags_for_resource_input_to_yojson : Types.list_tags_for_resource_input -> Smaws_Lib.Json.SerializeHelpers.t
val list_repositories_output_to_yojson : Types.list_repositories_output -> Smaws_Lib.Json.SerializeHelpers.t
val list_repositories_input_to_yojson : Types.list_repositories_input -> Smaws_Lib.Json.SerializeHelpers.t
val list_repositories_for_approval_rule_template_output_to_yojson : Types.list_repositories_for_approval_rule_template_output -> Smaws_Lib.Json.SerializeHelpers.t
val list_repositories_for_approval_rule_template_input_to_yojson : Types.list_repositories_for_approval_rule_template_input -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_max_results_exception_to_yojson : Types.invalid_max_results_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_continuation_token_exception_to_yojson : Types.invalid_continuation_token_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_sort_by_exception_to_yojson : Types.invalid_sort_by_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_order_exception_to_yojson : Types.invalid_order_exception -> Smaws_Lib.Json.SerializeHelpers.t
val list_pull_requests_output_to_yojson : Types.list_pull_requests_output -> Smaws_Lib.Json.SerializeHelpers.t
val list_pull_requests_input_to_yojson : Types.list_pull_requests_input -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_author_arn_exception_to_yojson : Types.invalid_author_arn_exception -> Smaws_Lib.Json.SerializeHelpers.t
val author_does_not_exist_exception_to_yojson : Types.author_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val list_file_commit_history_response_to_yojson : Types.list_file_commit_history_response -> Smaws_Lib.Json.SerializeHelpers.t
val limit_to_yojson : int -> Smaws_Lib.Json.SerializeHelpers.t
val list_file_commit_history_request_to_yojson : Types.list_file_commit_history_request -> Smaws_Lib.Json.SerializeHelpers.t
val list_branches_output_to_yojson : Types.list_branches_output -> Smaws_Lib.Json.SerializeHelpers.t
val list_branches_input_to_yojson : Types.list_branches_input -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_template_name_list_to_yojson : string list -> Smaws_Lib.Json.SerializeHelpers.t
val list_associated_approval_rule_templates_for_repository_output_to_yojson : Types.list_associated_approval_rule_templates_for_repository_output -> Smaws_Lib.Json.SerializeHelpers.t
val list_associated_approval_rule_templates_for_repository_input_to_yojson : Types.list_associated_approval_rule_templates_for_repository_input -> Smaws_Lib.Json.SerializeHelpers.t
val list_approval_rule_templates_output_to_yojson : Types.list_approval_rule_templates_output -> Smaws_Lib.Json.SerializeHelpers.t
val list_approval_rule_templates_input_to_yojson : Types.list_approval_rule_templates_input -> Smaws_Lib.Json.SerializeHelpers.t
val is_object_type_conflict_to_yojson : bool -> Smaws_Lib.Json.SerializeHelpers.t
val is_mergeable_to_yojson : bool -> Smaws_Lib.Json.SerializeHelpers.t
val is_file_mode_conflict_to_yojson : bool -> Smaws_Lib.Json.SerializeHelpers.t
val is_content_conflict_to_yojson : bool -> Smaws_Lib.Json.SerializeHelpers.t
val capital_boolean_to_yojson : bool -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_targets_exception_to_yojson : Types.invalid_targets_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_target_exception_to_yojson : Types.invalid_target_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_source_commit_specifier_exception_to_yojson : Types.invalid_source_commit_specifier_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_reference_name_exception_to_yojson : Types.invalid_reference_name_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_reaction_user_arn_exception_to_yojson : Types.invalid_reaction_user_arn_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_pull_request_event_type_exception_to_yojson : Types.invalid_pull_request_event_type_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_merge_option_exception_to_yojson : Types.invalid_merge_option_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_max_merge_hunks_exception_to_yojson : Types.invalid_max_merge_hunks_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_max_conflict_files_exception_to_yojson : Types.invalid_max_conflict_files_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_destination_commit_specifier_exception_to_yojson : Types.invalid_destination_commit_specifier_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_blob_id_exception_to_yojson : Types.invalid_blob_id_exception -> Smaws_Lib.Json.SerializeHelpers.t
val invalid_actor_arn_exception_to_yojson : Types.invalid_actor_arn_exception -> Smaws_Lib.Json.SerializeHelpers.t
val get_repository_triggers_output_to_yojson : Types.get_repository_triggers_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_repository_triggers_input_to_yojson : Types.get_repository_triggers_input -> Smaws_Lib.Json.SerializeHelpers.t
val get_repository_output_to_yojson : Types.get_repository_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_repository_input_to_yojson : Types.get_repository_input -> Smaws_Lib.Json.SerializeHelpers.t
val get_pull_request_override_state_output_to_yojson : Types.get_pull_request_override_state_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_pull_request_override_state_input_to_yojson : Types.get_pull_request_override_state_input -> Smaws_Lib.Json.SerializeHelpers.t
val get_pull_request_output_to_yojson : Types.get_pull_request_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_pull_request_input_to_yojson : Types.get_pull_request_input -> Smaws_Lib.Json.SerializeHelpers.t
val approval_list_to_yojson : Types.approval list -> Smaws_Lib.Json.SerializeHelpers.t
val get_pull_request_approval_states_output_to_yojson : Types.get_pull_request_approval_states_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_pull_request_approval_states_input_to_yojson : Types.get_pull_request_approval_states_input -> Smaws_Lib.Json.SerializeHelpers.t
val get_merge_options_output_to_yojson : Types.get_merge_options_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_merge_options_input_to_yojson : Types.get_merge_options_input -> Smaws_Lib.Json.SerializeHelpers.t
val conflict_metadata_to_yojson : Types.conflict_metadata -> Smaws_Lib.Json.SerializeHelpers.t
val conflict_metadata_list_to_yojson : Types.conflict_metadata list -> Smaws_Lib.Json.SerializeHelpers.t
val get_merge_conflicts_output_to_yojson : Types.get_merge_conflicts_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_merge_conflicts_input_to_yojson : Types.get_merge_conflicts_input -> Smaws_Lib.Json.SerializeHelpers.t
val get_merge_commit_output_to_yojson : Types.get_merge_commit_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_merge_commit_input_to_yojson : Types.get_merge_commit_input -> Smaws_Lib.Json.SerializeHelpers.t
val folder_list_to_yojson : Types.folder list -> Smaws_Lib.Json.SerializeHelpers.t
val file_list_to_yojson : Types.file list -> Smaws_Lib.Json.SerializeHelpers.t
val get_folder_output_to_yojson : Types.get_folder_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_folder_input_to_yojson : Types.get_folder_input -> Smaws_Lib.Json.SerializeHelpers.t
val folder_does_not_exist_exception_to_yojson : Types.folder_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val get_file_output_to_yojson : Types.get_file_output -> Smaws_Lib.Json.SerializeHelpers.t
val file_too_large_exception_to_yojson : Types.file_too_large_exception -> Smaws_Lib.Json.SerializeHelpers.t
val file_does_not_exist_exception_to_yojson : Types.file_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val difference_list_to_yojson : Types.difference list -> Smaws_Lib.Json.SerializeHelpers.t
val get_differences_output_to_yojson : Types.get_differences_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_differences_input_to_yojson : Types.get_differences_input -> Smaws_Lib.Json.SerializeHelpers.t
val get_commit_output_to_yojson : Types.get_commit_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_commit_input_to_yojson : Types.get_commit_input -> Smaws_Lib.Json.SerializeHelpers.t
val commit_id_does_not_exist_exception_to_yojson : Types.commit_id_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val comments_to_yojson : Types.comment list -> Smaws_Lib.Json.SerializeHelpers.t
val comments_for_pull_request_to_yojson : Types.comments_for_pull_request -> Smaws_Lib.Json.SerializeHelpers.t
val comments_for_pull_request_data_to_yojson : Types.comments_for_pull_request list -> Smaws_Lib.Json.SerializeHelpers.t
val get_comments_for_pull_request_output_to_yojson : Types.get_comments_for_pull_request_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_comments_for_pull_request_input_to_yojson : Types.get_comments_for_pull_request_input -> Smaws_Lib.Json.SerializeHelpers.t
val comments_for_compared_commit_to_yojson : Types.comments_for_compared_commit -> Smaws_Lib.Json.SerializeHelpers.t
val comments_for_compared_commit_data_to_yojson : Types.comments_for_compared_commit list -> Smaws_Lib.Json.SerializeHelpers.t
val get_comments_for_compared_commit_output_to_yojson : Types.get_comments_for_compared_commit_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_comments_for_compared_commit_input_to_yojson : Types.get_comments_for_compared_commit_input -> Smaws_Lib.Json.SerializeHelpers.t
val get_comment_reactions_output_to_yojson : Types.get_comment_reactions_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_comment_reactions_input_to_yojson : Types.get_comment_reactions_input -> Smaws_Lib.Json.SerializeHelpers.t
val get_comment_output_to_yojson : Types.get_comment_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_comment_input_to_yojson : Types.get_comment_input -> Smaws_Lib.Json.SerializeHelpers.t
val get_branch_output_to_yojson : Types.get_branch_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_branch_input_to_yojson : Types.get_branch_input -> Smaws_Lib.Json.SerializeHelpers.t
val get_blob_output_to_yojson : Types.get_blob_output -> Smaws_Lib.Json.SerializeHelpers.t
val blob_id_required_exception_to_yojson : Types.blob_id_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val blob_id_does_not_exist_exception_to_yojson : Types.blob_id_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val get_approval_rule_template_output_to_yojson : Types.get_approval_rule_template_output -> Smaws_Lib.Json.SerializeHelpers.t
val get_approval_rule_template_input_to_yojson : Types.get_approval_rule_template_input -> Smaws_Lib.Json.SerializeHelpers.t
val files_metadata_to_yojson : Types.file_metadata list -> Smaws_Lib.Json.SerializeHelpers.t
val file_paths_to_yojson : string list -> Smaws_Lib.Json.SerializeHelpers.t
val file_entry_required_exception_to_yojson : Types.file_entry_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val file_content_and_source_file_specified_exception_to_yojson : Types.file_content_and_source_file_specified_exception -> Smaws_Lib.Json.SerializeHelpers.t
val exception_name_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val approved_to_yojson : bool -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rules_satisfied_list_to_yojson : string list -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rules_not_satisfied_list_to_yojson : string list -> Smaws_Lib.Json.SerializeHelpers.t
val evaluate_pull_request_approval_rules_output_to_yojson : Types.evaluate_pull_request_approval_rules_output -> Smaws_Lib.Json.SerializeHelpers.t
val evaluate_pull_request_approval_rules_input_to_yojson : Types.evaluate_pull_request_approval_rules_input -> Smaws_Lib.Json.SerializeHelpers.t
val error_message_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val error_code_to_yojson : string -> Smaws_Lib.Json.SerializeHelpers.t
val disassociate_approval_rule_template_from_repository_input_to_yojson : Types.disassociate_approval_rule_template_from_repository_input -> Smaws_Lib.Json.SerializeHelpers.t
val describe_pull_request_events_output_to_yojson : Types.describe_pull_request_events_output -> Smaws_Lib.Json.SerializeHelpers.t
val describe_pull_request_events_input_to_yojson : Types.describe_pull_request_events_input -> Smaws_Lib.Json.SerializeHelpers.t
val actor_does_not_exist_exception_to_yojson : Types.actor_does_not_exist_exception -> Smaws_Lib.Json.SerializeHelpers.t
val describe_merge_conflicts_output_to_yojson : Types.describe_merge_conflicts_output -> Smaws_Lib.Json.SerializeHelpers.t
val describe_merge_conflicts_input_to_yojson : Types.describe_merge_conflicts_input -> Smaws_Lib.Json.SerializeHelpers.t
val delete_repository_output_to_yojson : Types.delete_repository_output -> Smaws_Lib.Json.SerializeHelpers.t
val delete_repository_input_to_yojson : Types.delete_repository_input -> Smaws_Lib.Json.SerializeHelpers.t
val delete_pull_request_approval_rule_output_to_yojson : Types.delete_pull_request_approval_rule_output -> Smaws_Lib.Json.SerializeHelpers.t
val delete_pull_request_approval_rule_input_to_yojson : Types.delete_pull_request_approval_rule_input -> Smaws_Lib.Json.SerializeHelpers.t
val cannot_delete_approval_rule_from_template_exception_to_yojson : Types.cannot_delete_approval_rule_from_template_exception -> Smaws_Lib.Json.SerializeHelpers.t
val delete_file_output_to_yojson : Types.delete_file_output -> Smaws_Lib.Json.SerializeHelpers.t
val delete_file_input_to_yojson : Types.delete_file_input -> Smaws_Lib.Json.SerializeHelpers.t
val delete_comment_content_output_to_yojson : Types.delete_comment_content_output -> Smaws_Lib.Json.SerializeHelpers.t
val delete_comment_content_input_to_yojson : Types.delete_comment_content_input -> Smaws_Lib.Json.SerializeHelpers.t
val delete_branch_output_to_yojson : Types.delete_branch_output -> Smaws_Lib.Json.SerializeHelpers.t
val delete_branch_input_to_yojson : Types.delete_branch_input -> Smaws_Lib.Json.SerializeHelpers.t
val default_branch_cannot_be_deleted_exception_to_yojson : Types.default_branch_cannot_be_deleted_exception -> Smaws_Lib.Json.SerializeHelpers.t
val delete_approval_rule_template_output_to_yojson : Types.delete_approval_rule_template_output -> Smaws_Lib.Json.SerializeHelpers.t
val delete_approval_rule_template_input_to_yojson : Types.delete_approval_rule_template_input -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_template_in_use_exception_to_yojson : Types.approval_rule_template_in_use_exception -> Smaws_Lib.Json.SerializeHelpers.t
val create_unreferenced_merge_commit_output_to_yojson : Types.create_unreferenced_merge_commit_output -> Smaws_Lib.Json.SerializeHelpers.t
val create_unreferenced_merge_commit_input_to_yojson : Types.create_unreferenced_merge_commit_input -> Smaws_Lib.Json.SerializeHelpers.t
val create_repository_output_to_yojson : Types.create_repository_output -> Smaws_Lib.Json.SerializeHelpers.t
val create_repository_input_to_yojson : Types.create_repository_input -> Smaws_Lib.Json.SerializeHelpers.t
val create_pull_request_output_to_yojson : Types.create_pull_request_output -> Smaws_Lib.Json.SerializeHelpers.t
val create_pull_request_input_to_yojson : Types.create_pull_request_input -> Smaws_Lib.Json.SerializeHelpers.t
val create_pull_request_approval_rule_output_to_yojson : Types.create_pull_request_approval_rule_output -> Smaws_Lib.Json.SerializeHelpers.t
val create_pull_request_approval_rule_input_to_yojson : Types.create_pull_request_approval_rule_input -> Smaws_Lib.Json.SerializeHelpers.t
val approval_rule_name_already_exists_exception_to_yojson : Types.approval_rule_name_already_exists_exception -> Smaws_Lib.Json.SerializeHelpers.t
val create_commit_output_to_yojson : Types.create_commit_output -> Smaws_Lib.Json.SerializeHelpers.t
val create_commit_input_to_yojson : Types.create_commit_input -> Smaws_Lib.Json.SerializeHelpers.t
val create_branch_input_to_yojson : Types.create_branch_input -> Smaws_Lib.Json.SerializeHelpers.t
val branch_name_exists_exception_to_yojson : Types.branch_name_exists_exception -> Smaws_Lib.Json.SerializeHelpers.t
val create_approval_rule_template_output_to_yojson : Types.create_approval_rule_template_output -> Smaws_Lib.Json.SerializeHelpers.t
val create_approval_rule_template_input_to_yojson : Types.create_approval_rule_template_input -> Smaws_Lib.Json.SerializeHelpers.t
val conflicts_to_yojson : Types.conflict list -> Smaws_Lib.Json.SerializeHelpers.t
val commit_objects_list_to_yojson : Types.commit list -> Smaws_Lib.Json.SerializeHelpers.t
val commit_ids_list_required_exception_to_yojson : Types.commit_ids_list_required_exception -> Smaws_Lib.Json.SerializeHelpers.t
val commit_ids_limit_exceeded_exception_to_yojson : Types.commit_ids_limit_exceeded_exception -> Smaws_Lib.Json.SerializeHelpers.t
val commit_ids_input_list_to_yojson : string list -> Smaws_Lib.Json.SerializeHelpers.t
val batch_get_repositories_error_code_enum_to_yojson : Types.batch_get_repositories_error_code_enum -> [> `String of string ]
val batch_get_repositories_error_to_yojson : Types.batch_get_repositories_error -> Smaws_Lib.Json.SerializeHelpers.t
val batch_get_repositories_errors_list_to_yojson : Types.batch_get_repositories_error list -> Smaws_Lib.Json.SerializeHelpers.t
val batch_get_repositories_output_to_yojson : Types.batch_get_repositories_output -> Smaws_Lib.Json.SerializeHelpers.t
val batch_get_repositories_input_to_yojson : Types.batch_get_repositories_input -> Smaws_Lib.Json.SerializeHelpers.t
val batch_get_commits_error_to_yojson : Types.batch_get_commits_error -> Smaws_Lib.Json.SerializeHelpers.t
val batch_get_commits_errors_list_to_yojson : Types.batch_get_commits_error list -> Smaws_Lib.Json.SerializeHelpers.t
val batch_get_commits_output_to_yojson : Types.batch_get_commits_output -> Smaws_Lib.Json.SerializeHelpers.t
val batch_get_commits_input_to_yojson : Types.batch_get_commits_input -> Smaws_Lib.Json.SerializeHelpers.t
val batch_disassociate_approval_rule_template_from_repositories_error_to_yojson : Types.batch_disassociate_approval_rule_template_from_repositories_error -> Smaws_Lib.Json.SerializeHelpers.t
val batch_disassociate_approval_rule_template_from_repositories_errors_list_to_yojson : Types.batch_disassociate_approval_rule_template_from_repositories_error list -> Smaws_Lib.Json.SerializeHelpers.t
val batch_disassociate_approval_rule_template_from_repositories_output_to_yojson : Types.batch_disassociate_approval_rule_template_from_repositories_output -> Smaws_Lib.Json.SerializeHelpers.t
val batch_disassociate_approval_rule_template_from_repositories_input_to_yojson : Types.batch_disassociate_approval_rule_template_from_repositories_input -> Smaws_Lib.Json.SerializeHelpers.t
val batch_describe_merge_conflicts_error_to_yojson : Types.batch_describe_merge_conflicts_error -> Smaws_Lib.Json.SerializeHelpers.t
val batch_describe_merge_conflicts_errors_to_yojson : Types.batch_describe_merge_conflicts_error list -> Smaws_Lib.Json.SerializeHelpers.t
val batch_describe_merge_conflicts_output_to_yojson : Types.batch_describe_merge_conflicts_output -> Smaws_Lib.Json.SerializeHelpers.t
val batch_describe_merge_conflicts_input_to_yojson : Types.batch_describe_merge_conflicts_input -> Smaws_Lib.Json.SerializeHelpers.t
val batch_associate_approval_rule_template_with_repositories_error_to_yojson : Types.batch_associate_approval_rule_template_with_repositories_error -> Smaws_Lib.Json.SerializeHelpers.t
val batch_associate_approval_rule_template_with_repositories_errors_list_to_yojson : Types.batch_associate_approval_rule_template_with_repositories_error list -> Smaws_Lib.Json.SerializeHelpers.t
val batch_associate_approval_rule_template_with_repositories_output_to_yojson : Types.batch_associate_approval_rule_template_with_repositories_output -> Smaws_Lib.Json.SerializeHelpers.t
val batch_associate_approval_rule_template_with_repositories_input_to_yojson : Types.batch_associate_approval_rule_template_with_repositories_input -> Smaws_Lib.Json.SerializeHelpers.t
val associate_approval_rule_template_with_repository_input_to_yojson : Types.associate_approval_rule_template_with_repository_input -> Smaws_Lib.Json.SerializeHelpers.t