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 Lambda function definitions.
This operation returns paginated results.
Synopsis
- data ListFunctionDefinitions = ListFunctionDefinitions' {}
- newListFunctionDefinitions :: ListFunctionDefinitions
- listFunctionDefinitions_nextToken :: Lens' ListFunctionDefinitions (Maybe Text)
- listFunctionDefinitions_maxResults :: Lens' ListFunctionDefinitions (Maybe Text)
- data ListFunctionDefinitionsResponse = ListFunctionDefinitionsResponse' {}
- newListFunctionDefinitionsResponse :: Int -> ListFunctionDefinitionsResponse
- listFunctionDefinitionsResponse_nextToken :: Lens' ListFunctionDefinitionsResponse (Maybe Text)
- listFunctionDefinitionsResponse_definitions :: Lens' ListFunctionDefinitionsResponse (Maybe [DefinitionInformation])
- listFunctionDefinitionsResponse_httpStatus :: Lens' ListFunctionDefinitionsResponse Int
Creating a Request
data ListFunctionDefinitions Source #
See: newListFunctionDefinitions
smart constructor.
Instances
newListFunctionDefinitions :: ListFunctionDefinitions Source #
Create a value of ListFunctionDefinitions
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:ListFunctionDefinitions'
, listFunctionDefinitions_nextToken
- The token for the next set of results, or ''null'' if there are no
additional results.
$sel:maxResults:ListFunctionDefinitions'
, listFunctionDefinitions_maxResults
- The maximum number of results to be returned per request.
Request Lenses
listFunctionDefinitions_nextToken :: Lens' ListFunctionDefinitions (Maybe Text) Source #
The token for the next set of results, or ''null'' if there are no additional results.
listFunctionDefinitions_maxResults :: Lens' ListFunctionDefinitions (Maybe Text) Source #
The maximum number of results to be returned per request.
Destructuring the Response
data ListFunctionDefinitionsResponse Source #
See: newListFunctionDefinitionsResponse
smart constructor.
ListFunctionDefinitionsResponse' | |
|
Instances
newListFunctionDefinitionsResponse Source #
Create a value of ListFunctionDefinitionsResponse
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:ListFunctionDefinitions'
, listFunctionDefinitionsResponse_nextToken
- The token for the next set of results, or ''null'' if there are no
additional results.
$sel:definitions:ListFunctionDefinitionsResponse'
, listFunctionDefinitionsResponse_definitions
- Information about a definition.
$sel:httpStatus:ListFunctionDefinitionsResponse'
, listFunctionDefinitionsResponse_httpStatus
- The response's http status code.
Response Lenses
listFunctionDefinitionsResponse_nextToken :: Lens' ListFunctionDefinitionsResponse (Maybe Text) Source #
The token for the next set of results, or ''null'' if there are no additional results.
listFunctionDefinitionsResponse_definitions :: Lens' ListFunctionDefinitionsResponse (Maybe [DefinitionInformation]) Source #
Information about a definition.
listFunctionDefinitionsResponse_httpStatus :: Lens' ListFunctionDefinitionsResponse Int Source #
The response's http status code.