You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/module_utils/ec2
Will Thames a685b621cd Route table boto3 (#32059)
* Allow protection of certain keys during camel_to_snake

Create an `ignore_list` parameter that preserves the case
of the contents of certain dictionaries. Most valuable
for `tags` but other uses might arise.

* Port ec2_vpc_route_table to boto3

Update tests to reflect fixes in boto3.

* Add RETURN documentation to ec2_vpc_route_table

* Update DOCUMENTATION to be valid yaml

* Add check mode tests
7 years ago
..
__init__.py CloudRetry/AWSRetry backoff decorator with unit tests (#17039) 8 years ago
test_aws.py AWSRetry: allow retrying on additional ClientError exceptions (#28483) 7 years ago
test_camel_to_snake.py Route table boto3 (#32059) 7 years ago