amazonka-servicecatalog-1.6.1: Amazon Service Catalog SDK.

Copyright(c) 2013-2018 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

Gets information about the specified product.

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 product view identifier.

data DescribeProductView Source #

See: describeProductView smart constructor.

Instances
Eq DescribeProductView Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

Data DescribeProductView Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

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 # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

Show DescribeProductView Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

Generic DescribeProductView Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

Associated Types

type Rep DescribeProductView :: Type -> Type #

Hashable DescribeProductView Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

ToJSON DescribeProductView Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

AWSRequest DescribeProductView Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

Associated Types

type Rs DescribeProductView :: Type #

ToHeaders DescribeProductView Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

ToPath DescribeProductView Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

ToQuery DescribeProductView Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

NFData DescribeProductView Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

Methods

rnf :: DescribeProductView -> () #

type Rep DescribeProductView Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

type Rep DescribeProductView = D1 (MetaData "DescribeProductView" "Network.AWS.ServiceCatalog.DescribeProductView" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "DescribeProductView'" PrefixI True) (S1 (MetaSel (Just "_dpvAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dpvId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DescribeProductView Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

Request Lenses

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

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

dpvId :: Lens' DescribeProductView Text Source #

The product view identifier.

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 # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

Data DescribeProductViewResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

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 # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

Show DescribeProductViewResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

Generic DescribeProductViewResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

Associated Types

type Rep DescribeProductViewResponse :: Type -> Type #

NFData DescribeProductViewResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

type Rep DescribeProductViewResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProductView

type Rep DescribeProductViewResponse = D1 (MetaData "DescribeProductViewResponse" "Network.AWS.ServiceCatalog.DescribeProductView" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "DescribeProductViewResponse'" PrefixI True) (S1 (MetaSel (Just "_dpvrsProductViewSummary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ProductViewSummary)) :*: (S1 (MetaSel (Just "_dpvrsProvisioningArtifacts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ProvisioningArtifact])) :*: S1 (MetaSel (Just "_dpvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

dpvrsProvisioningArtifacts :: Lens' DescribeProductViewResponse [ProvisioningArtifact] Source #

Information about the provisioning artifacts for the product.