Values.CreateScalingPlanResponseSourceCreates a scaling plan.
type nonrec t = {scalingPlanVersion : ScalingPlanVersion.t option;The version number of the scaling plan. This value is always 1. Currently, you cannot have multiple scaling plan versions.
*)}type nonrec error = [ | `ConcurrentUpdateException of ConcurrentUpdateException.t| `InternalServiceException of InternalServiceException.t| `LimitExceededException of LimitExceededException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentUpdateException of ConcurrentUpdateException.t
| `InternalServiceException of InternalServiceException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentUpdateException of ConcurrentUpdateException.t
| `InternalServiceException of InternalServiceException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]