Values.DisassociateThirdPartyFirewallResponseSourceDisassociates a Firewall Manager policy administrator from a third-party firewall tenant. When you call DisassociateThirdPartyFirewall, the third-party firewall vendor deletes all of the firewalls that are associated with the account.
type nonrec t = {thirdPartyFirewallStatus : ThirdPartyFirewallAssociationStatus.t option;The current status for the disassociation of a Firewall Manager administrators account with a third-party firewall.
*)}type nonrec error = [ | `InternalErrorException of InternalErrorException.t| `InvalidInputException of InvalidInputException.t| `InvalidOperationException of InvalidOperationException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalErrorException of InternalErrorException.t
| `InvalidInputException of InvalidInputException.t
| `InvalidOperationException of InvalidOperationException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalErrorException of InternalErrorException.t
| `InvalidInputException of InvalidInputException.t
| `InvalidOperationException of InvalidOperationException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]