| 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.Connect.ListLambdaFunctions
Description
This API is in preview release for Amazon Connect and is subject to change.
Returns a paginated list of all Lambda functions that display in the dropdown options in the relevant flow blocks.
This operation returns paginated results.
Synopsis
- data ListLambdaFunctions = ListLambdaFunctions' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- instanceId :: Text
- newListLambdaFunctions :: Text -> ListLambdaFunctions
- listLambdaFunctions_maxResults :: Lens' ListLambdaFunctions (Maybe Natural)
- listLambdaFunctions_nextToken :: Lens' ListLambdaFunctions (Maybe Text)
- listLambdaFunctions_instanceId :: Lens' ListLambdaFunctions Text
- data ListLambdaFunctionsResponse = ListLambdaFunctionsResponse' {
- lambdaFunctions :: Maybe [Text]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListLambdaFunctionsResponse :: Int -> ListLambdaFunctionsResponse
- listLambdaFunctionsResponse_lambdaFunctions :: Lens' ListLambdaFunctionsResponse (Maybe [Text])
- listLambdaFunctionsResponse_nextToken :: Lens' ListLambdaFunctionsResponse (Maybe Text)
- listLambdaFunctionsResponse_httpStatus :: Lens' ListLambdaFunctionsResponse Int
Creating a Request
data ListLambdaFunctions Source #
See: newListLambdaFunctions smart constructor.
Constructors
| ListLambdaFunctions' | |
Fields
| |
Instances
newListLambdaFunctions Source #
Arguments
| :: Text | |
| -> ListLambdaFunctions |
Create a value of ListLambdaFunctions 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:ListLambdaFunctions', listLambdaFunctions_maxResults - The maximum number of results to return per page.
ListLambdaFunctions, listLambdaFunctions_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.
ListLambdaFunctions, listLambdaFunctions_instanceId - The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
Request Lenses
listLambdaFunctions_maxResults :: Lens' ListLambdaFunctions (Maybe Natural) Source #
The maximum number of results to return per page.
listLambdaFunctions_nextToken :: Lens' ListLambdaFunctions (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.
listLambdaFunctions_instanceId :: Lens' ListLambdaFunctions Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
Destructuring the Response
data ListLambdaFunctionsResponse Source #
See: newListLambdaFunctionsResponse smart constructor.
Constructors
| ListLambdaFunctionsResponse' | |
Fields
| |
Instances
newListLambdaFunctionsResponse Source #
Create a value of ListLambdaFunctionsResponse 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:lambdaFunctions:ListLambdaFunctionsResponse', listLambdaFunctionsResponse_lambdaFunctions - The Lambdafunction ARNs associated with the specified instance.
ListLambdaFunctions, listLambdaFunctionsResponse_nextToken - If there are additional results, this is the token for the next set of
results.
$sel:httpStatus:ListLambdaFunctionsResponse', listLambdaFunctionsResponse_httpStatus - The response's http status code.
Response Lenses
listLambdaFunctionsResponse_lambdaFunctions :: Lens' ListLambdaFunctionsResponse (Maybe [Text]) Source #
The Lambdafunction ARNs associated with the specified instance.
listLambdaFunctionsResponse_nextToken :: Lens' ListLambdaFunctionsResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
listLambdaFunctionsResponse_httpStatus :: Lens' ListLambdaFunctionsResponse Int Source #
The response's http status code.