amazonka-resourcegroupstagging-1.6.1: Amazon Resource Groups Tagging API 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.ResourceGroupsTagging.GetTagKeys

Contents

Description

Returns all tag keys in the specified region for the AWS account.

This operation returns paginated results.

Synopsis

Creating a Request

getTagKeys :: GetTagKeys Source #

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

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

  • gtkPaginationToken - A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken, use that string for this value to request an additional page of data.

data GetTagKeys Source #

See: getTagKeys smart constructor.

Instances
Eq GetTagKeys Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

Data GetTagKeys Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

Methods

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

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

toConstr :: GetTagKeys -> Constr #

dataTypeOf :: GetTagKeys -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetTagKeys Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

Show GetTagKeys Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

Generic GetTagKeys Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

Associated Types

type Rep GetTagKeys :: Type -> Type #

Hashable GetTagKeys Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

ToJSON GetTagKeys Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

AWSPager GetTagKeys Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

AWSRequest GetTagKeys Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

Associated Types

type Rs GetTagKeys :: Type #

ToHeaders GetTagKeys Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

Methods

toHeaders :: GetTagKeys -> [Header] #

ToPath GetTagKeys Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

ToQuery GetTagKeys Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

NFData GetTagKeys Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

Methods

rnf :: GetTagKeys -> () #

type Rep GetTagKeys Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

type Rep GetTagKeys = D1 (MetaData "GetTagKeys" "Network.AWS.ResourceGroupsTagging.GetTagKeys" "amazonka-resourcegroupstagging-1.6.1-3OURgsuT9tSCPWoEaLBGfy" True) (C1 (MetaCons "GetTagKeys'" PrefixI True) (S1 (MetaSel (Just "_gtkPaginationToken") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs GetTagKeys Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

Request Lenses

gtkPaginationToken :: Lens' GetTagKeys (Maybe Text) Source #

A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken, use that string for this value to request an additional page of data.

Destructuring the Response

getTagKeysResponse Source #

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

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

  • gtkrsPaginationToken - A string that indicates that the response contains more data than can be returned in a single response. To receive additional data, specify this string for the PaginationToken value in a subsequent request.
  • gtkrsTagKeys - A list of all tag keys in the AWS account.
  • gtkrsResponseStatus - -- | The response status code.

data GetTagKeysResponse Source #

See: getTagKeysResponse smart constructor.

Instances
Eq GetTagKeysResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

Data GetTagKeysResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

Methods

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

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

toConstr :: GetTagKeysResponse -> Constr #

dataTypeOf :: GetTagKeysResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetTagKeysResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

Show GetTagKeysResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

Generic GetTagKeysResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

Associated Types

type Rep GetTagKeysResponse :: Type -> Type #

NFData GetTagKeysResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

Methods

rnf :: GetTagKeysResponse -> () #

type Rep GetTagKeysResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroupsTagging.GetTagKeys

type Rep GetTagKeysResponse = D1 (MetaData "GetTagKeysResponse" "Network.AWS.ResourceGroupsTagging.GetTagKeys" "amazonka-resourcegroupstagging-1.6.1-3OURgsuT9tSCPWoEaLBGfy" False) (C1 (MetaCons "GetTagKeysResponse'" PrefixI True) (S1 (MetaSel (Just "_gtkrsPaginationToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_gtkrsTagKeys") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_gtkrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

gtkrsPaginationToken :: Lens' GetTagKeysResponse (Maybe Text) Source #

A string that indicates that the response contains more data than can be returned in a single response. To receive additional data, specify this string for the PaginationToken value in a subsequent request.

gtkrsTagKeys :: Lens' GetTagKeysResponse [Text] Source #

A list of all tag keys in the AWS account.

gtkrsResponseStatus :: Lens' GetTagKeysResponse Int Source #

  • - | The response status code.