Values.DescribeSchedulingPoliciesResponseSourceDescribes one or more of your scheduling policies.
type nonrec t = {schedulingPolicies : SchedulingPolicyDetailList.t option;The list of scheduling policies.
*)}type nonrec error = [ | `ClientException of ClientException.t| `ServerException of ServerException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClientException of ClientException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClientException of ClientException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ]
* [> `String of TagValue.t ])
list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Float of Float_.t
| `String of String_.t ])
list ]
list ])
list ])
list ]
list ])
list ]