import { _UnmarshalledHealthCheckObservation } from "./_HealthCheckObservation"; import * as __aws_sdk_types from "@aws-sdk/types"; /** *

A complex type that contains the response to a GetHealthCheck request.

*/ export interface GetHealthCheckStatusOutput extends __aws_sdk_types.MetadataBearer { /** *

A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.

*/ HealthCheckObservations: Array<_UnmarshalledHealthCheckObservation>; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }