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.SSLCerts.Delete

Contents

Description

Deletes the SSL certificate. The change will not take effect until the instance is restarted.

See: Cloud SQL Administration API Reference for sql.sslCerts.delete.

Synopsis

REST Resource

type SSLCertsDeleteResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> ("sslCerts" :> (Capture "sha1Fingerprint" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` Operation)))))))) Source

A resource alias for sql.sslCerts.delete method which the SSLCertsDelete request conforms to.

Creating a Request

sslCertsDelete Source

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

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

data SSLCertsDelete Source

Deletes the SSL certificate. The change will not take effect until the instance is restarted.

See: sslCertsDelete smart constructor.

Request Lenses

scdProject :: Lens' SSLCertsDelete Text Source

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

scdInstance :: Lens' SSLCertsDelete Text Source

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