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 conference providers under a specific AWS account.
This operation returns paginated results.
Synopsis
- data ListConferenceProviders = ListConferenceProviders' {}
- newListConferenceProviders :: ListConferenceProviders
- listConferenceProviders_nextToken :: Lens' ListConferenceProviders (Maybe Text)
- listConferenceProviders_maxResults :: Lens' ListConferenceProviders (Maybe Natural)
- data ListConferenceProvidersResponse = ListConferenceProvidersResponse' {}
- newListConferenceProvidersResponse :: Int -> ListConferenceProvidersResponse
- listConferenceProvidersResponse_conferenceProviders :: Lens' ListConferenceProvidersResponse (Maybe [ConferenceProvider])
- listConferenceProvidersResponse_nextToken :: Lens' ListConferenceProvidersResponse (Maybe Text)
- listConferenceProvidersResponse_httpStatus :: Lens' ListConferenceProvidersResponse Int
Creating a Request
data ListConferenceProviders Source #
See: newListConferenceProviders
smart constructor.
Instances
newListConferenceProviders :: ListConferenceProviders Source #
Create a value of ListConferenceProviders
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:ListConferenceProviders'
, listConferenceProviders_nextToken
- The tokens used for pagination.
$sel:maxResults:ListConferenceProviders'
, listConferenceProviders_maxResults
- The maximum number of conference providers to be returned, per paginated
calls.
Request Lenses
listConferenceProviders_nextToken :: Lens' ListConferenceProviders (Maybe Text) Source #
The tokens used for pagination.
listConferenceProviders_maxResults :: Lens' ListConferenceProviders (Maybe Natural) Source #
The maximum number of conference providers to be returned, per paginated calls.
Destructuring the Response
data ListConferenceProvidersResponse Source #
See: newListConferenceProvidersResponse
smart constructor.
ListConferenceProvidersResponse' | |
|
Instances
newListConferenceProvidersResponse Source #
Create a value of ListConferenceProvidersResponse
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:conferenceProviders:ListConferenceProvidersResponse'
, listConferenceProvidersResponse_conferenceProviders
- The conference providers.
$sel:nextToken:ListConferenceProviders'
, listConferenceProvidersResponse_nextToken
- The tokens used for pagination.
$sel:httpStatus:ListConferenceProvidersResponse'
, listConferenceProvidersResponse_httpStatus
- The response's http status code.
Response Lenses
listConferenceProvidersResponse_conferenceProviders :: Lens' ListConferenceProvidersResponse (Maybe [ConferenceProvider]) Source #
The conference providers.
listConferenceProvidersResponse_nextToken :: Lens' ListConferenceProvidersResponse (Maybe Text) Source #
The tokens used for pagination.
listConferenceProvidersResponse_httpStatus :: Lens' ListConferenceProvidersResponse Int Source #
The response's http status code.