package health

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. health
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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()
  2. 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 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.

    Annotations
    @RawJSType() @native()
  3. trait DescribeAffectedEntitiesRequest extends Object
    Annotations
    @RawJSType() @native()
  4. trait DescribeAffectedEntitiesResponse extends Object
    Annotations
    @RawJSType() @native()
  5. trait DescribeEntityAggregatesRequest extends Object
    Annotations
    @RawJSType() @native()
  6. trait DescribeEntityAggregatesResponse extends Object
    Annotations
    @RawJSType() @native()
  7. trait DescribeEventAggregatesRequest extends Object
    Annotations
    @RawJSType() @native()
  8. trait DescribeEventAggregatesResponse extends Object
    Annotations
    @RawJSType() @native()
  9. type DescribeEventDetailsFailedSet = Array[EventDetailsErrorItem]
  10. trait DescribeEventDetailsRequest extends Object
    Annotations
    @RawJSType() @native()
  11. trait DescribeEventDetailsResponse extends Object
    Annotations
    @RawJSType() @native()
  12. type DescribeEventDetailsSuccessfulSet = Array[EventDetails]
  13. trait DescribeEventTypesRequest extends Object
    Annotations
    @RawJSType() @native()
  14. trait DescribeEventTypesResponse extends Object
    Annotations
    @RawJSType() @native()
  15. trait DescribeEventsRequest extends Object
    Annotations
    @RawJSType() @native()
  16. trait DescribeEventsResponse extends Object
    Annotations
    @RawJSType() @native()
  17. 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()
  18. type EntityAggregateList = Array[EntityAggregate]
  19. 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()
  20. type EntityList = Array[AffectedEntity]
  21. 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()
  22. 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()
  23. type EventAggregateList = Array[EventAggregate]
  24. type EventArnsList = Array[eventArn]
  25. 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()
  26. 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()
  27. 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()
  28. 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()
  29. type EventList = Array[Event]
  30. 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()
  31. type EventTypeCategoryList = Array[eventTypeCategory]
  32. type EventTypeCodeList = Array[eventTypeCode]
  33. 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()
  34. type EventTypeList = Array[EventType]
  35. class Health extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "Health" )
  36. implicit final class HealthOps extends AnyVal
  37. type accountId = String
  38. type aggregateValue = String
  39. type availabilityZone = String
  40. type availabilityZones = Array[availabilityZone]
  41. type count = Int
  42. type dateTimeRangeList = Array[DateTimeRange]
  43. type entityArn = String
  44. type entityArnList = Array[entityArn]
  45. type entityStatusCode = String
  46. type entityStatusCodeList = Array[entityStatusCode]
  47. type entityUrl = String
  48. type entityValue = String
  49. type entityValueList = Array[entityValue]
  50. type eventAggregateField = String
  51. type eventArn = String
  52. type eventArnList = Array[eventArn]
  53. type eventDescription = String
  54. type eventMetadata = Dictionary[metadataValue]
  55. type eventStatusCode = String
  56. type eventStatusCodeList = Array[eventStatusCode]
  57. type eventType = String
  58. type eventTypeCategory = String
  59. type eventTypeCategoryList = Array[eventTypeCategory]
  60. type eventTypeCode = String
  61. type eventTypeList = Array[eventType]
  62. type locale = String
  63. type maxResults = Int
  64. type metadataKey = String
  65. type metadataValue = String
  66. type nextToken = String
  67. type region = String
  68. type regionList = Array[region]
  69. type service = String
  70. type serviceList = Array[service]
  71. type tagFilter = Array[tagSet]
  72. type tagKey = String
  73. type tagSet = Dictionary[tagValue]
  74. type tagValue = String
  75. type timestamp = Date

Inherited from AnyRef

Inherited from Any

Ungrouped