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

Description

Lists the provisioned products that are available (not terminated).

To use additional filtering, see SearchProvisionedProducts.

This operation returns paginated results.

Synopsis

Creating a Request

data ScanProvisionedProducts Source #

See: newScanProvisionedProducts smart constructor.

Constructors

ScanProvisionedProducts' 

Fields

Instances

Instances details
Eq ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Read ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Show ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Generic ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Associated Types

type Rep ScanProvisionedProducts :: Type -> Type #

NFData ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Methods

rnf :: ScanProvisionedProducts -> () #

Hashable ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

ToJSON ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

AWSPager ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

AWSRequest ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

ToHeaders ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

ToPath ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

ToQuery ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

type Rep ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

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

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

newScanProvisionedProducts :: ScanProvisionedProducts Source #

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

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

$sel:accessLevelFilter:ScanProvisionedProducts', scanProvisionedProducts_accessLevelFilter - The access level to use to obtain results. The default is User.

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

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

Request Lenses

scanProvisionedProducts_acceptLanguage :: Lens' ScanProvisionedProducts (Maybe Text) Source #

The language code.

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

scanProvisionedProducts_accessLevelFilter :: Lens' ScanProvisionedProducts (Maybe AccessLevelFilter) Source #

The access level to use to obtain results. The default is User.

scanProvisionedProducts_pageToken :: Lens' ScanProvisionedProducts (Maybe Text) Source #

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

scanProvisionedProducts_pageSize :: Lens' ScanProvisionedProducts (Maybe Natural) Source #

The maximum number of items to return with this call.

Destructuring the Response

data ScanProvisionedProductsResponse Source #

See: newScanProvisionedProductsResponse smart constructor.

Constructors

ScanProvisionedProductsResponse' 

Fields

Instances

Instances details
Eq ScanProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Read ScanProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Show ScanProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Generic ScanProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Associated Types

type Rep ScanProvisionedProductsResponse :: Type -> Type #

NFData ScanProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

type Rep ScanProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

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

newScanProvisionedProductsResponse Source #

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

$sel:provisionedProducts:ScanProvisionedProductsResponse', scanProvisionedProductsResponse_provisionedProducts - Information about the provisioned products.

$sel:httpStatus:ScanProvisionedProductsResponse', scanProvisionedProductsResponse_httpStatus - The response's http status code.

Response Lenses

scanProvisionedProductsResponse_nextPageToken :: Lens' ScanProvisionedProductsResponse (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.