Documentation fixes

reviewable/pr18780/r1
Toshio Kuratomi 9 years ago
parent 1ddc3211a3
commit e52e015791

@ -50,10 +50,10 @@ options:
required: false
next_marker:
description:
- Some requests such as list_command: hosted_zones will return a maximum
- "Some requests such as list_command: hosted_zones will return a maximum
number of entries - EG 100. If the number of entries exceeds this maximum
another request can be sent using the NextMarker entry from the first response
to get the next page of results
to get the next page of results"
required: false
delegation_set_id:
description:
@ -61,8 +61,8 @@ options:
required: false
start_record_name:
description:
- The first name in the lexicographic ordering of domain names that you want
the list_command: record_sets to start listing from
- "The first name in the lexicographic ordering of domain names that you want
the list_command: record_sets to start listing from"
required: false
type:
description:
@ -85,9 +85,9 @@ options:
required: false
hosted_zone_method:
description:
- This is used in conjunction with query: hosted_zone.
- "This is used in conjunction with query: hosted_zone.
It allows for listing details, counts or tags of various
hosted zone details.
hosted zone details."
required: false
choices: [
'details',
@ -99,9 +99,9 @@ options:
default: 'list'
health_check_method:
description:
- This is used in conjunction with query: health_check.
- "This is used in conjunction with query: health_check.
It allows for listing details, counts or tags of various
health check details.
health check details."
required: false
choices: [
'list',

@ -34,15 +34,15 @@ options:
subscriptions:
description:
- List of subscriptions to apply to the topic. Note that AWS requires
subscriptions to be confirmed, so you will need to confirm any new
subscriptions.
subscriptions to be confirmed, so you will need to confirm any new
subscriptions.
purge_subscriptions:
description:
- Whether to purge any subscriptions not listed here. NOTE: AWS does not
- "Whether to purge any subscriptions not listed here. NOTE: AWS does not
allow you to purge any PendingConfirmation subscriptions, so if any
exist and would be purged, they are silently skipped. This means that
somebody could come back later and confirm the subscription. Sorry.
Blame Amazon.
Blame Amazon."
default: True
extends_documentation_fragment: aws
requirements: [ "boto" ]

@ -39,7 +39,7 @@ options:
default: None
path:
description:
- ':' separated list of paths to search for 'brew' executable. Since A package (I(formula) in homebrew parlance) location is prefixed relative to the actual path of I(brew) command, providing an alternative I(brew) path enables managing different set of packages in an alternative location in the system.
- "':' separated list of paths to search for 'brew' executable. Since A package (I(formula) in homebrew parlance) location is prefixed relative to the actual path of I(brew) command, providing an alternative I(brew) path enables managing different set of packages in an alternative location in the system."
required: false
default: '/usr/local/bin'
state:

Loading…
Cancel
Save