| 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.AlexaBusiness.Types.UpdateInstantBooking
Description
Documentation
data UpdateInstantBooking Source #
Updates settings for the instant booking feature that are applied to a room profile. If instant booking is enabled, Alexa automatically reserves a room if it is free when a user joins a meeting with Alexa.
See: newUpdateInstantBooking smart constructor.
Constructors
| UpdateInstantBooking' | |
Instances
newUpdateInstantBooking :: UpdateInstantBooking Source #
Create a value of UpdateInstantBooking 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:UpdateInstantBooking', updateInstantBooking_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:UpdateInstantBooking', updateInstantBooking_enabled - Whether instant booking is enabled or not.
updateInstantBooking_durationInMinutes :: Lens' UpdateInstantBooking (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.
updateInstantBooking_enabled :: Lens' UpdateInstantBooking (Maybe Bool) Source #
Whether instant booking is enabled or not.