libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents
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.SSMIncidents.Types.RegionInfo

Description

 
Synopsis

Documentation

data RegionInfo Source #

Information about a Region in your replication set.

See: newRegionInfo smart constructor.

Constructors

RegionInfo' 

Fields

Instances

Instances details
Eq RegionInfo Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionInfo

Read RegionInfo Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionInfo

Show RegionInfo Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionInfo

Generic RegionInfo Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionInfo

Associated Types

type Rep RegionInfo :: Type -> Type #

NFData RegionInfo Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionInfo

Methods

rnf :: RegionInfo -> () #

Hashable RegionInfo Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionInfo

FromJSON RegionInfo Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionInfo

type Rep RegionInfo Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionInfo

type Rep RegionInfo = D1 ('MetaData "RegionInfo" "Amazonka.SSMIncidents.Types.RegionInfo" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "RegionInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sseKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegionStatus) :*: S1 ('MetaSel ('Just "statusUpdateDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newRegionInfo Source #

Create a value of RegionInfo 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:statusMessage:RegionInfo', regionInfo_statusMessage - Information displayed about the status of the Region.

$sel:sseKmsKeyId:RegionInfo', regionInfo_sseKmsKeyId - The ID of the KMS key used to encrypt the data in this Region.

$sel:status:RegionInfo', regionInfo_status - The status of the Region in the replication set.

$sel:statusUpdateDateTime:RegionInfo', regionInfo_statusUpdateDateTime - The most recent date and time that the Region's status was updated.

regionInfo_statusMessage :: Lens' RegionInfo (Maybe Text) Source #

Information displayed about the status of the Region.

regionInfo_sseKmsKeyId :: Lens' RegionInfo (Maybe Text) Source #

The ID of the KMS key used to encrypt the data in this Region.

regionInfo_status :: Lens' RegionInfo RegionStatus Source #

The status of the Region in the replication set.

regionInfo_statusUpdateDateTime :: Lens' RegionInfo UTCTime Source #

The most recent date and time that the Region's status was updated.