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

Contents

Description

Lists the resources associated with the specified TagOption.

This operation returns paginated results.

Synopsis

Creating a Request

listResourcesForTagOption Source #

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

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

data ListResourcesForTagOption Source #

See: listResourcesForTagOption smart constructor.

Instances

Eq ListResourcesForTagOption Source # 
Data ListResourcesForTagOption Source # 

Methods

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

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

toConstr :: ListResourcesForTagOption -> Constr #

dataTypeOf :: ListResourcesForTagOption -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListResourcesForTagOption Source # 
Show ListResourcesForTagOption Source # 
Generic ListResourcesForTagOption Source # 
Hashable ListResourcesForTagOption Source # 
ToJSON ListResourcesForTagOption Source # 
NFData ListResourcesForTagOption Source # 
AWSPager ListResourcesForTagOption Source # 
AWSRequest ListResourcesForTagOption Source # 
ToHeaders ListResourcesForTagOption Source # 
ToPath ListResourcesForTagOption Source # 
ToQuery ListResourcesForTagOption Source # 
type Rep ListResourcesForTagOption Source # 
type Rep ListResourcesForTagOption = D1 * (MetaData "ListResourcesForTagOption" "Network.AWS.ServiceCatalog.ListResourcesForTagOption" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" False) (C1 * (MetaCons "ListResourcesForTagOption'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_lrftoResourceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lrftoPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lrftoPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) (S1 * (MetaSel (Just Symbol "_lrftoTagOptionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs ListResourcesForTagOption Source # 

Request Lenses

lrftoResourceType :: Lens' ListResourcesForTagOption (Maybe Text) Source #

The resource type. * Portfolio * Product

lrftoPageToken :: Lens' ListResourcesForTagOption (Maybe Text) Source #

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

lrftoPageSize :: Lens' ListResourcesForTagOption (Maybe Natural) Source #

The maximum number of items to return with this call.

Destructuring the Response

listResourcesForTagOptionResponse Source #

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

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

data ListResourcesForTagOptionResponse Source #

See: listResourcesForTagOptionResponse smart constructor.

Instances

Eq ListResourcesForTagOptionResponse Source # 
Data ListResourcesForTagOptionResponse Source # 

Methods

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

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

toConstr :: ListResourcesForTagOptionResponse -> Constr #

dataTypeOf :: ListResourcesForTagOptionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListResourcesForTagOptionResponse Source # 
Show ListResourcesForTagOptionResponse Source # 
Generic ListResourcesForTagOptionResponse Source # 
NFData ListResourcesForTagOptionResponse Source # 
type Rep ListResourcesForTagOptionResponse Source # 
type Rep ListResourcesForTagOptionResponse = D1 * (MetaData "ListResourcesForTagOptionResponse" "Network.AWS.ServiceCatalog.ListResourcesForTagOption" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" False) (C1 * (MetaCons "ListResourcesForTagOptionResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lrftorsResourceDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [ResourceDetail]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lrftorsPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lrftorsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lrftorsPageToken :: Lens' ListResourcesForTagOptionResponse (Maybe Text) Source #

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