Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Fetch the representation of an existing DnsKey.
See: Google Cloud DNS API Reference for dns.dnsKeys.get
.
Synopsis
- 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))))))))))
- dnsKeysGet :: Text -> Text -> Text -> DNSKeysGet
- data DNSKeysGet
- dkgProject :: Lens' DNSKeysGet Text
- dkgDigestType :: Lens' DNSKeysGet (Maybe Text)
- dkgDNSKeyId :: Lens' DNSKeysGet Text
- dkgManagedZone :: Lens' DNSKeysGet Text
- dkgClientOperationId :: Lens' DNSKeysGet (Maybe Text)
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
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
Request Lenses
dkgProject :: Lens' DNSKeysGet Text Source #
Identifies the project addressed by this request.
dkgDigestType :: 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.
dkgDNSKeyId :: Lens' DNSKeysGet Text Source #
The identifier of the requested DnsKey.
dkgManagedZone :: Lens' DNSKeysGet Text Source #
Identifies the managed zone addressed by this request. Can be the managed zone name or id.
dkgClientOperationId :: 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.