Expand description

Data structures used by operation inputs/outputs.

Modules

Structs

Information about an entity that is affected by a Health event.

A range of dates and times that is used by the EventFilter and EntityFilter objects. If from is set and to is set: match items where the timestamp (startTime, endTime, or lastUpdatedTime) is between from and to inclusive. If from is set and to is not set: match items where the timestamp value is equal to or after from. If from is not set and to is set: match items where the timestamp value is equal to or before to.

The number of entities that are affected by one or more events. Returned by the DescribeEntityAggregates operation.

The values to use to filter results from the DescribeAffectedEntities operation.

Summary information about an Health event.

The number of events of each issue type. Returned by the DescribeEventAggregates operation.

The detailed description of the event. Included in the information returned by the DescribeEventDetails operation.

Detailed information about an event. A combination of an Event object, an EventDescription object, and additional metadata about the event. Returned by the DescribeEventDetails operation.

Error information returned when a DescribeEventDetails operation can't find a specified event.

The values to use to filter results from the DescribeEvents and DescribeEventAggregates operations.

Contains the metadata about a type of event that is reported by Health. The EventType shows the category, service, and the event type code of the event. For example, an issue might be the category, EC2 the service, and AWS_EC2_SYSTEM_MAINTENANCE_EVENT the event type code.

The values to use to filter results from the DescribeEventTypes operation.

Error information returned when a DescribeAffectedEntitiesForOrganization operation can't find or process a specific entity.

Summary information about an event, returned by the DescribeEventsForOrganization operation.

Detailed information about an event. A combination of an Event object, an EventDescription object, and additional metadata about the event. Returned by the DescribeEventDetailsForOrganization operation.

Error information returned when a DescribeEventDetailsForOrganization operation can't find a specified event.

The values to filter results from the DescribeEventsForOrganization operation.

Enums

Note: EntityStatusCode::Unknown has been renamed to ::UnknownValue.