Module Awso_arc_region_switch.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | ApprovePlanExecutionStep : (Values.ApprovePlanExecutionStepRequest.t, Values.ApprovePlanExecutionStepResponse.t, Values.ApprovePlanExecutionStepResponse.error) t
  2. | CancelPlanExecution : (Values.CancelPlanExecutionRequest.t, Values.CancelPlanExecutionResponse.t, Values.CancelPlanExecutionResponse.error) t
  3. | CreatePlan : (Values.CreatePlanRequest.t, Values.CreatePlanResponse.t, Values.CreatePlanResponse.error) t
  4. | DeletePlan : (Values.DeletePlanRequest.t, Values.DeletePlanResponse.t, Values.DeletePlanResponse.error) t
  5. | GetPlan : (Values.GetPlanRequest.t, Values.GetPlanResponse.t, Values.GetPlanResponse.error) t
  6. | GetPlanEvaluationStatus : (Values.GetPlanEvaluationStatusRequest.t, Values.GetPlanEvaluationStatusResponse.t, Values.GetPlanEvaluationStatusResponse.error) t
  7. | GetPlanExecution : (Values.GetPlanExecutionRequest.t, Values.GetPlanExecutionResponse.t, Values.GetPlanExecutionResponse.error) t
  8. | GetPlanInRegion : (Values.GetPlanInRegionRequest.t, Values.GetPlanInRegionResponse.t, Values.GetPlanInRegionResponse.error) t
  9. | ListPlanExecutionEvents : (Values.ListPlanExecutionEventsRequest.t, Values.ListPlanExecutionEventsResponse.t, Values.ListPlanExecutionEventsResponse.error) t
  10. | ListPlanExecutions : (Values.ListPlanExecutionsRequest.t, Values.ListPlanExecutionsResponse.t, Values.ListPlanExecutionsResponse.error) t
  11. | ListPlans : (Values.ListPlansRequest.t, Values.ListPlansResponse.t, Values.ListPlansResponse.error) t
  12. | ListPlansInRegion : (Values.ListPlansInRegionRequest.t, Values.ListPlansInRegionResponse.t, Values.ListPlansInRegionResponse.error) t
  13. | ListRoute53HealthChecks : (Values.ListRoute53HealthChecksRequest.t, Values.ListRoute53HealthChecksResponse.t, Values.ListRoute53HealthChecksResponse.error) t
  14. | ListRoute53HealthChecksInRegion : (Values.ListRoute53HealthChecksInRegionRequest.t, Values.ListRoute53HealthChecksInRegionResponse.t, Values.ListRoute53HealthChecksInRegionResponse.error) t
  15. | ListTagsForResource : (Values.ListTagsForResourceRequest.t, Values.ListTagsForResourceResponse.t, Values.ListTagsForResourceResponse.error) t
  16. | StartPlanExecution : (Values.StartPlanExecutionRequest.t, Values.StartPlanExecutionResponse.t, Values.StartPlanExecutionResponse.error) t
  17. | TagResource : (Values.TagResourceRequest.t, Values.TagResourceResponse.t, Values.TagResourceResponse.error) t
  18. | UntagResource : (Values.UntagResourceRequest.t, Values.UntagResourceResponse.t, Values.UntagResourceResponse.error) t
  19. | UpdatePlan : (Values.UpdatePlanRequest.t, Values.UpdatePlanResponse.t, Values.UpdatePlanResponse.error) t
  20. | UpdatePlanExecution : (Values.UpdatePlanExecutionRequest.t, Values.UpdatePlanExecutionResponse.t, Values.UpdatePlanExecutionResponse.error) t
  21. | 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
Sourceval to_request : ('i, 'o, 'e) t -> 'i -> Awso.Http.Request.t
Sourceval of_response : ('i, 'o, 'e) t -> Awso.Http.Response.t -> ('o, 'e) result