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 |
Synopsis
- data ProvisioningArtifact = ProvisioningArtifact' {}
- newProvisioningArtifact :: ProvisioningArtifact
- provisioningArtifact_createdTime :: Lens' ProvisioningArtifact (Maybe UTCTime)
- provisioningArtifact_description :: Lens' ProvisioningArtifact (Maybe Text)
- provisioningArtifact_guidance :: Lens' ProvisioningArtifact (Maybe ProvisioningArtifactGuidance)
- provisioningArtifact_id :: Lens' ProvisioningArtifact (Maybe Text)
- provisioningArtifact_name :: Lens' ProvisioningArtifact (Maybe Text)
Documentation
data ProvisioningArtifact Source #
Information about a provisioning artifact. A provisioning artifact is also known as a product version.
See: newProvisioningArtifact
smart constructor.
ProvisioningArtifact' | |
|
Instances
newProvisioningArtifact :: ProvisioningArtifact Source #
Create a value of ProvisioningArtifact
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:createdTime:ProvisioningArtifact'
, provisioningArtifact_createdTime
- The UTC time stamp of the creation time.
$sel:description:ProvisioningArtifact'
, provisioningArtifact_description
- The description of the provisioning artifact.
$sel:guidance:ProvisioningArtifact'
, provisioningArtifact_guidance
- Information set by the administrator to provide guidance to end users
about which provisioning artifacts to use.
$sel:id:ProvisioningArtifact'
, provisioningArtifact_id
- The identifier of the provisioning artifact.
$sel:name:ProvisioningArtifact'
, provisioningArtifact_name
- The name of the provisioning artifact.
provisioningArtifact_createdTime :: Lens' ProvisioningArtifact (Maybe UTCTime) Source #
The UTC time stamp of the creation time.
provisioningArtifact_description :: Lens' ProvisioningArtifact (Maybe Text) Source #
The description of the provisioning artifact.
provisioningArtifact_guidance :: Lens' ProvisioningArtifact (Maybe ProvisioningArtifactGuidance) Source #
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
provisioningArtifact_id :: Lens' ProvisioningArtifact (Maybe Text) Source #
The identifier of the provisioning artifact.
provisioningArtifact_name :: Lens' ProvisioningArtifact (Maybe Text) Source #
The name of the provisioning artifact.