libZSservicesZSamazonka-chimeZSamazonka-chime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Chime.BatchCreateAttendee

Description

Creates up to 100 new attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

Synopsis

Creating a Request

data BatchCreateAttendee Source #

See: newBatchCreateAttendee smart constructor.

Constructors

BatchCreateAttendee' 

Fields

Instances

Instances details
Eq BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Show BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Generic BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Associated Types

type Rep BatchCreateAttendee :: Type -> Type #

NFData BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Methods

rnf :: BatchCreateAttendee -> () #

Hashable BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

ToJSON BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

AWSRequest BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Associated Types

type AWSResponse BatchCreateAttendee #

ToHeaders BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

ToPath BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

ToQuery BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

type Rep BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

type Rep BatchCreateAttendee = D1 ('MetaData "BatchCreateAttendee" "Amazonka.Chime.BatchCreateAttendee" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "BatchCreateAttendee'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attendees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [CreateAttendeeRequestItem])))
type AWSResponse BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

newBatchCreateAttendee Source #

Create a value of BatchCreateAttendee 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:meetingId:BatchCreateAttendee', batchCreateAttendee_meetingId - The Amazon Chime SDK meeting ID.

$sel:attendees:BatchCreateAttendee', batchCreateAttendee_attendees - The request containing the attendees to create.

Request Lenses

batchCreateAttendee_attendees :: Lens' BatchCreateAttendee [CreateAttendeeRequestItem] Source #

The request containing the attendees to create.

Destructuring the Response

data BatchCreateAttendeeResponse Source #

See: newBatchCreateAttendeeResponse smart constructor.

Constructors

BatchCreateAttendeeResponse' 

Fields

  • attendees :: Maybe [Attendee]

    The attendee information, including attendees IDs and join tokens.

  • errors :: Maybe [CreateAttendeeError]

    If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Show BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Generic BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Associated Types

type Rep BatchCreateAttendeeResponse :: Type -> Type #

NFData BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

type Rep BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

type Rep BatchCreateAttendeeResponse = D1 ('MetaData "BatchCreateAttendeeResponse" "Amazonka.Chime.BatchCreateAttendee" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "BatchCreateAttendeeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attendees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Attendee])) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CreateAttendeeError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchCreateAttendeeResponse Source #

Create a value of BatchCreateAttendeeResponse 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:attendees:BatchCreateAttendee', batchCreateAttendeeResponse_attendees - The attendee information, including attendees IDs and join tokens.

$sel:errors:BatchCreateAttendeeResponse', batchCreateAttendeeResponse_errors - If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.

$sel:httpStatus:BatchCreateAttendeeResponse', batchCreateAttendeeResponse_httpStatus - The response's http status code.

Response Lenses

batchCreateAttendeeResponse_attendees :: Lens' BatchCreateAttendeeResponse (Maybe [Attendee]) Source #

The attendee information, including attendees IDs and join tokens.

batchCreateAttendeeResponse_errors :: Lens' BatchCreateAttendeeResponse (Maybe [CreateAttendeeError]) Source #

If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.