1{
2  "version": "2.0",
3  "service": "<fullname>AWS Health</fullname> <p>The AWS Health API provides programmatic access to the AWS Health information that is presented in the <a href=\"https://phd.aws.amazon.com/phd/home#/\">AWS Personal Health Dashboard</a>. You can get information about events that affect your AWS resources:</p> <ul> <li> <p> <a>DescribeEvents</a>: Summary information about events.</p> </li> <li> <p> <a>DescribeEventDetails</a>: Detailed information about one or more events.</p> </li> <li> <p> <a>DescribeAffectedEntities</a>: Information about AWS resources that are affected by one or more events.</p> </li> </ul> <p>In addition, these operations provide information about event types and summary counts of events or affected entities:</p> <ul> <li> <p> <a>DescribeEventTypes</a>: Information about the kinds of events that AWS Health tracks.</p> </li> <li> <p> <a>DescribeEventAggregates</a>: A count of the number of events that meet specified criteria.</p> </li> <li> <p> <a>DescribeEntityAggregates</a>: A count of the number of affected entities that meet specified criteria.</p> </li> </ul> <p>The Health API requires a Business or Enterprise support plan from <a href=\"http://aws.amazon.com/premiumsupport/\">AWS Support</a>. Calling the Health API from an account that does not have a Business or Enterprise support plan causes a <code>SubscriptionRequiredException</code>. </p> <p>For authentication of requests, AWS Health uses the <a href=\"http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 Signing Process</a>.</p> <p>See the <a href=\"http://docs.aws.amazon.com/health/latest/ug/what-is-aws-health.html\">AWS Health User Guide</a> for information about how to use the API.</p> <p> <b>Service Endpoint</b> </p> <p>The HTTP endpoint for the AWS Health API is:</p> <ul> <li> <p>https://health.us-east-1.amazonaws.com </p> </li> </ul>",
4  "operations": {
5    "DescribeAffectedEntities": "<p>Returns a list of entities that have been affected by the specified events, based on the specified filter criteria. Entities can refer to individual customer resources, groups of customer resources, or any other construct, depending on the AWS service. Events that have impact beyond that of the affected entities, or where the extent of impact is unknown, include at least one entity indicating this.</p> <p>At least one event ARN is required. Results are sorted by the <code>lastUpdatedTime</code> of the entity, starting with the most recent.</p>",
6    "DescribeEntityAggregates": "<p>Returns the number of entities that are affected by each of the specified events. If no events are specified, the counts of all affected entities are returned.</p>",
7    "DescribeEventAggregates": "<p>Returns the number of events of each event type (issue, scheduled change, and account notification). If no filter is specified, the counts of all events in each category are returned.</p>",
8    "DescribeEventDetails": "<p>Returns detailed information about one or more specified events. Information includes standard event data (region, service, etc., as returned by <a>DescribeEvents</a>), a detailed event description, and possible additional metadata that depends upon the nature of the event. Affected entities are not included; to retrieve those, use the <a>DescribeAffectedEntities</a> operation.</p> <p>If a specified event cannot be retrieved, an error message is returned for that event.</p>",
9    "DescribeEventTypes": "<p>Returns the event types that meet the specified filter criteria. If no filter criteria are specified, all event types are returned, in no particular order.</p>",
10    "DescribeEvents": "<p>Returns information about events that meet the specified filter criteria. Events are returned in a summary form and do not include the detailed description, any additional metadata that depends on the event type, or any affected resources. To retrieve that information, use the <a>DescribeEventDetails</a> and <a>DescribeAffectedEntities</a> operations.</p> <p>If no filter criteria are specified, all events are returned. Results are sorted by <code>lastModifiedTime</code>, starting with the most recent.</p>"
11  },
12  "shapes": {
13    "AffectedEntity": {
14      "base": "<p>Information about an entity that is affected by a Health event.</p>",
15      "refs": {
16        "EntityList$member": null
17      }
18    },
19    "DateTimeRange": {
20      "base": "<p>A range of dates and times that is used by the <a>EventFilter</a> and <a>EntityFilter</a> objects. If <code>from</code> is set and <code>to</code> is set: match items where the timestamp (<code>startTime</code>, <code>endTime</code>, or <code>lastUpdatedTime</code>) is between <code>from</code> and <code>to</code> inclusive. If <code>from</code> is set and <code>to</code> is not set: match items where the timestamp value is equal to or after <code>from</code>. If <code>from</code> is not set and <code>to</code> is set: match items where the timestamp value is equal to or before <code>to</code>.</p>",
21      "refs": {
22        "dateTimeRangeList$member": null
23      }
24    },
25    "DescribeAffectedEntitiesRequest": {
26      "base": null,
27      "refs": {
28      }
29    },
30    "DescribeAffectedEntitiesResponse": {
31      "base": null,
32      "refs": {
33      }
34    },
35    "DescribeEntityAggregatesRequest": {
36      "base": null,
37      "refs": {
38      }
39    },
40    "DescribeEntityAggregatesResponse": {
41      "base": null,
42      "refs": {
43      }
44    },
45    "DescribeEventAggregatesRequest": {
46      "base": null,
47      "refs": {
48      }
49    },
50    "DescribeEventAggregatesResponse": {
51      "base": null,
52      "refs": {
53      }
54    },
55    "DescribeEventDetailsFailedSet": {
56      "base": null,
57      "refs": {
58        "DescribeEventDetailsResponse$failedSet": "<p>Error messages for any events that could not be retrieved.</p>"
59      }
60    },
61    "DescribeEventDetailsRequest": {
62      "base": null,
63      "refs": {
64      }
65    },
66    "DescribeEventDetailsResponse": {
67      "base": null,
68      "refs": {
69      }
70    },
71    "DescribeEventDetailsSuccessfulSet": {
72      "base": null,
73      "refs": {
74        "DescribeEventDetailsResponse$successfulSet": "<p>Information about the events that could be retrieved.</p>"
75      }
76    },
77    "DescribeEventTypesRequest": {
78      "base": null,
79      "refs": {
80      }
81    },
82    "DescribeEventTypesResponse": {
83      "base": null,
84      "refs": {
85      }
86    },
87    "DescribeEventsRequest": {
88      "base": null,
89      "refs": {
90      }
91    },
92    "DescribeEventsResponse": {
93      "base": null,
94      "refs": {
95      }
96    },
97    "EntityAggregate": {
98      "base": "<p>The number of entities that are affected by one or more events. Returned by the <a>DescribeEntityAggregates</a> operation.</p>",
99      "refs": {
100        "EntityAggregateList$member": null
101      }
102    },
103    "EntityAggregateList": {
104      "base": null,
105      "refs": {
106        "DescribeEntityAggregatesResponse$entityAggregates": "<p>The number of entities that are affected by each of the specified events.</p>"
107      }
108    },
109    "EntityFilter": {
110      "base": "<p>The values to use to filter results from the <a>DescribeAffectedEntities</a> operation.</p>",
111      "refs": {
112        "DescribeAffectedEntitiesRequest$filter": "<p>Values to narrow the results returned. At least one event ARN is required. </p>"
113      }
114    },
115    "EntityList": {
116      "base": null,
117      "refs": {
118        "DescribeAffectedEntitiesResponse$entities": "<p>The entities that match the filter criteria.</p>"
119      }
120    },
121    "Event": {
122      "base": "<p>Summary information about an event, returned by the <a>DescribeEvents</a> operation. The <a>DescribeEventDetails</a> operation also returns this information, as well as the <a>EventDescription</a> and additional event metadata.</p>",
123      "refs": {
124        "EventDetails$event": "<p>Summary information about the event.</p>",
125        "EventList$member": null
126      }
127    },
128    "EventAggregate": {
129      "base": "<p>The number of events of each issue type. Returned by the <a>DescribeEventAggregates</a> operation.</p>",
130      "refs": {
131        "EventAggregateList$member": null
132      }
133    },
134    "EventAggregateList": {
135      "base": null,
136      "refs": {
137        "DescribeEventAggregatesResponse$eventAggregates": "<p>The number of events in each category that meet the optional filter criteria.</p>"
138      }
139    },
140    "EventArnsList": {
141      "base": null,
142      "refs": {
143        "DescribeEntityAggregatesRequest$eventArns": "<p>A list of event ARNs (unique identifiers). For example: <code>\"arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331\", \"arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz\"</code> </p>"
144      }
145    },
146    "EventDescription": {
147      "base": "<p>The detailed description of the event. Included in the information returned by the <a>DescribeEventDetails</a> operation.</p>",
148      "refs": {
149        "EventDetails$eventDescription": "<p>The most recent description of the event.</p>"
150      }
151    },
152    "EventDetails": {
153      "base": "<p>Detailed information about an event. A combination of an <a>Event</a> object, an <a>EventDescription</a> object, and additional metadata about the event. Returned by the <a>DescribeEventDetails</a> operation.</p>",
154      "refs": {
155        "DescribeEventDetailsSuccessfulSet$member": null
156      }
157    },
158    "EventDetailsErrorItem": {
159      "base": "<p>Error information returned when a <a>DescribeEventDetails</a> operation cannot find a specified event.</p>",
160      "refs": {
161        "DescribeEventDetailsFailedSet$member": null
162      }
163    },
164    "EventFilter": {
165      "base": "<p>The values to use to filter results from the <a>DescribeEvents</a> and <a>DescribeEventAggregates</a> operations.</p>",
166      "refs": {
167        "DescribeEventAggregatesRequest$filter": "<p>Values to narrow the results returned.</p>",
168        "DescribeEventsRequest$filter": "<p>Values to narrow the results returned.</p>"
169      }
170    },
171    "EventList": {
172      "base": null,
173      "refs": {
174        "DescribeEventsResponse$events": "<p>The events that match the specified filter criteria.</p>"
175      }
176    },
177    "EventType": {
178      "base": "<p>Metadata about a type of event that is reported by AWS Health. Data consists of the category (for example, <code>issue</code>), the service (for example, <code>EC2</code>), and the event type code (for example, <code>AWS_EC2_SYSTEM_MAINTENANCE_EVENT</code>).</p>",
179      "refs": {
180        "EventTypeList$member": null
181      }
182    },
183    "EventTypeCategoryList": {
184      "base": null,
185      "refs": {
186        "EventTypeFilter$eventTypeCategories": "<p>A list of event type category codes (<code>issue</code>, <code>scheduledChange</code>, or <code>accountNotification</code>).</p>"
187      }
188    },
189    "EventTypeCodeList": {
190      "base": null,
191      "refs": {
192        "EventTypeFilter$eventTypeCodes": "<p>A list of event type codes.</p>"
193      }
194    },
195    "EventTypeFilter": {
196      "base": "<p>The values to use to filter results from the <a>DescribeEventTypes</a> operation.</p>",
197      "refs": {
198        "DescribeEventTypesRequest$filter": "<p>Values to narrow the results returned.</p>"
199      }
200    },
201    "EventTypeList": {
202      "base": null,
203      "refs": {
204        "DescribeEventTypesResponse$eventTypes": "<p>A list of event types that match the filter criteria. Event types have a category (<code>issue</code>, <code>accountNotification</code>, or <code>scheduledChange</code>), a service (for example, <code>EC2</code>, <code>RDS</code>, <code>DATAPIPELINE</code>, <code>BILLING</code>), and a code (in the format <code>AWS_<i>SERVICE</i>_<i>DESCRIPTION</i> </code>; for example, <code>AWS_EC2_SYSTEM_MAINTENANCE_EVENT</code>).</p>"
205      }
206    },
207    "InvalidPaginationToken": {
208      "base": "<p>The specified pagination token (<code>nextToken</code>) is not valid.</p>",
209      "refs": {
210      }
211    },
212    "UnsupportedLocale": {
213      "base": "<p>The specified locale is not supported.</p>",
214      "refs": {
215      }
216    },
217    "accountId": {
218      "base": null,
219      "refs": {
220        "AffectedEntity$awsAccountId": "<p>The 12-digit AWS account number that contains the affected entity.</p>"
221      }
222    },
223    "aggregateValue": {
224      "base": null,
225      "refs": {
226        "EventAggregate$aggregateValue": "<p>The issue type for the associated count.</p>"
227      }
228    },
229    "availabilityZone": {
230      "base": null,
231      "refs": {
232        "Event$availabilityZone": "<p>The AWS Availability Zone of the event. For example, us-east-1a.</p>",
233        "availabilityZones$member": null
234      }
235    },
236    "availabilityZones": {
237      "base": null,
238      "refs": {
239        "EventFilter$availabilityZones": "<p>A list of AWS availability zones.</p>"
240      }
241    },
242    "count": {
243      "base": null,
244      "refs": {
245        "EntityAggregate$count": "<p>The number entities that match the criteria for the specified events.</p>",
246        "EventAggregate$count": "<p>The number of events of the associated issue type.</p>"
247      }
248    },
249    "dateTimeRangeList": {
250      "base": null,
251      "refs": {
252        "EntityFilter$lastUpdatedTimes": "<p>A list of the most recent dates and times that the entity was updated.</p>",
253        "EventFilter$startTimes": "<p>A list of dates and times that the event began.</p>",
254        "EventFilter$endTimes": "<p>A list of dates and times that the event ended.</p>",
255        "EventFilter$lastUpdatedTimes": "<p>A list of dates and times that the event was last updated.</p>"
256      }
257    },
258    "entityArn": {
259      "base": null,
260      "refs": {
261        "AffectedEntity$entityArn": "<p>The unique identifier for the entity. Format: <code>arn:aws:health:<i>entity-region</i>:<i>aws-account</i>:entity/<i>entity-id</i> </code>. Example: <code>arn:aws:health:us-east-1:111222333444:entity/AVh5GGT7ul1arKr1sE1K</code> </p>",
262        "entityArnList$member": null
263      }
264    },
265    "entityArnList": {
266      "base": null,
267      "refs": {
268        "EntityFilter$entityArns": "<p>A list of entity ARNs (unique identifiers).</p>",
269        "EventFilter$entityArns": "<p>A list of entity ARNs (unique identifiers).</p>"
270      }
271    },
272    "entityStatusCode": {
273      "base": null,
274      "refs": {
275        "AffectedEntity$statusCode": "<p>The most recent status of the entity affected by the event. The possible values are <code>IMPAIRED</code>, <code>UNIMPAIRED</code>, and <code>UNKNOWN</code>.</p>",
276        "entityStatusCodeList$member": null
277      }
278    },
279    "entityStatusCodeList": {
280      "base": null,
281      "refs": {
282        "EntityFilter$statusCodes": "<p>A list of entity status codes (<code>IMPAIRED</code>, <code>UNIMPAIRED</code>, or <code>UNKNOWN</code>).</p>"
283      }
284    },
285    "entityValue": {
286      "base": null,
287      "refs": {
288        "AffectedEntity$entityValue": "<p>The ID of the affected entity.</p>",
289        "entityValueList$member": null
290      }
291    },
292    "entityValueList": {
293      "base": null,
294      "refs": {
295        "EntityFilter$entityValues": "<p>A list of IDs for affected entities.</p>",
296        "EventFilter$entityValues": "<p>A list of entity identifiers, such as EC2 instance IDs (<code>i-34ab692e</code>) or EBS volumes (<code>vol-426ab23e</code>).</p>"
297      }
298    },
299    "eventAggregateField": {
300      "base": null,
301      "refs": {
302        "DescribeEventAggregatesRequest$aggregateField": "<p>The only currently supported value is <code>eventTypeCategory</code>.</p>"
303      }
304    },
305    "eventArn": {
306      "base": null,
307      "refs": {
308        "AffectedEntity$eventArn": "<p>The unique identifier for the event. Format: <code>arn:aws:health:<i>event-region</i>::event/<i>EVENT_TYPE_PLUS_ID</i> </code>. Example: <code>arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331</code> </p>",
309        "EntityAggregate$eventArn": "<p>The unique identifier for the event. Format: <code>arn:aws:health:<i>event-region</i>::event/<i>EVENT_TYPE_PLUS_ID</i> </code>. Example: <code>arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331</code> </p>",
310        "Event$arn": "<p>The unique identifier for the event. Format: <code>arn:aws:health:<i>event-region</i>::event/<i>EVENT_TYPE_PLUS_ID</i> </code>. Example: <code>arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331</code> </p>",
311        "EventArnsList$member": null,
312        "EventDetailsErrorItem$eventArn": "<p>The unique identifier for the event. Format: <code>arn:aws:health:<i>event-region</i>::event/<i>EVENT_TYPE_PLUS_ID</i> </code>. Example: <code>arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331</code> </p>",
313        "eventArnList$member": null
314      }
315    },
316    "eventArnList": {
317      "base": null,
318      "refs": {
319        "DescribeEventDetailsRequest$eventArns": "<p>A list of event ARNs (unique identifiers). For example: <code>\"arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331\", \"arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz\"</code> </p>",
320        "EntityFilter$eventArns": "<p>A list of event ARNs (unique identifiers). For example: <code>\"arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331\", \"arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz\"</code> </p>",
321        "EventFilter$eventArns": "<p>A list of event ARNs (unique identifiers). For example: <code>\"arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331\", \"arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz\"</code> </p>"
322      }
323    },
324    "eventDescription": {
325      "base": null,
326      "refs": {
327        "EventDescription$latestDescription": "<p>The most recent description of the event.</p>"
328      }
329    },
330    "eventMetadata": {
331      "base": null,
332      "refs": {
333        "EventDetails$eventMetadata": "<p>Additional metadata about the event.</p>"
334      }
335    },
336    "eventStatusCode": {
337      "base": null,
338      "refs": {
339        "Event$statusCode": "<p>The most recent status of the event. Possible values are <code>open</code>, <code>closed</code>, and <code>upcoming</code>.</p>",
340        "eventStatusCodeList$member": null
341      }
342    },
343    "eventStatusCodeList": {
344      "base": null,
345      "refs": {
346        "EventFilter$eventStatusCodes": "<p>A list of event status codes.</p>"
347      }
348    },
349    "eventType": {
350      "base": null,
351      "refs": {
352        "eventTypeList$member": null
353      }
354    },
355    "eventTypeCategory": {
356      "base": null,
357      "refs": {
358        "Event$eventTypeCategory": "<p>The </p>",
359        "EventType$category": "<p>A list of event type category codes (<code>issue</code>, <code>scheduledChange</code>, or <code>accountNotification</code>).</p>",
360        "EventTypeCategoryList$member": null,
361        "eventTypeCategoryList$member": null
362      }
363    },
364    "eventTypeCategoryList": {
365      "base": null,
366      "refs": {
367        "EventFilter$eventTypeCategories": "<p>A list of event type category codes (<code>issue</code>, <code>scheduledChange</code>, or <code>accountNotification</code>).</p>"
368      }
369    },
370    "eventTypeCode": {
371      "base": null,
372      "refs": {
373        "Event$eventTypeCode": "<p>The unique identifier for the event type. The format is <code>AWS_<i>SERVICE</i>_<i>DESCRIPTION</i> </code>; for example, <code>AWS_EC2_SYSTEM_MAINTENANCE_EVENT</code>.</p>",
374        "EventType$code": "<p>The unique identifier for the event type. The format is <code>AWS_<i>SERVICE</i>_<i>DESCRIPTION</i> </code>; for example, <code>AWS_EC2_SYSTEM_MAINTENANCE_EVENT</code>.</p>",
375        "EventTypeCodeList$member": null
376      }
377    },
378    "eventTypeList": {
379      "base": null,
380      "refs": {
381        "EventFilter$eventTypeCodes": "<p>A list of unique identifiers for event types. For example, <code>\"AWS_EC2_SYSTEM_MAINTENANCE_EVENT\",\"AWS_RDS_MAINTENANCE_SCHEDULED\"</code> </p>"
382      }
383    },
384    "locale": {
385      "base": null,
386      "refs": {
387        "DescribeAffectedEntitiesRequest$locale": "<p>The locale (language) to return information in. English (en) is the default and the only supported value at this time.</p>",
388        "DescribeEventDetailsRequest$locale": "<p>The locale (language) to return information in. English (en) is the default and the only supported value at this time.</p>",
389        "DescribeEventTypesRequest$locale": "<p>The locale (language) to return information in. English (en) is the default and the only supported value at this time.</p>",
390        "DescribeEventsRequest$locale": "<p>The locale (language) to return information in. English (en) is the default and the only supported value at this time.</p>"
391      }
392    },
393    "maxResults": {
394      "base": null,
395      "refs": {
396        "DescribeAffectedEntitiesRequest$maxResults": "<p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>",
397        "DescribeEventAggregatesRequest$maxResults": "<p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>",
398        "DescribeEventTypesRequest$maxResults": "<p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>",
399        "DescribeEventsRequest$maxResults": "<p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>"
400      }
401    },
402    "metadataKey": {
403      "base": null,
404      "refs": {
405        "eventMetadata$key": null
406      }
407    },
408    "metadataValue": {
409      "base": null,
410      "refs": {
411        "eventMetadata$value": null
412      }
413    },
414    "nextToken": {
415      "base": null,
416      "refs": {
417        "DescribeAffectedEntitiesRequest$nextToken": "<p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.</p>",
418        "DescribeAffectedEntitiesResponse$nextToken": "<p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.</p>",
419        "DescribeEventAggregatesRequest$nextToken": "<p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.</p>",
420        "DescribeEventAggregatesResponse$nextToken": "<p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.</p>",
421        "DescribeEventTypesRequest$nextToken": "<p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.</p>",
422        "DescribeEventTypesResponse$nextToken": "<p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.</p>",
423        "DescribeEventsRequest$nextToken": "<p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.</p>",
424        "DescribeEventsResponse$nextToken": "<p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.</p>"
425      }
426    },
427    "region": {
428      "base": null,
429      "refs": {
430        "Event$region": "<p>The AWS region name of the event.</p>",
431        "regionList$member": null
432      }
433    },
434    "regionList": {
435      "base": null,
436      "refs": {
437        "EventFilter$regions": "<p>A list of AWS regions.</p>"
438      }
439    },
440    "service": {
441      "base": null,
442      "refs": {
443        "Event$service": "<p>The AWS service that is affected by the event. For example, <code>EC2</code>, <code>RDS</code>.</p>",
444        "EventType$service": "<p>The AWS service that is affected by the event. For example, <code>EC2</code>, <code>RDS</code>.</p>",
445        "serviceList$member": null
446      }
447    },
448    "serviceList": {
449      "base": null,
450      "refs": {
451        "EventFilter$services": "<p>The AWS services associated with the event. For example, <code>EC2</code>, <code>RDS</code>.</p>",
452        "EventTypeFilter$services": "<p>The AWS services associated with the event. For example, <code>EC2</code>, <code>RDS</code>.</p>"
453      }
454    },
455    "string": {
456      "base": null,
457      "refs": {
458        "EventDetailsErrorItem$errorName": "<p>The name of the error.</p>",
459        "EventDetailsErrorItem$errorMessage": "<p>A message that describes the error.</p>",
460        "InvalidPaginationToken$message": null,
461        "UnsupportedLocale$message": null
462      }
463    },
464    "tagFilter": {
465      "base": null,
466      "refs": {
467        "EntityFilter$tags": "<p>A map of entity tags attached to the affected entity.</p>",
468        "EventFilter$tags": "<p>A map of entity tags attached to the affected entity.</p>"
469      }
470    },
471    "tagKey": {
472      "base": null,
473      "refs": {
474        "tagSet$key": null
475      }
476    },
477    "tagSet": {
478      "base": null,
479      "refs": {
480        "AffectedEntity$tags": "<p>A map of entity tags attached to the affected entity.</p>",
481        "tagFilter$member": null
482      }
483    },
484    "tagValue": {
485      "base": null,
486      "refs": {
487        "tagSet$value": null
488      }
489    },
490    "timestamp": {
491      "base": null,
492      "refs": {
493        "AffectedEntity$lastUpdatedTime": "<p>The most recent time that the entity was updated.</p>",
494        "DateTimeRange$from": "<p>The starting date and time of a time range.</p>",
495        "DateTimeRange$to": "<p>The ending date and time of a time range.</p>",
496        "Event$startTime": "<p>The date and time that the event began.</p>",
497        "Event$endTime": "<p>The date and time that the event ended.</p>",
498        "Event$lastUpdatedTime": "<p>The most recent date and time that the event was updated.</p>"
499      }
500    }
501  }
502}
503