package health
- Alphabetic
- By Inheritance
- health
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
AffectedEntity extends Object
Information about an entity that is affected by a Health event.
Information about an entity that is affected by a Health event.
- Annotations
- @RawJSType() @native()
-
trait
DateTimeRange extends Object
A range of dates and times that is used by the EventFilter and EntityFilter objects.
A range of dates and times that is used by the EventFilter and EntityFilter objects. If
fromis set andtois set: match items where the timestamp (startTime,endTime, orlastUpdatedTime) is betweenfromandtoinclusive. Iffromis set andtois not set: match items where the timestamp value is equal to or afterfrom. Iffromis not set andtois set: match items where the timestamp value is equal to or beforeto.- Annotations
- @RawJSType() @native()
-
trait
DescribeAffectedEntitiesRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeAffectedEntitiesResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeEntityAggregatesRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeEntityAggregatesResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeEventAggregatesRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeEventAggregatesResponse extends Object
- Annotations
- @RawJSType() @native()
- type DescribeEventDetailsFailedSet = Array[EventDetailsErrorItem]
-
trait
DescribeEventDetailsRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeEventDetailsResponse extends Object
- Annotations
- @RawJSType() @native()
- type DescribeEventDetailsSuccessfulSet = Array[EventDetails]
-
trait
DescribeEventTypesRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeEventTypesResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeEventsRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeEventsResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
EntityAggregate extends Object
The number of entities that are affected by one or more events.
The number of entities that are affected by one or more events. Returned by the DescribeEntityAggregates operation.
- Annotations
- @RawJSType() @native()
- type EntityAggregateList = Array[EntityAggregate]
-
trait
EntityFilter extends Object
The values to use to filter results from the DescribeAffectedEntities operation.
The values to use to filter results from the DescribeAffectedEntities operation.
- Annotations
- @RawJSType() @native()
- type EntityList = Array[AffectedEntity]
-
trait
Event extends Object
Summary information about an event, returned by the DescribeEvents operation.
Summary information about an event, returned by the DescribeEvents operation. The DescribeEventDetails operation also returns this information, as well as the EventDescription and additional event metadata.
- Annotations
- @RawJSType() @native()
-
trait
EventAggregate extends Object
The number of events of each issue type.
The number of events of each issue type. Returned by the DescribeEventAggregates operation.
- Annotations
- @RawJSType() @native()
- type EventAggregateList = Array[EventAggregate]
- type EventArnsList = Array[eventArn]
-
trait
EventDescription extends Object
The detailed description of the event.
The detailed description of the event. Included in the information returned by the DescribeEventDetails operation.
- Annotations
- @RawJSType() @native()
-
trait
EventDetails extends Object
Detailed information about an event.
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.
- Annotations
- @RawJSType() @native()
-
trait
EventDetailsErrorItem extends Object
Error information returned when a DescribeEventDetails operation cannot find a specified event.
Error information returned when a DescribeEventDetails operation cannot find a specified event.
- Annotations
- @RawJSType() @native()
-
trait
EventFilter extends Object
The values to use to filter results from the DescribeEvents and DescribeEventAggregates operations.
The values to use to filter results from the DescribeEvents and DescribeEventAggregates operations.
- Annotations
- @RawJSType() @native()
- type EventList = Array[Event]
-
trait
EventType extends Object
Metadata about a type of event that is reported by AWS Health.
Metadata about a type of event that is reported by AWS Health. Data consists of the category (for example,
issue), the service (for example,EC2), and the event type code (for example,AWS_EC2_SYSTEM_MAINTENANCE_EVENT).- Annotations
- @RawJSType() @native()
- type EventTypeCategoryList = Array[eventTypeCategory]
- type EventTypeCodeList = Array[eventTypeCode]
-
trait
EventTypeFilter extends Object
The values to use to filter results from the DescribeEventTypes operation.
The values to use to filter results from the DescribeEventTypes operation.
- Annotations
- @RawJSType() @native()
- type EventTypeList = Array[EventType]
-
class
Health extends Object
- Annotations
- @RawJSType() @native() @JSImport( "aws-sdk" , "Health" )
- implicit final class HealthOps extends AnyVal
- type accountId = String
- type aggregateValue = String
- type availabilityZone = String
- type availabilityZones = Array[availabilityZone]
- type count = Int
- type dateTimeRangeList = Array[DateTimeRange]
- type entityArn = String
- type entityArnList = Array[entityArn]
- type entityStatusCode = String
- type entityStatusCodeList = Array[entityStatusCode]
- type entityUrl = String
- type entityValue = String
- type entityValueList = Array[entityValue]
- type eventAggregateField = String
- type eventArn = String
- type eventArnList = Array[eventArn]
- type eventDescription = String
- type eventMetadata = Dictionary[metadataValue]
- type eventStatusCode = String
- type eventStatusCodeList = Array[eventStatusCode]
- type eventType = String
- type eventTypeCategory = String
- type eventTypeCategoryList = Array[eventTypeCategory]
- type eventTypeCode = String
- type eventTypeList = Array[eventType]
- type locale = String
- type maxResults = Int
- type metadataKey = String
- type metadataValue = String
- type nextToken = String
- type region = String
- type regionList = Array[region]
- type service = String
- type serviceList = Array[service]
- type tagFilter = Array[tagSet]
- type tagKey = String
- type tagSet = Dictionary[tagValue]
- type tagValue = String
- type timestamp = Date
Value Members
- object AffectedEntity
- object DateTimeRange
- object DescribeAffectedEntitiesRequest
- object DescribeAffectedEntitiesResponse
- object DescribeEntityAggregatesRequest
- object DescribeEntityAggregatesResponse
- object DescribeEventAggregatesRequest
- object DescribeEventAggregatesResponse
- object DescribeEventDetailsRequest
- object DescribeEventDetailsResponse
- object DescribeEventTypesRequest
- object DescribeEventTypesResponse
- object DescribeEventsRequest
- object DescribeEventsResponse
- object EntityAggregate
- object EntityFilter
- object Event
- object EventAggregate
- object EventDescription
- object EventDetails
- object EventDetailsErrorItem
- object EventFilter
- object EventType
- object EventTypeFilter
- object entityStatusCodeEnum
- object eventAggregateFieldEnum
- object eventStatusCodeEnum
- object eventTypeCategoryEnum