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 provisioning artifacts (also known as versions) for the specified product.
Synopsis
- data ListProvisioningArtifacts = ListProvisioningArtifacts' {
- acceptLanguage :: Maybe Text
- productId :: Text
- newListProvisioningArtifacts :: Text -> ListProvisioningArtifacts
- listProvisioningArtifacts_acceptLanguage :: Lens' ListProvisioningArtifacts (Maybe Text)
- listProvisioningArtifacts_productId :: Lens' ListProvisioningArtifacts Text
- data ListProvisioningArtifactsResponse = ListProvisioningArtifactsResponse' {}
- newListProvisioningArtifactsResponse :: Int -> ListProvisioningArtifactsResponse
- listProvisioningArtifactsResponse_nextPageToken :: Lens' ListProvisioningArtifactsResponse (Maybe Text)
- listProvisioningArtifactsResponse_provisioningArtifactDetails :: Lens' ListProvisioningArtifactsResponse (Maybe [ProvisioningArtifactDetail])
- listProvisioningArtifactsResponse_httpStatus :: Lens' ListProvisioningArtifactsResponse Int
Creating a Request
data ListProvisioningArtifacts Source #
See: newListProvisioningArtifacts
smart constructor.
ListProvisioningArtifacts' | |
|
Instances
newListProvisioningArtifacts Source #
Create a value of ListProvisioningArtifacts
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:ListProvisioningArtifacts'
, listProvisioningArtifacts_acceptLanguage
- The language code.
en
- English (default)jp
- Japanesezh
- Chinese
$sel:productId:ListProvisioningArtifacts'
, listProvisioningArtifacts_productId
- The product identifier.
Request Lenses
listProvisioningArtifacts_acceptLanguage :: Lens' ListProvisioningArtifacts (Maybe Text) Source #
The language code.
en
- English (default)jp
- Japanesezh
- Chinese
listProvisioningArtifacts_productId :: Lens' ListProvisioningArtifacts Text Source #
The product identifier.
Destructuring the Response
data ListProvisioningArtifactsResponse Source #
See: newListProvisioningArtifactsResponse
smart constructor.
ListProvisioningArtifactsResponse' | |
|
Instances
newListProvisioningArtifactsResponse Source #
Create a value of ListProvisioningArtifactsResponse
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:ListProvisioningArtifactsResponse'
, listProvisioningArtifactsResponse_nextPageToken
- The page token to use to retrieve the next set of results. If there are
no additional results, this value is null.
$sel:provisioningArtifactDetails:ListProvisioningArtifactsResponse'
, listProvisioningArtifactsResponse_provisioningArtifactDetails
- Information about the provisioning artifacts.
$sel:httpStatus:ListProvisioningArtifactsResponse'
, listProvisioningArtifactsResponse_httpStatus
- The response's http status code.
Response Lenses
listProvisioningArtifactsResponse_nextPageToken :: Lens' ListProvisioningArtifactsResponse (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.
listProvisioningArtifactsResponse_provisioningArtifactDetails :: Lens' ListProvisioningArtifactsResponse (Maybe [ProvisioningArtifactDetail]) Source #
Information about the provisioning artifacts.
listProvisioningArtifactsResponse_httpStatus :: Lens' ListProvisioningArtifactsResponse Int Source #
The response's http status code.