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

Description

 
Synopsis

Documentation

data DirectoryLimits Source #

Contains directory limit information for a Region.

See: newDirectoryLimits smart constructor.

Constructors

DirectoryLimits' 

Fields

Instances

Instances details
Eq DirectoryLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DirectoryLimits

Read DirectoryLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DirectoryLimits

Show DirectoryLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DirectoryLimits

Generic DirectoryLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DirectoryLimits

Associated Types

type Rep DirectoryLimits :: Type -> Type #

NFData DirectoryLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DirectoryLimits

Methods

rnf :: DirectoryLimits -> () #

Hashable DirectoryLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DirectoryLimits

FromJSON DirectoryLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DirectoryLimits

type Rep DirectoryLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DirectoryLimits

type Rep DirectoryLimits = D1 ('MetaData "DirectoryLimits" "Amazonka.DirectoryService.Types.DirectoryLimits" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "DirectoryLimits'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "connectedDirectoriesCurrentCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "cloudOnlyMicrosoftADLimitReached") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "connectedDirectoriesLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "connectedDirectoriesLimitReached") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "cloudOnlyMicrosoftADLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "cloudOnlyDirectoriesLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "cloudOnlyDirectoriesCurrentCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "cloudOnlyDirectoriesLimitReached") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "cloudOnlyMicrosoftADCurrentCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))))

newDirectoryLimits :: DirectoryLimits Source #

Create a value of DirectoryLimits 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:connectedDirectoriesCurrentCount:DirectoryLimits', directoryLimits_connectedDirectoriesCurrentCount - The current number of connected directories in the Region.

$sel:cloudOnlyMicrosoftADLimitReached:DirectoryLimits', directoryLimits_cloudOnlyMicrosoftADLimitReached - Indicates if the Managed Microsoft AD directory limit has been reached.

$sel:connectedDirectoriesLimit:DirectoryLimits', directoryLimits_connectedDirectoriesLimit - The maximum number of connected directories allowed in the Region.

$sel:connectedDirectoriesLimitReached:DirectoryLimits', directoryLimits_connectedDirectoriesLimitReached - Indicates if the connected directory limit has been reached.

$sel:cloudOnlyMicrosoftADLimit:DirectoryLimits', directoryLimits_cloudOnlyMicrosoftADLimit - The maximum number of Managed Microsoft AD directories allowed in the region.

$sel:cloudOnlyDirectoriesLimit:DirectoryLimits', directoryLimits_cloudOnlyDirectoriesLimit - The maximum number of cloud directories allowed in the Region.

$sel:cloudOnlyDirectoriesCurrentCount:DirectoryLimits', directoryLimits_cloudOnlyDirectoriesCurrentCount - The current number of cloud directories in the Region.

$sel:cloudOnlyDirectoriesLimitReached:DirectoryLimits', directoryLimits_cloudOnlyDirectoriesLimitReached - Indicates if the cloud directory limit has been reached.

$sel:cloudOnlyMicrosoftADCurrentCount:DirectoryLimits', directoryLimits_cloudOnlyMicrosoftADCurrentCount - The current number of Managed Microsoft AD directories in the region.

directoryLimits_connectedDirectoriesCurrentCount :: Lens' DirectoryLimits (Maybe Natural) Source #

The current number of connected directories in the Region.

directoryLimits_cloudOnlyMicrosoftADLimitReached :: Lens' DirectoryLimits (Maybe Bool) Source #

Indicates if the Managed Microsoft AD directory limit has been reached.

directoryLimits_connectedDirectoriesLimit :: Lens' DirectoryLimits (Maybe Natural) Source #

The maximum number of connected directories allowed in the Region.

directoryLimits_connectedDirectoriesLimitReached :: Lens' DirectoryLimits (Maybe Bool) Source #

Indicates if the connected directory limit has been reached.

directoryLimits_cloudOnlyMicrosoftADLimit :: Lens' DirectoryLimits (Maybe Natural) Source #

The maximum number of Managed Microsoft AD directories allowed in the region.

directoryLimits_cloudOnlyDirectoriesLimit :: Lens' DirectoryLimits (Maybe Natural) Source #

The maximum number of cloud directories allowed in the Region.

directoryLimits_cloudOnlyDirectoriesCurrentCount :: Lens' DirectoryLimits (Maybe Natural) Source #

The current number of cloud directories in the Region.

directoryLimits_cloudOnlyDirectoriesLimitReached :: Lens' DirectoryLimits (Maybe Bool) Source #

Indicates if the cloud directory limit has been reached.

directoryLimits_cloudOnlyMicrosoftADCurrentCount :: Lens' DirectoryLimits (Maybe Natural) Source #

The current number of Managed Microsoft AD directories in the region.