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.AppIntegrationS.ListEventIntegrations
Description
Returns a paginated list of event integrations in the account.
Synopsis
- data ListEventIntegrations = ListEventIntegrations' {}
- newListEventIntegrations :: ListEventIntegrations
- listEventIntegrations_maxResults :: Lens' ListEventIntegrations (Maybe Natural)
- listEventIntegrations_nextToken :: Lens' ListEventIntegrations (Maybe Text)
- data ListEventIntegrationsResponse = ListEventIntegrationsResponse' {}
- newListEventIntegrationsResponse :: Int -> ListEventIntegrationsResponse
- listEventIntegrationsResponse_eventIntegrations :: Lens' ListEventIntegrationsResponse (Maybe (NonEmpty EventIntegration))
- listEventIntegrationsResponse_nextToken :: Lens' ListEventIntegrationsResponse (Maybe Text)
- listEventIntegrationsResponse_httpStatus :: Lens' ListEventIntegrationsResponse Int
Creating a Request
data ListEventIntegrations Source #
See: newListEventIntegrations
smart constructor.
Constructors
ListEventIntegrations' | |
Instances
newListEventIntegrations :: ListEventIntegrations Source #
Create a value of ListEventIntegrations
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:maxResults:ListEventIntegrations'
, listEventIntegrations_maxResults
- The maximum number of results to return per page.
ListEventIntegrations
, listEventIntegrations_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.
Request Lenses
listEventIntegrations_maxResults :: Lens' ListEventIntegrations (Maybe Natural) Source #
The maximum number of results to return per page.
listEventIntegrations_nextToken :: Lens' ListEventIntegrations (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.
Destructuring the Response
data ListEventIntegrationsResponse Source #
See: newListEventIntegrationsResponse
smart constructor.
Constructors
ListEventIntegrationsResponse' | |
Fields
|
Instances
newListEventIntegrationsResponse Source #
Create a value of ListEventIntegrationsResponse
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:eventIntegrations:ListEventIntegrationsResponse'
, listEventIntegrationsResponse_eventIntegrations
- The event integrations.
ListEventIntegrations
, listEventIntegrationsResponse_nextToken
- If there are additional results, this is the token for the next set of
results.
$sel:httpStatus:ListEventIntegrationsResponse'
, listEventIntegrationsResponse_httpStatus
- The response's http status code.
Response Lenses
listEventIntegrationsResponse_eventIntegrations :: Lens' ListEventIntegrationsResponse (Maybe (NonEmpty EventIntegration)) Source #
The event integrations.
listEventIntegrationsResponse_nextToken :: Lens' ListEventIntegrationsResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
listEventIntegrationsResponse_httpStatus :: Lens' ListEventIntegrationsResponse Int Source #
The response's http status code.