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 |
This API is in preview release for Amazon Connect and is subject to change.
Lists the quick connects associated with a queue.
This operation returns paginated results.
Synopsis
- data ListQueueQuickConnects = ListQueueQuickConnects' {
- nextToken :: Maybe Text
- maxResults :: Maybe Natural
- instanceId :: Text
- queueId :: Text
- newListQueueQuickConnects :: Text -> Text -> ListQueueQuickConnects
- listQueueQuickConnects_nextToken :: Lens' ListQueueQuickConnects (Maybe Text)
- listQueueQuickConnects_maxResults :: Lens' ListQueueQuickConnects (Maybe Natural)
- listQueueQuickConnects_instanceId :: Lens' ListQueueQuickConnects Text
- listQueueQuickConnects_queueId :: Lens' ListQueueQuickConnects Text
- data ListQueueQuickConnectsResponse = ListQueueQuickConnectsResponse' {}
- newListQueueQuickConnectsResponse :: Int -> ListQueueQuickConnectsResponse
- listQueueQuickConnectsResponse_quickConnectSummaryList :: Lens' ListQueueQuickConnectsResponse (Maybe [QuickConnectSummary])
- listQueueQuickConnectsResponse_nextToken :: Lens' ListQueueQuickConnectsResponse (Maybe Text)
- listQueueQuickConnectsResponse_httpStatus :: Lens' ListQueueQuickConnectsResponse Int
Creating a Request
data ListQueueQuickConnects Source #
See: newListQueueQuickConnects
smart constructor.
ListQueueQuickConnects' | |
|
Instances
newListQueueQuickConnects Source #
:: Text | |
-> Text | |
-> ListQueueQuickConnects |
Create a value of ListQueueQuickConnects
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:ListQueueQuickConnects'
, listQueueQuickConnects_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:ListQueueQuickConnects'
, listQueueQuickConnects_maxResults
- The maximum number of results to return per page.
$sel:instanceId:ListQueueQuickConnects'
, listQueueQuickConnects_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:queueId:ListQueueQuickConnects'
, listQueueQuickConnects_queueId
- The identifier for the queue.
Request Lenses
listQueueQuickConnects_nextToken :: Lens' ListQueueQuickConnects (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.
listQueueQuickConnects_maxResults :: Lens' ListQueueQuickConnects (Maybe Natural) Source #
The maximum number of results to return per page.
listQueueQuickConnects_instanceId :: Lens' ListQueueQuickConnects Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
listQueueQuickConnects_queueId :: Lens' ListQueueQuickConnects Text Source #
The identifier for the queue.
Destructuring the Response
data ListQueueQuickConnectsResponse Source #
See: newListQueueQuickConnectsResponse
smart constructor.
ListQueueQuickConnectsResponse' | |
|
Instances
newListQueueQuickConnectsResponse Source #
Create a value of ListQueueQuickConnectsResponse
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:quickConnectSummaryList:ListQueueQuickConnectsResponse'
, listQueueQuickConnectsResponse_quickConnectSummaryList
- Information about the quick connects.
$sel:nextToken:ListQueueQuickConnects'
, listQueueQuickConnectsResponse_nextToken
- If there are additional results, this is the token for the next set of
results.
$sel:httpStatus:ListQueueQuickConnectsResponse'
, listQueueQuickConnectsResponse_httpStatus
- The response's http status code.
Response Lenses
listQueueQuickConnectsResponse_quickConnectSummaryList :: Lens' ListQueueQuickConnectsResponse (Maybe [QuickConnectSummary]) Source #
Information about the quick connects.
listQueueQuickConnectsResponse_nextToken :: Lens' ListQueueQuickConnectsResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
listQueueQuickConnectsResponse_httpStatus :: Lens' ListQueueQuickConnectsResponse Int Source #
The response's http status code.