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

Contents

Description

Lists the plans for the specified provisioned product or all plans to which the user has access.

Synopsis

Creating a Request

listProvisionedProductPlans :: ListProvisionedProductPlans Source #

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

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

data ListProvisionedProductPlans Source #

See: listProvisionedProductPlans smart constructor.

Instances

Eq ListProvisionedProductPlans Source # 
Data ListProvisionedProductPlans Source # 

Methods

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

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

toConstr :: ListProvisionedProductPlans -> Constr #

dataTypeOf :: ListProvisionedProductPlans -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

lpppAcceptLanguage :: Lens' ListProvisionedProductPlans (Maybe Text) Source #

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

lpppAccessLevelFilter :: Lens' ListProvisionedProductPlans (Maybe AccessLevelFilter) Source #

The access level to use to obtain results. The default is User .

lpppPageToken :: Lens' ListProvisionedProductPlans (Maybe Text) Source #

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

lpppPageSize :: Lens' ListProvisionedProductPlans (Maybe Natural) Source #

The maximum number of items to return with this call.

Destructuring the Response

listProvisionedProductPlansResponse Source #

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

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

data ListProvisionedProductPlansResponse Source #

See: listProvisionedProductPlansResponse smart constructor.

Instances

Eq ListProvisionedProductPlansResponse Source # 
Data ListProvisionedProductPlansResponse Source # 

Methods

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

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

toConstr :: ListProvisionedProductPlansResponse -> Constr #

dataTypeOf :: ListProvisionedProductPlansResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListProvisionedProductPlansResponse Source # 
Show ListProvisionedProductPlansResponse Source # 
Generic ListProvisionedProductPlansResponse Source # 
NFData ListProvisionedProductPlansResponse Source # 
type Rep ListProvisionedProductPlansResponse Source # 
type Rep ListProvisionedProductPlansResponse = D1 * (MetaData "ListProvisionedProductPlansResponse" "Network.AWS.ServiceCatalog.ListProvisionedProductPlans" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" False) (C1 * (MetaCons "ListProvisionedProductPlansResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lppprsNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lppprsProvisionedProductPlans") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [ProvisionedProductPlanSummary]))) (S1 * (MetaSel (Just Symbol "_lppprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lppprsNextPageToken :: Lens' ListProvisionedProductPlansResponse (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.