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 ProductViewDetail = ProductViewDetail' {}
- newProductViewDetail :: ProductViewDetail
- productViewDetail_createdTime :: Lens' ProductViewDetail (Maybe UTCTime)
- productViewDetail_productARN :: Lens' ProductViewDetail (Maybe Text)
- productViewDetail_productViewSummary :: Lens' ProductViewDetail (Maybe ProductViewSummary)
- productViewDetail_sourceConnection :: Lens' ProductViewDetail (Maybe SourceConnectionDetail)
- productViewDetail_status :: Lens' ProductViewDetail (Maybe RequestStatus)
Documentation
data ProductViewDetail Source #
Information about a product view.
See: newProductViewDetail
smart constructor.
ProductViewDetail' | |
|
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:createdTime:ProductViewDetail'
, productViewDetail_createdTime
- The UTC time stamp of the creation time.
$sel:productARN:ProductViewDetail'
, productViewDetail_productARN
- The ARN of the product.
$sel:productViewSummary:ProductViewDetail'
, productViewDetail_productViewSummary
- Summary information about the product view.
$sel:sourceConnection:ProductViewDetail'
, productViewDetail_sourceConnection
- A top level ProductViewDetail
response containing details about the
product’s connection. Service Catalog returns this field for the
CreateProduct
, UpdateProduct
, DescribeProductAsAdmin
, and
SearchProductAsAdmin
APIs. This response contains the same fields as
the ConnectionParameters
request, with the addition of the LastSync
response.
$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.
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.
productViewDetail_productViewSummary :: Lens' ProductViewDetail (Maybe ProductViewSummary) Source #
Summary information about the product view.
productViewDetail_sourceConnection :: Lens' ProductViewDetail (Maybe SourceConnectionDetail) Source #
A top level ProductViewDetail
response containing details about the
product’s connection. Service Catalog returns this field for the
CreateProduct
, UpdateProduct
, DescribeProductAsAdmin
, and
SearchProductAsAdmin
APIs. This response contains the same fields as
the ConnectionParameters
request, with the addition of the LastSync
response.
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.