Module Awso_autoscaling_plans.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | CreateScalingPlan : (Values.CreateScalingPlanRequest.t,
Values.CreateScalingPlanResponse.t,
Values.CreateScalingPlanResponse.error)
t| DeleteScalingPlan : (Values.DeleteScalingPlanRequest.t,
Values.DeleteScalingPlanResponse.t,
Values.DeleteScalingPlanResponse.error)
t| DescribeScalingPlanResources : (Values.DescribeScalingPlanResourcesRequest.t,
Values.DescribeScalingPlanResourcesResponse.t,
Values.DescribeScalingPlanResourcesResponse.error)
t| DescribeScalingPlans : (Values.DescribeScalingPlansRequest.t,
Values.DescribeScalingPlansResponse.t,
Values.DescribeScalingPlansResponse.error)
t| GetScalingPlanResourceForecastData : (Values.GetScalingPlanResourceForecastDataRequest.t,
Values.GetScalingPlanResourceForecastDataResponse.t,
Values.GetScalingPlanResourceForecastDataResponse.error)
t| UpdateScalingPlan : (Values.UpdateScalingPlanRequest.t,
Values.UpdateScalingPlanResponse.t,
Values.UpdateScalingPlanResponse.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