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.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 # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

Data ListProvisionedProductPlans Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

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 # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

Show ListProvisionedProductPlans Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

Generic ListProvisionedProductPlans Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

Associated Types

type Rep ListProvisionedProductPlans :: Type -> Type #

Hashable ListProvisionedProductPlans Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

ToJSON ListProvisionedProductPlans Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

AWSRequest ListProvisionedProductPlans Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

Associated Types

type Rs ListProvisionedProductPlans :: Type #

ToHeaders ListProvisionedProductPlans Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

ToPath ListProvisionedProductPlans Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

ToQuery ListProvisionedProductPlans Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

NFData ListProvisionedProductPlans Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

type Rep ListProvisionedProductPlans Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

type Rep ListProvisionedProductPlans = D1 (MetaData "ListProvisionedProductPlans" "Network.AWS.ServiceCatalog.ListProvisionedProductPlans" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "ListProvisionedProductPlans'" PrefixI True) ((S1 (MetaSel (Just "_lpppProvisionProductId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lpppAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_lpppAccessLevelFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AccessLevelFilter)) :*: (S1 (MetaSel (Just "_lpppPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lpppPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))))))
type Rs ListProvisionedProductPlans Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

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 # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

Data ListProvisionedProductPlansResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

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 # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

Show ListProvisionedProductPlansResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

Generic ListProvisionedProductPlansResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

NFData ListProvisionedProductPlansResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

type Rep ListProvisionedProductPlansResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListProvisionedProductPlans

type Rep ListProvisionedProductPlansResponse = D1 (MetaData "ListProvisionedProductPlansResponse" "Network.AWS.ServiceCatalog.ListProvisionedProductPlans" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "ListProvisionedProductPlansResponse'" PrefixI True) (S1 (MetaSel (Just "_lppprsNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lppprsProvisionedProductPlans") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ProvisionedProductPlanSummary])) :*: S1 (MetaSel (Just "_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.