Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -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