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

Description

 
Synopsis

Documentation

data Snapshot Source #

Describes a directory snapshot.

See: newSnapshot smart constructor.

Constructors

Snapshot' 

Fields

Instances

Instances details
Eq Snapshot Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Snapshot

Read Snapshot Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Snapshot

Show Snapshot Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Snapshot

Generic Snapshot Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Snapshot

Associated Types

type Rep Snapshot :: Type -> Type #

Methods

from :: Snapshot -> Rep Snapshot x #

to :: Rep Snapshot x -> Snapshot #

NFData Snapshot Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Snapshot

Methods

rnf :: Snapshot -> () #

Hashable Snapshot Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Snapshot

Methods

hashWithSalt :: Int -> Snapshot -> Int #

hash :: Snapshot -> Int #

FromJSON Snapshot Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Snapshot

type Rep Snapshot Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Snapshot

newSnapshot :: Snapshot Source #

Create a value of Snapshot 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:Snapshot', snapshot_status - The snapshot status.

$sel:directoryId:Snapshot', snapshot_directoryId - The directory identifier.

$sel:startTime:Snapshot', snapshot_startTime - The date and time that the snapshot was taken.

$sel:name:Snapshot', snapshot_name - The descriptive name of the snapshot.

$sel:type':Snapshot', snapshot_type - The snapshot type.

$sel:snapshotId:Snapshot', snapshot_snapshotId - The snapshot identifier.

snapshot_directoryId :: Lens' Snapshot (Maybe Text) Source #

The directory identifier.

snapshot_startTime :: Lens' Snapshot (Maybe UTCTime) Source #

The date and time that the snapshot was taken.

snapshot_name :: Lens' Snapshot (Maybe Text) Source #

The descriptive name of the snapshot.

snapshot_snapshotId :: Lens' Snapshot (Maybe Text) Source #

The snapshot identifier.