Values.ActionGroupSummarySourceContains details about an action group.
type nonrec t = {actionGroupId : Id.t option;The unique identifier of the action group.
*)actionGroupName : Name.t option;The name of the action group.
*)actionGroupState : ActionGroupState.t option;Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
*)description : Description.t option;The description of the action group.
*)updatedAt : DateTimestamp.t option;The time at which the action group was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Id.t
| `Timestamp of DateTimestamp.t ])
list ]