| 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.ListProvisioningArtifactsForServiceAction
Description
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
This operation returns paginated results.
Synopsis
- data ListProvisioningArtifactsForServiceAction = ListProvisioningArtifactsForServiceAction' {}
- newListProvisioningArtifactsForServiceAction :: Text -> ListProvisioningArtifactsForServiceAction
- listProvisioningArtifactsForServiceAction_acceptLanguage :: Lens' ListProvisioningArtifactsForServiceAction (Maybe Text)
- listProvisioningArtifactsForServiceAction_pageSize :: Lens' ListProvisioningArtifactsForServiceAction (Maybe Natural)
- listProvisioningArtifactsForServiceAction_pageToken :: Lens' ListProvisioningArtifactsForServiceAction (Maybe Text)
- listProvisioningArtifactsForServiceAction_serviceActionId :: Lens' ListProvisioningArtifactsForServiceAction Text
- data ListProvisioningArtifactsForServiceActionResponse = ListProvisioningArtifactsForServiceActionResponse' {}
- newListProvisioningArtifactsForServiceActionResponse :: Int -> ListProvisioningArtifactsForServiceActionResponse
- listProvisioningArtifactsForServiceActionResponse_nextPageToken :: Lens' ListProvisioningArtifactsForServiceActionResponse (Maybe Text)
- listProvisioningArtifactsForServiceActionResponse_provisioningArtifactViews :: Lens' ListProvisioningArtifactsForServiceActionResponse (Maybe [ProvisioningArtifactView])
- listProvisioningArtifactsForServiceActionResponse_httpStatus :: Lens' ListProvisioningArtifactsForServiceActionResponse Int
Creating a Request
data ListProvisioningArtifactsForServiceAction Source #
See: newListProvisioningArtifactsForServiceAction smart constructor.
Constructors
| ListProvisioningArtifactsForServiceAction' | |
Fields
| |
Instances
newListProvisioningArtifactsForServiceAction Source #
Arguments
| :: Text | |
| -> ListProvisioningArtifactsForServiceAction |
Create a value of ListProvisioningArtifactsForServiceAction 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:ListProvisioningArtifactsForServiceAction', listProvisioningArtifactsForServiceAction_acceptLanguage - The language code.
en- English (default)jp- Japanesezh- Chinese
$sel:pageSize:ListProvisioningArtifactsForServiceAction', listProvisioningArtifactsForServiceAction_pageSize - The maximum number of items to return with this call.
$sel:pageToken:ListProvisioningArtifactsForServiceAction', listProvisioningArtifactsForServiceAction_pageToken - The page token for the next set of results. To retrieve the first set of
results, use null.
ListProvisioningArtifactsForServiceAction, listProvisioningArtifactsForServiceAction_serviceActionId - The self-service action identifier. For example, act-fs7abcd89wxyz.
Request Lenses
listProvisioningArtifactsForServiceAction_acceptLanguage :: Lens' ListProvisioningArtifactsForServiceAction (Maybe Text) Source #
The language code.
en- English (default)jp- Japanesezh- Chinese
listProvisioningArtifactsForServiceAction_pageSize :: Lens' ListProvisioningArtifactsForServiceAction (Maybe Natural) Source #
The maximum number of items to return with this call.
listProvisioningArtifactsForServiceAction_pageToken :: Lens' ListProvisioningArtifactsForServiceAction (Maybe Text) Source #
The page token for the next set of results. To retrieve the first set of results, use null.
listProvisioningArtifactsForServiceAction_serviceActionId :: Lens' ListProvisioningArtifactsForServiceAction Text Source #
The self-service action identifier. For example, act-fs7abcd89wxyz.
Destructuring the Response
data ListProvisioningArtifactsForServiceActionResponse Source #
See: newListProvisioningArtifactsForServiceActionResponse smart constructor.
Constructors
| ListProvisioningArtifactsForServiceActionResponse' | |
Fields
| |
Instances
newListProvisioningArtifactsForServiceActionResponse Source #
Arguments
| :: Int |
|
| -> ListProvisioningArtifactsForServiceActionResponse |
Create a value of ListProvisioningArtifactsForServiceActionResponse 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:ListProvisioningArtifactsForServiceActionResponse', listProvisioningArtifactsForServiceActionResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are
no additional results, this value is null.
$sel:provisioningArtifactViews:ListProvisioningArtifactsForServiceActionResponse', listProvisioningArtifactsForServiceActionResponse_provisioningArtifactViews - An array of objects with information about product views and
provisioning artifacts.
$sel:httpStatus:ListProvisioningArtifactsForServiceActionResponse', listProvisioningArtifactsForServiceActionResponse_httpStatus - The response's http status code.
Response Lenses
listProvisioningArtifactsForServiceActionResponse_nextPageToken :: Lens' ListProvisioningArtifactsForServiceActionResponse (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.
listProvisioningArtifactsForServiceActionResponse_provisioningArtifactViews :: Lens' ListProvisioningArtifactsForServiceActionResponse (Maybe [ProvisioningArtifactView]) Source #
An array of objects with information about product views and provisioning artifacts.
listProvisioningArtifactsForServiceActionResponse_httpStatus :: Lens' ListProvisioningArtifactsForServiceActionResponse Int Source #
The response's http status code.