Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update extends_documentation_fragment with amazon.aws.boto3 #1459

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugins/modules/accessanalyzer_validate_policy_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = r'''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/acm_certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
- amazon.aws.tags
'''

Expand Down
1 change: 1 addition & 0 deletions plugins/modules/acm_certificate_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = r'''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/api_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3

notes:
- A future version of this module will probably use tags or another
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/api_gateway_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
notes:
- Does not create a DNS entry on Route53, for that use the M(community.aws.route53) module.
- Only supports TLS certificates from AWS ACM that can just be referenced by the ARN, while the AWS API still offers (deprecated)
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/application_autoscaling_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/autoscaling_complete_lifecycle_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/autoscaling_instance_refresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/autoscaling_instance_refresh_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/autoscaling_launch_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = r'''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/autoscaling_launch_config_find.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
extends_documentation_fragment:
- amazon.aws.ec2
- amazon.aws.aws
- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/autoscaling_launch_config_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = r'''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/autoscaling_lifecycle_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/autoscaling_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''
EXAMPLES = '''
- name: Simple Scale Down policy
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/autoscaling_scheduled_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = r'''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/aws_region_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/batch_compute_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = r'''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/batch_job_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = r'''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/batch_job_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cloudformation_exports_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2

- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/cloudformation_stack_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = r'''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/cloudfront_distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
- amazon.aws.tags

options:
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/cloudfront_distribution_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/cloudfront_invalidation.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3


options:
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/cloudfront_origin_access_identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3


options:
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/cloudfront_response_headers_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3


options:
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/codebuild_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3

'''

Expand Down
1 change: 1 addition & 0 deletions plugins/modules/codecommit_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

RETURN = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/codepipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = r'''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/config_aggregation_authorization.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/config_aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = r'''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/config_delivery_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/config_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/config_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/data_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
description:
- Create and manage AWS Datapipelines. Creation is not idempotent in AWS, so the C(uniqueId) is created by hashing the options (minus objects)
given to the datapipeline.
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/directconnect_confirm_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
options:
name:
description:
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/directconnect_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
options:
state:
description:
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/directconnect_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
options:
state:
description:
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/directconnect_link_aggregation_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
options:
state:
description:
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/directconnect_virtual_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

RETURN = r'''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/dms_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
- amazon.aws.tags
'''

Expand Down
1 change: 1 addition & 0 deletions plugins/modules/dms_replication_subnet_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3

'''

Expand Down
1 change: 1 addition & 0 deletions plugins/modules/dynamodb_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
- amazon.aws.tags
'''

Expand Down
1 change: 1 addition & 0 deletions plugins/modules/dynamodb_ttl.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/ec2_ami_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/ec2_customer_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3

'''

Expand Down
1 change: 1 addition & 0 deletions plugins/modules/ec2_customer_gateway_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3

'''

Expand Down
1 change: 1 addition & 0 deletions plugins/modules/ec2_launch_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.boto3
author:
- Ryan Scott Brown (@ryansb)
options:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ec2_placement_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2

- amazon.aws.boto3
'''

EXAMPLES = '''
Expand Down
Loading