amazonka-redshift-serverless-2.0: Amazon Redshift Serverless 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.RedshiftServerLess.Types.RecoveryPoint

Description

 
Synopsis

Documentation

data RecoveryPoint Source #

The automatically created recovery point of a namespace. Recovery points are created every 30 minutes and kept for 24 hours.

See: newRecoveryPoint smart constructor.

Constructors

RecoveryPoint' 

Fields

Instances

Instances details
FromJSON RecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.RecoveryPoint

Generic RecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.RecoveryPoint

Associated Types

type Rep RecoveryPoint :: Type -> Type #

Read RecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.RecoveryPoint

Show RecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.RecoveryPoint

NFData RecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.RecoveryPoint

Methods

rnf :: RecoveryPoint -> () #

Eq RecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.RecoveryPoint

Hashable RecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.RecoveryPoint

type Rep RecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.RecoveryPoint

type Rep RecoveryPoint = D1 ('MetaData "RecoveryPoint" "Amazonka.RedshiftServerLess.Types.RecoveryPoint" "amazonka-redshift-serverless-2.0-ApuSN33KEWs53jvwyBa3sl" 'False) (C1 ('MetaCons "RecoveryPoint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "namespaceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "namespaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recoveryPointCreateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: (S1 ('MetaSel ('Just "recoveryPointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "totalSizeInMegaBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "workgroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newRecoveryPoint :: RecoveryPoint Source #

Create a value of RecoveryPoint 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:namespaceArn:RecoveryPoint', recoveryPoint_namespaceArn - The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.

$sel:namespaceName:RecoveryPoint', recoveryPoint_namespaceName - The name of the namespace the recovery point is associated with.

$sel:recoveryPointCreateTime:RecoveryPoint', recoveryPoint_recoveryPointCreateTime - The time the recovery point is created.

$sel:recoveryPointId:RecoveryPoint', recoveryPoint_recoveryPointId - The unique identifier of the recovery point.

$sel:totalSizeInMegaBytes:RecoveryPoint', recoveryPoint_totalSizeInMegaBytes - The total size of the data in the recovery point in megabytes.

$sel:workgroupName:RecoveryPoint', recoveryPoint_workgroupName - The name of the workgroup the recovery point is associated with.

recoveryPoint_namespaceArn :: Lens' RecoveryPoint (Maybe Text) Source #

The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.

recoveryPoint_namespaceName :: Lens' RecoveryPoint (Maybe Text) Source #

The name of the namespace the recovery point is associated with.

recoveryPoint_recoveryPointCreateTime :: Lens' RecoveryPoint (Maybe UTCTime) Source #

The time the recovery point is created.

recoveryPoint_recoveryPointId :: Lens' RecoveryPoint (Maybe Text) Source #

The unique identifier of the recovery point.

recoveryPoint_totalSizeInMegaBytes :: Lens' RecoveryPoint (Maybe Double) Source #

The total size of the data in the recovery point in megabytes.

recoveryPoint_workgroupName :: Lens' RecoveryPoint (Maybe Text) Source #

The name of the workgroup the recovery point is associated with.