gogol-dns-0.1.1: Google Cloud DNS SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.DNS.DNSkeys.Get

Contents

Description

Fetch the representation of an existing DnsKey.

See: Google Cloud DNS API Reference for dns.dnskeys.get.

Synopsis

REST Resource

type DNSkeysGetResource = "dns" :> ("v2beta1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (Capture "managedZone" Text :> ("dnsKeys" :> (Capture "dnsKeyId" Text :> (QueryParam "digestType" Text :> (QueryParam "clientOperationId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] DNSKey)))))))))) Source #

A resource alias for dns.dnskeys.get method which the DNSkeysGet request conforms to.

Creating a Request

dnskeysGet Source #

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

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

data DNSkeysGet Source #

Fetch the representation of an existing DnsKey.

See: dnskeysGet smart constructor.

Instances

Eq DNSkeysGet Source # 
Data DNSkeysGet Source # 

Methods

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

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

toConstr :: DNSkeysGet -> Constr #

dataTypeOf :: DNSkeysGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DNSkeysGet Source # 
Generic DNSkeysGet Source # 

Associated Types

type Rep DNSkeysGet :: * -> * #

GoogleRequest DNSkeysGet Source # 

Associated Types

type Rs DNSkeysGet :: * #

type Scopes DNSkeysGet :: [Symbol] #

type Rep DNSkeysGet Source # 
type Rep DNSkeysGet = D1 (MetaData "DNSkeysGet" "Network.Google.Resource.DNS.DNSkeys.Get" "gogol-dns-0.1.1-25xWsh5INIoJoWzQ9alNFx" False) (C1 (MetaCons "DNSkeysGet'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dgProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dgDigestType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_dgDNSKeyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_dgManagedZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dgClientOperationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes DNSkeysGet Source # 
type Scopes DNSkeysGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform.read-only" ((:) Symbol "https://www.googleapis.com/auth/ndev.clouddns.readonly" ((:) Symbol "https://www.googleapis.com/auth/ndev.clouddns.readwrite" ([] Symbol))))
type Rs DNSkeysGet Source # 

Request Lenses

dgProject :: Lens' DNSkeysGet Text Source #

Identifies the project addressed by this request.

dgDigestType :: Lens' DNSkeysGet (Maybe Text) Source #

An optional comma-separated list of digest types to compute and display for key signing keys. If omitted, the recommended digest type will be computed and displayed.

dgDNSKeyId :: Lens' DNSkeysGet Text Source #

The identifier of the requested DnsKey.

dgManagedZone :: Lens' DNSkeysGet Text Source #

Identifies the managed zone addressed by this request. Can be the managed zone name or id.

dgClientOperationId :: Lens' DNSkeysGet (Maybe Text) Source #

For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.