community.general/lib/ansible/modules/extras/cloud/amazon
Fernando José Pando 94c5e16fe3 Add SQS queue policy attachment functionality (#1716)
* Add SQS queue policy attachment functionality

SQS queue has no attribute 'Policy' until one is attached, so this special
case must be handled uniquely

SQS queue Policy can now be passed in as json
2016-12-08 11:34:06 -05:00
..
GUIDELINES.md Fix code example (#2018) 2016-12-08 11:34:05 -05:00
__init__.py
cloudtrail.py minor doc fixes 2016-12-08 11:33:00 -05:00
dynamodb_table.py restore version_added in dynamodb_table.py 2016-12-08 11:34:01 -05:00
ec2_ami_copy.py monior docfixes added extensino to vsphere_copy so it actually installs 2016-12-08 11:32:52 -05:00
ec2_elb_facts.py Adding missing attributes regarding the hosted zone. 2016-12-08 11:33:56 -05:00
ec2_eni.py Fix for existing ENIs w/ multiple security groups 2016-12-08 11:33:58 -05:00
ec2_eni_facts.py Add secondary addresses to facts 2016-12-08 11:33:43 -05:00
ec2_remote_facts.py Don't raise or catch StandardError in amazon modules 2016-12-08 11:33:36 -05:00
ec2_vol_facts.py Fix DOCUMENTATION for ec2_vpc_dhcp_options.py and add missing RETURN to ec2_vol_facts.py 2016-12-08 11:33:48 -05:00
ec2_vpc_dhcp_options.py ec2_vpc_dhcp_options: doc fix, add version_added to new args 2016-12-08 11:33:58 -05:00
ec2_vpc_igw.py Don't raise or catch StandardError in amazon modules 2016-12-08 11:33:36 -05:00
ec2_vpc_net_facts.py Update ec2_vpc_net_facts.py 2016-12-08 11:33:49 -05:00
ec2_vpc_route_table.py Fixing check mode support for vpc route tables 2016-12-08 11:33:47 -05:00
ec2_vpc_route_table_facts.py Don't raise or catch StandardError in amazon modules 2016-12-08 11:33:36 -05:00
ec2_vpc_subnet.py fix edge case where boto returns empty list after subnet creation 2016-12-08 11:33:59 -05:00
ec2_vpc_subnet_facts.py corrected version added to 2.1 2016-12-08 11:33:37 -05:00
ec2_win_password.py Ensure ec2_win_password doesn't leak file handle 2016-12-08 11:33:58 -05:00
ecs_cluster.py Add missing doc fragments 2016-12-08 11:33:45 -05:00
ecs_service.py Removed debug return values 2016-12-08 11:33:57 -05:00
ecs_service_facts.py ecs_service_facts documentation fixes #1483. Workaround for datetime fileds #1348. 2016-12-08 11:33:57 -05:00
ecs_task.py ecs_task module documentation fixes 2016-12-08 11:33:53 -05:00
ecs_taskdefinition.py Add missing doc fragments 2016-12-08 11:33:45 -05:00
route53_facts.py Fixes route53_facts to use max_items parameter with record_sets query. 2016-12-08 11:33:56 -05:00
route53_health_check.py Doc fix on route53_health_check.py. Fixed first example. Should be register instead of record. 2016-12-08 11:33:39 -05:00
route53_zone.py added examples to route53_zone 2016-12-08 11:33:40 -05:00
s3_bucket.py Use boto normalized location for bucket creation 2016-12-08 11:33:36 -05:00
s3_lifecycle.py Added missing else statement that caused existing rules to be discarded 2016-12-08 11:33:38 -05:00
s3_logging.py Don't raise or catch StandardError in amazon modules 2016-12-08 11:33:36 -05:00
sns_topic.py Allow SNS topics to be created without subscriptions. Also added better error handling around boto calls. 2016-12-08 11:33:58 -05:00
sqs_queue.py Add SQS queue policy attachment functionality (#1716) 2016-12-08 11:34:06 -05:00
sts_assume_role.py Update sts_assume_role.py for showing the correct example syntax role_session_name instead of session_name 2016-12-08 11:33:46 -05:00