amazonka-efs-2.0: Amazon Elastic File System SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EFS.Types.Destination

Description

 
Synopsis

Documentation

data Destination Source #

Describes the destination file system in the replication configuration.

See: newDestination smart constructor.

Constructors

Destination' 

Fields

  • lastReplicatedTimestamp :: Maybe POSIX

    The time when the most recent sync was successfully completed on the destination file system. Any changes to data on the source file system that occurred before this time have been successfully replicated to the destination file system. Any changes that occurred after this time might not be fully replicated.

  • status :: ReplicationStatus

    Describes the status of the destination Amazon EFS file system. If the status is ERROR, the destination file system in the replication configuration is in a failed state and is unrecoverable. To access the file system data, restore a backup of the failed file system to a new file system.

  • fileSystemId :: Text

    The ID of the destination Amazon EFS file system.

  • region :: Text

    The Amazon Web Services Region in which the destination file system is located.

Instances

Instances details
FromJSON Destination Source # 
Instance details

Defined in Amazonka.EFS.Types.Destination

Generic Destination Source # 
Instance details

Defined in Amazonka.EFS.Types.Destination

Associated Types

type Rep Destination :: Type -> Type #

Read Destination Source # 
Instance details

Defined in Amazonka.EFS.Types.Destination

Show Destination Source # 
Instance details

Defined in Amazonka.EFS.Types.Destination

NFData Destination Source # 
Instance details

Defined in Amazonka.EFS.Types.Destination

Methods

rnf :: Destination -> () #

Eq Destination Source # 
Instance details

Defined in Amazonka.EFS.Types.Destination

Hashable Destination Source # 
Instance details

Defined in Amazonka.EFS.Types.Destination

type Rep Destination Source # 
Instance details

Defined in Amazonka.EFS.Types.Destination

type Rep Destination = D1 ('MetaData "Destination" "Amazonka.EFS.Types.Destination" "amazonka-efs-2.0-EHRjUBbcNxzHWDmYi0HAD5" 'False) (C1 ('MetaCons "Destination'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastReplicatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReplicationStatus)) :*: (S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDestination Source #

Create a value of Destination 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:lastReplicatedTimestamp:Destination', destination_lastReplicatedTimestamp - The time when the most recent sync was successfully completed on the destination file system. Any changes to data on the source file system that occurred before this time have been successfully replicated to the destination file system. Any changes that occurred after this time might not be fully replicated.

$sel:status:Destination', destination_status - Describes the status of the destination Amazon EFS file system. If the status is ERROR, the destination file system in the replication configuration is in a failed state and is unrecoverable. To access the file system data, restore a backup of the failed file system to a new file system.

$sel:fileSystemId:Destination', destination_fileSystemId - The ID of the destination Amazon EFS file system.

$sel:region:Destination', destination_region - The Amazon Web Services Region in which the destination file system is located.

destination_lastReplicatedTimestamp :: Lens' Destination (Maybe UTCTime) Source #

The time when the most recent sync was successfully completed on the destination file system. Any changes to data on the source file system that occurred before this time have been successfully replicated to the destination file system. Any changes that occurred after this time might not be fully replicated.

destination_status :: Lens' Destination ReplicationStatus Source #

Describes the status of the destination Amazon EFS file system. If the status is ERROR, the destination file system in the replication configuration is in a failed state and is unrecoverable. To access the file system data, restore a backup of the failed file system to a new file system.

destination_fileSystemId :: Lens' Destination Text Source #

The ID of the destination Amazon EFS file system.

destination_region :: Lens' Destination Text Source #

The Amazon Web Services Region in which the destination file system is located.