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
Documentation
A meeting created using the Amazon Chime SDK.
See: newMeeting
smart constructor.
Meeting' | |
|
Instances
Eq Meeting Source # | |
Show Meeting Source # | |
Generic Meeting Source # | |
NFData Meeting Source # | |
Defined in Amazonka.Chime.Types.Meeting | |
Hashable Meeting Source # | |
Defined in Amazonka.Chime.Types.Meeting | |
FromJSON Meeting Source # | |
type Rep Meeting Source # | |
Defined in Amazonka.Chime.Types.Meeting type Rep Meeting = D1 ('MetaData "Meeting" "Amazonka.Chime.Types.Meeting" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "Meeting'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "mediaRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mediaPlacement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MediaPlacement))) :*: (S1 ('MetaSel ('Just "externalMeetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) |
newMeeting :: Meeting Source #
Create a value of Meeting
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:mediaRegion:Meeting'
, meeting_mediaRegion
- The Region in which you create the meeting. Available values:
af-south-1
, ap-northeast-1
, ap-northeast-2
, ap-south-1
,
ap-southeast-1
, ap-southeast-2
, ca-central-1
, eu-central-1
,
eu-north-1
, eu-south-1
, eu-west-1
, eu-west-2
, eu-west-3
,
sa-east-1
, us-east-1
, us-east-2
, us-west-1
, us-west-2
.
$sel:mediaPlacement:Meeting'
, meeting_mediaPlacement
- The media placement for the meeting.
$sel:externalMeetingId:Meeting'
, meeting_externalMeetingId
- The external meeting ID.
$sel:meetingId:Meeting'
, meeting_meetingId
- The Amazon Chime SDK meeting ID.
meeting_mediaRegion :: Lens' Meeting (Maybe Text) Source #
The Region in which you create the meeting. Available values:
af-south-1
, ap-northeast-1
, ap-northeast-2
, ap-south-1
,
ap-southeast-1
, ap-southeast-2
, ca-central-1
, eu-central-1
,
eu-north-1
, eu-south-1
, eu-west-1
, eu-west-2
, eu-west-3
,
sa-east-1
, us-east-1
, us-east-2
, us-west-1
, us-west-2
.
meeting_mediaPlacement :: Lens' Meeting (Maybe MediaPlacement) Source #
The media placement for the meeting.