Values.ActionSourceDescribes an action. For more information, see FIS actions in the Fault Injection Service User Guide.
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.
*)parameters : ActionParameterMap.t option;The action parameters, if applicable.
*)targets : ActionTargetMap.t option;The supported targets for the action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ActionParameterName.t ]
* [> `String of TagValue.t
| `Structure of
(string
* [> `Boolean of ActionParameterRequired.t
| `String of ActionParameterDescription.t ])
list ])
list
| `String of ActionId.t ])
list ]