Module Values.UpdateApplicationLayerAutomaticResponseRequestSource

Updates an existing Shield Advanced automatic application layer DDoS mitigation configuration for the specified resource.

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

    The ARN (Amazon Resource Name) of the resource.

    *)
  2. action : ResponseAction.t;
    (*

    Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.

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