libZSservicesZSamazonka-neptuneZSamazonka-neptune
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.Neptune.Types.Timezone

Description

 
Synopsis

Documentation

data Timezone Source #

A time zone associated with a DBInstance.

See: newTimezone smart constructor.

Constructors

Timezone' 

Fields

Instances

Instances details
Eq Timezone Source # 
Instance details

Defined in Amazonka.Neptune.Types.Timezone

Read Timezone Source # 
Instance details

Defined in Amazonka.Neptune.Types.Timezone

Show Timezone Source # 
Instance details

Defined in Amazonka.Neptune.Types.Timezone

Generic Timezone Source # 
Instance details

Defined in Amazonka.Neptune.Types.Timezone

Associated Types

type Rep Timezone :: Type -> Type #

Methods

from :: Timezone -> Rep Timezone x #

to :: Rep Timezone x -> Timezone #

NFData Timezone Source # 
Instance details

Defined in Amazonka.Neptune.Types.Timezone

Methods

rnf :: Timezone -> () #

Hashable Timezone Source # 
Instance details

Defined in Amazonka.Neptune.Types.Timezone

Methods

hashWithSalt :: Int -> Timezone -> Int #

hash :: Timezone -> Int #

FromXML Timezone Source # 
Instance details

Defined in Amazonka.Neptune.Types.Timezone

type Rep Timezone Source # 
Instance details

Defined in Amazonka.Neptune.Types.Timezone

type Rep Timezone = D1 ('MetaData "Timezone" "Amazonka.Neptune.Types.Timezone" "libZSservicesZSamazonka-neptuneZSamazonka-neptune" 'False) (C1 ('MetaCons "Timezone'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timezoneName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTimezone :: Timezone Source #

Create a value of Timezone 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:timezoneName:Timezone', timezone_timezoneName - The name of the time zone.

timezone_timezoneName :: Lens' Timezone (Maybe Text) Source #

The name of the time zone.