DisassociateThirdPartyFirewall
Source:
src/AWS/FMS/DisassociateThirdPartyFirewall.ts
Runtime binding for fms:DisassociateThirdPartyFirewall.
Disassociates a Firewall Manager policy administrator from a third-party firewall tenant. The third-party vendor deletes all of the firewalls
associated with the account. Provide the implementation with Effect.provide(AWS.FMS.DisassociateThirdPartyFirewallHttp).
Third-Party Firewalls
Section titled “Third-Party Firewalls”// init — account-level binding takes no resourceconst disassociateThirdPartyFirewall = yield* AWS.FMS.DisassociateThirdPartyFirewall();
// runtimeconst result = yield* disassociateThirdPartyFirewall({ ThirdPartyFirewall: "PALO_ALTO_NETWORKS_CLOUD_NGFW",});console.log(result.ThirdPartyFirewallStatus);