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 |
Lists all of the integrations in your domain.
Synopsis
- data ListIntegrations = ListIntegrations' {
- nextToken :: Maybe Text
- maxResults :: Maybe Natural
- domainName :: Text
- newListIntegrations :: Text -> ListIntegrations
- listIntegrations_nextToken :: Lens' ListIntegrations (Maybe Text)
- listIntegrations_maxResults :: Lens' ListIntegrations (Maybe Natural)
- listIntegrations_domainName :: Lens' ListIntegrations Text
- data ListIntegrationsResponse = ListIntegrationsResponse' {
- items :: Maybe [ListIntegrationItem]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListIntegrationsResponse :: Int -> ListIntegrationsResponse
- listIntegrationsResponse_items :: Lens' ListIntegrationsResponse (Maybe [ListIntegrationItem])
- listIntegrationsResponse_nextToken :: Lens' ListIntegrationsResponse (Maybe Text)
- listIntegrationsResponse_httpStatus :: Lens' ListIntegrationsResponse Int
Creating a Request
data ListIntegrations Source #
See: newListIntegrations
smart constructor.
ListIntegrations' | |
|
Instances
Create a value of ListIntegrations
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:ListIntegrations'
, listIntegrations_nextToken
- The pagination token from the previous ListIntegrations API call.
$sel:maxResults:ListIntegrations'
, listIntegrations_maxResults
- The maximum number of objects returned per page.
$sel:domainName:ListIntegrations'
, listIntegrations_domainName
- The unique name of the domain.
Request Lenses
listIntegrations_nextToken :: Lens' ListIntegrations (Maybe Text) Source #
The pagination token from the previous ListIntegrations API call.
listIntegrations_maxResults :: Lens' ListIntegrations (Maybe Natural) Source #
The maximum number of objects returned per page.
listIntegrations_domainName :: Lens' ListIntegrations Text Source #
The unique name of the domain.
Destructuring the Response
data ListIntegrationsResponse Source #
See: newListIntegrationsResponse
smart constructor.
ListIntegrationsResponse' | |
|
Instances
newListIntegrationsResponse Source #
Create a value of ListIntegrationsResponse
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:items:ListIntegrationsResponse'
, listIntegrationsResponse_items
- The list of ListIntegrations instances.
$sel:nextToken:ListIntegrations'
, listIntegrationsResponse_nextToken
- The pagination token from the previous ListIntegrations API call.
$sel:httpStatus:ListIntegrationsResponse'
, listIntegrationsResponse_httpStatus
- The response's http status code.
Response Lenses
listIntegrationsResponse_items :: Lens' ListIntegrationsResponse (Maybe [ListIntegrationItem]) Source #
The list of ListIntegrations instances.
listIntegrationsResponse_nextToken :: Lens' ListIntegrationsResponse (Maybe Text) Source #
The pagination token from the previous ListIntegrations API call.
listIntegrationsResponse_httpStatus :: Lens' ListIntegrationsResponse Int Source #
The response's http status code.