amazonka-route53-1.5.0: Amazon Route 53 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.Route53.GetReusableDelegationSet

Contents

Description

Retrieves information about a specified reusable delegation set, including the four name servers that are assigned to the delegation set.

Synopsis

Creating a Request

getReusableDelegationSet Source #

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

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

  • grdsId - The ID of the reusable delegation set that you want to get a list of name servers for.

data GetReusableDelegationSet Source #

A request to get information about a specified reusable delegation set.

See: getReusableDelegationSet smart constructor.

Instances

Eq GetReusableDelegationSet Source # 
Data GetReusableDelegationSet Source # 

Methods

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

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

toConstr :: GetReusableDelegationSet -> Constr #

dataTypeOf :: GetReusableDelegationSet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetReusableDelegationSet Source # 
Show GetReusableDelegationSet Source # 
Generic GetReusableDelegationSet Source # 
Hashable GetReusableDelegationSet Source # 
NFData GetReusableDelegationSet Source # 
AWSRequest GetReusableDelegationSet Source # 
ToQuery GetReusableDelegationSet Source # 
ToPath GetReusableDelegationSet Source # 
ToHeaders GetReusableDelegationSet Source # 
type Rep GetReusableDelegationSet Source # 
type Rep GetReusableDelegationSet = D1 (MetaData "GetReusableDelegationSet" "Network.AWS.Route53.GetReusableDelegationSet" "amazonka-route53-1.5.0-A9em4xt2RK07uc01kiXLe0" True) (C1 (MetaCons "GetReusableDelegationSet'" PrefixI True) (S1 (MetaSel (Just Symbol "_grdsId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ResourceId)))
type Rs GetReusableDelegationSet Source # 

Request Lenses

grdsId :: Lens' GetReusableDelegationSet ResourceId Source #

The ID of the reusable delegation set that you want to get a list of name servers for.

Destructuring the Response

getReusableDelegationSetResponse Source #

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

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

data GetReusableDelegationSetResponse Source #

A complex type that contains the response to the GetReusableDelegationSet request.

See: getReusableDelegationSetResponse smart constructor.

Instances

Eq GetReusableDelegationSetResponse Source # 
Data GetReusableDelegationSetResponse Source # 

Methods

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

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

toConstr :: GetReusableDelegationSetResponse -> Constr #

dataTypeOf :: GetReusableDelegationSetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetReusableDelegationSetResponse Source # 
Show GetReusableDelegationSetResponse Source # 
Generic GetReusableDelegationSetResponse Source # 
NFData GetReusableDelegationSetResponse Source # 
type Rep GetReusableDelegationSetResponse Source # 
type Rep GetReusableDelegationSetResponse = D1 (MetaData "GetReusableDelegationSetResponse" "Network.AWS.Route53.GetReusableDelegationSet" "amazonka-route53-1.5.0-A9em4xt2RK07uc01kiXLe0" False) (C1 (MetaCons "GetReusableDelegationSetResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_grdsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_grdsrsDelegationSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 DelegationSet))))

Response Lenses

grdsrsDelegationSet :: Lens' GetReusableDelegationSetResponse DelegationSet Source #

A complex type that contains information about the reusable delegation set.