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 |
Synopsis
- data ProvisionedProductPlanSummary = ProvisionedProductPlanSummary' {}
- newProvisionedProductPlanSummary :: ProvisionedProductPlanSummary
- provisionedProductPlanSummary_provisionProductId :: Lens' ProvisionedProductPlanSummary (Maybe Text)
- provisionedProductPlanSummary_provisioningArtifactId :: Lens' ProvisionedProductPlanSummary (Maybe Text)
- provisionedProductPlanSummary_provisionProductName :: Lens' ProvisionedProductPlanSummary (Maybe Text)
- provisionedProductPlanSummary_planId :: Lens' ProvisionedProductPlanSummary (Maybe Text)
- provisionedProductPlanSummary_planName :: Lens' ProvisionedProductPlanSummary (Maybe Text)
- provisionedProductPlanSummary_planType :: Lens' ProvisionedProductPlanSummary (Maybe ProvisionedProductPlanType)
Documentation
data ProvisionedProductPlanSummary Source #
Summary information about a plan.
See: newProvisionedProductPlanSummary
smart constructor.
ProvisionedProductPlanSummary' | |
|
Instances
newProvisionedProductPlanSummary :: ProvisionedProductPlanSummary Source #
Create a value of ProvisionedProductPlanSummary
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:provisionProductId:ProvisionedProductPlanSummary'
, provisionedProductPlanSummary_provisionProductId
- The product identifier.
$sel:provisioningArtifactId:ProvisionedProductPlanSummary'
, provisionedProductPlanSummary_provisioningArtifactId
- The identifier of the provisioning artifact.
$sel:provisionProductName:ProvisionedProductPlanSummary'
, provisionedProductPlanSummary_provisionProductName
- The user-friendly name of the provisioned product.
$sel:planId:ProvisionedProductPlanSummary'
, provisionedProductPlanSummary_planId
- The plan identifier.
$sel:planName:ProvisionedProductPlanSummary'
, provisionedProductPlanSummary_planName
- The name of the plan.
$sel:planType:ProvisionedProductPlanSummary'
, provisionedProductPlanSummary_planType
- The plan type.
provisionedProductPlanSummary_provisionProductId :: Lens' ProvisionedProductPlanSummary (Maybe Text) Source #
The product identifier.
provisionedProductPlanSummary_provisioningArtifactId :: Lens' ProvisionedProductPlanSummary (Maybe Text) Source #
The identifier of the provisioning artifact.
provisionedProductPlanSummary_provisionProductName :: Lens' ProvisionedProductPlanSummary (Maybe Text) Source #
The user-friendly name of the provisioned product.
provisionedProductPlanSummary_planId :: Lens' ProvisionedProductPlanSummary (Maybe Text) Source #
The plan identifier.
provisionedProductPlanSummary_planName :: Lens' ProvisionedProductPlanSummary (Maybe Text) Source #
The name of the plan.