| 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.FIS.ListActions
Description
Lists the available FIS actions.
Synopsis
- data ListActions = ListActions' {}
- newListActions :: ListActions
- listActions_maxResults :: Lens' ListActions (Maybe Natural)
- listActions_nextToken :: Lens' ListActions (Maybe Text)
- data ListActionsResponse = ListActionsResponse' {
- actions :: Maybe [ActionSummary]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListActionsResponse :: Int -> ListActionsResponse
- listActionsResponse_actions :: Lens' ListActionsResponse (Maybe [ActionSummary])
- listActionsResponse_nextToken :: Lens' ListActionsResponse (Maybe Text)
- listActionsResponse_httpStatus :: Lens' ListActionsResponse Int
Creating a Request
data ListActions Source #
See: newListActions smart constructor.
Constructors
| ListActions' | |
Instances
newListActions :: ListActions Source #
Create a value of ListActions 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:ListActions', listActions_maxResults - The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned nextToken
value.
ListActions, listActions_nextToken - The token for the next page of results.
Request Lenses
listActions_maxResults :: Lens' ListActions (Maybe Natural) Source #
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned nextToken
value.
listActions_nextToken :: Lens' ListActions (Maybe Text) Source #
The token for the next page of results.
Destructuring the Response
data ListActionsResponse Source #
See: newListActionsResponse smart constructor.
Constructors
| ListActionsResponse' | |
Fields
| |
Instances
newListActionsResponse Source #
Arguments
| :: Int | |
| -> ListActionsResponse |
Create a value of ListActionsResponse 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:
ListActionsResponse, listActionsResponse_actions - The actions.
ListActions, listActionsResponse_nextToken - The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
$sel:httpStatus:ListActionsResponse', listActionsResponse_httpStatus - The response's http status code.
Response Lenses
listActionsResponse_actions :: Lens' ListActionsResponse (Maybe [ActionSummary]) Source #
The actions.
listActionsResponse_nextToken :: Lens' ListActionsResponse (Maybe Text) Source #
The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
listActionsResponse_httpStatus :: Lens' ListActionsResponse Int Source #
The response's http status code.