python-botocore/tests/unit/response_parsing/xml/responses/rds-describe-events.json
2015-11-24 20:34:53 +09:00

37 lines
1.2 KiB
JSON

{
"Events": [
{
"Date": "2010-08-11T17:12:52.860Z",
"Message": "Applied change to security group",
"SourceIdentifier": "mydbsecuritygroup",
"SourceType": "db-security-group"
},
{
"Date": "2010-08-11T18:10:15.269Z",
"Message": "Database instance created",
"SourceIdentifier": "mydbinstance3",
"SourceType": "db-instance"
},
{
"Date": "2010-08-11T18:10:34.690Z",
"Message": "Backing up database instance",
"SourceIdentifier": "mydbinstance3",
"SourceType": "db-instance"
},
{
"Date": "2010-08-11T18:25:52.263Z",
"Message": "Backing up DB Instance",
"SourceIdentifier": "mynewdbinstance",
"SourceType": "db-instance"
},
{
"Date": "2010-08-11T18:25:52.263Z",
"Message": "Creating user snapshot",
"SourceIdentifier": "mynewdbsnapshot3",
"SourceType": "db-snapshot"
}
],
"ResponseMetadata": {
"RequestId": "95b948cd-bf45-11de-86a4-97241dfaadff"
}
}