Values.GetManagedScalingPolicyOutputSourceFetches the attached managed scaling policy for an Amazon EMR cluster.
type nonrec t = {managedScalingPolicy : ManagedScalingPolicy.t option;Specifies the managed scaling policy that is attached to an Amazon EMR cluster.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of UtilizationPerformanceIndexInteger.t
| `Structure of
(string * [> `Enum of string | `Integer of Integer.t ])
list ])
list ])
list ]