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

Amazonka.ServiceCatalog.SearchProductsAsAdmin

Description

Gets information about the products for the specified portfolio or all products.

This operation returns paginated results.

Synopsis

Creating a Request

data SearchProductsAsAdmin Source #

See: newSearchProductsAsAdmin smart constructor.

Constructors

SearchProductsAsAdmin' 

Fields

Instances

Instances details
Eq SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Read SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Show SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Generic SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Associated Types

type Rep SearchProductsAsAdmin :: Type -> Type #

NFData SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Methods

rnf :: SearchProductsAsAdmin -> () #

Hashable SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

ToJSON SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

AWSPager SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

AWSRequest SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Associated Types

type AWSResponse SearchProductsAsAdmin #

ToHeaders SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

ToPath SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

ToQuery SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

type Rep SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

type AWSResponse SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

newSearchProductsAsAdmin :: SearchProductsAsAdmin Source #

Create a value of SearchProductsAsAdmin with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:portfolioId:SearchProductsAsAdmin', searchProductsAsAdmin_portfolioId - The portfolio identifier.

$sel:filters:SearchProductsAsAdmin', searchProductsAsAdmin_filters - The search filters. If no search filters are specified, the output includes all products to which the administrator has access.

$sel:sortOrder:SearchProductsAsAdmin', searchProductsAsAdmin_sortOrder - The sort order. If no value is specified, the results are not sorted.

$sel:acceptLanguage:SearchProductsAsAdmin', searchProductsAsAdmin_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageToken:SearchProductsAsAdmin', searchProductsAsAdmin_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

$sel:pageSize:SearchProductsAsAdmin', searchProductsAsAdmin_pageSize - The maximum number of items to return with this call.

$sel:productSource:SearchProductsAsAdmin', searchProductsAsAdmin_productSource - Access level of the source of the product.

$sel:sortBy:SearchProductsAsAdmin', searchProductsAsAdmin_sortBy - The sort field. If no value is specified, the results are not sorted.

Request Lenses

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

The search filters. If no search filters are specified, the output includes all products to which the administrator has access.

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

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

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

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

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

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

searchProductsAsAdmin_pageSize :: Lens' SearchProductsAsAdmin (Maybe Natural) Source #

The maximum number of items to return with this call.

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

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

Destructuring the Response

data SearchProductsAsAdminResponse Source #

See: newSearchProductsAsAdminResponse smart constructor.

Constructors

SearchProductsAsAdminResponse' 

Fields

Instances

Instances details
Eq SearchProductsAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Read SearchProductsAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Show SearchProductsAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Generic SearchProductsAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Associated Types

type Rep SearchProductsAsAdminResponse :: Type -> Type #

NFData SearchProductsAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

type Rep SearchProductsAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

type Rep SearchProductsAsAdminResponse = D1 ('MetaData "SearchProductsAsAdminResponse" "Amazonka.ServiceCatalog.SearchProductsAsAdmin" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "SearchProductsAsAdminResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productViewDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProductViewDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSearchProductsAsAdminResponse Source #

Create a value of SearchProductsAsAdminResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextPageToken:SearchProductsAsAdminResponse', searchProductsAsAdminResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:productViewDetails:SearchProductsAsAdminResponse', searchProductsAsAdminResponse_productViewDetails - Information about the product views.

$sel:httpStatus:SearchProductsAsAdminResponse', searchProductsAsAdminResponse_httpStatus - The response's http status code.

Response Lenses

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