Module Values.DeleteWebACLResponseSource

Deletes the specified WebACL. You can only use this if ManagedByFirewallManager is false in the web ACL. Before deleting any web ACL, first disassociate it from all resources. To retrieve a list of the resources that are associated with a web ACL, use the following calls: For Amazon CloudFront distributions, use the CloudFront call ListDistributionsByWebACLId. For information, see ListDistributionsByWebACLId in the Amazon CloudFront API Reference. For all other resources, call ListResourcesForWebACL. To disassociate a resource from a web ACL, use the following calls: For Amazon CloudFront distributions, provide an empty web ACL ID in the CloudFront call UpdateDistribution. For information, see UpdateDistribution in the Amazon CloudFront API Reference. For all other resources, call DisassociateWebACL.

Sourcetype nonrec t = unit
Sourcetype nonrec error = [
  1. | `WAFAssociatedItemException of WAFAssociatedItemException.t
  2. | `WAFInternalErrorException of WAFInternalErrorException.t
  3. | `WAFInvalidOperationException of WAFInvalidOperationException.t
  4. | `WAFInvalidParameterException of WAFInvalidParameterException.t
  5. | `WAFNonexistentItemException of WAFNonexistentItemException.t
  6. | `WAFOptimisticLockException of WAFOptimisticLockException.t
  7. | `WAFTagOperationException of WAFTagOperationException.t
  8. | `WAFTagOperationInternalErrorException of WAFTagOperationInternalErrorException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> unit
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `Unknown_operation_error of string * string option | `WAFAssociatedItemException of WAFAssociatedItemException.t | `WAFInternalErrorException of WAFInternalErrorException.t | `WAFInvalidOperationException of WAFInvalidOperationException.t | `WAFInvalidParameterException of WAFInvalidParameterException.t | `WAFNonexistentItemException of WAFNonexistentItemException.t | `WAFOptimisticLockException of WAFOptimisticLockException.t | `WAFTagOperationException of WAFTagOperationException.t | `WAFTagOperationInternalErrorException of WAFTagOperationInternalErrorException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `Unknown_operation_error of string * string option | `WAFAssociatedItemException of WAFAssociatedItemException.t | `WAFInternalErrorException of WAFInternalErrorException.t | `WAFInvalidOperationException of WAFInvalidOperationException.t | `WAFInvalidParameterException of WAFInvalidParameterException.t | `WAFNonexistentItemException of WAFNonexistentItemException.t | `WAFOptimisticLockException of WAFOptimisticLockException.t | `WAFTagOperationException of WAFTagOperationException.t | `WAFTagOperationInternalErrorException of WAFTagOperationInternalErrorException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> unit
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> unit
Sourceval of_string : string -> unit
Sourceval of_json : 'a -> unit
Sourceval to_json : 'a -> Yojson.Safe.t