.. |
__init__.py
|
|
|
cloudtrail.py
|
minor doc fixes
|
2015-07-17 01:19:21 -04:00 |
dynamodb_table.py
|
restore version_added in dynamodb_table.py
|
2016-03-31 20:15:32 +01:00 |
ec2_ami_copy.py
|
Add encryption capability to AMI copy (#1409)
|
2016-05-23 10:39:02 -04:00 |
ec2_customer_gateway.py
|
created ec2_customer_gateway module (#1868)
|
2016-05-10 09:32:08 -07:00 |
ec2_elb_facts.py
|
Streamlined ec2_elb_facts module return values with naming in ec2_elb… (#2081)
|
2016-05-28 01:56:02 +02:00 |
ec2_eni.py
|
Add idempotence to ec2_eni when private_ip_address is supplied (#2172)
|
2016-05-19 07:55:54 +02:00 |
ec2_eni_facts.py
|
Get EIP association information for ENI if EIP is associated (#2082)
|
2016-06-20 13:10:56 -04:00 |
ec2_remote_facts.py
|
Merge pull request #1509 from hslee16/devel
|
2016-07-02 15:02:23 +05:30 |
ec2_snapshot_facts.py
|
New module - ec2_snapshot_facts (#1088)
|
2016-04-19 18:07:59 -04:00 |
ec2_vol_facts.py
|
Fix DOCUMENTATION for ec2_vpc_dhcp_options.py and add missing RETURN to ec2_vol_facts.py
|
2016-02-02 10:00:51 -06:00 |
ec2_vpc_dhcp_options.py
|
ec2_vpc_dhcp_options: doc fix, add version_added to new args
|
2016-03-19 14:06:54 +01:00 |
ec2_vpc_igw.py
|
Don't raise or catch StandardError in amazon modules
|
2015-11-30 19:01:57 -08:00 |
ec2_vpc_nacl.py
|
New AWS module for managing VPC Network ACLs (#1502)
|
2016-05-23 10:42:11 -04:00 |
ec2_vpc_nacl_facts.py
|
New module ec2_vpc_nacl_facts
|
2016-06-27 12:36:33 -07:00 |
ec2_vpc_nat_gateway.py
|
Updated module to be compliant with test cases.
|
2016-08-03 12:38:05 -07:00 |
ec2_vpc_net_facts.py
|
Update ec2_vpc_net_facts.py
|
2016-02-08 10:09:23 -05:00 |
ec2_vpc_peer.py
|
Fix python3 syntax compilation
|
2016-05-25 11:48:16 -07:00 |
ec2_vpc_route_table.py
|
Fix a number of issues around detecting nat gateways, how (#1511)
|
2016-07-25 21:48:27 +02:00 |
ec2_vpc_route_table_facts.py
|
Don't raise or catch StandardError in amazon modules
|
2015-11-30 19:01:57 -08:00 |
ec2_vpc_subnet.py
|
fix edge case where boto returns empty list after subnet creation
|
2016-02-05 19:09:54 -06:00 |
ec2_vpc_subnet_facts.py
|
Included an example using the jinja 2 map function to return a list of (#2458)
|
2016-06-30 07:16:05 +02:00 |
ec2_vpc_vgw.py
|
fix ec2_vpc_vgw exception handling issues
|
2016-06-22 17:26:41 -07:00 |
ec2_win_password.py
|
Ensure ec2_win_password doesn't leak file handle
|
2016-02-09 22:56:55 -05:00 |
ecs_cluster.py
|
Add missing doc fragments
|
2016-01-24 11:11:49 +11:00 |
ecs_service.py
|
Removed debug return values
|
2016-03-09 14:37:06 +01:00 |
ecs_service_facts.py
|
ecs_service_facts documentation fixes #1483. Workaround for datetime fileds #1348.
|
2016-02-24 11:56:56 +01:00 |
ecs_task.py
|
ecs_task module documentation fixes
|
2016-02-24 11:52:26 +01:00 |
ecs_taskdefinition.py
|
Add missing doc fragments
|
2016-01-24 11:11:49 +11:00 |
GUIDELINES.md
|
Add section on how to return boto3 CamelCased results (#2279)
|
2016-05-23 10:31:41 -04:00 |
iam_mfa_device_facts.py
|
Use helper function for new module and rename (#2277)
|
2016-06-08 10:43:53 -07:00 |
iam_server_certificate_facts.py
|
Remove duplicate requirements.
|
2016-07-21 13:04:15 -04:00 |
route53_facts.py
|
Fixes route53_facts to use max_items parameter with record_sets query.
|
2016-02-24 16:16:04 -08:00 |
route53_health_check.py
|
Doc fix on route53_health_check.py. Fixed first example. Should be register instead of record.
|
2015-12-07 18:55:45 +02:00 |
route53_zone.py
|
Documented returned structure. (#2510)
|
2016-07-01 10:56:03 +02:00 |
s3_bucket.py
|
send json string to api instead of dict
|
2016-07-28 15:19:14 -04:00 |
s3_lifecycle.py
|
Added support for Standard - Infrequent Access stoarage class (#2134)
|
2016-05-14 10:45:05 +02:00 |
s3_logging.py
|
Don't raise or catch StandardError in amazon modules
|
2015-11-30 19:01:57 -08:00 |
sns_topic.py
|
fixup sns topic subscriptions (#2232)
|
2016-05-23 11:39:20 -04:00 |
sqs_queue.py
|
Add SQS queue policy attachment functionality (#1716)
|
2016-04-14 23:58:44 +02:00 |
sts_assume_role.py
|
Update sts_assume_role.py for showing the correct example syntax role_session_name instead of session_name
|
2016-01-16 09:13:18 -05:00 |
sts_session_token.py
|
Add sts_session_token module for short-lived AWS credentials. (#1988)
|
2016-05-18 11:13:49 -07:00 |