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 Source #

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 Source #

The ListTagsForDomainRequest includes the following elements.

See: listTagsForDomain smart constructor.

Instances
Eq ListTagsForDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Data ListTagsForDomain Source # 
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 Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Show ListTagsForDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Generic ListTagsForDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Associated Types

type Rep ListTagsForDomain :: Type -> Type #

Hashable ListTagsForDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

ToJSON ListTagsForDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

AWSRequest ListTagsForDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Associated Types

type Rs ListTagsForDomain :: Type #

ToHeaders ListTagsForDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

ToPath ListTagsForDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

ToQuery ListTagsForDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

NFData ListTagsForDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Methods

rnf :: ListTagsForDomain -> () #

type Rep ListTagsForDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

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

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Request Lenses

ltfdDomainName :: Lens' ListTagsForDomain Text Source #

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

Destructuring the Response

listTagsForDomainResponse Source #

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 Source #

The ListTagsForDomain response includes the following elements.

See: listTagsForDomainResponse smart constructor.

Instances
Eq ListTagsForDomainResponse Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Data ListTagsForDomainResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Show ListTagsForDomainResponse Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Generic ListTagsForDomainResponse Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

Associated Types

type Rep ListTagsForDomainResponse :: Type -> Type #

NFData ListTagsForDomainResponse Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

type Rep ListTagsForDomainResponse Source # 
Instance details

Defined in Network.AWS.Route53Domains.ListTagsForDomain

type Rep ListTagsForDomainResponse = D1 (MetaData "ListTagsForDomainResponse" "Network.AWS.Route53Domains.ListTagsForDomain" "amazonka-route53-domains-1.6.1-1AoNz7bHDzI3lZpMthxnFZ" 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

ltfdrsTagList :: Lens' ListTagsForDomainResponse [Tag] Source #

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