amazonka-chime-sdk-meetings-2.0: Amazon Chime SDK Meetings SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem

Description

 
Synopsis

Documentation

data CreateAttendeeRequestItem Source #

The Amazon Chime SDK attendee fields to create, used with the BatchCreateAttendee action.

See: newCreateAttendeeRequestItem smart constructor.

Constructors

CreateAttendeeRequestItem' 

Fields

Instances

Instances details
ToJSON CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem

Generic CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem

Associated Types

type Rep CreateAttendeeRequestItem :: Type -> Type #

Show CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem

NFData CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem

Eq CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem

Hashable CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem

type Rep CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem

type Rep CreateAttendeeRequestItem = D1 ('MetaData "CreateAttendeeRequestItem" "Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "CreateAttendeeRequestItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttendeeCapabilities)) :*: S1 ('MetaSel ('Just "externalUserId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

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_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.