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 |
Enumerate Operations for the given ManagedZone.
See: Google Cloud DNS API Reference for dns.managedZoneOperations.list
.
Synopsis
- type ManagedZoneOperationsListResource = "dns" :> ("v2beta1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (Capture "managedZone" Text :> ("operations" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "sortBy" ManagedZoneOperationsListSortBy :> (QueryParam "alt" AltJSON :> Get '[JSON] ManagedZoneOperationsListResponse))))))))))
- managedZoneOperationsList :: Text -> Text -> ManagedZoneOperationsList
- data ManagedZoneOperationsList
- mzolProject :: Lens' ManagedZoneOperationsList Text
- mzolPageToken :: Lens' ManagedZoneOperationsList (Maybe Text)
- mzolManagedZone :: Lens' ManagedZoneOperationsList Text
- mzolMaxResults :: Lens' ManagedZoneOperationsList (Maybe Int32)
- mzolSortBy :: Lens' ManagedZoneOperationsList ManagedZoneOperationsListSortBy
REST Resource
type ManagedZoneOperationsListResource = "dns" :> ("v2beta1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (Capture "managedZone" Text :> ("operations" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "sortBy" ManagedZoneOperationsListSortBy :> (QueryParam "alt" AltJSON :> Get '[JSON] ManagedZoneOperationsListResponse)))))))))) Source #
A resource alias for dns.managedZoneOperations.list
method which the
ManagedZoneOperationsList
request conforms to.
Creating a Request
managedZoneOperationsList Source #
Creates a value of ManagedZoneOperationsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagedZoneOperationsList Source #
Enumerate Operations for the given ManagedZone.
See: managedZoneOperationsList
smart constructor.
Instances
Request Lenses
mzolProject :: Lens' ManagedZoneOperationsList Text Source #
Identifies the project addressed by this request.
mzolPageToken :: Lens' ManagedZoneOperationsList (Maybe Text) Source #
Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
mzolManagedZone :: Lens' ManagedZoneOperationsList Text Source #
Identifies the managed zone addressed by this request.
mzolMaxResults :: Lens' ManagedZoneOperationsList (Maybe Int32) Source #
Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.
mzolSortBy :: Lens' ManagedZoneOperationsList ManagedZoneOperationsListSortBy Source #
Sorting criterion. The only supported values are START_TIME and ID.