| 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 |
Amazonka.ServiceCatalog.Types.ProductViewDetail
Description
Synopsis
- data ProductViewDetail = ProductViewDetail' {}
- newProductViewDetail :: ProductViewDetail
- productViewDetail_status :: Lens' ProductViewDetail (Maybe RequestStatus)
- productViewDetail_productViewSummary :: Lens' ProductViewDetail (Maybe ProductViewSummary)
- productViewDetail_createdTime :: Lens' ProductViewDetail (Maybe UTCTime)
- productViewDetail_productARN :: Lens' ProductViewDetail (Maybe Text)
Documentation
data ProductViewDetail Source #
Information about a product view.
See: newProductViewDetail smart constructor.
Constructors
| ProductViewDetail' | |
Fields
| |
Instances
newProductViewDetail :: ProductViewDetail Source #
Create a value of ProductViewDetail 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:status:ProductViewDetail', productViewDetail_status - The status of the product.
AVAILABLE- The product is ready for use.CREATING- Product creation has started; the product is not ready for use.FAILED- An action failed.
$sel:productViewSummary:ProductViewDetail', productViewDetail_productViewSummary - Summary information about the product view.
$sel:createdTime:ProductViewDetail', productViewDetail_createdTime - The UTC time stamp of the creation time.
$sel:productARN:ProductViewDetail', productViewDetail_productARN - The ARN of the product.
productViewDetail_status :: Lens' ProductViewDetail (Maybe RequestStatus) Source #
The status of the product.
AVAILABLE- The product is ready for use.CREATING- Product creation has started; the product is not ready for use.FAILED- An action failed.
productViewDetail_productViewSummary :: Lens' ProductViewDetail (Maybe ProductViewSummary) Source #
Summary information about the product view.
productViewDetail_createdTime :: Lens' ProductViewDetail (Maybe UTCTime) Source #
The UTC time stamp of the creation time.
productViewDetail_productARN :: Lens' ProductViewDetail (Maybe Text) Source #
The ARN of the product.