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

Contents

Description

Lists the constraints for the specified portfolio and product.

This operation returns paginated results.

Synopsis

Creating a Request

listConstraintsForPortfolio Source #

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

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

data ListConstraintsForPortfolio Source #

See: listConstraintsForPortfolio smart constructor.

Instances

Eq ListConstraintsForPortfolio Source # 
Data ListConstraintsForPortfolio Source # 

Methods

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

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

toConstr :: ListConstraintsForPortfolio -> Constr #

dataTypeOf :: ListConstraintsForPortfolio -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

lcfpAcceptLanguage :: Lens' ListConstraintsForPortfolio (Maybe Text) Source #

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

lcfpPageToken :: Lens' ListConstraintsForPortfolio (Maybe Text) Source #

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

lcfpPageSize :: Lens' ListConstraintsForPortfolio (Maybe Natural) Source #

The maximum number of items to return with this call.

Destructuring the Response

listConstraintsForPortfolioResponse Source #

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

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

data ListConstraintsForPortfolioResponse Source #

See: listConstraintsForPortfolioResponse smart constructor.

Instances

Eq ListConstraintsForPortfolioResponse Source # 
Data ListConstraintsForPortfolioResponse Source # 

Methods

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

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

toConstr :: ListConstraintsForPortfolioResponse -> Constr #

dataTypeOf :: ListConstraintsForPortfolioResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListConstraintsForPortfolioResponse Source # 
Show ListConstraintsForPortfolioResponse Source # 
Generic ListConstraintsForPortfolioResponse Source # 
NFData ListConstraintsForPortfolioResponse Source # 
type Rep ListConstraintsForPortfolioResponse Source # 
type Rep ListConstraintsForPortfolioResponse = D1 * (MetaData "ListConstraintsForPortfolioResponse" "Network.AWS.ServiceCatalog.ListConstraintsForPortfolio" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" False) (C1 * (MetaCons "ListConstraintsForPortfolioResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lcfprsNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lcfprsConstraintDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [ConstraintDetail]))) (S1 * (MetaSel (Just Symbol "_lcfprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lcfprsNextPageToken :: Lens' ListConstraintsForPortfolioResponse (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.