amazonka-servicecatalog-1.4.5: Amazon Service Catalog SDK.

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

Network.AWS.ServiceCatalog.ScanProvisionedProducts

Contents

Description

Returns a paginated list of all the ProvisionedProduct objects that are currently available (not terminated).

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:

  • sppAcceptLanguage - The language code to use for this operation. Supported language codes are as follows: "en" (English) "jp" (Japanese) "zh" (Chinese) If no code is specified, "en" is used as the default.
  • sppAccessLevelFilter - The access level for obtaining results. If left unspecified, User level access is used.
  • sppPageToken - The page token of the first page retrieved. If null, this retrieves the first page of size PageSize .
  • sppPageSize - The maximum number of items to return in the results. If more results exist than fit in the specified PageSize , the value of NextPageToken in the response is non-null.

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 # 
ToPath ScanProvisionedProducts Source # 
ToHeaders ScanProvisionedProducts Source # 
ToQuery ScanProvisionedProducts Source # 
type Rep ScanProvisionedProducts Source # 
type Rep ScanProvisionedProducts = D1 (MetaData "ScanProvisionedProducts" "Network.AWS.ServiceCatalog.ScanProvisionedProducts" "amazonka-servicecatalog-1.4.5-8bdJVEiVZ77jaeUaDycc5" False) (C1 (MetaCons "ScanProvisionedProducts'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_sppAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_sppAccessLevelFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AccessLevelFilter)))) ((:*:) (S1 (MetaSel (Just Symbol "_sppPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_sppPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))))))
type Rs ScanProvisionedProducts Source # 

Request Lenses

sppAcceptLanguage :: Lens' ScanProvisionedProducts (Maybe Text) Source #

The language code to use for this operation. Supported language codes are as follows: "en" (English) "jp" (Japanese) "zh" (Chinese) If no code is specified, "en" is used as the default.

sppAccessLevelFilter :: Lens' ScanProvisionedProducts (Maybe AccessLevelFilter) Source #

The access level for obtaining results. If left unspecified, User level access is used.

sppPageToken :: Lens' ScanProvisionedProducts (Maybe Text) Source #

The page token of the first page retrieved. If null, this retrieves the first page of size PageSize .

sppPageSize :: Lens' ScanProvisionedProducts (Maybe Natural) Source #

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize , the value of NextPageToken in the response is non-null.

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.4.5-8bdJVEiVZ77jaeUaDycc5" 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 DecidedUnpack) (Rec0 Int)))))

Response Lenses

spprsNextPageToken :: Lens' ScanProvisionedProductsResponse (Maybe Text) Source #

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.