Values.GetWebACLResponseSourceRetrieves the specified WebACL.
type nonrec t = {webACL : WebACL.t option;The web ACL specification. You can modify the settings in this web ACL and use it to update this web ACL or create a new one.
*)lockToken : LockToken.t option;A token used for optimistic locking. WAF returns a token to your get and list requests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like update and delete. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a WAFOptimisticLockException. If this happens, perform another get, and use the new token returned by that operation.
*)applicationIntegrationURL : OutputUrl.t option;The URL to use in SDK integrations with Amazon Web Services managed rule groups. For example, you can use the integration SDKs with the account takeover prevention managed rule group AWSManagedRulesATPRuleSet and the account creation fraud prevention managed rule group AWSManagedRulesACFPRuleSet. This is only populated if you are using a rule group in your web ACL that integrates with your applications in this way. For more information, see WAF client application integration in the WAF Developer Guide.
*)}type nonrec error = [ | `WAFInternalErrorException of WAFInternalErrorException.t| `WAFInvalidOperationException of WAFInvalidOperationException.t| `WAFInvalidParameterException of WAFInvalidParameterException.t| `WAFNonexistentItemException of WAFNonexistentItemException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `Unknown_operation_error of string * string option
| `WAFInternalErrorException of WAFInternalErrorException.t
| `WAFInvalidOperationException of WAFInvalidOperationException.t
| `WAFInvalidParameterException of WAFInvalidParameterException.t
| `WAFNonexistentItemException of WAFNonexistentItemException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `Unknown_operation_error of string * string option
| `WAFInternalErrorException of WAFInternalErrorException.t
| `WAFInvalidOperationException of WAFInvalidOperationException.t
| `WAFInvalidParameterException of WAFInvalidParameterException.t
| `WAFNonexistentItemException of WAFNonexistentItemException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `String of LockToken.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `String of TokenDomain.t
| `Structure of (string * Awso.Botodata.value) list ]
list
| `Long of ConsumedCapacity.t
| `Map of
([> `String of EntityName.t ]
* [> `Structure of
(string
* [> `Enum of string | `String of ResponseContent.t ])
list ])
list
| `String of EntityName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `String of AttributeValue.t ] list
| `String of AttributeName.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `String of FieldToProtectKeyName.t ]
list ])
list ])
list ]
list
| `Map of
([> `Enum of string ]
* [> `Structure of (string * [> `Enum of string ]) list ])
list
| `String of MetricName.t
| `Structure of
(string
* [> `Long of TimeWindowSecond.t
| `Structure of
(string
* [> `Integer of ResponseStatusCode.t
| `List of
[> `Structure of
(string
* [> `String of CustomHTTPHeaderName.t ])
list ]
list
| `String of EntityName.t ])
list ])
list ])
list ])
list ])
list ]