Module Awso_arc_region_switch.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | ApprovePlanExecutionStep : (Values.ApprovePlanExecutionStepRequest.t,
Values.ApprovePlanExecutionStepResponse.t,
Values.ApprovePlanExecutionStepResponse.error)
t| CancelPlanExecution : (Values.CancelPlanExecutionRequest.t,
Values.CancelPlanExecutionResponse.t,
Values.CancelPlanExecutionResponse.error)
t| CreatePlan : (Values.CreatePlanRequest.t,
Values.CreatePlanResponse.t,
Values.CreatePlanResponse.error)
t| DeletePlan : (Values.DeletePlanRequest.t,
Values.DeletePlanResponse.t,
Values.DeletePlanResponse.error)
t| GetPlan : (Values.GetPlanRequest.t,
Values.GetPlanResponse.t,
Values.GetPlanResponse.error)
t| GetPlanEvaluationStatus : (Values.GetPlanEvaluationStatusRequest.t,
Values.GetPlanEvaluationStatusResponse.t,
Values.GetPlanEvaluationStatusResponse.error)
t| GetPlanExecution : (Values.GetPlanExecutionRequest.t,
Values.GetPlanExecutionResponse.t,
Values.GetPlanExecutionResponse.error)
t| GetPlanInRegion : (Values.GetPlanInRegionRequest.t,
Values.GetPlanInRegionResponse.t,
Values.GetPlanInRegionResponse.error)
t| ListPlanExecutionEvents : (Values.ListPlanExecutionEventsRequest.t,
Values.ListPlanExecutionEventsResponse.t,
Values.ListPlanExecutionEventsResponse.error)
t| ListPlanExecutions : (Values.ListPlanExecutionsRequest.t,
Values.ListPlanExecutionsResponse.t,
Values.ListPlanExecutionsResponse.error)
t| ListPlans : (Values.ListPlansRequest.t,
Values.ListPlansResponse.t,
Values.ListPlansResponse.error)
t| ListPlansInRegion : (Values.ListPlansInRegionRequest.t,
Values.ListPlansInRegionResponse.t,
Values.ListPlansInRegionResponse.error)
t| ListRoute53HealthChecks : (Values.ListRoute53HealthChecksRequest.t,
Values.ListRoute53HealthChecksResponse.t,
Values.ListRoute53HealthChecksResponse.error)
t| ListRoute53HealthChecksInRegion : (Values.ListRoute53HealthChecksInRegionRequest.t,
Values.ListRoute53HealthChecksInRegionResponse.t,
Values.ListRoute53HealthChecksInRegionResponse.error)
t| ListTagsForResource : (Values.ListTagsForResourceRequest.t,
Values.ListTagsForResourceResponse.t,
Values.ListTagsForResourceResponse.error)
t| StartPlanExecution : (Values.StartPlanExecutionRequest.t,
Values.StartPlanExecutionResponse.t,
Values.StartPlanExecutionResponse.error)
t| TagResource : (Values.TagResourceRequest.t,
Values.TagResourceResponse.t,
Values.TagResourceResponse.error)
t| UntagResource : (Values.UntagResourceRequest.t,
Values.UntagResourceResponse.t,
Values.UntagResourceResponse.error)
t| UpdatePlan : (Values.UpdatePlanRequest.t,
Values.UpdatePlanResponse.t,
Values.UpdatePlanResponse.error)
t| UpdatePlanExecution : (Values.UpdatePlanExecutionRequest.t,
Values.UpdatePlanExecutionResponse.t,
Values.UpdatePlanExecutionResponse.error)
t| UpdatePlanExecutionStep : (Values.UpdatePlanExecutionStepRequest.t,
Values.UpdatePlanExecutionStepResponse.t,
Values.UpdatePlanExecutionStepResponse.error)
t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `POST ] Sourceval uri_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> 'i -> Uri.t