Files
prowler/providers/aws/services/shield/shield_client.py
2022-11-21 10:18:54 +01:00

5 lines
179 B
Python

from providers.aws.lib.audit_info.audit_info import current_audit_info
from providers.aws.services.shield.shield_service import Shield
shield_client = Shield(current_audit_info)