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 the available AWS FIS actions.
Synopsis
- data ListActions = ListActions' {}
- newListActions :: ListActions
- listActions_nextToken :: Lens' ListActions (Maybe Text)
- listActions_maxResults :: Lens' ListActions (Maybe Natural)
- 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.
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:nextToken:ListActions'
, listActions_nextToken
- The token for the next page of results.
$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.
Request Lenses
listActions_nextToken :: Lens' ListActions (Maybe Text) Source #
The token for the next page of results.
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.
Destructuring the Response
data ListActionsResponse Source #
See: newListActionsResponse
smart constructor.
ListActionsResponse' | |
|
Instances
newListActionsResponse Source #
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:
$sel:actions:ListActionsResponse'
, listActionsResponse_actions
- The actions.
$sel:nextToken: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.