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 |
Lists the tags applied to an Amazon Chime SDK meeting resource.
Synopsis
- data ListMeetingTags = ListMeetingTags' {}
- newListMeetingTags :: Text -> ListMeetingTags
- listMeetingTags_meetingId :: Lens' ListMeetingTags Text
- data ListMeetingTagsResponse = ListMeetingTagsResponse' {}
- newListMeetingTagsResponse :: Int -> ListMeetingTagsResponse
- listMeetingTagsResponse_tags :: Lens' ListMeetingTagsResponse (Maybe (NonEmpty Tag))
- listMeetingTagsResponse_httpStatus :: Lens' ListMeetingTagsResponse Int
Creating a Request
data ListMeetingTags Source #
See: newListMeetingTags
smart constructor.
Instances
Create a value of ListMeetingTags
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:ListMeetingTags'
, listMeetingTags_meetingId
- The Amazon Chime SDK meeting ID.
Request Lenses
listMeetingTags_meetingId :: Lens' ListMeetingTags Text Source #
The Amazon Chime SDK meeting ID.
Destructuring the Response
data ListMeetingTagsResponse Source #
See: newListMeetingTagsResponse
smart constructor.
Instances
newListMeetingTagsResponse Source #
Create a value of ListMeetingTagsResponse
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:tags:ListMeetingTagsResponse'
, listMeetingTagsResponse_tags
- A list of tag key-value pairs.
$sel:httpStatus:ListMeetingTagsResponse'
, listMeetingTagsResponse_httpStatus
- The response's http status code.
Response Lenses
listMeetingTagsResponse_tags :: Lens' ListMeetingTagsResponse (Maybe (NonEmpty Tag)) Source #
A list of tag key-value pairs.
listMeetingTagsResponse_httpStatus :: Lens' ListMeetingTagsResponse Int Source #
The response's http status code.