community.general/lib/ansible/modules/cloud/amazon
Tyler Schwend daca7fa584 fix: return a list, specifically (#54537)
tags.keys() returns a list of the keys, sure. But in Python 3 it's a 
"dict_keys" class, and BOTO is expecting a list. So let's make this work 
in Python 3.

list(tags) returns a list of the keys in Python 2 and Python3. That 
seems to be what we want.
2019-04-05 12:09:48 +10:00
..
GUIDELINES.md parse botocore.endpoint logs into a list of AWS actions (#49312) 2019-03-18 08:29:03 -05:00
__init__.py
_ec2_ami_find.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
_ec2_ami_search.py
_ec2_facts.py
_ec2_remote_facts.py
_ec2_vpc.py
_iam_cert_facts.py
_s3.py
aws_acm_facts.py fixing status option in documentation (#53785) 2019-03-21 15:39:36 -05:00
aws_api_gateway.py Assorted pylint fixes 2019-02-15 06:54:47 -08:00
aws_application_scaling_policy.py Fix module issues (#52209) 2019-02-15 12:57:20 +01:00
aws_az_facts.py Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
aws_batch_compute_environment.py
aws_batch_job_definition.py Remove unused import (#48639) 2018-11-22 07:58:17 -08:00
aws_batch_job_queue.py
aws_caller_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_codecommit.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_config_aggregation_authorization.py Documentation remove escape r (#50277) 2018-12-27 13:14:20 +00:00
aws_config_aggregator.py Documentation remove escape r (#50277) 2018-12-27 13:14:20 +00:00
aws_config_delivery_channel.py Documentation remove escape r (#50277) 2018-12-27 13:14:20 +00:00
aws_config_recorder.py Documentation remove escape r (#50277) 2018-12-27 13:14:20 +00:00
aws_config_rule.py Documentation remove escape r (#50277) 2018-12-27 13:14:20 +00:00
aws_direct_connect_connection.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_direct_connect_gateway.py Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
aws_direct_connect_link_aggregation_group.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
aws_direct_connect_virtual_interface.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_eks_cluster.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_elasticbeanstalk_app.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_glue_connection.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_glue_job.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_inspector_target.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_kms.py aws_kms tags fix (#53088) 2019-02-28 12:54:18 -06:00
aws_kms_facts.py Add colon after module name (#50274) 2018-12-23 00:26:36 +01:00
aws_region_facts.py Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
aws_s3.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_s3_bucket_facts.py
aws_s3_cors.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_secret.py Add aws_secret module for managing secretsmanager on AWS (#48486) 2019-02-25 14:27:33 -06:00
aws_ses_identity.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_ses_identity_policy.py
aws_ses_rule_set.py Fixed typos (#52426) 2019-02-17 22:49:40 +01:00
aws_sgw_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_ssm_parameter_store.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_waf_condition.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_waf_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_waf_rule.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aws_waf_web_acl.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
cloudformation.py AWS: add capabilities parameter in cloudformation (#53624) 2019-03-14 17:06:25 +05:30
cloudformation_facts.py E325 removal - Part I (#49136) 2018-11-27 20:41:01 +05:30
cloudformation_stack_set.py
cloudfront_distribution.py Fix pycodestyle E117 issues. 2019-02-13 23:35:39 -08:00
cloudfront_facts.py E325 removal - Part I (#49136) 2018-11-27 20:41:01 +05:30
cloudfront_invalidation.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
cloudfront_origin_access_identity.py Fix pycodestyle E117 issues. 2019-02-13 23:35:39 -08:00
cloudtrail.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
cloudwatchevent_rule.py
cloudwatchlogs_log_group.py Fix pycodestyle E117 issues. 2019-02-13 23:35:39 -08:00
cloudwatchlogs_log_group_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
data_pipeline.py Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
dynamodb_table.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
dynamodb_ttl.py
ec2.py ec2: Fix documentation (#54081) 2019-03-22 09:38:24 -05:00
ec2_ami.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_ami_copy.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_ami_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_asg.py Fix min_size reference where type is None (#53669) 2019-03-12 21:31:03 -04:00
ec2_asg_facts.py Fix ec2_asg_facts so it doesn't fail when using templates instead of configurations (#53017) 2019-03-26 11:00:50 -05:00
ec2_asg_lifecycle_hook.py
ec2_customer_gateway.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_customer_gateway_facts.py Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
ec2_eip.py Assorted pylint fixes 2019-02-15 06:54:47 -08:00
ec2_eip_facts.py ec2_eip_facts - Add link to describe-address filters doc (#54609) 2019-03-30 19:11:07 +00:00
ec2_elb.py
ec2_elb_facts.py Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
ec2_elb_lb.py Update ec2_elb_lb.py (#52729) 2019-02-25 15:56:24 -06:00
ec2_eni.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_eni_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_group.py To ipv6 network (#48572) 2019-03-27 11:20:27 -04:00
ec2_group_facts.py
ec2_instance.py Fix ec2_instance eventual consistency when wait: false (#51885) 2019-03-06 22:46:37 +10:00
ec2_instance_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_key.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_launch_template.py New module: AWS EC2 Launch Template (#46972) 2018-11-29 13:59:10 -05:00
ec2_lc.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_lc_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_lc_find.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_metadata_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_metric_alarm.py BOTMETA.yml and module metadata: fix case authors (#46051) 2018-11-19 11:47:14 +00:00
ec2_placement_group.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_placement_group_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_scaling_policy.py BOTMETA.yml and module metadata: fix case authors (#46051) 2018-11-19 11:47:14 +00:00
ec2_snapshot.py
ec2_snapshot_copy.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_snapshot_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_tag.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
ec2_transit_gateway.py AWS: new module ec2_transit_gateway fixes #49376 (#53651) 2019-03-14 09:42:33 +10:00
ec2_vol.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_vol_facts.py ec2_vol_facts: set filters to default value (#51589) 2019-02-07 21:53:25 +05:30
ec2_vpc_dhcp_option.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_vpc_dhcp_option_facts.py ec2_vpc_dhcp_option_facts - fix filters ref URL (#53468) 2019-03-08 14:29:16 -06:00
ec2_vpc_egress_igw.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_vpc_endpoint.py
ec2_vpc_endpoint_facts.py
ec2_vpc_igw.py
ec2_vpc_igw_facts.py
ec2_vpc_nacl.py ec2_vpc_nacl fails when the VPC is configured with IPv6 (#49979) 2019-01-23 18:36:49 -05:00
ec2_vpc_nacl_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_vpc_nat_gateway.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_vpc_nat_gateway_facts.py
ec2_vpc_net.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_vpc_net_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_vpc_peer.py add boto3_tag_list_to_ansible_dict to ec2_vpc_peering_facts.py, and parameter checking to ec2_vpc_peer.py (#52307) 2019-02-27 16:19:34 +10:00
ec2_vpc_peering_facts.py add boto3_tag_list_to_ansible_dict to ec2_vpc_peering_facts.py, and parameter checking to ec2_vpc_peer.py (#52307) 2019-02-27 16:19:34 +10:00
ec2_vpc_route_table.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_vpc_route_table_facts.py
ec2_vpc_subnet.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_vpc_subnet_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_vpc_vgw.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_vpc_vgw_facts.py
ec2_vpc_vpn.py ec2_vpc_vpn: Add delay and wait_timeout parameter (#53940) 2019-03-18 11:05:51 -05:00
ec2_vpc_vpn_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ec2_win_password.py
ecs_attribute.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ecs_cluster.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ecs_ecr.py replace uses of sort_json_policy_dict with compare_policies (#52943) 2019-02-28 17:09:00 -05:00
ecs_service.py Ecs service add features (#50059) 2019-02-27 13:20:19 +10:00
ecs_service_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ecs_task.py Add launch type to ecs task (#49081) 2019-03-06 22:40:32 +10:00
ecs_taskdefinition.py aws_ecs_taskdefinition: container memory value from string to int (#53915) 2019-03-17 23:21:57 +10:00
ecs_taskdefinition_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
efs.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
efs_facts.py
elasticache.py Fix elasticache documentation of security_group_ids (#54522) 2019-03-28 16:43:57 -05:00
elasticache_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
elasticache_parameter_group.py Adding support for memcached1.5 and redis5.0 parameter group families. (#54571) 2019-04-05 11:01:02 +10:00
elasticache_snapshot.py
elasticache_subnet_group.py
elb_application_lb.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
elb_application_lb_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
elb_classic_lb.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
elb_classic_lb_facts.py Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
elb_instance.py
elb_network_lb.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
elb_target.py Update elb_target.py (#48701) 2018-11-15 16:16:08 +05:30
elb_target_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
elb_target_group.py Update elb_target_group.py (#52882) 2019-03-09 09:32:18 -06:00
elb_target_group_facts.py modules: elb_target_group_facts: added targets_health_description (#53902) 2019-03-18 10:09:55 +10:00
execute_lambda.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
iam.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
iam_cert.py Close all open filehandle (#50544) 2019-01-11 10:14:08 -05:00
iam_group.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
iam_managed_policy.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
iam_mfa_device_facts.py
iam_password_policy.py
iam_policy.py
iam_role.py replace uses of sort_json_policy_dict with compare_policies (#52943) 2019-02-28 17:09:00 -05:00
iam_role_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
iam_server_certificate_facts.py
iam_user.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
kinesis_stream.py fix: return a list, specifically (#54537) 2019-04-05 12:09:48 +10:00
lambda.py Update lambda documentation for runtimes (#49595) 2018-12-06 10:58:58 -05:00
lambda_alias.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
lambda_event.py
lambda_facts.py
lambda_policy.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
lightsail.py
rds.py rds: improve error message (#52901) 2019-02-25 09:30:32 +10:00
rds_instance.py rds_instance - Fixed CloudWatch logs export for existing RDS instances (#52989) 2019-03-26 11:00:19 -05:00
rds_instance_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
rds_param_group.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
rds_snapshot_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
rds_subnet_group.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
redshift.py AWS Redshift: port module to boto3 and fix parameters check (#37052) 2019-02-21 17:04:42 -06:00
redshift_cross_region_snapshots.py Adds `redshift_cross_region_snapshots` module (#35527) 2018-12-03 08:34:53 +00:00
redshift_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
redshift_subnet_group.py redshift_subnet_group: improve error message (#52900) 2019-02-25 15:43:09 -06:00
route53.py Fix tuples to actually be tuples (#52591) 2019-02-19 13:29:51 -06:00
route53_facts.py Lowercase task name and format variable with spaces 2018-12-12 17:05:55 -05:00
route53_health_check.py
route53_zone.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
s3_bucket.py Adding digital_ocean_space alias for s3_bucket module (#39774) 2019-01-22 21:13:03 +00:00
s3_lifecycle.py
s3_logging.py
s3_sync.py E325 removal - Part I (#49136) 2018-11-27 20:41:01 +05:30
s3_website.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
sns.py Assorted pylint fixes 2019-02-15 06:54:47 -08:00
sns_topic.py Correcting return types for subscriptions_confirmed and subscriptions_deleted. (#54624) 2019-03-30 11:45:02 +10:00
sqs_queue.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
sts_assume_role.py
sts_session_token.py