amazonka-servicecatalog-1.5.0: Amazon Service Catalog SDK.

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

Network.AWS.ServiceCatalog.DescribeProductView

Contents

Description

Retrieves information about a specified product.

This operation is functionally identical to DescribeProduct except that it takes as input ProductViewId instead of ProductId .

Synopsis

Creating a Request

describeProductView Source #

Creates a value of DescribeProductView with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dpvAcceptLanguage - The language code. * en - English (default) * jp - Japanese * zh - Chinese
  • dpvId - The ProductViewId of the product to describe.

data DescribeProductView Source #

See: describeProductView smart constructor.

Instances

Eq DescribeProductView Source # 
Data DescribeProductView Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeProductView -> c DescribeProductView #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeProductView #

toConstr :: DescribeProductView -> Constr #

dataTypeOf :: DescribeProductView -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeProductView) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeProductView) #

gmapT :: (forall b. Data b => b -> b) -> DescribeProductView -> DescribeProductView #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeProductView -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeProductView -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeProductView -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeProductView -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeProductView -> m DescribeProductView #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeProductView -> m DescribeProductView #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeProductView -> m DescribeProductView #

Read DescribeProductView Source # 
Show DescribeProductView Source # 
Generic DescribeProductView Source # 
Hashable DescribeProductView Source # 
ToJSON DescribeProductView Source # 
NFData DescribeProductView Source # 

Methods

rnf :: DescribeProductView -> () #

AWSRequest DescribeProductView Source # 
ToQuery DescribeProductView Source # 
ToPath DescribeProductView Source # 
ToHeaders DescribeProductView Source # 
type Rep DescribeProductView Source # 
type Rep DescribeProductView = D1 (MetaData "DescribeProductView" "Network.AWS.ServiceCatalog.DescribeProductView" "amazonka-servicecatalog-1.5.0-Gi5S0QNjzsJFyaLCAAAAWo" False) (C1 (MetaCons "DescribeProductView'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dpvAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dpvId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DescribeProductView Source # 

Request Lenses

dpvAcceptLanguage :: Lens' DescribeProductView (Maybe Text) Source #

The language code. * en - English (default) * jp - Japanese * zh - Chinese

dpvId :: Lens' DescribeProductView Text Source #

The ProductViewId of the product to describe.

Destructuring the Response

describeProductViewResponse Source #

Creates a value of DescribeProductViewResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeProductViewResponse Source #

See: describeProductViewResponse smart constructor.

Instances

Eq DescribeProductViewResponse Source # 
Data DescribeProductViewResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeProductViewResponse -> c DescribeProductViewResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeProductViewResponse #

toConstr :: DescribeProductViewResponse -> Constr #

dataTypeOf :: DescribeProductViewResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeProductViewResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeProductViewResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeProductViewResponse -> DescribeProductViewResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeProductViewResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeProductViewResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeProductViewResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeProductViewResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeProductViewResponse -> m DescribeProductViewResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeProductViewResponse -> m DescribeProductViewResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeProductViewResponse -> m DescribeProductViewResponse #

Read DescribeProductViewResponse Source # 
Show DescribeProductViewResponse Source # 
Generic DescribeProductViewResponse Source # 
NFData DescribeProductViewResponse Source # 
type Rep DescribeProductViewResponse Source # 
type Rep DescribeProductViewResponse = D1 (MetaData "DescribeProductViewResponse" "Network.AWS.ServiceCatalog.DescribeProductView" "amazonka-servicecatalog-1.5.0-Gi5S0QNjzsJFyaLCAAAAWo" False) (C1 (MetaCons "DescribeProductViewResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dpvrsProductViewSummary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ProductViewSummary))) ((:*:) (S1 (MetaSel (Just Symbol "_dpvrsProvisioningArtifacts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ProvisioningArtifact]))) (S1 (MetaSel (Just Symbol "_dpvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

dpvrsProductViewSummary :: Lens' DescribeProductViewResponse (Maybe ProductViewSummary) Source #

The summary metadata about the specified product.

dpvrsProvisioningArtifacts :: Lens' DescribeProductViewResponse [ProvisioningArtifact] Source #

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.