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

Description

Lists all portfolios that the specified product is associated with.

This operation returns paginated results.

Synopsis

Creating a Request

data ListPortfoliosForProduct Source #

See: newListPortfoliosForProduct smart constructor.

Constructors

ListPortfoliosForProduct' 

Fields

Instances

Instances details
Eq ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Read ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Show ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Generic ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Associated Types

type Rep ListPortfoliosForProduct :: Type -> Type #

NFData ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Hashable ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

ToJSON ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

AWSPager ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

AWSRequest ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

ToHeaders ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

ToPath ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

ToQuery ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

type Rep ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

type Rep ListPortfoliosForProduct = D1 ('MetaData "ListPortfoliosForProduct" "Amazonka.ServiceCatalog.ListPortfoliosForProduct" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "ListPortfoliosForProduct'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

newListPortfoliosForProduct Source #

Create a value of ListPortfoliosForProduct 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:acceptLanguage:ListPortfoliosForProduct', listPortfoliosForProduct_acceptLanguage - The language code.

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

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

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

$sel:productId:ListPortfoliosForProduct', listPortfoliosForProduct_productId - The product identifier.

Request Lenses

listPortfoliosForProduct_acceptLanguage :: Lens' ListPortfoliosForProduct (Maybe Text) Source #

The language code.

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

listPortfoliosForProduct_pageToken :: Lens' ListPortfoliosForProduct (Maybe Text) Source #

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

listPortfoliosForProduct_pageSize :: Lens' ListPortfoliosForProduct (Maybe Natural) Source #

The maximum number of items to return with this call.

Destructuring the Response

data ListPortfoliosForProductResponse Source #

See: newListPortfoliosForProductResponse smart constructor.

Constructors

ListPortfoliosForProductResponse' 

Fields

Instances

Instances details
Eq ListPortfoliosForProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Read ListPortfoliosForProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Show ListPortfoliosForProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Generic ListPortfoliosForProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Associated Types

type Rep ListPortfoliosForProductResponse :: Type -> Type #

NFData ListPortfoliosForProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

type Rep ListPortfoliosForProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

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

newListPortfoliosForProductResponse Source #

Create a value of ListPortfoliosForProductResponse 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:ListPortfoliosForProductResponse', listPortfoliosForProductResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:portfolioDetails:ListPortfoliosForProductResponse', listPortfoliosForProductResponse_portfolioDetails - Information about the portfolios.

$sel:httpStatus:ListPortfoliosForProductResponse', listPortfoliosForProductResponse_httpStatus - The response's http status code.

Response Lenses

listPortfoliosForProductResponse_nextPageToken :: Lens' ListPortfoliosForProductResponse (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.