Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Timezone = Timezone' {}
- newTimezone :: Timezone
- timezone_timezoneName :: Lens' Timezone (Maybe Text)
Documentation
A time zone associated with a DBInstance
or a DBSnapshot
. This data
type is an element in the response to the DescribeDBInstances
, the
DescribeDBSnapshots
, and the DescribeDBEngineVersions
actions.
See: newTimezone
smart constructor.
Timezone' | |
|
Instances
Eq Timezone Source # | |
Read Timezone Source # | |
Show Timezone Source # | |
Generic Timezone Source # | |
NFData Timezone Source # | |
Defined in Amazonka.RDS.Types.Timezone | |
Hashable Timezone Source # | |
Defined in Amazonka.RDS.Types.Timezone | |
FromXML Timezone Source # | |
type Rep Timezone Source # | |
Defined in Amazonka.RDS.Types.Timezone |
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.