Values.ActionSummarySourceProvides a summary of an action.
type nonrec t = {id : ActionId.t option;The ID of the action.
*)arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the action.
*)description : ActionDescription.t option;The description for the action.
*)targets : ActionTargetMap.t option;The targets for the action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ActionTargetName.t ]
* [> `String of TagValue.t
| `Structure of
(string * [> `String of TargetResourceTypeId.t ]) list ])
list
| `String of ActionId.t ])
list ]