| 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.ServiceCatalog.ListServiceActions
Description
Lists all self-service actions.
This operation returns paginated results.
Synopsis
- data ListServiceActions = ListServiceActions' {}
- newListServiceActions :: ListServiceActions
- listServiceActions_acceptLanguage :: Lens' ListServiceActions (Maybe Text)
- listServiceActions_pageSize :: Lens' ListServiceActions (Maybe Natural)
- listServiceActions_pageToken :: Lens' ListServiceActions (Maybe Text)
- 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.
Constructors
| ListServiceActions' | |
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:pageSize:ListServiceActions', listServiceActions_pageSize - The maximum number of items to return with this call.
$sel:pageToken:ListServiceActions', listServiceActions_pageToken - The page token for the next set of results. To retrieve the first set of
results, use null.
Request Lenses
listServiceActions_acceptLanguage :: Lens' ListServiceActions (Maybe Text) Source #
The language code.
en- English (default)jp- Japanesezh- Chinese
listServiceActions_pageSize :: Lens' ListServiceActions (Maybe Natural) Source #
The maximum number of items to return with this call.
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.
Destructuring the Response
data ListServiceActionsResponse Source #
See: newListServiceActionsResponse smart constructor.
Constructors
| ListServiceActionsResponse' | |
Fields
| |
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.