libZSservicesZSamazonka-route53ZSamazonka-route53
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

  • status :: Maybe Text

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

  • 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.

Instances

Instances details
Eq StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

Read StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

Show 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 #

NFData StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

Methods

rnf :: StatusReport -> () #

Hashable StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

FromXML 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" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "StatusReport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "checkedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))

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: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.

$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.

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.

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.