File: ses-get-send-quota.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 (10 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
<GetSendQuotaResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
  <GetSendQuotaResult>
    <SentLast24Hours>0.0</SentLast24Hours>
    <Max24HourSend>200.0</Max24HourSend>
    <MaxSendRate>1.0</MaxSendRate>
  </GetSendQuotaResult>
  <ResponseMetadata>
    <RequestId>65a6913a-9167-11e2-9374-7d889fec53f7</RequestId>
  </ResponseMetadata>
</GetSendQuotaResponse>