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

Contents

Description

Retrieves information about a specified product, run with administrator access.

Synopsis

Creating a Request

describeProductAsAdmin Source #

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

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

  • dpaaAcceptLanguage - The language code. * en - English (default) * jp - Japanese * zh - Chinese
  • dpaaId - The identifier of the product for which to retrieve information.

data DescribeProductAsAdmin Source #

See: describeProductAsAdmin smart constructor.

Instances

Eq DescribeProductAsAdmin Source # 
Data DescribeProductAsAdmin Source # 

Methods

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

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

toConstr :: DescribeProductAsAdmin -> Constr #

dataTypeOf :: DescribeProductAsAdmin -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: DescribeProductAsAdmin -> () #

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

Request Lenses

dpaaAcceptLanguage :: Lens' DescribeProductAsAdmin (Maybe Text) Source #

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

dpaaId :: Lens' DescribeProductAsAdmin Text Source #

The identifier of the product for which to retrieve information.

Destructuring the Response

describeProductAsAdminResponse Source #

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

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

data DescribeProductAsAdminResponse Source #

See: describeProductAsAdminResponse smart constructor.

Instances

Eq DescribeProductAsAdminResponse Source # 
Data DescribeProductAsAdminResponse Source # 

Methods

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

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

toConstr :: DescribeProductAsAdminResponse -> Constr #

dataTypeOf :: DescribeProductAsAdminResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeProductAsAdminResponse Source # 
Show DescribeProductAsAdminResponse Source # 
Generic DescribeProductAsAdminResponse Source # 
NFData DescribeProductAsAdminResponse Source # 
type Rep DescribeProductAsAdminResponse Source # 
type Rep DescribeProductAsAdminResponse = D1 (MetaData "DescribeProductAsAdminResponse" "Network.AWS.ServiceCatalog.DescribeProductAsAdmin" "amazonka-servicecatalog-1.5.0-Gi5S0QNjzsJFyaLCAAAAWo" False) (C1 (MetaCons "DescribeProductAsAdminResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dpaarsProductViewDetail") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ProductViewDetail))) (S1 (MetaSel (Just Symbol "_dpaarsTagOptions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TagOptionDetail])))) ((:*:) (S1 (MetaSel (Just Symbol "_dpaarsProvisioningArtifactSummaries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ProvisioningArtifactSummary]))) ((:*:) (S1 (MetaSel (Just Symbol "_dpaarsTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Tag]))) (S1 (MetaSel (Just Symbol "_dpaarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))))

Response Lenses

dpaarsTagOptions :: Lens' DescribeProductAsAdminResponse [TagOptionDetail] Source #

List of TagOptions associated with the product.

dpaarsTags :: Lens' DescribeProductAsAdminResponse [Tag] Source #

Tags associated with the product.