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 |
Deletes the SSL certificate. For First Generation instances, the certificate remains valid until the instance is restarted.
See: Cloud SQL Admin API Reference for sql.sslCerts.delete
.
Synopsis
- type SSLCertsDeleteResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> ("sslCerts" :> (Capture "sha1Fingerprint" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation))))))))
- sslCertsDelete :: Text -> Text -> Text -> SSLCertsDelete
- data SSLCertsDelete
- scdProject :: Lens' SSLCertsDelete Text
- scdSha1Fingerprint :: Lens' SSLCertsDelete Text
- scdInstance :: Lens' SSLCertsDelete Text
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
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. For First Generation instances, the certificate remains valid until the instance is restarted.
See: sslCertsDelete
smart constructor.
Instances
Request Lenses
scdProject :: Lens' SSLCertsDelete Text Source #
Project ID of the project that contains the instance.
scdSha1Fingerprint :: Lens' SSLCertsDelete Text Source #
Sha1 FingerPrint.
scdInstance :: Lens' SSLCertsDelete Text Source #
Cloud SQL instance ID. This does not include the project ID.