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.SearchProvisionedProducts

Contents

Description

Gets information about the provisioned products that meet the specified criteria.

Synopsis

Creating a Request

searchProvisionedProducts :: SearchProvisionedProducts Source #

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

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

  • sppFilters - The search filters. When the key is SearchQuery , the searchable fields are arn , createdTime , id , lastRecordId , idempotencyToken , name , physicalId , productId , provisioningArtifact , type , status , tags , userArn , and userArnSession . Example: SearchQuery:["status:AVAILABLE"]
  • sppSortOrder - The sort order. If no value is specified, the results are not sorted.
  • sppAcceptLanguage - The language code. * en - English (default) * jp - Japanese * zh - Chinese
  • sppAccessLevelFilter - The access level to use to obtain results. The default is User .
  • sppPageToken - The page token for the next set of results. To retrieve the first set of results, use null.
  • sppPageSize - The maximum number of items to return with this call.
  • sppSortBy - The sort field. If no value is specified, the results are not sorted. The valid values are arn , id , name , and lastRecordId .

data SearchProvisionedProducts Source #

See: searchProvisionedProducts smart constructor.

Instances
Eq SearchProvisionedProducts Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

Data SearchProvisionedProducts Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

Methods

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

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

toConstr :: SearchProvisionedProducts -> Constr #

dataTypeOf :: SearchProvisionedProducts -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SearchProvisionedProducts Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

Show SearchProvisionedProducts Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

Generic SearchProvisionedProducts Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

Associated Types

type Rep SearchProvisionedProducts :: Type -> Type #

Hashable SearchProvisionedProducts Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

ToJSON SearchProvisionedProducts Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

AWSRequest SearchProvisionedProducts Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

Associated Types

type Rs SearchProvisionedProducts :: Type #

ToHeaders SearchProvisionedProducts Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

ToPath SearchProvisionedProducts Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

ToQuery SearchProvisionedProducts Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

NFData SearchProvisionedProducts Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

type Rep SearchProvisionedProducts Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

type Rep SearchProvisionedProducts = D1 (MetaData "SearchProvisionedProducts" "Network.AWS.ServiceCatalog.SearchProvisionedProducts" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "SearchProvisionedProducts'" PrefixI True) ((S1 (MetaSel (Just "_sppFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Map ProvisionedProductViewFilterBy [Text]))) :*: (S1 (MetaSel (Just "_sppSortOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 (MetaSel (Just "_sppAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_sppAccessLevelFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AccessLevelFilter)) :*: S1 (MetaSel (Just "_sppPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_sppPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_sppSortBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Rs SearchProvisionedProducts Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

Request Lenses

sppFilters :: Lens' SearchProvisionedProducts (HashMap ProvisionedProductViewFilterBy [Text]) Source #

The search filters. When the key is SearchQuery , the searchable fields are arn , createdTime , id , lastRecordId , idempotencyToken , name , physicalId , productId , provisioningArtifact , type , status , tags , userArn , and userArnSession . Example: SearchQuery:["status:AVAILABLE"]

sppSortOrder :: Lens' SearchProvisionedProducts (Maybe SortOrder) Source #

The sort order. If no value is specified, the results are not sorted.

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

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

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

The access level to use to obtain results. The default is User .

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

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

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

The maximum number of items to return with this call.

sppSortBy :: Lens' SearchProvisionedProducts (Maybe Text) Source #

The sort field. If no value is specified, the results are not sorted. The valid values are arn , id , name , and lastRecordId .

Destructuring the Response

searchProvisionedProductsResponse Source #

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

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

data SearchProvisionedProductsResponse Source #

See: searchProvisionedProductsResponse smart constructor.

Instances
Eq SearchProvisionedProductsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

Data SearchProvisionedProductsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

Methods

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

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

toConstr :: SearchProvisionedProductsResponse -> Constr #

dataTypeOf :: SearchProvisionedProductsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SearchProvisionedProductsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

Show SearchProvisionedProductsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

Generic SearchProvisionedProductsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

Associated Types

type Rep SearchProvisionedProductsResponse :: Type -> Type #

NFData SearchProvisionedProductsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

type Rep SearchProvisionedProductsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.SearchProvisionedProducts

type Rep SearchProvisionedProductsResponse = D1 (MetaData "SearchProvisionedProductsResponse" "Network.AWS.ServiceCatalog.SearchProvisionedProducts" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "SearchProvisionedProductsResponse'" PrefixI True) ((S1 (MetaSel (Just "_srsNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_srsProvisionedProducts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ProvisionedProductAttribute]))) :*: (S1 (MetaSel (Just "_srsTotalResultsCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_srsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

srsNextPageToken :: Lens' SearchProvisionedProductsResponse (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.

srsTotalResultsCount :: Lens' SearchProvisionedProductsResponse (Maybe Int) Source #

The number of provisioned products found.