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.DescribeProduct

Contents

Description

Gets information about the specified product.

Synopsis

Creating a Request

describeProduct Source #

Arguments

:: Text

dpId

-> DescribeProduct 

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

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

  • dpAcceptLanguage - The language code. * en - English (default) * jp - Japanese * zh - Chinese
  • dpId - The product identifier.

data DescribeProduct Source #

See: describeProduct smart constructor.

Instances
Eq DescribeProduct Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

Data DescribeProduct Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

Methods

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

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

toConstr :: DescribeProduct -> Constr #

dataTypeOf :: DescribeProduct -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeProduct Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

Show DescribeProduct Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

Generic DescribeProduct Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

Associated Types

type Rep DescribeProduct :: Type -> Type #

Hashable DescribeProduct Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

ToJSON DescribeProduct Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

AWSRequest DescribeProduct Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

Associated Types

type Rs DescribeProduct :: Type #

ToHeaders DescribeProduct Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

ToPath DescribeProduct Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

ToQuery DescribeProduct Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

NFData DescribeProduct Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

Methods

rnf :: DescribeProduct -> () #

type Rep DescribeProduct Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

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

Defined in Network.AWS.ServiceCatalog.DescribeProduct

Request Lenses

dpAcceptLanguage :: Lens' DescribeProduct (Maybe Text) Source #

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

dpId :: Lens' DescribeProduct Text Source #

The product identifier.

Destructuring the Response

describeProductResponse Source #

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

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

data DescribeProductResponse Source #

See: describeProductResponse smart constructor.

Instances
Eq DescribeProductResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

Data DescribeProductResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

Methods

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

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

toConstr :: DescribeProductResponse -> Constr #

dataTypeOf :: DescribeProductResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeProductResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

Show DescribeProductResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

Generic DescribeProductResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

Associated Types

type Rep DescribeProductResponse :: Type -> Type #

NFData DescribeProductResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

Methods

rnf :: DescribeProductResponse -> () #

type Rep DescribeProductResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeProduct

type Rep DescribeProductResponse = D1 (MetaData "DescribeProductResponse" "Network.AWS.ServiceCatalog.DescribeProduct" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "DescribeProductResponse'" PrefixI True) (S1 (MetaSel (Just "_ddrsProductViewSummary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ProductViewSummary)) :*: (S1 (MetaSel (Just "_ddrsProvisioningArtifacts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ProvisioningArtifact])) :*: S1 (MetaSel (Just "_ddrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

ddrsProductViewSummary :: Lens' DescribeProductResponse (Maybe ProductViewSummary) Source #

Summary information about the product view.

ddrsProvisioningArtifacts :: Lens' DescribeProductResponse [ProvisioningArtifact] Source #

Information about the provisioning artifacts for the specified product.