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 |
Returns a paginated list of DataIntegrations in the account.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
Synopsis
- data ListDataIntegrations = ListDataIntegrations' {}
- newListDataIntegrations :: ListDataIntegrations
- listDataIntegrations_nextToken :: Lens' ListDataIntegrations (Maybe Text)
- listDataIntegrations_maxResults :: Lens' ListDataIntegrations (Maybe Natural)
- data ListDataIntegrationsResponse = ListDataIntegrationsResponse' {}
- newListDataIntegrationsResponse :: Int -> ListDataIntegrationsResponse
- listDataIntegrationsResponse_dataIntegrations :: Lens' ListDataIntegrationsResponse (Maybe (NonEmpty DataIntegrationSummary))
- listDataIntegrationsResponse_nextToken :: Lens' ListDataIntegrationsResponse (Maybe Text)
- listDataIntegrationsResponse_httpStatus :: Lens' ListDataIntegrationsResponse Int
Creating a Request
data ListDataIntegrations Source #
See: newListDataIntegrations
smart constructor.
Instances
newListDataIntegrations :: ListDataIntegrations Source #
Create a value of ListDataIntegrations
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:ListDataIntegrations'
, listDataIntegrations_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:ListDataIntegrations'
, listDataIntegrations_maxResults
- The maximum number of results to return per page.
Request Lenses
listDataIntegrations_nextToken :: Lens' ListDataIntegrations (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.
listDataIntegrations_maxResults :: Lens' ListDataIntegrations (Maybe Natural) Source #
The maximum number of results to return per page.
Destructuring the Response
data ListDataIntegrationsResponse Source #
See: newListDataIntegrationsResponse
smart constructor.
ListDataIntegrationsResponse' | |
|
Instances
newListDataIntegrationsResponse Source #
Create a value of ListDataIntegrationsResponse
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:dataIntegrations:ListDataIntegrationsResponse'
, listDataIntegrationsResponse_dataIntegrations
- The DataIntegrations associated with this account.
$sel:nextToken:ListDataIntegrations'
, listDataIntegrationsResponse_nextToken
- If there are additional results, this is the token for the next set of
results.
$sel:httpStatus:ListDataIntegrationsResponse'
, listDataIntegrationsResponse_httpStatus
- The response's http status code.
Response Lenses
listDataIntegrationsResponse_dataIntegrations :: Lens' ListDataIntegrationsResponse (Maybe (NonEmpty DataIntegrationSummary)) Source #
The DataIntegrations associated with this account.
listDataIntegrationsResponse_nextToken :: Lens' ListDataIntegrationsResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
listDataIntegrationsResponse_httpStatus :: Lens' ListDataIntegrationsResponse Int Source #
The response's http status code.