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 associated to a specific URI in the AWS account.
Synopsis
- data ListAccountIntegrations = ListAccountIntegrations' {}
- newListAccountIntegrations :: Text -> ListAccountIntegrations
- listAccountIntegrations_nextToken :: Lens' ListAccountIntegrations (Maybe Text)
- listAccountIntegrations_maxResults :: Lens' ListAccountIntegrations (Maybe Natural)
- listAccountIntegrations_uri :: Lens' ListAccountIntegrations Text
- data ListAccountIntegrationsResponse = ListAccountIntegrationsResponse' {
- items :: Maybe [ListIntegrationItem]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListAccountIntegrationsResponse :: Int -> ListAccountIntegrationsResponse
- listAccountIntegrationsResponse_items :: Lens' ListAccountIntegrationsResponse (Maybe [ListIntegrationItem])
- listAccountIntegrationsResponse_nextToken :: Lens' ListAccountIntegrationsResponse (Maybe Text)
- listAccountIntegrationsResponse_httpStatus :: Lens' ListAccountIntegrationsResponse Int
Creating a Request
data ListAccountIntegrations Source #
See: newListAccountIntegrations
smart constructor.
Instances
newListAccountIntegrations Source #
Create a value of ListAccountIntegrations
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:ListAccountIntegrations'
, listAccountIntegrations_nextToken
- The pagination token from the previous ListAccountIntegrations API call.
$sel:maxResults:ListAccountIntegrations'
, listAccountIntegrations_maxResults
- The maximum number of objects returned per page.
$sel:uri:ListAccountIntegrations'
, listAccountIntegrations_uri
- The URI of the S3 bucket or any other type of data source.
Request Lenses
listAccountIntegrations_nextToken :: Lens' ListAccountIntegrations (Maybe Text) Source #
The pagination token from the previous ListAccountIntegrations API call.
listAccountIntegrations_maxResults :: Lens' ListAccountIntegrations (Maybe Natural) Source #
The maximum number of objects returned per page.
listAccountIntegrations_uri :: Lens' ListAccountIntegrations Text Source #
The URI of the S3 bucket or any other type of data source.
Destructuring the Response
data ListAccountIntegrationsResponse Source #
See: newListAccountIntegrationsResponse
smart constructor.
ListAccountIntegrationsResponse' | |
|
Instances
newListAccountIntegrationsResponse Source #
Create a value of ListAccountIntegrationsResponse
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:ListAccountIntegrationsResponse'
, listAccountIntegrationsResponse_items
- The list of ListAccountIntegration instances.
$sel:nextToken:ListAccountIntegrations'
, listAccountIntegrationsResponse_nextToken
- The pagination token from the previous ListAccountIntegrations API call.
$sel:httpStatus:ListAccountIntegrationsResponse'
, listAccountIntegrationsResponse_httpStatus
- The response's http status code.
Response Lenses
listAccountIntegrationsResponse_items :: Lens' ListAccountIntegrationsResponse (Maybe [ListIntegrationItem]) Source #
The list of ListAccountIntegration instances.
listAccountIntegrationsResponse_nextToken :: Lens' ListAccountIntegrationsResponse (Maybe Text) Source #
The pagination token from the previous ListAccountIntegrations API call.
listAccountIntegrationsResponse_httpStatus :: Lens' ListAccountIntegrationsResponse Int Source #
The response's http status code.