gogol-dns-0.0.1: Google Cloud DNS SDK.

Copyright(c) 2015 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.Changes.Create

Contents

Description

Atomically update the ResourceRecordSet collection.

See: Google Cloud DNS API Reference for dns.changes.create.

Synopsis

REST Resource

type ChangesCreateResource = "dns" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (Capture "managedZone" Text :> ("changes" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Change :> Post `[JSON]` Change)))))))) Source

A resource alias for dns.changes.create method which the ChangesCreate request conforms to.

Creating a Request

changesCreate Source

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

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

Request Lenses

ccProject :: Lens' ChangesCreate Text Source

Identifies the project addressed by this request.

ccPayload :: Lens' ChangesCreate Change Source

Multipart request metadata.

ccManagedZone :: Lens' ChangesCreate Text Source

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