amazonka-servicecatalog-1.6.1: Amazon Service Catalog SDK.

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

Network.AWS.ServiceCatalog.ListLaunchPaths

Contents

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

listLaunchPaths Source #

Creates a value of ListLaunchPaths with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • llpAcceptLanguage - The language code. * en - English (default) * jp - Japanese * zh - Chinese
  • llpPageToken - The page token for the next set of results. To retrieve the first set of results, use null.
  • llpPageSize - The maximum number of items to return with this call.
  • llpProductId - The product identifier.

data ListLaunchPaths Source #

See: listLaunchPaths smart constructor.

Instances
Eq ListLaunchPaths Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

Data ListLaunchPaths Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListLaunchPaths -> c ListLaunchPaths #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListLaunchPaths #

toConstr :: ListLaunchPaths -> Constr #

dataTypeOf :: ListLaunchPaths -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListLaunchPaths) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListLaunchPaths) #

gmapT :: (forall b. Data b => b -> b) -> ListLaunchPaths -> ListLaunchPaths #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListLaunchPaths -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListLaunchPaths -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListLaunchPaths -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListLaunchPaths -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListLaunchPaths -> m ListLaunchPaths #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListLaunchPaths -> m ListLaunchPaths #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListLaunchPaths -> m ListLaunchPaths #

Read ListLaunchPaths Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

Show ListLaunchPaths Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

Generic ListLaunchPaths Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

Associated Types

type Rep ListLaunchPaths :: Type -> Type #

Hashable ListLaunchPaths Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

ToJSON ListLaunchPaths Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

AWSPager ListLaunchPaths Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

AWSRequest ListLaunchPaths Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

Associated Types

type Rs ListLaunchPaths :: Type #

ToHeaders ListLaunchPaths Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

ToPath ListLaunchPaths Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

ToQuery ListLaunchPaths Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

NFData ListLaunchPaths Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

Methods

rnf :: ListLaunchPaths -> () #

type Rep ListLaunchPaths Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

type Rep ListLaunchPaths = D1 (MetaData "ListLaunchPaths" "Network.AWS.ServiceCatalog.ListLaunchPaths" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "ListLaunchPaths'" PrefixI True) ((S1 (MetaSel (Just "_llpAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_llpPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_llpPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_llpProductId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs ListLaunchPaths Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

Request Lenses

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

The language code. * en - English (default) * jp - Japanese * zh - Chinese

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

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

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

The maximum number of items to return with this call.

llpProductId :: Lens' ListLaunchPaths Text Source #

The product identifier.

Destructuring the Response

listLaunchPathsResponse Source #

Creates a value of ListLaunchPathsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ListLaunchPathsResponse Source #

See: listLaunchPathsResponse smart constructor.

Instances
Eq ListLaunchPathsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

Data ListLaunchPathsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListLaunchPathsResponse -> c ListLaunchPathsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListLaunchPathsResponse #

toConstr :: ListLaunchPathsResponse -> Constr #

dataTypeOf :: ListLaunchPathsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListLaunchPathsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListLaunchPathsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListLaunchPathsResponse -> ListLaunchPathsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListLaunchPathsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListLaunchPathsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListLaunchPathsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListLaunchPathsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListLaunchPathsResponse -> m ListLaunchPathsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListLaunchPathsResponse -> m ListLaunchPathsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListLaunchPathsResponse -> m ListLaunchPathsResponse #

Read ListLaunchPathsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

Show ListLaunchPathsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

Generic ListLaunchPathsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

Associated Types

type Rep ListLaunchPathsResponse :: Type -> Type #

NFData ListLaunchPathsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

Methods

rnf :: ListLaunchPathsResponse -> () #

type Rep ListLaunchPathsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListLaunchPaths

type Rep ListLaunchPathsResponse = D1 (MetaData "ListLaunchPathsResponse" "Network.AWS.ServiceCatalog.ListLaunchPaths" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "ListLaunchPathsResponse'" PrefixI True) (S1 (MetaSel (Just "_llprsNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_llprsLaunchPathSummaries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [LaunchPathSummary])) :*: S1 (MetaSel (Just "_llprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

llprsNextPageToken :: 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.