| 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.ListMeetingTags
Description
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.
Constructors
| ListMeetingTags' | |
Instances
Arguments
| :: Text | |
| -> ListMeetingTags |
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:
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.
Constructors
| ListMeetingTagsResponse' | |
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:
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.