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 |
Returns the specified SslCertificate resource. Gets a list of available SSL certificates by making a list() request.
See: Compute Engine API Reference for compute.sslCertificates.get
.
Synopsis
- type SSLCertificatesGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("sslCertificates" :> (Capture "sslCertificate" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] SSLCertificate)))))))
- sslCertificatesGet :: Text -> Text -> SSLCertificatesGet
- data SSLCertificatesGet
- scgProject :: Lens' SSLCertificatesGet Text
- scgSSLCertificate :: Lens' SSLCertificatesGet Text
REST Resource
type SSLCertificatesGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("sslCertificates" :> (Capture "sslCertificate" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] SSLCertificate))))))) Source #
A resource alias for compute.sslCertificates.get
method which the
SSLCertificatesGet
request conforms to.
Creating a Request
Creates a value of SSLCertificatesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data SSLCertificatesGet Source #
Returns the specified SslCertificate resource. Gets a list of available SSL certificates by making a list() request.
See: sslCertificatesGet
smart constructor.
Instances
Request Lenses
scgProject :: Lens' SSLCertificatesGet Text Source #
Project ID for this request.
scgSSLCertificate :: Lens' SSLCertificatesGet Text Source #
Name of the SslCertificate resource to return.