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

Description

 
Synopsis

Documentation

data RegionsInfo Source #

Provides information about the Regions that are configured for multi-Region replication.

See: newRegionsInfo smart constructor.

Constructors

RegionsInfo' 

Fields

Instances

Instances details
Eq RegionsInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionsInfo

Read RegionsInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionsInfo

Show RegionsInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionsInfo

Generic RegionsInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionsInfo

Associated Types

type Rep RegionsInfo :: Type -> Type #

NFData RegionsInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionsInfo

Methods

rnf :: RegionsInfo -> () #

Hashable RegionsInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionsInfo

FromJSON RegionsInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionsInfo

type Rep RegionsInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.RegionsInfo

type Rep RegionsInfo = D1 ('MetaData "RegionsInfo" "Amazonka.DirectoryService.Types.RegionsInfo" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "RegionsInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "primaryRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "additionalRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newRegionsInfo :: RegionsInfo Source #

Create a value of RegionsInfo 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:primaryRegion:RegionsInfo', regionsInfo_primaryRegion - The Region where the Managed Microsoft AD directory was originally created.

$sel:additionalRegions:RegionsInfo', regionsInfo_additionalRegions - Lists the Regions where the directory has been replicated, excluding the primary Region.

regionsInfo_primaryRegion :: Lens' RegionsInfo (Maybe Text) Source #

The Region where the Managed Microsoft AD directory was originally created.

regionsInfo_additionalRegions :: Lens' RegionsInfo (Maybe [Text]) Source #

Lists the Regions where the directory has been replicated, excluding the primary Region.