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 HttpsHealthCheck resource. Gets a list of available HTTPS health checks by making a list() request.
See: Compute Engine API Reference for compute.httpsHealthChecks.get
.
Synopsis
- type HTTPSHealthChecksGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("httpsHealthChecks" :> (Capture "httpsHealthCheck" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] HTTPSHealthCheck)))))))
- httpsHealthChecksGet :: Text -> Text -> HTTPSHealthChecksGet
- data HTTPSHealthChecksGet
- hhcgProject :: Lens' HTTPSHealthChecksGet Text
- hhcgHTTPSHealthCheck :: Lens' HTTPSHealthChecksGet Text
REST Resource
type HTTPSHealthChecksGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("httpsHealthChecks" :> (Capture "httpsHealthCheck" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] HTTPSHealthCheck))))))) Source #
A resource alias for compute.httpsHealthChecks.get
method which the
HTTPSHealthChecksGet
request conforms to.
Creating a Request
Creates a value of HTTPSHealthChecksGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data HTTPSHealthChecksGet Source #
Returns the specified HttpsHealthCheck resource. Gets a list of available HTTPS health checks by making a list() request.
See: httpsHealthChecksGet
smart constructor.
Instances
Request Lenses
hhcgProject :: Lens' HTTPSHealthChecksGet Text Source #
Project ID for this request.
hhcgHTTPSHealthCheck :: Lens' HTTPSHealthChecksGet Text Source #
Name of the HttpsHealthCheck resource to return.