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

Description

Lists the paths to the specified product. A path is how the user has access to a specified product, and is necessary when provisioning a product. A path also determines the constraints put on the product.

This operation returns paginated results.

Synopsis

Creating a Request

data ListLaunchPaths Source #

See: newListLaunchPaths smart constructor.

Constructors

ListLaunchPaths' 

Fields

Instances

Instances details
Eq ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Read ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Show ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Generic ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Associated Types

type Rep ListLaunchPaths :: Type -> Type #

NFData ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Methods

rnf :: ListLaunchPaths -> () #

Hashable ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

ToJSON ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

AWSPager ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

AWSRequest ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Associated Types

type AWSResponse ListLaunchPaths #

ToHeaders ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

ToPath ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

ToQuery ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

type Rep ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

type Rep ListLaunchPaths = D1 ('MetaData "ListLaunchPaths" "Amazonka.ServiceCatalog.ListLaunchPaths" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "ListLaunchPaths'" '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 ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

newListLaunchPaths Source #

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

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

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

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

$sel:productId:ListLaunchPaths', listLaunchPaths_productId - The product identifier.

Request Lenses

listLaunchPaths_acceptLanguage :: Lens' ListLaunchPaths (Maybe Text) Source #

The language code.

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

listLaunchPaths_pageToken :: Lens' ListLaunchPaths (Maybe Text) Source #

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

listLaunchPaths_pageSize :: Lens' ListLaunchPaths (Maybe Natural) Source #

The maximum number of items to return with this call.

Destructuring the Response

data ListLaunchPathsResponse Source #

See: newListLaunchPathsResponse smart constructor.

Constructors

ListLaunchPathsResponse' 

Fields

Instances

Instances details
Eq ListLaunchPathsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Read ListLaunchPathsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Show ListLaunchPathsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Generic ListLaunchPathsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Associated Types

type Rep ListLaunchPathsResponse :: Type -> Type #

NFData ListLaunchPathsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Methods

rnf :: ListLaunchPathsResponse -> () #

type Rep ListLaunchPathsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

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

newListLaunchPathsResponse Source #

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

$sel:launchPathSummaries:ListLaunchPathsResponse', listLaunchPathsResponse_launchPathSummaries - Information about the launch path.

$sel:httpStatus:ListLaunchPathsResponse', listLaunchPathsResponse_httpStatus - The response's http status code.

Response Lenses

listLaunchPathsResponse_nextPageToken :: Lens' ListLaunchPathsResponse (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.