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 |
Retrieves a list of connector definitions.
This operation returns paginated results.
Synopsis
- data ListConnectorDefinitions = ListConnectorDefinitions' {}
- newListConnectorDefinitions :: ListConnectorDefinitions
- listConnectorDefinitions_nextToken :: Lens' ListConnectorDefinitions (Maybe Text)
- listConnectorDefinitions_maxResults :: Lens' ListConnectorDefinitions (Maybe Text)
- data ListConnectorDefinitionsResponse = ListConnectorDefinitionsResponse' {}
- newListConnectorDefinitionsResponse :: Int -> ListConnectorDefinitionsResponse
- listConnectorDefinitionsResponse_nextToken :: Lens' ListConnectorDefinitionsResponse (Maybe Text)
- listConnectorDefinitionsResponse_definitions :: Lens' ListConnectorDefinitionsResponse (Maybe [DefinitionInformation])
- listConnectorDefinitionsResponse_httpStatus :: Lens' ListConnectorDefinitionsResponse Int
Creating a Request
data ListConnectorDefinitions Source #
See: newListConnectorDefinitions
smart constructor.
Instances
newListConnectorDefinitions :: ListConnectorDefinitions Source #
Create a value of ListConnectorDefinitions
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:ListConnectorDefinitions'
, listConnectorDefinitions_nextToken
- The token for the next set of results, or ''null'' if there are no
additional results.
$sel:maxResults:ListConnectorDefinitions'
, listConnectorDefinitions_maxResults
- The maximum number of results to be returned per request.
Request Lenses
listConnectorDefinitions_nextToken :: Lens' ListConnectorDefinitions (Maybe Text) Source #
The token for the next set of results, or ''null'' if there are no additional results.
listConnectorDefinitions_maxResults :: Lens' ListConnectorDefinitions (Maybe Text) Source #
The maximum number of results to be returned per request.
Destructuring the Response
data ListConnectorDefinitionsResponse Source #
See: newListConnectorDefinitionsResponse
smart constructor.
ListConnectorDefinitionsResponse' | |
|
Instances
newListConnectorDefinitionsResponse Source #
Create a value of ListConnectorDefinitionsResponse
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:ListConnectorDefinitions'
, listConnectorDefinitionsResponse_nextToken
- The token for the next set of results, or ''null'' if there are no
additional results.
$sel:definitions:ListConnectorDefinitionsResponse'
, listConnectorDefinitionsResponse_definitions
- Information about a definition.
$sel:httpStatus:ListConnectorDefinitionsResponse'
, listConnectorDefinitionsResponse_httpStatus
- The response's http status code.
Response Lenses
listConnectorDefinitionsResponse_nextToken :: Lens' ListConnectorDefinitionsResponse (Maybe Text) Source #
The token for the next set of results, or ''null'' if there are no additional results.
listConnectorDefinitionsResponse_definitions :: Lens' ListConnectorDefinitionsResponse (Maybe [DefinitionInformation]) Source #
Information about a definition.
listConnectorDefinitionsResponse_httpStatus :: Lens' ListConnectorDefinitionsResponse Int Source #
The response's http status code.