-
Notifications
You must be signed in to change notification settings - Fork 0
/
event.json
46 lines (46 loc) · 1.5 KB
/
event.json
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
40
41
42
43
44
45
46
{
"account": "000000000000",
"region": "us-east-1",
"detail": {
"eventVersion": "1.05",
"eventTime": "2019-01-03T02:40:13Z",
"eventSource": "route53.amazonaws.com",
"eventName": "ChangeResourceRecordSets",
"awsRegion": "us-east-1",
"userAgent": "phpDynDNS/0.7",
"requestParameters": {
"changeBatch": {
"changes": [
{
"action": "UPSERT",
"resourceRecordSet": {
"type": "A",
"tTL": 300,
"resourceRecords": [
{
"value": "10.10.10.10"
}
],
"name": "hostname.example.com"
}
}
]
}
},
"responseElements": {
"changeInfo": {
"status": "PENDING",
"id": "/change/C2EZ2GLFLXMTLJ",
"submittedAt": "Jan 3, 2019 2:40:13 AM"
}
},
"additionalEventData": {
"Note": "Do not use to reconstruct hosted zone"
},
"requestID": "e5269c31-0f00-11e9-ae1f-5bd2d3f4744f",
"eventID": "cc1febf1-42c0-448d-b437-e2faa6c59903",
"eventType": "AwsApiCall",
"apiVersion": "2013-04-01",
"recipientAccountId": "000000000000"
}
}