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 CreateInstantBooking Source #
Creates 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: newCreateInstantBooking
smart constructor.
CreateInstantBooking' | |
|
Instances
newCreateInstantBooking Source #
:: Int | |
-> Bool | |
-> CreateInstantBooking |
Create a value of CreateInstantBooking
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:durationInMinutes:CreateInstantBooking'
, createInstantBooking_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.
$sel:enabled:CreateInstantBooking'
, createInstantBooking_enabled
- Whether instant booking is enabled or not.
createInstantBooking_durationInMinutes :: Lens' CreateInstantBooking 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.
createInstantBooking_enabled :: Lens' CreateInstantBooking Bool Source #
Whether instant booking is enabled or not.