| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Neptune.Types.Timezone
Description
Synopsis
- data Timezone = Timezone' {}
- newTimezone :: Timezone
- timezone_timezoneName :: Lens' Timezone (Maybe Text)
Documentation
A time zone associated with a DBInstance.
See: newTimezone smart constructor.
Constructors
| Timezone' | |
Fields
| |
Instances
| FromXML Timezone Source # | |
| Generic Timezone Source # | |
| Read Timezone Source # | |
| Show Timezone Source # | |
| NFData Timezone Source # | |
Defined in Amazonka.Neptune.Types.Timezone | |
| Eq Timezone Source # | |
| Hashable Timezone Source # | |
Defined in Amazonka.Neptune.Types.Timezone | |
| type Rep Timezone Source # | |
Defined in Amazonka.Neptune.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.