amazonka-servicecatalog-1.5.0: Amazon Service Catalog SDK.

Copyright(c) 2013-2017 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

Retrieves detailed constraint information for the specified portfolio and product.

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:

  • lcfpAcceptLanguage - The language code. * en - English (default) * jp - Japanese * zh - Chinese
  • lcfpPageToken - The page token of the first page retrieved. If null, this retrieves the first page of size PageSize .
  • lcfpPageSize - The maximum number of items to return in the results. If more results exist than fit in the specified PageSize , the value of NextPageToken in the response is non-null.
  • lcfpProductId - The product identifier.
  • lcfpPortfolioId - The portfolio identifier.

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 # 
AWSRequest ListConstraintsForPortfolio Source # 
ToQuery ListConstraintsForPortfolio Source # 
ToPath ListConstraintsForPortfolio Source # 
ToHeaders ListConstraintsForPortfolio Source # 
type Rep ListConstraintsForPortfolio Source # 
type Rep ListConstraintsForPortfolio = D1 (MetaData "ListConstraintsForPortfolio" "Network.AWS.ServiceCatalog.ListConstraintsForPortfolio" "amazonka-servicecatalog-1.5.0-Gi5S0QNjzsJFyaLCAAAAWo" 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 of the first page retrieved. If null, this retrieves the first page of size PageSize .

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

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize , the value of NextPageToken in the response is non-null.

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.5.0-Gi5S0QNjzsJFyaLCAAAAWo" 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 page of results for this operation. If there are no more pages, this value is null.

lcfprsConstraintDetails :: Lens' ListConstraintsForPortfolioResponse [ConstraintDetail] Source #

List of detailed constraint information objects.