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 |
Provides summary information about the AWS resource associations for the specified Amazon Connect instance.
This operation returns paginated results.
Synopsis
- data ListIntegrationAssociations = ListIntegrationAssociations' {}
- newListIntegrationAssociations :: Text -> ListIntegrationAssociations
- listIntegrationAssociations_nextToken :: Lens' ListIntegrationAssociations (Maybe Text)
- listIntegrationAssociations_integrationType :: Lens' ListIntegrationAssociations (Maybe IntegrationType)
- listIntegrationAssociations_maxResults :: Lens' ListIntegrationAssociations (Maybe Natural)
- listIntegrationAssociations_instanceId :: Lens' ListIntegrationAssociations Text
- data ListIntegrationAssociationsResponse = ListIntegrationAssociationsResponse' {}
- newListIntegrationAssociationsResponse :: Int -> ListIntegrationAssociationsResponse
- listIntegrationAssociationsResponse_nextToken :: Lens' ListIntegrationAssociationsResponse (Maybe Text)
- listIntegrationAssociationsResponse_integrationAssociationSummaryList :: Lens' ListIntegrationAssociationsResponse (Maybe [IntegrationAssociationSummary])
- listIntegrationAssociationsResponse_httpStatus :: Lens' ListIntegrationAssociationsResponse Int
Creating a Request
data ListIntegrationAssociations Source #
See: newListIntegrationAssociations
smart constructor.
ListIntegrationAssociations' | |
|
Instances
newListIntegrationAssociations Source #
Create a value of ListIntegrationAssociations
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:ListIntegrationAssociations'
, listIntegrationAssociations_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:integrationType:ListIntegrationAssociations'
, listIntegrationAssociations_integrationType
-
$sel:maxResults:ListIntegrationAssociations'
, listIntegrationAssociations_maxResults
- The maximum number of results to return per page.
$sel:instanceId:ListIntegrationAssociations'
, listIntegrationAssociations_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
Request Lenses
listIntegrationAssociations_nextToken :: Lens' ListIntegrationAssociations (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.
listIntegrationAssociations_integrationType :: Lens' ListIntegrationAssociations (Maybe IntegrationType) Source #
listIntegrationAssociations_maxResults :: Lens' ListIntegrationAssociations (Maybe Natural) Source #
The maximum number of results to return per page.
listIntegrationAssociations_instanceId :: Lens' ListIntegrationAssociations Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
Destructuring the Response
data ListIntegrationAssociationsResponse Source #
See: newListIntegrationAssociationsResponse
smart constructor.
ListIntegrationAssociationsResponse' | |
|
Instances
newListIntegrationAssociationsResponse Source #
Create a value of ListIntegrationAssociationsResponse
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:ListIntegrationAssociations'
, listIntegrationAssociationsResponse_nextToken
- If there are additional results, this is the token for the next set of
results.
$sel:integrationAssociationSummaryList:ListIntegrationAssociationsResponse'
, listIntegrationAssociationsResponse_integrationAssociationSummaryList
- The associations.
$sel:httpStatus:ListIntegrationAssociationsResponse'
, listIntegrationAssociationsResponse_httpStatus
- The response's http status code.
Response Lenses
listIntegrationAssociationsResponse_nextToken :: Lens' ListIntegrationAssociationsResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
listIntegrationAssociationsResponse_integrationAssociationSummaryList :: Lens' ListIntegrationAssociationsResponse (Maybe [IntegrationAssociationSummary]) Source #
The associations.
listIntegrationAssociationsResponse_httpStatus :: Lens' ListIntegrationAssociationsResponse Int Source #
The response's http status code.