libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ServiceCatalog.Types.ProductViewDetail

Description

 
Synopsis

Documentation

data ProductViewDetail Source #

Information about a product view.

See: newProductViewDetail smart constructor.

Constructors

ProductViewDetail' 

Fields

Instances

Instances details
Eq ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

Read ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

Show ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

Generic ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

Associated Types

type Rep ProductViewDetail :: Type -> Type #

NFData ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

Methods

rnf :: ProductViewDetail -> () #

Hashable ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

FromJSON ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

type Rep ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

type Rep ProductViewDetail = D1 ('MetaData "ProductViewDetail" "Amazonka.ServiceCatalog.Types.ProductViewDetail" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "ProductViewDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestStatus)) :*: S1 ('MetaSel ('Just "productViewSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProductViewSummary))) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "productARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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_createdTime :: Lens' ProductViewDetail (Maybe UTCTime) Source #

The UTC time stamp of the creation time.