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

Contents

Description

Lists the specified TagOptions or all TagOptions.

This operation returns paginated results.

Synopsis

Creating a Request

listTagOptions :: ListTagOptions Source #

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

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

  • ltoFilters - The search filters. If no search filters are specified, the output includes all TagOptions.
  • ltoPageToken - The page token for the next set of results. To retrieve the first set of results, use null.
  • ltoPageSize - The maximum number of items to return with this call.

data ListTagOptions Source #

See: listTagOptions smart constructor.

Instances
Eq ListTagOptions Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

Data ListTagOptions Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

Methods

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

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

toConstr :: ListTagOptions -> Constr #

dataTypeOf :: ListTagOptions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListTagOptions Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

Show ListTagOptions Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

Generic ListTagOptions Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

Associated Types

type Rep ListTagOptions :: Type -> Type #

Hashable ListTagOptions Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

ToJSON ListTagOptions Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

AWSPager ListTagOptions Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

AWSRequest ListTagOptions Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

Associated Types

type Rs ListTagOptions :: Type #

ToHeaders ListTagOptions Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

ToPath ListTagOptions Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

ToQuery ListTagOptions Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

NFData ListTagOptions Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

Methods

rnf :: ListTagOptions -> () #

type Rep ListTagOptions Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

type Rep ListTagOptions = D1 (MetaData "ListTagOptions" "Network.AWS.ServiceCatalog.ListTagOptions" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "ListTagOptions'" PrefixI True) (S1 (MetaSel (Just "_ltoFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ListTagOptionsFilters)) :*: (S1 (MetaSel (Just "_ltoPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ltoPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)))))
type Rs ListTagOptions Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

Request Lenses

ltoFilters :: Lens' ListTagOptions (Maybe ListTagOptionsFilters) Source #

The search filters. If no search filters are specified, the output includes all TagOptions.

ltoPageToken :: Lens' ListTagOptions (Maybe Text) Source #

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

ltoPageSize :: Lens' ListTagOptions (Maybe Natural) Source #

The maximum number of items to return with this call.

Destructuring the Response

listTagOptionsResponse Source #

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

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

data ListTagOptionsResponse Source #

See: listTagOptionsResponse smart constructor.

Instances
Eq ListTagOptionsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

Data ListTagOptionsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

Methods

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

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

toConstr :: ListTagOptionsResponse -> Constr #

dataTypeOf :: ListTagOptionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListTagOptionsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

Show ListTagOptionsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

Generic ListTagOptionsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

Associated Types

type Rep ListTagOptionsResponse :: Type -> Type #

NFData ListTagOptionsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

Methods

rnf :: ListTagOptionsResponse -> () #

type Rep ListTagOptionsResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.ListTagOptions

type Rep ListTagOptionsResponse = D1 (MetaData "ListTagOptionsResponse" "Network.AWS.ServiceCatalog.ListTagOptions" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "ListTagOptionsResponse'" PrefixI True) (S1 (MetaSel (Just "_ltorsPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ltorsTagOptionDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TagOptionDetail])) :*: S1 (MetaSel (Just "_ltorsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

ltorsPageToken :: Lens' ListTagOptionsResponse (Maybe Text) Source #

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