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.ListMeetings
Description
Lists up to 100 active Amazon Chime SDK meetings. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
Synopsis
- data ListMeetings = ListMeetings' {}
- newListMeetings :: ListMeetings
- listMeetings_nextToken :: Lens' ListMeetings (Maybe Text)
- listMeetings_maxResults :: Lens' ListMeetings (Maybe Natural)
- data ListMeetingsResponse = ListMeetingsResponse' {}
- newListMeetingsResponse :: Int -> ListMeetingsResponse
- listMeetingsResponse_meetings :: Lens' ListMeetingsResponse (Maybe [Meeting])
- listMeetingsResponse_nextToken :: Lens' ListMeetingsResponse (Maybe Text)
- listMeetingsResponse_httpStatus :: Lens' ListMeetingsResponse Int
Creating a Request
data ListMeetings Source #
See: newListMeetings
smart constructor.
Constructors
ListMeetings' | |
Instances
newListMeetings :: ListMeetings Source #
Create a value of ListMeetings
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:nextToken:ListMeetings'
, listMeetings_nextToken
- The token to use to retrieve the next page of results.
$sel:maxResults:ListMeetings'
, listMeetings_maxResults
- The maximum number of results to return in a single call.
Request Lenses
listMeetings_nextToken :: Lens' ListMeetings (Maybe Text) Source #
The token to use to retrieve the next page of results.
listMeetings_maxResults :: Lens' ListMeetings (Maybe Natural) Source #
The maximum number of results to return in a single call.
Destructuring the Response
data ListMeetingsResponse Source #
See: newListMeetingsResponse
smart constructor.
Constructors
ListMeetingsResponse' | |
Instances
newListMeetingsResponse Source #
Arguments
:: Int | |
-> ListMeetingsResponse |
Create a value of ListMeetingsResponse
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:meetings:ListMeetingsResponse'
, listMeetingsResponse_meetings
- The Amazon Chime SDK meeting information.
$sel:nextToken:ListMeetings'
, listMeetingsResponse_nextToken
- The token to use to retrieve the next page of results.
$sel:httpStatus:ListMeetingsResponse'
, listMeetingsResponse_httpStatus
- The response's http status code.
Response Lenses
listMeetingsResponse_meetings :: Lens' ListMeetingsResponse (Maybe [Meeting]) Source #
The Amazon Chime SDK meeting information.
listMeetingsResponse_nextToken :: Lens' ListMeetingsResponse (Maybe Text) Source #
The token to use to retrieve the next page of results.
listMeetingsResponse_httpStatus :: Lens' ListMeetingsResponse Int Source #
The response's http status code.