| 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.TagAttendee
Description
Applies the specified tags to the specified Amazon Chime SDK attendee.
Synopsis
- data TagAttendee = TagAttendee' {}
- newTagAttendee :: Text -> Text -> NonEmpty Tag -> TagAttendee
- tagAttendee_meetingId :: Lens' TagAttendee Text
- tagAttendee_attendeeId :: Lens' TagAttendee Text
- tagAttendee_tags :: Lens' TagAttendee (NonEmpty Tag)
- data TagAttendeeResponse = TagAttendeeResponse' {
- newTagAttendeeResponse :: TagAttendeeResponse
Creating a Request
data TagAttendee Source #
See: newTagAttendee smart constructor.
Constructors
| TagAttendee' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> NonEmpty Tag | |
| -> TagAttendee |
Create a value of TagAttendee 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:
TagAttendee, tagAttendee_meetingId - The Amazon Chime SDK meeting ID.
TagAttendee, tagAttendee_attendeeId - The Amazon Chime SDK attendee ID.
TagAttendee, tagAttendee_tags - The tag key-value pairs.
Request Lenses
tagAttendee_meetingId :: Lens' TagAttendee Text Source #
The Amazon Chime SDK meeting ID.
tagAttendee_attendeeId :: Lens' TagAttendee Text Source #
The Amazon Chime SDK attendee ID.
tagAttendee_tags :: Lens' TagAttendee (NonEmpty Tag) Source #
The tag key-value pairs.
Destructuring the Response
data TagAttendeeResponse Source #
See: newTagAttendeeResponse smart constructor.
Constructors
| TagAttendeeResponse' | |
Instances
| Generic TagAttendeeResponse Source # | |
Defined in Amazonka.Chime.TagAttendee Associated Types type Rep TagAttendeeResponse :: Type -> Type # Methods from :: TagAttendeeResponse -> Rep TagAttendeeResponse x # to :: Rep TagAttendeeResponse x -> TagAttendeeResponse # | |
| Read TagAttendeeResponse Source # | |
Defined in Amazonka.Chime.TagAttendee Methods readsPrec :: Int -> ReadS TagAttendeeResponse # readList :: ReadS [TagAttendeeResponse] # | |
| Show TagAttendeeResponse Source # | |
Defined in Amazonka.Chime.TagAttendee Methods showsPrec :: Int -> TagAttendeeResponse -> ShowS # show :: TagAttendeeResponse -> String # showList :: [TagAttendeeResponse] -> ShowS # | |
| NFData TagAttendeeResponse Source # | |
Defined in Amazonka.Chime.TagAttendee Methods rnf :: TagAttendeeResponse -> () # | |
| Eq TagAttendeeResponse Source # | |
Defined in Amazonka.Chime.TagAttendee Methods (==) :: TagAttendeeResponse -> TagAttendeeResponse -> Bool # (/=) :: TagAttendeeResponse -> TagAttendeeResponse -> Bool # | |
| type Rep TagAttendeeResponse Source # | |
newTagAttendeeResponse :: TagAttendeeResponse Source #
Create a value of TagAttendeeResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.