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 all self-service actions.
This operation returns paginated results.
Synopsis
- data ListServiceActions = ListServiceActions' {}
- newListServiceActions :: ListServiceActions
- listServiceActions_acceptLanguage :: Lens' ListServiceActions (Maybe Text)
- listServiceActions_pageToken :: Lens' ListServiceActions (Maybe Text)
- listServiceActions_pageSize :: Lens' ListServiceActions (Maybe Natural)
- data ListServiceActionsResponse = ListServiceActionsResponse' {}
- newListServiceActionsResponse :: Int -> ListServiceActionsResponse
- listServiceActionsResponse_nextPageToken :: Lens' ListServiceActionsResponse (Maybe Text)
- listServiceActionsResponse_serviceActionSummaries :: Lens' ListServiceActionsResponse (Maybe [ServiceActionSummary])
- listServiceActionsResponse_httpStatus :: Lens' ListServiceActionsResponse Int
Creating a Request
data ListServiceActions Source #
See: newListServiceActions
smart constructor.
Instances
newListServiceActions :: ListServiceActions Source #
Create a value of ListServiceActions
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:acceptLanguage:ListServiceActions'
, listServiceActions_acceptLanguage
- The language code.
en
- English (default)jp
- Japanesezh
- Chinese
$sel:pageToken:ListServiceActions'
, listServiceActions_pageToken
- The page token for the next set of results. To retrieve the first set of
results, use null.
$sel:pageSize:ListServiceActions'
, listServiceActions_pageSize
- The maximum number of items to return with this call.
Request Lenses
listServiceActions_acceptLanguage :: Lens' ListServiceActions (Maybe Text) Source #
The language code.
en
- English (default)jp
- Japanesezh
- Chinese
listServiceActions_pageToken :: Lens' ListServiceActions (Maybe Text) Source #
The page token for the next set of results. To retrieve the first set of results, use null.
listServiceActions_pageSize :: Lens' ListServiceActions (Maybe Natural) Source #
The maximum number of items to return with this call.
Destructuring the Response
data ListServiceActionsResponse Source #
See: newListServiceActionsResponse
smart constructor.
ListServiceActionsResponse' | |
|
Instances
newListServiceActionsResponse Source #
Create a value of ListServiceActionsResponse
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:nextPageToken:ListServiceActionsResponse'
, listServiceActionsResponse_nextPageToken
- The page token to use to retrieve the next set of results. If there are
no additional results, this value is null.
$sel:serviceActionSummaries:ListServiceActionsResponse'
, listServiceActionsResponse_serviceActionSummaries
- An object containing information about the service actions associated
with the provisioning artifact.
$sel:httpStatus:ListServiceActionsResponse'
, listServiceActionsResponse_httpStatus
- The response's http status code.
Response Lenses
listServiceActionsResponse_nextPageToken :: Lens' ListServiceActionsResponse (Maybe Text) Source #
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
listServiceActionsResponse_serviceActionSummaries :: Lens' ListServiceActionsResponse (Maybe [ServiceActionSummary]) Source #
An object containing information about the service actions associated with the provisioning artifact.
listServiceActionsResponse_httpStatus :: Lens' ListServiceActionsResponse Int Source #
The response's http status code.