amazonka-servicecatalog-1.6.0: 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.ScanProvisionedProducts

Contents

Description

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

To use additional filtering, see SearchProvisionedProducts .

Synopsis

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 - Chinese
  • sAccessLevelFilter - The access level to use to obtain results. The default is User .
  • 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

Eq ScanProvisionedProducts Source # 
Data ScanProvisionedProducts Source # 

Methods

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

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

toConstr :: ScanProvisionedProducts -> Constr #

dataTypeOf :: ScanProvisionedProducts -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ScanProvisionedProducts Source # 
Show ScanProvisionedProducts Source # 
Generic ScanProvisionedProducts Source # 
Hashable ScanProvisionedProducts Source # 
ToJSON ScanProvisionedProducts Source # 
NFData ScanProvisionedProducts Source # 

Methods

rnf :: ScanProvisionedProducts -> () #

AWSRequest ScanProvisionedProducts Source # 
ToHeaders ScanProvisionedProducts Source # 
ToPath ScanProvisionedProducts Source # 
ToQuery ScanProvisionedProducts Source # 
type Rep ScanProvisionedProducts Source # 
type Rep ScanProvisionedProducts = D1 * (MetaData "ScanProvisionedProducts" "Network.AWS.ServiceCatalog.ScanProvisionedProducts" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" False) (C1 * (MetaCons "ScanProvisionedProducts'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_sAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_sAccessLevelFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe AccessLevelFilter)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_sPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_sPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))))))
type Rs ScanProvisionedProducts Source # 

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 #

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:

data ScanProvisionedProductsResponse Source #

See: scanProvisionedProductsResponse smart constructor.

Instances

Eq ScanProvisionedProductsResponse Source # 
Data ScanProvisionedProductsResponse Source # 

Methods

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

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

toConstr :: ScanProvisionedProductsResponse -> Constr #

dataTypeOf :: ScanProvisionedProductsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ScanProvisionedProductsResponse Source # 
Show ScanProvisionedProductsResponse Source # 
Generic ScanProvisionedProductsResponse Source # 
NFData ScanProvisionedProductsResponse Source # 
type Rep ScanProvisionedProductsResponse Source # 
type Rep ScanProvisionedProductsResponse = D1 * (MetaData "ScanProvisionedProductsResponse" "Network.AWS.ServiceCatalog.ScanProvisionedProducts" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" False) (C1 * (MetaCons "ScanProvisionedProductsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_spprsNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_spprsProvisionedProducts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [ProvisionedProductDetail]))) (S1 * (MetaSel (Just Symbol "_spprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

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.