Files
community.general/lib/ansible/modules/cloud
Will Thames f3c98f482a [cloud] New module ec2_vpc_endpoint_facts for AWS EC2 VPC Endpoints (#20211)
* New facts module for AWS EC2 VPC Endpoints

* ec2_vpc_endpoint_facts - meet latest Ansible standards

Fix exception syntax and use of `iteritems` for python3

Fix undefined `ec2` variable (should have been `connection`
Address various flake8 issues

Use `ansible_dict_to_boto3_filter_list` rather than
duplicating its implementation

* Remove max_items and next_token from vpc_endpoint_facts

max_items and next_token should be a module concern, not
a caller concern. It would be very difficult for a module
consumer to use next_token properly, whereas it's easy for
the module to handle it.

* ec2_vpc_endpoint_facts trivially supports check mode

Add supports_check_mode=True to the argument spec.

* Improve RETURN documentation for ec2_vpc_endpoint_facts

Fix bug in EXAMPLE documentation too

* fix return type for validate-modules
2017-06-20 08:31:31 -04:00
..
2017-04-26 08:21:08 -07:00
2017-04-27 12:01:11 +01:00
2017-04-27 12:01:11 +01:00
2017-03-14 09:07:22 -07:00
2017-03-22 20:50:28 -05:00
2017-05-25 16:14:39 +02:00
2017-05-12 08:42:52 -04:00
2017-03-14 09:07:22 -07:00
2017-03-22 20:50:28 -05:00
2016-12-08 11:22:22 -05:00