libZSservicesZSamazonka-opensearchZSamazonka-opensearch
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.OpenSearch.Types.SnapshotOptions

Description

 
Synopsis

Documentation

data SnapshotOptions Source #

The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default is 0 hours.

See: newSnapshotOptions smart constructor.

Constructors

SnapshotOptions' 

Fields

Instances

Instances details
Eq SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

Read SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

Show SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

Generic SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

Associated Types

type Rep SnapshotOptions :: Type -> Type #

NFData SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

Methods

rnf :: SnapshotOptions -> () #

Hashable SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

ToJSON SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

FromJSON SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

type Rep SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

type Rep SnapshotOptions = D1 ('MetaData "SnapshotOptions" "Amazonka.OpenSearch.Types.SnapshotOptions" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "SnapshotOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "automatedSnapshotStartHour") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newSnapshotOptions :: SnapshotOptions Source #

Create a value of SnapshotOptions 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:automatedSnapshotStartHour:SnapshotOptions', snapshotOptions_automatedSnapshotStartHour - The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default is 0 hours.

snapshotOptions_automatedSnapshotStartHour :: Lens' SnapshotOptions (Maybe Int) Source #

The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default is 0 hours.