| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.ListIntegrationAssociations
Description
Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.
This operation returns paginated results.
Synopsis
- data ListIntegrationAssociations = ListIntegrationAssociations' {}
- newListIntegrationAssociations :: Text -> ListIntegrationAssociations
- listIntegrationAssociations_integrationType :: Lens' ListIntegrationAssociations (Maybe IntegrationType)
- listIntegrationAssociations_maxResults :: Lens' ListIntegrationAssociations (Maybe Natural)
- listIntegrationAssociations_nextToken :: Lens' ListIntegrationAssociations (Maybe Text)
- listIntegrationAssociations_instanceId :: Lens' ListIntegrationAssociations Text
- data ListIntegrationAssociationsResponse = ListIntegrationAssociationsResponse' {}
- newListIntegrationAssociationsResponse :: Int -> ListIntegrationAssociationsResponse
- listIntegrationAssociationsResponse_integrationAssociationSummaryList :: Lens' ListIntegrationAssociationsResponse (Maybe [IntegrationAssociationSummary])
- listIntegrationAssociationsResponse_nextToken :: Lens' ListIntegrationAssociationsResponse (Maybe Text)
- listIntegrationAssociationsResponse_httpStatus :: Lens' ListIntegrationAssociationsResponse Int
Creating a Request
data ListIntegrationAssociations Source #
See: newListIntegrationAssociations smart constructor.
Constructors
| ListIntegrationAssociations' | |
Fields
| |
Instances
newListIntegrationAssociations Source #
Arguments
| :: Text | |
| -> ListIntegrationAssociations |
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:
ListIntegrationAssociations, listIntegrationAssociations_integrationType - The integration type.
$sel:maxResults:ListIntegrationAssociations', listIntegrationAssociations_maxResults - The maximum number of results to return per page.
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.
ListIntegrationAssociations, listIntegrationAssociations_instanceId - The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
Request Lenses
listIntegrationAssociations_integrationType :: Lens' ListIntegrationAssociations (Maybe IntegrationType) Source #
The integration type.
listIntegrationAssociations_maxResults :: Lens' ListIntegrationAssociations (Maybe Natural) Source #
The maximum number of results to return per page.
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_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.
Constructors
| ListIntegrationAssociationsResponse' | |
Fields
| |
Instances
newListIntegrationAssociationsResponse Source #
Arguments
| :: Int | |
| -> ListIntegrationAssociationsResponse |
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:integrationAssociationSummaryList:ListIntegrationAssociationsResponse', listIntegrationAssociationsResponse_integrationAssociationSummaryList - The associations.
ListIntegrationAssociations, listIntegrationAssociationsResponse_nextToken - If there are additional results, this is the token for the next set of
results.
$sel:httpStatus:ListIntegrationAssociationsResponse', listIntegrationAssociationsResponse_httpStatus - The response's http status code.
Response Lenses
listIntegrationAssociationsResponse_integrationAssociationSummaryList :: Lens' ListIntegrationAssociationsResponse (Maybe [IntegrationAssociationSummary]) Source #
The associations.
listIntegrationAssociationsResponse_nextToken :: Lens' ListIntegrationAssociationsResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
listIntegrationAssociationsResponse_httpStatus :: Lens' ListIntegrationAssociationsResponse Int Source #
The response's http status code.