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

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

Data ListAcceptedPortfolioShares Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

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

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

Show ListAcceptedPortfolioShares Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

Generic ListAcceptedPortfolioShares Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

Associated Types

type Rep ListAcceptedPortfolioShares :: Type -> Type #

Hashable ListAcceptedPortfolioShares Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

ToJSON ListAcceptedPortfolioShares Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

AWSPager ListAcceptedPortfolioShares Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

AWSRequest ListAcceptedPortfolioShares Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

Associated Types

type Rs ListAcceptedPortfolioShares :: Type #

ToHeaders ListAcceptedPortfolioShares Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

ToPath ListAcceptedPortfolioShares Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

ToQuery ListAcceptedPortfolioShares Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

NFData ListAcceptedPortfolioShares Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

type Rep ListAcceptedPortfolioShares Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

type Rep ListAcceptedPortfolioShares = D1 (MetaData "ListAcceptedPortfolioShares" "Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "ListAcceptedPortfolioShares'" PrefixI True) (S1 (MetaSel (Just "_lapsAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lapsPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lapsPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)))))
type Rs ListAcceptedPortfolioShares Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

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

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

Data ListAcceptedPortfolioSharesResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

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

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

Show ListAcceptedPortfolioSharesResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

Generic ListAcceptedPortfolioSharesResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

NFData ListAcceptedPortfolioSharesResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

type Rep ListAcceptedPortfolioSharesResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

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