libZSservicesZSamazonka-rdsZSamazonka-rds
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.RDS.Types.RestoreWindow

Description

 
Synopsis

Documentation

data RestoreWindow Source #

Earliest and latest time an instance can be restored to:

See: newRestoreWindow smart constructor.

Constructors

RestoreWindow' 

Fields

Instances

Instances details
Eq RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

Read RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

Show RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

Generic RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

Associated Types

type Rep RestoreWindow :: Type -> Type #

NFData RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

Methods

rnf :: RestoreWindow -> () #

Hashable RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

FromXML RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

type Rep RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

type Rep RestoreWindow = D1 ('MetaData "RestoreWindow" "Amazonka.RDS.Types.RestoreWindow" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "RestoreWindow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "latestTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "earliestTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))

newRestoreWindow :: RestoreWindow Source #

Create a value of RestoreWindow 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:latestTime:RestoreWindow', restoreWindow_latestTime - The latest time you can restore an instance to.

$sel:earliestTime:RestoreWindow', restoreWindow_earliestTime - The earliest time you can restore an instance to.

restoreWindow_latestTime :: Lens' RestoreWindow (Maybe UTCTime) Source #

The latest time you can restore an instance to.

restoreWindow_earliestTime :: Lens' RestoreWindow (Maybe UTCTime) Source #

The earliest time you can restore an instance to.