Module Values_1.DescribeMitigationActionResponseSource

Gets information about a mitigation action. Requires permission to access the DescribeMitigationAction action.

Sourcetype nonrec t = {
  1. actionName : Values_0.MitigationActionName.t option;
    (*

    The friendly name that uniquely identifies the mitigation action.

    *)
  2. actionType : Values_0.MitigationActionType.t option;
    (*

    The type of mitigation action.

    *)
  3. actionArn : Values_0.MitigationActionArn.t option;
    (*

    The ARN that identifies this migration action.

    *)
  4. actionId : Values_0.MitigationActionId.t option;
    (*

    A unique identifier for this action.

    *)
  5. roleArn : Values_0.RoleArn.t option;
    (*

    The ARN of the IAM role used to apply this action.

    *)
  6. actionParams : Values_0.MitigationActionParams.t option;
    (*

    Parameters that control how the mitigation action is applied, specific to the type of mitigation action.

    *)
  7. creationDate : Values_0.Timestamp.t option;
    (*

    The date and time when the mitigation action was added to your Amazon Web Services accounts.

    *)
  8. lastModifiedDate : Values_0.Timestamp.t option;
    (*

    The date and time when the mitigation action was last changed.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalFailureException of Values_0.InternalFailureException.t
  2. | `InvalidRequestException of Values_0.InvalidRequestException.t
  3. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  4. | `ThrottlingException of Values_0.ThrottlingException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?actionName:??? -> ?actionType:??? -> ?actionArn:??? -> ?actionId:??? -> ?roleArn:??? -> ?actionParams:??? -> ?creationDate:??? -> ?lastModifiedDate:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t