[aws] Doc fix for aws_ses_identity (#41194)
Examples have a typo of ses_identity instead of aws_ses_identity. Fixed that and proposing these changes here. +label: docsite_pr
This commit is contained in:
parent
1a70681630
commit
0512e9656b
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ EXAMPLES = '''
|
||||||
purge_subscriptions: False
|
purge_subscriptions: False
|
||||||
register: topic_info
|
register: topic_info
|
||||||
- name: Deliver feedback to topic instead of owner email
|
- name: Deliver feedback to topic instead of owner email
|
||||||
ses_identity:
|
aws_ses_identity:
|
||||||
identity: example@example.com
|
identity: example@example.com
|
||||||
state: present
|
state: present
|
||||||
complaint_notifications:
|
complaint_notifications:
|
||||||
|
@ -135,7 +135,7 @@ EXAMPLES = '''
|
||||||
purge_subscriptions: False
|
purge_subscriptions: False
|
||||||
register: topic_info
|
register: topic_info
|
||||||
- name: Delivery notifications to topic
|
- name: Delivery notifications to topic
|
||||||
ses_identity:
|
aws_ses_identity:
|
||||||
identity: example@example.com
|
identity: example@example.com
|
||||||
state: present
|
state: present
|
||||||
delivery_notifications:
|
delivery_notifications:
|
||||||
|
|
Loading…
Reference in a new issue