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 BookingOptions = BookingOptions' {}
- newBookingOptions :: BookingOptions
- bookingOptions_autoDeclineConflictingRequests :: Lens' BookingOptions (Maybe Bool)
- bookingOptions_autoDeclineRecurringRequests :: Lens' BookingOptions (Maybe Bool)
- bookingOptions_autoAcceptRequests :: Lens' BookingOptions (Maybe Bool)
Documentation
data BookingOptions Source #
At least one delegate must be associated to the resource to disable automatic replies from the resource.
See: newBookingOptions
smart constructor.
BookingOptions' | |
|
Instances
newBookingOptions :: BookingOptions Source #
Create a value of BookingOptions
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:autoDeclineConflictingRequests:BookingOptions'
, bookingOptions_autoDeclineConflictingRequests
- The resource's ability to automatically decline any conflicting
requests.
$sel:autoDeclineRecurringRequests:BookingOptions'
, bookingOptions_autoDeclineRecurringRequests
- The resource's ability to automatically decline any recurring requests.
$sel:autoAcceptRequests:BookingOptions'
, bookingOptions_autoAcceptRequests
- The resource's ability to automatically reply to requests. If disabled,
delegates must be associated to the resource.
bookingOptions_autoDeclineConflictingRequests :: Lens' BookingOptions (Maybe Bool) Source #
The resource's ability to automatically decline any conflicting requests.
bookingOptions_autoDeclineRecurringRequests :: Lens' BookingOptions (Maybe Bool) Source #
The resource's ability to automatically decline any recurring requests.
bookingOptions_autoAcceptRequests :: Lens' BookingOptions (Maybe Bool) Source #
The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.