amazonka-servicecatalog-1.4.5: Amazon Service Catalog SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares

Contents

Description

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

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 to use for this operation. Supported language codes are as follows: "en" (English) "jp" (Japanese) "zh" (Chinese) If no code is specified, "en" is used as the default.
  • lapsPageToken - The page token of the first page retrieved. If null, this retrieves the first page of size PageSize .
  • lapsPageSize - 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.

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 # 
AWSRequest ListAcceptedPortfolioShares Source # 
ToPath ListAcceptedPortfolioShares Source # 
ToHeaders ListAcceptedPortfolioShares Source # 
ToQuery ListAcceptedPortfolioShares Source # 
type Rep ListAcceptedPortfolioShares Source # 
type Rep ListAcceptedPortfolioShares = D1 (MetaData "ListAcceptedPortfolioShares" "Network.AWS.ServiceCatalog.ListAcceptedPortfolioShares" "amazonka-servicecatalog-1.4.5-8bdJVEiVZ77jaeUaDycc5" 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 to use for this operation. Supported language codes are as follows: "en" (English) "jp" (Japanese) "zh" (Chinese) If no code is specified, "en" is used as the default.

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

The page token of the first page retrieved. If null, this retrieves the first page of size PageSize .

lapsPageSize :: Lens' ListAcceptedPortfolioShares (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

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.4.5-8bdJVEiVZ77jaeUaDycc5" 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 DecidedUnpack) (Rec0 Int)))))

Response Lenses

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

lapsrsPortfolioDetails :: Lens' ListAcceptedPortfolioSharesResponse [PortfolioDetail] Source #

List of detailed portfolio information objects.