Module Values.DeleteNetworkAclEntriesActionSource

Information about the DeleteNetworkAclEntries action in Amazon EC2. This is a remediation option in RemediationAction.

Sourcetype nonrec t = {
  1. description : LengthBoundedString.t option;
    (*

    Brief description of this remediation action.

    *)
  2. networkAclId : ActionTarget.t option;
    (*

    The network ACL that's associated with the remediation action.

    *)
  3. networkAclEntriesToBeDeleted : EntriesDescription.t option;
    (*

    Lists the entries that the remediation action would delete.

    *)
  4. fMSCanRemediate : Boolean.t option;
    (*

    Indicates whether it is possible for Firewall Manager to perform this remediation action. A false value indicates that auto remediation is disabled or Firewall Manager is unable to perform the action due to a conflict of some kind.

    *)
}
Sourceval make : ?description:??? -> ?networkAclId:??? -> ?networkAclEntriesToBeDeleted:??? -> ?fMSCanRemediate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of IntegerObjectMinimum0.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `String of LengthBoundedString.t | `Structure of (string * [> `Integer of IntegerObject.t ]) list ]) list ]) list ] list | `String of LengthBoundedString.t | `Structure of (string * [> `String of ResourceId.t ]) list ]) 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