| Copyright | (c) 2013-2017 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 |
| Language | Haskell2010 |
Network.AWS.ServiceCatalog.ListProvisioningArtifacts
Description
Lists all provisioning artifacts associated with the specified product.
- listProvisioningArtifacts :: Text -> ListProvisioningArtifacts
- data ListProvisioningArtifacts
- lpaAcceptLanguage :: Lens' ListProvisioningArtifacts (Maybe Text)
- lpaProductId :: Lens' ListProvisioningArtifacts Text
- listProvisioningArtifactsResponse :: Int -> ListProvisioningArtifactsResponse
- data ListProvisioningArtifactsResponse
- lrsNextPageToken :: Lens' ListProvisioningArtifactsResponse (Maybe Text)
- lrsProvisioningArtifactDetails :: Lens' ListProvisioningArtifactsResponse [ProvisioningArtifactDetail]
- lrsResponseStatus :: Lens' ListProvisioningArtifactsResponse Int
Creating a Request
listProvisioningArtifacts Source #
Arguments
| :: Text | |
| -> ListProvisioningArtifacts |
Creates a value of ListProvisioningArtifacts with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lpaAcceptLanguage- The language code. *en- English (default) *jp- Japanese *zh- ChineselpaProductId- The product identifier.
data ListProvisioningArtifacts Source #
See: listProvisioningArtifacts smart constructor.
Instances
Request Lenses
lpaAcceptLanguage :: Lens' ListProvisioningArtifacts (Maybe Text) Source #
The language code. * en - English (default) * jp - Japanese * zh - Chinese
lpaProductId :: Lens' ListProvisioningArtifacts Text Source #
The product identifier.
Destructuring the Response
listProvisioningArtifactsResponse Source #
Arguments
| :: Int | |
| -> ListProvisioningArtifactsResponse |
Creates a value of ListProvisioningArtifactsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lrsNextPageToken- The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.lrsProvisioningArtifactDetails- List of detailed provisioning artifact information objects.lrsResponseStatus- -- | The response status code.
data ListProvisioningArtifactsResponse Source #
See: listProvisioningArtifactsResponse smart constructor.
Instances
Response Lenses
lrsNextPageToken :: Lens' ListProvisioningArtifactsResponse (Maybe Text) Source #
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
lrsProvisioningArtifactDetails :: Lens' ListProvisioningArtifactsResponse [ProvisioningArtifactDetail] Source #
List of detailed provisioning artifact information objects.
lrsResponseStatus :: Lens' ListProvisioningArtifactsResponse Int Source #
- - | The response status code.