amazonka-servicecatalog-1.5.0: Amazon Service Catalog SDK.

Copyright(c) 2013-2017 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 resources associated with a TagOption.

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:

  • lrftoResourceType - Resource type.
  • lrftoPageToken - The page token of the first page retrieved. If null, this retrieves the first page of size PageSize .
  • lrftoPageSize - 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.
  • lrftoTagOptionId - Identifier of the TagOption.

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 # 
AWSRequest ListResourcesForTagOption Source # 
ToQuery ListResourcesForTagOption Source # 
ToPath ListResourcesForTagOption Source # 
ToHeaders ListResourcesForTagOption Source # 
type Rep ListResourcesForTagOption Source # 
type Rep ListResourcesForTagOption = D1 (MetaData "ListResourcesForTagOption" "Network.AWS.ServiceCatalog.ListResourcesForTagOption" "amazonka-servicecatalog-1.5.0-Gi5S0QNjzsJFyaLCAAAAWo" 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

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

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

lrftoPageSize :: Lens' ListResourcesForTagOption (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

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.5.0-Gi5S0QNjzsJFyaLCAAAAWo" 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

lrftorsResourceDetails :: Lens' ListResourcesForTagOptionResponse [ResourceDetail] Source #

The resulting detailed resource information.

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

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