amazonka-servicecatalog-1.6.0: 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.DescribeCopyProductStatus

Contents

Description

Gets the status of the specified copy product operation.

Synopsis

Creating a Request

describeCopyProductStatus Source #

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

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

  • dcpsAcceptLanguage - The language code. * en - English (default) * jp - Japanese * zh - Chinese
  • dcpsCopyProductToken - The token for the copy product operation. This token is returned by CopyProduct .

data DescribeCopyProductStatus Source #

See: describeCopyProductStatus smart constructor.

Instances

Eq DescribeCopyProductStatus Source # 
Data DescribeCopyProductStatus Source # 

Methods

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

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

toConstr :: DescribeCopyProductStatus -> Constr #

dataTypeOf :: DescribeCopyProductStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeCopyProductStatus Source # 
Show DescribeCopyProductStatus Source # 
Generic DescribeCopyProductStatus Source # 
Hashable DescribeCopyProductStatus Source # 
ToJSON DescribeCopyProductStatus Source # 
NFData DescribeCopyProductStatus Source # 
AWSRequest DescribeCopyProductStatus Source # 
ToHeaders DescribeCopyProductStatus Source # 
ToPath DescribeCopyProductStatus Source # 
ToQuery DescribeCopyProductStatus Source # 
type Rep DescribeCopyProductStatus Source # 
type Rep DescribeCopyProductStatus = D1 * (MetaData "DescribeCopyProductStatus" "Network.AWS.ServiceCatalog.DescribeCopyProductStatus" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" False) (C1 * (MetaCons "DescribeCopyProductStatus'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dcpsAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dcpsCopyProductToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs DescribeCopyProductStatus Source # 

Request Lenses

dcpsAcceptLanguage :: Lens' DescribeCopyProductStatus (Maybe Text) Source #

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

dcpsCopyProductToken :: Lens' DescribeCopyProductStatus Text Source #

The token for the copy product operation. This token is returned by CopyProduct .

Destructuring the Response

describeCopyProductStatusResponse Source #

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

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

data DescribeCopyProductStatusResponse Source #

See: describeCopyProductStatusResponse smart constructor.

Instances

Eq DescribeCopyProductStatusResponse Source # 
Data DescribeCopyProductStatusResponse Source # 

Methods

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

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

toConstr :: DescribeCopyProductStatusResponse -> Constr #

dataTypeOf :: DescribeCopyProductStatusResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeCopyProductStatusResponse Source # 
Show DescribeCopyProductStatusResponse Source # 
Generic DescribeCopyProductStatusResponse Source # 
NFData DescribeCopyProductStatusResponse Source # 
type Rep DescribeCopyProductStatusResponse Source # 
type Rep DescribeCopyProductStatusResponse = D1 * (MetaData "DescribeCopyProductStatusResponse" "Network.AWS.ServiceCatalog.DescribeCopyProductStatus" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" False) (C1 * (MetaCons "DescribeCopyProductStatusResponse'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dcpsrsTargetProductId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dcpsrsCopyProductStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe CopyProductStatus)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dcpsrsStatusDetail") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dcpsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses