File: ses-get-identity-notification-attributes.xml

package info (click to toggle)
python-botocore 1.12.103%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 41,552 kB
  • sloc: python: 43,119; xml: 15,052; makefile: 131
file content (17 lines) | stat: -rw-r--r-- 711 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<GetIdentityNotificationAttributesResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
  <GetIdentityNotificationAttributesResult>
    <NotificationAttributes>
      <entry>
        <key>user@example.com</key>
        <value>
          <ForwardingEnabled>true</ForwardingEnabled>
          <BounceTopic>arn:aws:sns:us-east-1:123456789012:example</BounceTopic>
          <ComplaintTopic>arn:aws:sns:us-east-1:123456789012:example</ComplaintTopic>
        </value>
      </entry>
    </NotificationAttributes>
  </GetIdentityNotificationAttributesResult>
  <ResponseMetadata>
    <RequestId>e038e509-b72a-11e1-901f-1fbd90e8104f</RequestId>
  </ResponseMetadata>
</GetIdentityNotificationAttributesResponse>