Module Smaws_Client_AutoScalingPlans.CreateScalingPlan

Creates a scaling plan.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ConcurrentUpdateException of Types.concurrent_update_exception | `InternalServiceException of Types.internal_service_exception | `LimitExceededException of Types.limit_exceeded_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.create_scaling_plan_request -> (Types.create_scaling_plan_response, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentUpdateException of Types.concurrent_update_exception | `InternalServiceException of Types.internal_service_exception | `LimitExceededException of Types.limit_exceeded_exception | `ValidationException of Types.validation_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.create_scaling_plan_request -> (Types.create_scaling_plan_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentUpdateException of Types.concurrent_update_exception | `InternalServiceException of Types.internal_service_exception | `LimitExceededException of Types.limit_exceeded_exception | `ValidationException of Types.validation_exception ] * Smaws_Lib.Response.metadata) Stdlib.result