Values.DescribeActionResponseSourceRetrieves information about an action.
type nonrec t = {actionId : ID.t option;The ID of the action.
*)targetResource : TargetResource.t option;The resource the action will be taken on.
*)actionDefinitionId : ID.t option;The ID of the action definition.
*)actionPayload : ActionPayload.t option;The JSON payload of the action.
*)executionTime : Timestamp.t option;The time the action was executed.
*)resolveTo : ResolveTo.t option;The detailed resource this action resolves to.
*)}type nonrec error = [ | `InternalFailureException of InternalFailureException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ID.t
| `Structure of (string * [> `String of ID.t ]) list
| `Timestamp of Timestamp.t ])
list ]