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 |
Documentation
data WeeklyStartTime Source #
The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
See: newWeeklyStartTime
smart constructor.
Instances
Create a value of WeeklyStartTime
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:timeZone:WeeklyStartTime'
, weeklyStartTime_timeZone
- The time zone, UTC by default, in either the Country/City format, or
the UTC offset format.
$sel:timeOfDay:WeeklyStartTime'
, weeklyStartTime_timeOfDay
- Required. The time, in 24-hour format.
$sel:dayOfWeek:WeeklyStartTime'
, weeklyStartTime_dayOfWeek
- Required. The day of the week.
weeklyStartTime_timeZone :: Lens' WeeklyStartTime (Maybe Text) Source #
The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
weeklyStartTime_timeOfDay :: Lens' WeeklyStartTime Text Source #
Required. The time, in 24-hour format.
weeklyStartTime_dayOfWeek :: Lens' WeeklyStartTime DayOfWeek Source #
Required. The day of the week.