mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -148,12 +148,12 @@ RETURN = '''
|
|||
identity:
|
||||
description: The identity being modified.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: example@example.com
|
||||
identity_arn:
|
||||
description: The arn of the identity being modified.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: arn:aws:ses:us-east-1:12345678:identity/example@example.com
|
||||
verification_attributes:
|
||||
description: The verification information for the identity.
|
||||
|
@ -166,11 +166,11 @@ verification_attributes:
|
|||
contains:
|
||||
verification_status:
|
||||
description: The verification status of the identity.
|
||||
type: string
|
||||
type: str
|
||||
sample: "Pending"
|
||||
verification_token:
|
||||
description: The verification token for a domain identity.
|
||||
type: string
|
||||
type: str
|
||||
notification_attributes:
|
||||
description: The notification setup for the identity.
|
||||
returned: success
|
||||
|
@ -189,17 +189,17 @@ notification_attributes:
|
|||
description:
|
||||
- The ARN of the topic bounce notifications are delivered to.
|
||||
- Omitted if bounce notifications are not delivered to a topic.
|
||||
type: string
|
||||
type: str
|
||||
complaint_topic:
|
||||
description:
|
||||
- The ARN of the topic complaint notifications are delivered to.
|
||||
- Omitted if complaint notifications are not delivered to a topic.
|
||||
type: string
|
||||
type: str
|
||||
delivery_topic:
|
||||
description:
|
||||
- The ARN of the topic delivery notifications are delivered to.
|
||||
- Omitted if delivery notifications are not delivered to a topic.
|
||||
type: string
|
||||
type: str
|
||||
forwarding_enabled:
|
||||
description: Whether or not feedback forwarding is enabled.
|
||||
type: bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue