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 |
Synopsis
- data CreateAttendeeRequestItem = CreateAttendeeRequestItem' {}
- newCreateAttendeeRequestItem :: Text -> CreateAttendeeRequestItem
- createAttendeeRequestItem_capabilities :: Lens' CreateAttendeeRequestItem (Maybe AttendeeCapabilities)
- createAttendeeRequestItem_externalUserId :: Lens' CreateAttendeeRequestItem Text
Documentation
data CreateAttendeeRequestItem Source #
The Amazon Chime SDK attendee fields to create, used with the BatchCreateAttendee action.
See: newCreateAttendeeRequestItem
smart constructor.
CreateAttendeeRequestItem' | |
|
Instances
newCreateAttendeeRequestItem Source #
Create a value of CreateAttendeeRequestItem
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:capabilities:CreateAttendeeRequestItem'
, createAttendeeRequestItem_capabilities
- A list of one or more capabilities.
$sel:externalUserId:CreateAttendeeRequestItem'
, createAttendeeRequestItem_externalUserId
- The Amazon Chime SDK external user ID. An idempotency token. Links the
attendee to an identity managed by a builder application.
createAttendeeRequestItem_capabilities :: Lens' CreateAttendeeRequestItem (Maybe AttendeeCapabilities) Source #
A list of one or more capabilities.
createAttendeeRequestItem_externalUserId :: Lens' CreateAttendeeRequestItem Text Source #
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.