[aws] Document boto3 requirement (#32329)

This commit is contained in:
Prasad Katti 2017-10-30 16:49:30 -07:00 committed by Will Thames
parent be9cc70b74
commit a2e4196c11
16 changed files with 16 additions and 0 deletions

View file

@ -26,6 +26,7 @@ short_description: Perform various KMS management tasks.
description:
- Manage role/user access to a KMS key. Not designed for encrypting/decrypting.
version_added: "2.3"
requirements: [ boto3 ]
options:
mode:
description:

View file

@ -12,6 +12,7 @@ short_description: Retrieve facts for WAF ACLs, Rule , Conditions and Filters.
description:
- Retrieve facts for WAF ACLs, Rule , Conditions and Filters.
version_added: "2.4"
requirements: [ boto3 ]
options:
name:
description:

View file

@ -18,6 +18,7 @@ short_description: Gather facts about ec2 Auto Scaling Groups (ASGs) in AWS
description:
- Gather facts about ec2 Auto Scaling Groups (ASGs) in AWS
version_added: "2.2"
requirements: [ boto3 ]
author: "Rob White (@wimnat)"
options:
name:

View file

@ -18,6 +18,7 @@ short_description: Gather facts about ec2 security groups in AWS.
description:
- Gather facts about ec2 security groups in AWS.
version_added: "2.3"
requirements: [ boto3 ]
author: "Henrique Rodrigues (github.com/Sodki)"
options:
filters:

View file

@ -18,6 +18,7 @@ short_description: Gather facts about ec2 volume snapshots in AWS
description:
- Gather facts about ec2 volume snapshots in AWS
version_added: "2.1"
requirements: [ boto3 ]
author: "Rob White (@wimnat)"
options:
snapshot_ids:

View file

@ -18,6 +18,7 @@ short_description: Gather facts about internet gateways in AWS
description:
- Gather facts about internet gateways in AWS.
version_added: "2.3"
requirements: [ boto3 ]
author: "Nick Aslanidis (@naslanidis)"
options:
filters:

View file

@ -18,6 +18,7 @@ version_added: "2.3"
short_description: Manage Elastic Container Registry repositories
description:
- Manage Elastic Container Registry repositories
requirements: [ boto3 ]
options:
name:
description:

View file

@ -16,6 +16,7 @@ description:
- Manage cache clusters in Amazon Elasticache.
- Returns information about the specified cache cluster.
version_added: "1.4"
requirements: [ boto3 ]
author: "Jim Dalton (@jsdalton)"
options:
state:

View file

@ -25,6 +25,7 @@ short_description: Manage an Application load balancer
description:
- Manage an AWS Application Elastic Load Balancer. See U(https://aws.amazon.com/blogs/aws/new-aws-application-load-balancer/) for details.
version_added: "2.4"
requirements: [ boto3 ]
author: "Rob White (@wimnat)"
options:
access_logs_enabled:

View file

@ -17,6 +17,7 @@ short_description: Gather facts about application ELBs in AWS
description:
- Gather facts about application ELBs in AWS
version_added: "2.4"
requirements: [ boto3 ]
author: Rob White (@wimnat)
options:
load_balancer_arns:

View file

@ -18,6 +18,7 @@ description:
- Manage an AWS Application Elastic Load Balancer target group. See
U(http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html) for details.
version_added: "2.4"
requirements: [ boto3 ]
author: "Rob White (@wimnat)"
options:
deregistration_delay_timeout:

View file

@ -17,6 +17,7 @@ short_description: Gather facts about ELB target groups in AWS
description:
- Gather facts about ELB target groups in AWS
version_added: "2.4"
requirements: [ boto3 ]
author: Rob White (@wimnat)
options:
load_balancer_arn:

View file

@ -20,6 +20,7 @@ description:
- Update the retention period of a Kinesis Stream.
- Update Tags on a Kinesis Stream.
version_added: "2.2"
requirements: [ boto3 ]
author: Allen Sanabria (@linuxdynasty)
options:
name:

View file

@ -26,6 +26,7 @@ version_added: "1.5"
short_description: manage RDS parameter groups
description:
- Creates, modifies, and deletes RDS parameter groups. This module has a dependency on python-boto >= 2.5.
requirements: [ boto3 ]
options:
state:
description:

View file

@ -19,6 +19,7 @@ short_description: Gather facts about Redshift cluster(s)
description:
- Gather facts about Redshift cluster(s)
version_added: "2.4"
requirements: [ boto3 ]
options:
cluster_identifier:
description:

View file

@ -18,6 +18,7 @@ short_description: Configure an s3 bucket as a website
description:
- Configure an s3 bucket as a website
version_added: "2.2"
requirements: [ boto3 ]
author: Rob White (@wimnat)
options:
name: