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 UrlMap resource. Gets a list of available URL maps by making a list() request.
See: Compute Engine API Reference for compute.urlMaps.get
.
Synopsis
- type URLMapsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("urlMaps" :> (Capture "urlMap" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] URLMap)))))))
- urlMapsGet :: Text -> Text -> URLMapsGet
- data URLMapsGet
- umgURLMap :: Lens' URLMapsGet Text
- umgProject :: Lens' URLMapsGet Text
REST Resource
type URLMapsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("urlMaps" :> (Capture "urlMap" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] URLMap))))))) Source #
A resource alias for compute.urlMaps.get
method which the
URLMapsGet
request conforms to.
Creating a Request
Creates a value of URLMapsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data URLMapsGet Source #
Returns the specified UrlMap resource. Gets a list of available URL maps by making a list() request.
See: urlMapsGet
smart constructor.
Instances
Request Lenses
umgProject :: Lens' URLMapsGet Text Source #
Project ID for this request.