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 queues associated with a routing profile.
This operation returns paginated results.
Synopsis
- data ListRoutingProfileQueues = ListRoutingProfileQueues' {}
- newListRoutingProfileQueues :: Text -> Text -> ListRoutingProfileQueues
- listRoutingProfileQueues_nextToken :: Lens' ListRoutingProfileQueues (Maybe Text)
- listRoutingProfileQueues_maxResults :: Lens' ListRoutingProfileQueues (Maybe Natural)
- listRoutingProfileQueues_instanceId :: Lens' ListRoutingProfileQueues Text
- listRoutingProfileQueues_routingProfileId :: Lens' ListRoutingProfileQueues Text
- data ListRoutingProfileQueuesResponse = ListRoutingProfileQueuesResponse' {}
- newListRoutingProfileQueuesResponse :: Int -> ListRoutingProfileQueuesResponse
- listRoutingProfileQueuesResponse_routingProfileQueueConfigSummaryList :: Lens' ListRoutingProfileQueuesResponse (Maybe [RoutingProfileQueueConfigSummary])
- listRoutingProfileQueuesResponse_nextToken :: Lens' ListRoutingProfileQueuesResponse (Maybe Text)
- listRoutingProfileQueuesResponse_httpStatus :: Lens' ListRoutingProfileQueuesResponse Int
Creating a Request
data ListRoutingProfileQueues Source #
See: newListRoutingProfileQueues
smart constructor.
ListRoutingProfileQueues' | |
|
Instances
newListRoutingProfileQueues Source #
:: Text | |
-> Text | |
-> ListRoutingProfileQueues |
Create a value of ListRoutingProfileQueues
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:ListRoutingProfileQueues'
, listRoutingProfileQueues_nextToken
- The token for the next set of results. Use the value returned in the
previous response in the next request to retrieve the next set of
results.
$sel:maxResults:ListRoutingProfileQueues'
, listRoutingProfileQueues_maxResults
- The maximum number of results to return per page.
$sel:instanceId:ListRoutingProfileQueues'
, listRoutingProfileQueues_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:routingProfileId:ListRoutingProfileQueues'
, listRoutingProfileQueues_routingProfileId
- The identifier of the routing profile.
Request Lenses
listRoutingProfileQueues_nextToken :: Lens' ListRoutingProfileQueues (Maybe Text) Source #
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
listRoutingProfileQueues_maxResults :: Lens' ListRoutingProfileQueues (Maybe Natural) Source #
The maximum number of results to return per page.
listRoutingProfileQueues_instanceId :: Lens' ListRoutingProfileQueues Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
listRoutingProfileQueues_routingProfileId :: Lens' ListRoutingProfileQueues Text Source #
The identifier of the routing profile.
Destructuring the Response
data ListRoutingProfileQueuesResponse Source #
See: newListRoutingProfileQueuesResponse
smart constructor.
ListRoutingProfileQueuesResponse' | |
|
Instances
newListRoutingProfileQueuesResponse Source #
Create a value of ListRoutingProfileQueuesResponse
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:routingProfileQueueConfigSummaryList:ListRoutingProfileQueuesResponse'
, listRoutingProfileQueuesResponse_routingProfileQueueConfigSummaryList
- Information about the routing profiles.
$sel:nextToken:ListRoutingProfileQueues'
, listRoutingProfileQueuesResponse_nextToken
- If there are additional results, this is the token for the next set of
results.
$sel:httpStatus:ListRoutingProfileQueuesResponse'
, listRoutingProfileQueuesResponse_httpStatus
- The response's http status code.
Response Lenses
listRoutingProfileQueuesResponse_routingProfileQueueConfigSummaryList :: Lens' ListRoutingProfileQueuesResponse (Maybe [RoutingProfileQueueConfigSummary]) Source #
Information about the routing profiles.
listRoutingProfileQueuesResponse_nextToken :: Lens' ListRoutingProfileQueuesResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
listRoutingProfileQueuesResponse_httpStatus :: Lens' ListRoutingProfileQueuesResponse Int Source #
The response's http status code.