| 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.ScanProvisionedProducts
Description
Lists the provisioned products that are available (not terminated).
To use additional filtering, see SearchProvisionedProducts .
- scanProvisionedProducts :: ScanProvisionedProducts
- data ScanProvisionedProducts
- sAcceptLanguage :: Lens' ScanProvisionedProducts (Maybe Text)
- sAccessLevelFilter :: Lens' ScanProvisionedProducts (Maybe AccessLevelFilter)
- sPageToken :: Lens' ScanProvisionedProducts (Maybe Text)
- sPageSize :: Lens' ScanProvisionedProducts (Maybe Natural)
- scanProvisionedProductsResponse :: Int -> ScanProvisionedProductsResponse
- data ScanProvisionedProductsResponse
- spprsNextPageToken :: Lens' ScanProvisionedProductsResponse (Maybe Text)
- spprsProvisionedProducts :: Lens' ScanProvisionedProductsResponse [ProvisionedProductDetail]
- spprsResponseStatus :: Lens' ScanProvisionedProductsResponse Int
Creating a Request
scanProvisionedProducts :: ScanProvisionedProducts Source #
Creates a value of ScanProvisionedProducts with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sAcceptLanguage- The language code. *en- English (default) *jp- Japanese *zh- ChinesesAccessLevelFilter- The access level to use to obtain results. The default isUser.sPageToken- The page token for the next set of results. To retrieve the first set of results, use null.sPageSize- The maximum number of items to return with this call.
data ScanProvisionedProducts Source #
See: scanProvisionedProducts smart constructor.
Instances
Request Lenses
sAcceptLanguage :: Lens' ScanProvisionedProducts (Maybe Text) Source #
The language code. * en - English (default) * jp - Japanese * zh - Chinese
sAccessLevelFilter :: Lens' ScanProvisionedProducts (Maybe AccessLevelFilter) Source #
The access level to use to obtain results. The default is User .
sPageToken :: Lens' ScanProvisionedProducts (Maybe Text) Source #
The page token for the next set of results. To retrieve the first set of results, use null.
sPageSize :: Lens' ScanProvisionedProducts (Maybe Natural) Source #
The maximum number of items to return with this call.
Destructuring the Response
scanProvisionedProductsResponse Source #
Arguments
| :: Int | |
| -> ScanProvisionedProductsResponse |
Creates a value of ScanProvisionedProductsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
spprsNextPageToken- The page token to use to retrieve the next set of results. If there are no additional results, this value is null.spprsProvisionedProducts- Information about the provisioned products.spprsResponseStatus- -- | The response status code.
data ScanProvisionedProductsResponse Source #
See: scanProvisionedProductsResponse smart constructor.
Instances
Response Lenses
spprsNextPageToken :: 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.
spprsProvisionedProducts :: Lens' ScanProvisionedProductsResponse [ProvisionedProductDetail] Source #
Information about the provisioned products.
spprsResponseStatus :: Lens' ScanProvisionedProductsResponse Int Source #
- - | The response status code.