Fixes
- Update evaluators on Conditions when `arg_b` is of type List, to match AWS sema\ntics.
- Update `IPv4Network` and `IPv6Network` to not be strict when parsing strings.
Before:
A ValueError is raised if address does not represent a valid IPv4 or IPv6 address, or if the network has host bits set.
After:
A ValueError is raised if address does not represent a valid IPv4 or IPv6 address.