amazonka-servicecatalog-2.0: Amazon Service Catalog SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Description

Lists the constraints for the specified portfolio and product.

This operation returns paginated results.

Synopsis

Creating a Request

data ListConstraintsForPortfolio Source #

See: newListConstraintsForPortfolio smart constructor.

Constructors

ListConstraintsForPortfolio' 

Fields

Instances

Instances details
ToJSON ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

ToHeaders ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

ToPath ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

ToQuery ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

AWSPager ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

AWSRequest ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Generic ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Associated Types

type Rep ListConstraintsForPortfolio :: Type -> Type #

Read ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Show ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

NFData ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Eq ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Hashable ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

type AWSResponse ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

type Rep ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

type Rep ListConstraintsForPortfolio = D1 ('MetaData "ListConstraintsForPortfolio" "Amazonka.ServiceCatalog.ListConstraintsForPortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListConstraintsForPortfolio'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListConstraintsForPortfolio Source #

Create a value of ListConstraintsForPortfolio 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:ListConstraintsForPortfolio', listConstraintsForPortfolio_acceptLanguage - The language code.

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

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

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

ListConstraintsForPortfolio, listConstraintsForPortfolio_productId - The product identifier.

ListConstraintsForPortfolio, listConstraintsForPortfolio_portfolioId - The portfolio identifier.

Request Lenses

listConstraintsForPortfolio_acceptLanguage :: Lens' ListConstraintsForPortfolio (Maybe Text) Source #

The language code.

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

listConstraintsForPortfolio_pageSize :: Lens' ListConstraintsForPortfolio (Maybe Natural) Source #

The maximum number of items to return with this call.

listConstraintsForPortfolio_pageToken :: Lens' ListConstraintsForPortfolio (Maybe Text) Source #

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

Destructuring the Response

data ListConstraintsForPortfolioResponse Source #

Constructors

ListConstraintsForPortfolioResponse' 

Fields

Instances

Instances details
Generic ListConstraintsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Read ListConstraintsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Show ListConstraintsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

NFData ListConstraintsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Eq ListConstraintsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

type Rep ListConstraintsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

type Rep ListConstraintsForPortfolioResponse = D1 ('MetaData "ListConstraintsForPortfolioResponse" "Amazonka.ServiceCatalog.ListConstraintsForPortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListConstraintsForPortfolioResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraintDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConstraintDetail])) :*: (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListConstraintsForPortfolioResponse Source #

Create a value of ListConstraintsForPortfolioResponse 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:constraintDetails:ListConstraintsForPortfolioResponse', listConstraintsForPortfolioResponse_constraintDetails - Information about the constraints.

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

$sel:httpStatus:ListConstraintsForPortfolioResponse', listConstraintsForPortfolioResponse_httpStatus - The response's http status code.

Response Lenses

listConstraintsForPortfolioResponse_nextPageToken :: Lens' ListConstraintsForPortfolioResponse (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.