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

Contents

Description

Gets information about the resource changes for the specified plan.

Synopsis

Creating a Request

describeProvisionedProductPlan Source #

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

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

  • dpppAcceptLanguage - The language code. * en - English (default) * jp - Japanese * zh - Chinese
  • dpppPageToken - The page token for the next set of results. To retrieve the first set of results, use null.
  • dpppPageSize - The maximum number of items to return with this call.
  • dpppPlanId - The plan identifier.

data DescribeProvisionedProductPlan Source #

See: describeProvisionedProductPlan smart constructor.

Instances

Eq DescribeProvisionedProductPlan Source # 
Data DescribeProvisionedProductPlan Source # 

Methods

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

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

toConstr :: DescribeProvisionedProductPlan -> Constr #

dataTypeOf :: DescribeProvisionedProductPlan -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

dpppAcceptLanguage :: Lens' DescribeProvisionedProductPlan (Maybe Text) Source #

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

dpppPageToken :: Lens' DescribeProvisionedProductPlan (Maybe Text) Source #

The page token for the next set of results. To retrieve the first set of results, use null.

dpppPageSize :: Lens' DescribeProvisionedProductPlan (Maybe Natural) Source #

The maximum number of items to return with this call.

Destructuring the Response

describeProvisionedProductPlanResponse Source #

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

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

data DescribeProvisionedProductPlanResponse Source #

Instances

Eq DescribeProvisionedProductPlanResponse Source # 
Data DescribeProvisionedProductPlanResponse Source # 

Methods

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

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

toConstr :: DescribeProvisionedProductPlanResponse -> Constr #

dataTypeOf :: DescribeProvisionedProductPlanResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeProvisionedProductPlanResponse Source # 
Show DescribeProvisionedProductPlanResponse Source # 
Generic DescribeProvisionedProductPlanResponse Source # 
NFData DescribeProvisionedProductPlanResponse Source # 
type Rep DescribeProvisionedProductPlanResponse Source # 
type Rep DescribeProvisionedProductPlanResponse = D1 * (MetaData "DescribeProvisionedProductPlanResponse" "Network.AWS.ServiceCatalog.DescribeProvisionedProductPlan" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" False) (C1 * (MetaCons "DescribeProvisionedProductPlanResponse'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dpppprsNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dpppprsProvisionedProductPlanDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ProvisionedProductPlanDetails)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dpppprsResourceChanges") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [ResourceChange]))) (S1 * (MetaSel (Just Symbol "_dpppprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

dpppprsNextPageToken :: Lens' DescribeProvisionedProductPlanResponse (Maybe Text) Source #

The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

dpppprsResourceChanges :: Lens' DescribeProvisionedProductPlanResponse [ResourceChange] Source #

Information about the resource changes that will occur when the plan is executed.