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

Contents

Description

Retrieves summary and status information about all products created within the caller's account. If a portfolio ID is provided, this operation retrieves information for only those products that are associated with the specified portfolio.

Synopsis

Creating a Request

searchProductsAsAdmin :: SearchProductsAsAdmin Source #

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

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

  • spaaPortfolioId - The portfolio identifier.
  • spaaFilters - The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the administrator has access.
  • spaaSortOrder - The sort order specifier. If no value is specified, results are not sorted.
  • spaaAcceptLanguage - The language code. * en - English (default) * jp - Japanese * zh - Chinese
  • spaaPageToken - The page token of the first page retrieved. If null, this retrieves the first page of size PageSize .
  • spaaPageSize - 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.
  • spaaProductSource - Access level of the source of the product.
  • spaaSortBy - The sort field specifier. If no value is specified, results are not sorted.

data SearchProductsAsAdmin Source #

See: searchProductsAsAdmin smart constructor.

Instances

Eq SearchProductsAsAdmin Source # 
Data SearchProductsAsAdmin Source # 

Methods

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

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

toConstr :: SearchProductsAsAdmin -> Constr #

dataTypeOf :: SearchProductsAsAdmin -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SearchProductsAsAdmin Source # 
Show SearchProductsAsAdmin Source # 
Generic SearchProductsAsAdmin Source # 
Hashable SearchProductsAsAdmin Source # 
ToJSON SearchProductsAsAdmin Source # 
NFData SearchProductsAsAdmin Source # 

Methods

rnf :: SearchProductsAsAdmin -> () #

AWSRequest SearchProductsAsAdmin Source # 
ToQuery SearchProductsAsAdmin Source # 
ToPath SearchProductsAsAdmin Source # 
ToHeaders SearchProductsAsAdmin Source # 
type Rep SearchProductsAsAdmin Source # 
type Rs SearchProductsAsAdmin Source # 

Request Lenses

spaaFilters :: Lens' SearchProductsAsAdmin (HashMap ProductViewFilterBy [Text]) Source #

The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the administrator has access.

spaaSortOrder :: Lens' SearchProductsAsAdmin (Maybe SortOrder) Source #

The sort order specifier. If no value is specified, results are not sorted.

spaaAcceptLanguage :: Lens' SearchProductsAsAdmin (Maybe Text) Source #

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

spaaPageToken :: Lens' SearchProductsAsAdmin (Maybe Text) Source #

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

spaaPageSize :: Lens' SearchProductsAsAdmin (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.

spaaProductSource :: Lens' SearchProductsAsAdmin (Maybe ProductSource) Source #

Access level of the source of the product.

spaaSortBy :: Lens' SearchProductsAsAdmin (Maybe ProductViewSortBy) Source #

The sort field specifier. If no value is specified, results are not sorted.

Destructuring the Response

searchProductsAsAdminResponse Source #

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

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

data SearchProductsAsAdminResponse Source #

See: searchProductsAsAdminResponse smart constructor.

Instances

Eq SearchProductsAsAdminResponse Source # 
Data SearchProductsAsAdminResponse Source # 

Methods

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

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

toConstr :: SearchProductsAsAdminResponse -> Constr #

dataTypeOf :: SearchProductsAsAdminResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SearchProductsAsAdminResponse Source # 
Show SearchProductsAsAdminResponse Source # 
Generic SearchProductsAsAdminResponse Source # 
NFData SearchProductsAsAdminResponse Source # 
type Rep SearchProductsAsAdminResponse Source # 
type Rep SearchProductsAsAdminResponse = D1 (MetaData "SearchProductsAsAdminResponse" "Network.AWS.ServiceCatalog.SearchProductsAsAdmin" "amazonka-servicecatalog-1.5.0-Gi5S0QNjzsJFyaLCAAAAWo" False) (C1 (MetaCons "SearchProductsAsAdminResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_spaarsNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_spaarsProductViewDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ProductViewDetail]))) (S1 (MetaSel (Just Symbol "_spaarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

spaarsNextPageToken :: Lens' SearchProductsAsAdminResponse (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.

spaarsProductViewDetails :: Lens' SearchProductsAsAdminResponse [ProductViewDetail] Source #

List of detailed product view information objects.