Module Values.DisableApplicationLayerAutomaticResponseRequestSource

Disable the Shield Advanced automatic application layer DDoS mitigation feature for the protected resource. This stops Shield Advanced from creating, verifying, and applying WAF rules for attacks that it detects for the resource.

Sourcetype nonrec t = {
  1. resourceArn : ResourceArn.t;
    (*

    The ARN (Amazon Resource Name) of the protected resource.

    *)
}
Sourceval context_ : string
Sourceval make : resourceArn:ResourceArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceArn.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