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 |
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.
Instances
:: 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:
$sel:meetingId:TagAttendee'
, tagAttendee_meetingId
- The Amazon Chime SDK meeting ID.
$sel:attendeeId:TagAttendee'
, tagAttendee_attendeeId
- The Amazon Chime SDK attendee ID.
$sel:tags: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.
Instances
Eq TagAttendeeResponse Source # | |
Defined in Amazonka.Chime.TagAttendee (==) :: TagAttendeeResponse -> TagAttendeeResponse -> Bool # (/=) :: TagAttendeeResponse -> TagAttendeeResponse -> Bool # | |
Read TagAttendeeResponse Source # | |
Defined in Amazonka.Chime.TagAttendee | |
Show TagAttendeeResponse Source # | |
Defined in Amazonka.Chime.TagAttendee showsPrec :: Int -> TagAttendeeResponse -> ShowS # show :: TagAttendeeResponse -> String # showList :: [TagAttendeeResponse] -> ShowS # | |
Generic TagAttendeeResponse Source # | |
Defined in Amazonka.Chime.TagAttendee type Rep TagAttendeeResponse :: Type -> Type # from :: TagAttendeeResponse -> Rep TagAttendeeResponse x # to :: Rep TagAttendeeResponse x -> TagAttendeeResponse # | |
NFData TagAttendeeResponse Source # | |
Defined in Amazonka.Chime.TagAttendee rnf :: TagAttendeeResponse -> () # | |
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.