Values.GetScheduleGroupOutputSourceRetrieves the specified schedule group.
type nonrec t = {arn : ScheduleGroupArn.t option;The Amazon Resource Name (ARN) of the schedule group.
*)creationDate : CreationDate.t option;The time at which the schedule group was created.
*)lastModificationDate : LastModificationDate.t option;The time at which the schedule group was last modified.
*)name : ScheduleGroupName.t option;The name of the schedule group.
*)state : ScheduleGroupState.t option;Specifies the state of the schedule group.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ScheduleGroupArn.t
| `Timestamp of CreationDate.t ])
list ]