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 |
Fetch the representation of an existing Operation.
See: Google Cloud DNS API Reference for dns.managedZoneOperations.get
.
Synopsis
- type ManagedZoneOperationsGetResource = "dns" :> ("v2beta1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (Capture "managedZone" Text :> ("operations" :> (Capture "operation" Text :> (QueryParam "clientOperationId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation)))))))))
- managedZoneOperationsGet :: Text -> Text -> Text -> ManagedZoneOperationsGet
- data ManagedZoneOperationsGet
- mzogProject :: Lens' ManagedZoneOperationsGet Text
- mzogOperation :: Lens' ManagedZoneOperationsGet Text
- mzogManagedZone :: Lens' ManagedZoneOperationsGet Text
- mzogClientOperationId :: Lens' ManagedZoneOperationsGet (Maybe Text)
REST Resource
type ManagedZoneOperationsGetResource = "dns" :> ("v2beta1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (Capture "managedZone" Text :> ("operations" :> (Capture "operation" Text :> (QueryParam "clientOperationId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation))))))))) Source #
A resource alias for dns.managedZoneOperations.get
method which the
ManagedZoneOperationsGet
request conforms to.
Creating a Request
managedZoneOperationsGet Source #
Creates a value of ManagedZoneOperationsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagedZoneOperationsGet Source #
Fetch the representation of an existing Operation.
See: managedZoneOperationsGet
smart constructor.
Instances
Request Lenses
mzogProject :: Lens' ManagedZoneOperationsGet Text Source #
Identifies the project addressed by this request.
mzogOperation :: Lens' ManagedZoneOperationsGet Text Source #
Identifies the operation addressed by this request.
mzogManagedZone :: Lens' ManagedZoneOperationsGet Text Source #
Identifies the managed zone addressed by this request.
mzogClientOperationId :: Lens' ManagedZoneOperationsGet (Maybe Text) Source #
For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.