libZSservicesZSamazonka-dsZSamazonka-ds
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.DirectoryService.Types.RegionDescription

Description

 
Synopsis

Documentation

data RegionDescription Source #

The replicated Region information for a directory.

See: newRegionDescription smart constructor.

Constructors

RegionDescription' 

Fields

Instances

Instances details
Eq RegionDescription Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionDescription

Read RegionDescription Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionDescription

Show RegionDescription Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionDescription

Generic RegionDescription Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionDescription

Associated Types

type Rep RegionDescription :: Type -> Type #

NFData RegionDescription Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionDescription

Methods

rnf :: RegionDescription -> () #

Hashable RegionDescription Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionDescription

FromJSON RegionDescription Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionDescription

type Rep RegionDescription Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionDescription

type Rep RegionDescription = D1 ('MetaData "RegionDescription" "Amazonka.DirectoryService.Types.RegionDescription" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "RegionDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DirectoryStage)) :*: S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "regionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "desiredNumberOfDomainControllers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "regionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegionType)) :*: S1 ('MetaSel ('Just "launchTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "statusLastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "vpcSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DirectoryVpcSettings)))))))

newRegionDescription :: RegionDescription Source #

Create a value of RegionDescription 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:RegionDescription', regionDescription_status - The status of the replication process for the specified Region.

$sel:directoryId:RegionDescription', regionDescription_directoryId - The identifier of the directory.

$sel:regionName:RegionDescription', regionDescription_regionName - The name of the Region. For example, us-east-1.

$sel:desiredNumberOfDomainControllers:RegionDescription', regionDescription_desiredNumberOfDomainControllers - The desired number of domain controllers in the specified Region for the specified directory.

$sel:regionType:RegionDescription', regionDescription_regionType - Specifies whether the Region is the primary Region or an additional Region.

$sel:launchTime:RegionDescription', regionDescription_launchTime - Specifies when the Region replication began.

$sel:lastUpdatedDateTime:RegionDescription', regionDescription_lastUpdatedDateTime - The date and time that the Region description was last updated.

$sel:statusLastUpdatedDateTime:RegionDescription', regionDescription_statusLastUpdatedDateTime - The date and time that the Region status was last updated.

$sel:vpcSettings:RegionDescription', regionDescription_vpcSettings - Undocumented member.

regionDescription_status :: Lens' RegionDescription (Maybe DirectoryStage) Source #

The status of the replication process for the specified Region.

regionDescription_regionName :: Lens' RegionDescription (Maybe Text) Source #

The name of the Region. For example, us-east-1.

regionDescription_desiredNumberOfDomainControllers :: Lens' RegionDescription (Maybe Natural) Source #

The desired number of domain controllers in the specified Region for the specified directory.

regionDescription_regionType :: Lens' RegionDescription (Maybe RegionType) Source #

Specifies whether the Region is the primary Region or an additional Region.

regionDescription_launchTime :: Lens' RegionDescription (Maybe UTCTime) Source #

Specifies when the Region replication began.

regionDescription_lastUpdatedDateTime :: Lens' RegionDescription (Maybe UTCTime) Source #

The date and time that the Region description was last updated.

regionDescription_statusLastUpdatedDateTime :: Lens' RegionDescription (Maybe UTCTime) Source #

The date and time that the Region status was last updated.