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 Amazon Chime Voice Connector groups for the administrator's AWS account.
Synopsis
- data ListVoiceConnectorGroups = ListVoiceConnectorGroups' {}
- newListVoiceConnectorGroups :: ListVoiceConnectorGroups
- listVoiceConnectorGroups_nextToken :: Lens' ListVoiceConnectorGroups (Maybe Text)
- listVoiceConnectorGroups_maxResults :: Lens' ListVoiceConnectorGroups (Maybe Natural)
- data ListVoiceConnectorGroupsResponse = ListVoiceConnectorGroupsResponse' {}
- newListVoiceConnectorGroupsResponse :: Int -> ListVoiceConnectorGroupsResponse
- listVoiceConnectorGroupsResponse_voiceConnectorGroups :: Lens' ListVoiceConnectorGroupsResponse (Maybe [VoiceConnectorGroup])
- listVoiceConnectorGroupsResponse_nextToken :: Lens' ListVoiceConnectorGroupsResponse (Maybe Text)
- listVoiceConnectorGroupsResponse_httpStatus :: Lens' ListVoiceConnectorGroupsResponse Int
Creating a Request
data ListVoiceConnectorGroups Source #
See: newListVoiceConnectorGroups
smart constructor.
Instances
newListVoiceConnectorGroups :: ListVoiceConnectorGroups Source #
Create a value of ListVoiceConnectorGroups
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:ListVoiceConnectorGroups'
, listVoiceConnectorGroups_nextToken
- The token to use to retrieve the next page of results.
$sel:maxResults:ListVoiceConnectorGroups'
, listVoiceConnectorGroups_maxResults
- The maximum number of results to return in a single call.
Request Lenses
listVoiceConnectorGroups_nextToken :: Lens' ListVoiceConnectorGroups (Maybe Text) Source #
The token to use to retrieve the next page of results.
listVoiceConnectorGroups_maxResults :: Lens' ListVoiceConnectorGroups (Maybe Natural) Source #
The maximum number of results to return in a single call.
Destructuring the Response
data ListVoiceConnectorGroupsResponse Source #
See: newListVoiceConnectorGroupsResponse
smart constructor.
ListVoiceConnectorGroupsResponse' | |
|
Instances
newListVoiceConnectorGroupsResponse Source #
Create a value of ListVoiceConnectorGroupsResponse
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:voiceConnectorGroups:ListVoiceConnectorGroupsResponse'
, listVoiceConnectorGroupsResponse_voiceConnectorGroups
- The details of the Amazon Chime Voice Connector groups.
$sel:nextToken:ListVoiceConnectorGroups'
, listVoiceConnectorGroupsResponse_nextToken
- The token to use to retrieve the next page of results.
$sel:httpStatus:ListVoiceConnectorGroupsResponse'
, listVoiceConnectorGroupsResponse_httpStatus
- The response's http status code.
Response Lenses
listVoiceConnectorGroupsResponse_voiceConnectorGroups :: Lens' ListVoiceConnectorGroupsResponse (Maybe [VoiceConnectorGroup]) Source #
The details of the Amazon Chime Voice Connector groups.
listVoiceConnectorGroupsResponse_nextToken :: Lens' ListVoiceConnectorGroupsResponse (Maybe Text) Source #
The token to use to retrieve the next page of results.
listVoiceConnectorGroupsResponse_httpStatus :: Lens' ListVoiceConnectorGroupsResponse Int Source #
The response's http status code.