amazonka-route53-domains-1.6.1: Amazon Route 53 Domains 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.Route53Domains.ListTagsForDomain

Contents

Description

This operation returns all of the tags that are associated with the specified domain.

All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.

Synopsis

Creating a Request

listTagsForDomain #

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

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

data ListTagsForDomain #

The ListTagsForDomainRequest includes the following elements.

See: listTagsForDomain smart constructor.

Instances
Eq ListTagsForDomain # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Data ListTagsForDomain # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Methods

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

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

toConstr :: ListTagsForDomain -> Constr #

dataTypeOf :: ListTagsForDomain -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListTagsForDomain # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Show ListTagsForDomain # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Generic ListTagsForDomain # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Associated Types

type Rep ListTagsForDomain :: Type -> Type #

Hashable ListTagsForDomain # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

ToJSON ListTagsForDomain # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

AWSRequest ListTagsForDomain # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Associated Types

type Rs ListTagsForDomain :: Type #

ToHeaders ListTagsForDomain # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

ToPath ListTagsForDomain # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

ToQuery ListTagsForDomain # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

NFData ListTagsForDomain # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Methods

rnf :: ListTagsForDomain -> () #

type Rep ListTagsForDomain # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

type Rep ListTagsForDomain = D1 (MetaData "ListTagsForDomain" "Network.AWS.Route53Domains.ListTagsForDomain" "amazonka-route53-domains-1.6.1-8eRC64ExkTUGF5m06Nk0Si" True) (C1 (MetaCons "ListTagsForDomain'" PrefixI True) (S1 (MetaSel (Just "_ltfdDomainName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs ListTagsForDomain # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Request Lenses

ltfdDomainName :: Lens' ListTagsForDomain Text #

The domain for which you want to get a list of tags.

Destructuring the Response

listTagsForDomainResponse #

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

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

data ListTagsForDomainResponse #

The ListTagsForDomain response includes the following elements.

See: listTagsForDomainResponse smart constructor.

Instances
Eq ListTagsForDomainResponse # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Data ListTagsForDomainResponse # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Methods

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

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

toConstr :: ListTagsForDomainResponse -> Constr #

dataTypeOf :: ListTagsForDomainResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListTagsForDomainResponse # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Show ListTagsForDomainResponse # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Generic ListTagsForDomainResponse # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Associated Types

type Rep ListTagsForDomainResponse :: Type -> Type #

NFData ListTagsForDomainResponse # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

type Rep ListTagsForDomainResponse # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

type Rep ListTagsForDomainResponse = D1 (MetaData "ListTagsForDomainResponse" "Network.AWS.Route53Domains.ListTagsForDomain" "amazonka-route53-domains-1.6.1-8eRC64ExkTUGF5m06Nk0Si" False) (C1 (MetaCons "ListTagsForDomainResponse'" PrefixI True) (S1 (MetaSel (Just "_ltfdrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_ltfdrsTagList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Tag])))

Response Lenses

ltfdrsResponseStatus :: Lens' ListTagsForDomainResponse Int #

  • - | The response status code.

ltfdrsTagList :: Lens' ListTagsForDomainResponse [Tag] #

A list of the tags that are associated with the specified domain.