Smaws_Client_FMS.DisassociateThirdPartyFirewall
Disassociates 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.
val request :
Smaws_Lib.Context.t ->
Types.disassociate_third_party_firewall_request ->
(Types.disassociate_third_party_firewall_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalErrorException of Types.internal_error_exception
| `InvalidInputException of Types.invalid_input_exception
| `InvalidOperationException of Types.invalid_operation_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.result