| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.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.
- listLaunchPaths :: Text -> ListLaunchPaths
- data ListLaunchPaths
- llpAcceptLanguage :: Lens' ListLaunchPaths (Maybe Text)
- llpPageToken :: Lens' ListLaunchPaths (Maybe Text)
- llpPageSize :: Lens' ListLaunchPaths (Maybe Natural)
- llpProductId :: Lens' ListLaunchPaths Text
- listLaunchPathsResponse :: Int -> ListLaunchPathsResponse
- data ListLaunchPathsResponse
- llprsNextPageToken :: Lens' ListLaunchPathsResponse (Maybe Text)
- llprsLaunchPathSummaries :: Lens' ListLaunchPathsResponse [LaunchPathSummary]
- llprsResponseStatus :: Lens' ListLaunchPathsResponse Int
Creating a Request
Arguments
| :: Text | |
| -> ListLaunchPaths |
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- ChinesellpPageToken- 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
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 #
Arguments
| :: Int | |
| -> ListLaunchPathsResponse |
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:
llprsNextPageToken- The page token to use to retrieve the next set of results. If there are no additional results, this value is null.llprsLaunchPathSummaries- Information about the launch path.llprsResponseStatus- -- | The response status code.
data ListLaunchPathsResponse Source #
See: listLaunchPathsResponse smart constructor.
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.
llprsLaunchPathSummaries :: Lens' ListLaunchPathsResponse [LaunchPathSummary] Source #
Information about the launch path.
llprsResponseStatus :: Lens' ListLaunchPathsResponse Int Source #
- - | The response status code.