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.Databases.List

Contents

Description

Lists databases in the specified Cloud SQL instance.

See: Cloud SQL Administration API Reference for sql.databases.list.

Synopsis

REST Resource

type DatabasesListResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> ("databases" :> (QueryParam "alt" AltJSON :> Get `[JSON]` DatabasesListResponse))))))) Source

A resource alias for sql.databases.list method which the DatabasesList request conforms to.

Creating a Request

databasesList Source

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

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

Request Lenses

dlProject :: Lens' DatabasesList Text Source

Project ID of the project for which to list Cloud SQL instances.

dlInstance :: Lens' DatabasesList Text Source

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