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 |
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:
$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.
Constructors
TagAttendeeResponse' | |
Instances
Eq TagAttendeeResponse Source # | |
Defined in Amazonka.Chime.TagAttendee Methods (==) :: TagAttendeeResponse -> TagAttendeeResponse -> Bool # (/=) :: TagAttendeeResponse -> TagAttendeeResponse -> Bool # | |
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 # | |
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 # | |
NFData TagAttendeeResponse Source # | |
Defined in Amazonka.Chime.TagAttendee Methods 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.