amazonka-keyspaces-2.0: Amazon Keyspaces 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.KeySpaces.Types.PointInTimeRecoverySummary

Description

 
Synopsis

Documentation

data PointInTimeRecoverySummary Source #

The point-in-time recovery status of the specified table.

See: newPointInTimeRecoverySummary smart constructor.

Constructors

PointInTimeRecoverySummary' 

Fields

Instances

Instances details
FromJSON PointInTimeRecoverySummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecoverySummary

Generic PointInTimeRecoverySummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecoverySummary

Associated Types

type Rep PointInTimeRecoverySummary :: Type -> Type #

Read PointInTimeRecoverySummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecoverySummary

Show PointInTimeRecoverySummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecoverySummary

NFData PointInTimeRecoverySummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecoverySummary

Eq PointInTimeRecoverySummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecoverySummary

Hashable PointInTimeRecoverySummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecoverySummary

type Rep PointInTimeRecoverySummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecoverySummary

type Rep PointInTimeRecoverySummary = D1 ('MetaData "PointInTimeRecoverySummary" "Amazonka.KeySpaces.Types.PointInTimeRecoverySummary" "amazonka-keyspaces-2.0-IgmNF4xdaFLH03VHAkrBWw" 'False) (C1 ('MetaCons "PointInTimeRecoverySummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "earliestRestorableTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PointInTimeRecoveryStatus)))

newPointInTimeRecoverySummary Source #

Create a value of PointInTimeRecoverySummary 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:earliestRestorableTimestamp:PointInTimeRecoverySummary', pointInTimeRecoverySummary_earliestRestorableTimestamp - Specifies the earliest possible restore point of the table in ISO 8601 format.

$sel:status:PointInTimeRecoverySummary', pointInTimeRecoverySummary_status - Shows if point-in-time recovery is enabled or disabled for the specified table.

pointInTimeRecoverySummary_earliestRestorableTimestamp :: Lens' PointInTimeRecoverySummary (Maybe UTCTime) Source #

Specifies the earliest possible restore point of the table in ISO 8601 format.

pointInTimeRecoverySummary_status :: Lens' PointInTimeRecoverySummary PointInTimeRecoveryStatus Source #

Shows if point-in-time recovery is enabled or disabled for the specified table.