gogol-sqladmin-0.0.1: Google Cloud SQL Administration 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.SQL.Instances.Export

Contents

Description

Exports data from a Cloud SQL instance to a Google Cloud Storage bucket as a MySQL dump file.

See: Cloud SQL Administration API Reference for sql.instances.export.

Synopsis

REST Resource

type InstancesExportResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> ("export" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` InstancesExportRequest :> Post `[JSON]` Operation)))))))) Source

A resource alias for sql.instances.export method which the InstancesExport request conforms to.

Creating a Request

instancesExport Source

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

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

data InstancesExport Source

Exports data from a Cloud SQL instance to a Google Cloud Storage bucket as a MySQL dump file.

See: instancesExport smart constructor.

Request Lenses

ieProject :: Lens' InstancesExport Text Source

Project ID of the project that contains the instance to be exported.

ieInstance :: Lens' InstancesExport Text Source

Cloud SQL instance ID. This does not include the project ID.