import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { RestorableGremlinDatabases } from "../operationsInterfaces/index.js"; import type { CosmosDBManagementClient } from "../cosmosDBManagementClient.js"; import type { RestorableGremlinDatabaseGetResult, RestorableGremlinDatabasesListOptionalParams } from "../models/index.js"; /** Class containing RestorableGremlinDatabases operations. */ export declare class RestorableGremlinDatabasesImpl implements RestorableGremlinDatabases { private readonly client; /** * Initialize a new instance of the class RestorableGremlinDatabases class. * @param client Reference to the service client */ constructor(client: CosmosDBManagementClient); /** * Show the event feed of all mutations done on all the Azure Cosmos DB Gremlin databases under the * restorable account. This helps in scenario where database was accidentally deleted to get the * deletion time. This API requires * 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission * @param location Cosmos DB region, with spaces between words and each word capitalized. * @param instanceId The instanceId GUID of a restorable database account. * @param options The options parameters. */ list(location: string, instanceId: string, options?: RestorableGremlinDatabasesListOptionalParams): PagedAsyncIterableIterator; private listPagingPage; private listPagingAll; /** * Show the event feed of all mutations done on all the Azure Cosmos DB Gremlin databases under the * restorable account. This helps in scenario where database was accidentally deleted to get the * deletion time. This API requires * 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission * @param location Cosmos DB region, with spaces between words and each word capitalized. * @param instanceId The instanceId GUID of a restorable database account. * @param options The options parameters. */ private _list; } //# sourceMappingURL=restorableGremlinDatabases.d.ts.map