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 QuietTime = QuietTime' {}
- newQuietTime :: QuietTime
- quietTime_start :: Lens' QuietTime (Maybe Text)
- quietTime_end :: Lens' QuietTime (Maybe Text)
Documentation
Specifies the start and end times that define a time range when messages aren't sent to endpoints.
See: newQuietTime
smart constructor.
QuietTime' | |
|
Instances
Eq QuietTime Source # | |
Read QuietTime Source # | |
Show QuietTime Source # | |
Generic QuietTime Source # | |
NFData QuietTime Source # | |
Defined in Amazonka.Pinpoint.Types.QuietTime | |
Hashable QuietTime Source # | |
Defined in Amazonka.Pinpoint.Types.QuietTime | |
ToJSON QuietTime Source # | |
Defined in Amazonka.Pinpoint.Types.QuietTime | |
FromJSON QuietTime Source # | |
type Rep QuietTime Source # | |
Defined in Amazonka.Pinpoint.Types.QuietTime type Rep QuietTime = D1 ('MetaData "QuietTime" "Amazonka.Pinpoint.Types.QuietTime" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "QuietTime'" 'PrefixI 'True) (S1 ('MetaSel ('Just "start") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "end") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newQuietTime :: QuietTime Source #
Create a value of QuietTime
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:start:QuietTime'
, quietTime_start
- The specific time when quiet time begins. This value has to use 24-hour
notation and be in HH:MM format, where HH is the hour (with a leading
zero, if applicable) and MM is the minutes. For example, use 02:30 to
represent 2:30 AM, or 14:30 to represent 2:30 PM.
$sel:end:QuietTime'
, quietTime_end
- The specific time when quiet time ends. This value has to use 24-hour
notation and be in HH:MM format, where HH is the hour (with a leading
zero, if applicable) and MM is the minutes. For example, use 02:30 to
represent 2:30 AM, or 14:30 to represent 2:30 PM.
quietTime_start :: Lens' QuietTime (Maybe Text) Source #
The specific time when quiet time begins. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.
quietTime_end :: Lens' QuietTime (Maybe Text) Source #
The specific time when quiet time ends. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.