2019/01/21 - Firewall Management Service - 1 updated api methods
Changes Update fms client to latest version
{'DeleteAllPolicyResources': 'boolean'}
Permanently deletes an AWS Firewall Manager policy.
See also: AWS API Documentation
Request Syntax
client.delete_policy( PolicyId='string', DeleteAllPolicyResources=True|False )
string
[REQUIRED]
The ID of the policy that you want to delete. PolicyId is returned by PutPolicy and by ListPolicies.
boolean
If True, the request will also delete all web ACLs in this policy. Associated resources will no longer be protected by web ACLs in this policy.
None