File: rds-describe-events.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 (39 lines) | stat: -rw-r--r-- 1,464 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<DescribeEventsResponse xmlns="http://rds.amazonaws.com/doc/2013-09-09/">
  <DescribeEventsResult>
    <Events>
      <Event>
        <Message>Applied change to security group</Message>
        <SourceType>db-security-group</SourceType>
        <Date>2010-08-11T17:12:52.860Z</Date>
        <SourceIdentifier>mydbsecuritygroup</SourceIdentifier>
      </Event>
      <Event>
        <Message>Database instance created</Message>
        <SourceType>db-instance</SourceType>
        <Date>2010-08-11T18:10:15.269Z</Date>
        <SourceIdentifier>mydbinstance3</SourceIdentifier>
      </Event>
      <Event>
        <Message>Backing up database instance</Message>
        <SourceType>db-instance</SourceType>
        <Date>2010-08-11T18:10:34.690Z</Date>
        <SourceIdentifier>mydbinstance3</SourceIdentifier>
      </Event>
      <Event>
        <Message>Backing up DB Instance</Message>
        <SourceType>db-instance</SourceType>
        <Date>2010-08-11T18:25:52.263Z</Date>
        <SourceIdentifier>mynewdbinstance</SourceIdentifier>
      </Event>
      <Event>
        <Message>Creating user snapshot</Message>
        <SourceType>db-snapshot</SourceType>
        <Date>2010-08-11T18:25:52.263Z</Date>
        <SourceIdentifier>mynewdbsnapshot3</SourceIdentifier>
      </Event>
    </Events>
  </DescribeEventsResult>
  <ResponseMetadata>
    <RequestId>95b948cd-bf45-11de-86a4-97241dfaadff</RequestId>
  </ResponseMetadata>
</DescribeEventsResponse>