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

Contents

Description

Lists all portfolios for which sharing was accepted by this account.

This operation returns paginated results.

Synopsis

Creating a Request

listAcceptedPortfolioShares :: ListAcceptedPortfolioShares Source #

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

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

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

data ListAcceptedPortfolioShares Source #

See: listAcceptedPortfolioShares smart constructor.

Instances

Eq ListAcceptedPortfolioShares Source # 
Data ListAcceptedPortfolioShares Source # 

Methods

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

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

toConstr :: ListAcceptedPortfolioShares -> Constr #

dataTypeOf :: ListAcceptedPortfolioShares -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

lapsAcceptLanguage :: Lens' ListAcceptedPortfolioShares (Maybe Text) Source #

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

lapsPageToken :: Lens' ListAcceptedPortfolioShares (Maybe Text) Source #

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

lapsPageSize :: Lens' ListAcceptedPortfolioShares (Maybe Natural) Source #

The maximum number of items to return with this call.

Destructuring the Response

listAcceptedPortfolioSharesResponse Source #

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

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

data ListAcceptedPortfolioSharesResponse Source #

See: listAcceptedPortfolioSharesResponse smart constructor.

Instances

Eq ListAcceptedPortfolioSharesResponse Source # 
Data ListAcceptedPortfolioSharesResponse Source # 

Methods

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

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

toConstr :: ListAcceptedPortfolioSharesResponse -> Constr #

dataTypeOf :: ListAcceptedPortfolioSharesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListAcceptedPortfolioSharesResponse Source # 
Show ListAcceptedPortfolioSharesResponse Source # 
Generic ListAcceptedPortfolioSharesResponse Source # 
NFData ListAcceptedPortfolioSharesResponse Source # 
type Rep ListAcceptedPortfolioSharesResponse Source # 
type Rep ListAcceptedPortfolioSharesResponse = D1 * (MetaData "ListAcceptedPortfolioSharesResponse" "Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" False) (C1 * (MetaCons "ListAcceptedPortfolioSharesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lapsrsNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lapsrsPortfolioDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [PortfolioDetail]))) (S1 * (MetaSel (Just Symbol "_lapsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lapsrsNextPageToken :: Lens' ListAcceptedPortfolioSharesResponse (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.