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