[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: description:
- Manage role/user access to a KMS key. Not designed for encrypting/decrypting. - Manage role/user access to a KMS key. Not designed for encrypting/decrypting.
version_added: "2.3" version_added: "2.3"
requirements: [ boto3 ]
options: options:
mode: mode:
description: description:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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