Module Smaws_Client_ARCRegionswitch.StartPlanExecution

Starts the execution of a Region switch plan. You can execute a plan in either graceful or ungraceful mode.

Specifing ungraceful mode either changes the behavior of the execution blocks in a workflow or skips specific execution blocks.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `IllegalArgumentException of Types.illegal_argument_exception | `IllegalStateException of Types.illegal_state_exception | `ResourceNotFoundException of Types.resource_not_found_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.start_plan_execution_request -> (Types.start_plan_execution_response, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `IllegalArgumentException of Types.illegal_argument_exception | `IllegalStateException of Types.illegal_state_exception | `ResourceNotFoundException of Types.resource_not_found_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.start_plan_execution_request -> (Types.start_plan_execution_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `IllegalArgumentException of Types.illegal_argument_exception | `IllegalStateException of Types.illegal_state_exception | `ResourceNotFoundException of Types.resource_not_found_exception ] * Smaws_Lib.Response.metadata) Stdlib.result