Values_1.DescribeMitigationActionResponseSourceGets information about a mitigation action. Requires permission to access the DescribeMitigationAction action.
type nonrec t = {actionName : Values_0.MitigationActionName.t option;The friendly name that uniquely identifies the mitigation action.
*)actionType : Values_0.MitigationActionType.t option;The type of mitigation action.
*)actionArn : Values_0.MitigationActionArn.t option;The ARN that identifies this migration action.
*)actionId : Values_0.MitigationActionId.t option;A unique identifier for this action.
*)roleArn : Values_0.RoleArn.t option;The ARN of the IAM role used to apply this action.
*)actionParams : Values_0.MitigationActionParams.t option;Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
*)creationDate : Values_0.Timestamp.t option;The date and time when the mitigation action was added to your Amazon Web Services accounts.
*)lastModifiedDate : Values_0.Timestamp.t option;The date and time when the mitigation action was last changed.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.MitigationActionName.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of [> `String of string ] list
| `String of string ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]