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

Description

 
Synopsis

Documentation

data SnapshotLimits Source #

Contains manual snapshot limit information for a directory.

See: newSnapshotLimits smart constructor.

Constructors

SnapshotLimits' 

Fields

Instances

Instances details
Eq SnapshotLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.SnapshotLimits

Read SnapshotLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.SnapshotLimits

Show SnapshotLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.SnapshotLimits

Generic SnapshotLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.SnapshotLimits

Associated Types

type Rep SnapshotLimits :: Type -> Type #

NFData SnapshotLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.SnapshotLimits

Methods

rnf :: SnapshotLimits -> () #

Hashable SnapshotLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.SnapshotLimits

FromJSON SnapshotLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.SnapshotLimits

type Rep SnapshotLimits Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.SnapshotLimits

type Rep SnapshotLimits = D1 ('MetaData "SnapshotLimits" "Amazonka.DirectoryService.Types.SnapshotLimits" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "SnapshotLimits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "manualSnapshotsLimitReached") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "manualSnapshotsCurrentCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "manualSnapshotsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newSnapshotLimits :: SnapshotLimits Source #

Create a value of SnapshotLimits 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:manualSnapshotsLimitReached:SnapshotLimits', snapshotLimits_manualSnapshotsLimitReached - Indicates if the manual snapshot limit has been reached.

$sel:manualSnapshotsCurrentCount:SnapshotLimits', snapshotLimits_manualSnapshotsCurrentCount - The current number of manual snapshots of the directory.

$sel:manualSnapshotsLimit:SnapshotLimits', snapshotLimits_manualSnapshotsLimit - The maximum number of manual snapshots allowed.

snapshotLimits_manualSnapshotsLimitReached :: Lens' SnapshotLimits (Maybe Bool) Source #

Indicates if the manual snapshot limit has been reached.

snapshotLimits_manualSnapshotsCurrentCount :: Lens' SnapshotLimits (Maybe Natural) Source #

The current number of manual snapshots of the directory.

snapshotLimits_manualSnapshotsLimit :: Lens' SnapshotLimits (Maybe Natural) Source #

The maximum number of manual snapshots allowed.