Fix broken links in module documentation (#38469)
* Reflect updated names of the aws_batch_job modules * Remove mention of `lambda_invoke` module which has yet to make it to Ansible. * Update broken rst link in win_dsc modulepull/4420/head
parent
22f2388ef1
commit
85d5901b31
|
@ -12,8 +12,8 @@ module: aws_batch_compute_environment
|
||||||
short_description: Manage AWS Batch Compute Environments
|
short_description: Manage AWS Batch Compute Environments
|
||||||
description:
|
description:
|
||||||
- This module allows the management of AWS Batch Compute Environments.
|
- This module allows the management of AWS Batch Compute Environments.
|
||||||
It is idempotent and supports "Check" mode. Use module M(batch_compute_environment) to manage the compute
|
It is idempotent and supports "Check" mode. Use module M(aws_batch_compute_environment) to manage the compute
|
||||||
environment, M(batch_job_queue) to manage job queues, M(batch_job_definition) to manage job definitions.
|
environment, M(aws_batch_job_queue) to manage job queues, M(aws_batch_job_definition) to manage job definitions.
|
||||||
|
|
||||||
version_added: "2.5"
|
version_added: "2.5"
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,8 @@ module: aws_batch_job_definition
|
||||||
short_description: Manage AWS Batch Job Definitions
|
short_description: Manage AWS Batch Job Definitions
|
||||||
description:
|
description:
|
||||||
- This module allows the management of AWS Batch Job Definitions.
|
- This module allows the management of AWS Batch Job Definitions.
|
||||||
It is idempotent and supports "Check" mode. Use module M(batch_compute_environment) to manage the compute
|
It is idempotent and supports "Check" mode. Use module M(aws_batch_compute_environment) to manage the compute
|
||||||
environment, M(batch_job_queue) to manage job queues, M(batch_job_definition) to manage job definitions.
|
environment, M(aws_batch_job_queue) to manage job queues, M(aws_batch_job_definition) to manage job definitions.
|
||||||
|
|
||||||
version_added: "2.5"
|
version_added: "2.5"
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,8 @@ module: aws_batch_job_queue
|
||||||
short_description: Manage AWS Batch Job Queues
|
short_description: Manage AWS Batch Job Queues
|
||||||
description:
|
description:
|
||||||
- This module allows the management of AWS Batch Job Queues.
|
- This module allows the management of AWS Batch Job Queues.
|
||||||
It is idempotent and supports "Check" mode. Use module M(batch_compute_environment) to manage the compute
|
It is idempotent and supports "Check" mode. Use module M(aws_batch_compute_environment) to manage the compute
|
||||||
environment, M(batch_job_queue) to manage job queues, M(batch_job_definition) to manage job definitions.
|
environment, M(aws_batch_job_queue) to manage job queues, M(aws_batch_job_definition) to manage job definitions.
|
||||||
|
|
||||||
version_added: "2.5"
|
version_added: "2.5"
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ description:
|
||||||
- This module allows the management of AWS Lambda policy statements.
|
- This module allows the management of AWS Lambda policy statements.
|
||||||
It is idempotent and supports "Check" mode. Use module M(lambda) to manage the lambda
|
It is idempotent and supports "Check" mode. Use module M(lambda) to manage the lambda
|
||||||
function itself, M(lambda_alias) to manage function aliases, M(lambda_event) to manage event source mappings
|
function itself, M(lambda_alias) to manage function aliases, M(lambda_event) to manage event source mappings
|
||||||
such as Kinesis streams, M(lambda_invoke) to execute a lambda function and M(lambda_facts) to gather facts
|
such as Kinesis streams, M(execute_lambda) to execute a lambda function and M(lambda_facts) to gather facts
|
||||||
relating to one or more lambda functions.
|
relating to one or more lambda functions.
|
||||||
|
|
||||||
version_added: "2.4"
|
version_added: "2.4"
|
||||||
|
|
|
@ -19,7 +19,7 @@ description:
|
||||||
- Requires PowerShell version 5.0 or newer.
|
- Requires PowerShell version 5.0 or newer.
|
||||||
- Most of the options for this module are dynamic and will vary depending on
|
- Most of the options for this module are dynamic and will vary depending on
|
||||||
the DSC Resource specified in I(resource_name).
|
the DSC Resource specified in I(resource_name).
|
||||||
- See :doc:`windows_dsc` for more information on how to use this module.
|
- See :doc:`/user_guide/windows_dsc` for more information on how to use this module.
|
||||||
options:
|
options:
|
||||||
resource_name:
|
resource_name:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in New Issue