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 InstantBooking Source #
Settings for the instant booking feature that are applied to a room profile. When users start their meeting with Alexa, Alexa automatically books the room for the configured duration if the room is available.
See: newInstantBooking
smart constructor.
Instances
newInstantBooking :: InstantBooking Source #
Create a value of InstantBooking
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:enabled:InstantBooking'
, instantBooking_enabled
- Whether instant booking is enabled or not.
$sel:durationInMinutes:InstantBooking'
, instantBooking_durationInMinutes
- Duration between 15 and 240 minutes at increments of 15 that determines
how long to book an available room when a meeting is started with Alexa.
instantBooking_enabled :: Lens' InstantBooking (Maybe Bool) Source #
Whether instant booking is enabled or not.
instantBooking_durationInMinutes :: Lens' InstantBooking (Maybe Int) Source #
Duration between 15 and 240 minutes at increments of 15 that determines how long to book an available room when a meeting is started with Alexa.