Module Smaws_Client_Route53RecoveryClusterSource
Sourcetype validation_exception_reason = | OTHER| FIELD_VALIDATION_FAILED| CANNOT_PARSE| UNKNOWN_OPERATION
Sourcetype validation_exception_field = {message : string;name : string;
} Sourcetype update_routing_control_states_response = unit Sourcetype routing_control_state = | Off| On
Sourcetype throttling_exception = {retry_after_seconds : int option;message : string;
} Sourcetype service_limit_exceeded_exception = {service_code : string;limit_code : string;resource_type : string option;resource_id : string option;message : string;
} Sourcetype resource_not_found_exception = {resource_type : string;resource_id : string;message : string;
} Sourcetype internal_server_exception = {retry_after_seconds : int option;message : string;
} Sourcetype endpoint_temporarily_unavailable_exception = {message : string;
} Sourcetype conflict_exception = {resource_type : string;resource_id : string;message : string;
} Sourcetype access_denied_exception = {message : string;
} Sourcetype update_routing_control_state_response = unit Sourcetype update_routing_control_state_request = {safety_rules_to_override : string list option;routing_control_state : routing_control_state;routing_control_arn : string;
} Sourcetype routing_control = {owner : string option;routing_control_state : routing_control_state option;routing_control_name : string option;routing_control_arn : string option;control_panel_name : string option;control_panel_arn : string option;
} Sourcetype list_routing_controls_response = {next_token : string option;routing_controls : routing_control list;
} Sourcetype list_routing_controls_request = {max_results : int option;next_token : string option;control_panel_arn : string option;
} Sourcetype get_routing_control_state_response = {routing_control_name : string option;routing_control_state : routing_control_state;routing_control_arn : string;
} Sourcetype get_routing_control_state_request = {routing_control_arn : string;
} Sourceval make_routing_control :
?owner:string ->
?routing_control_state:routing_control_state ->
?routing_control_name:string ->
?routing_control_arn:string ->
?control_panel_name:string ->
?control_panel_arn:string ->
unit ->
routing_control