| 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 |
Amazonka.Chime.Types.Meeting
Description
Synopsis
Documentation
A meeting created using the Amazon Chime SDK.
See: newMeeting smart constructor.
Constructors
| Meeting' | |
Fields
| |
Instances
| FromJSON Meeting Source # | |
| Generic Meeting Source # | |
| Show Meeting Source # | |
| NFData Meeting Source # | |
Defined in Amazonka.Chime.Types.Meeting | |
| Eq Meeting Source # | |
| Hashable Meeting Source # | |
Defined in Amazonka.Chime.Types.Meeting | |
| type Rep Meeting Source # | |
Defined in Amazonka.Chime.Types.Meeting type Rep Meeting = D1 ('MetaData "Meeting" "Amazonka.Chime.Types.Meeting" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "Meeting'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "externalMeetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "mediaPlacement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MediaPlacement))) :*: (S1 ('MetaSel ('Just "mediaRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe 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:externalMeetingId:Meeting', meeting_externalMeetingId - The external meeting ID.
$sel:mediaPlacement:Meeting', meeting_mediaPlacement - The media placement for the meeting.
$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:meetingId:Meeting', meeting_meetingId - The Amazon Chime SDK meeting ID.
meeting_mediaPlacement :: Lens' Meeting (Maybe MediaPlacement) Source #
The media placement for the meeting.
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.