amazonka-route53-2.0: Amazon Route 53 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Route53.Types.StatusReport

Description

 
Synopsis

Documentation

data StatusReport Source #

A complex type that contains the status that one Amazon Route 53 health checker reports and the time of the health check.

See: newStatusReport smart constructor.

Constructors

StatusReport' 

Fields

  • checkedTime :: Maybe ISO8601

    The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

  • status :: Maybe Text

    A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

Instances

Instances details
FromXML StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

Generic StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

Associated Types

type Rep StatusReport :: Type -> Type #

Read StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

Show StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

NFData StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

Methods

rnf :: StatusReport -> () #

Eq StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

Hashable StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

type Rep StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

type Rep StatusReport = D1 ('MetaData "StatusReport" "Amazonka.Route53.Types.StatusReport" "amazonka-route53-2.0-8wP357MyuPX6rh87d4wklb" 'False) (C1 ('MetaCons "StatusReport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "checkedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStatusReport :: StatusReport Source #

Create a value of StatusReport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:checkedTime:StatusReport', statusReport_checkedTime - The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

$sel:status:StatusReport', statusReport_status - A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

statusReport_checkedTime :: Lens' StatusReport (Maybe UTCTime) Source #

The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

statusReport_status :: Lens' StatusReport (Maybe Text) Source #

A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.