import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { RestorableGremlinGraphGetResult, RestorableGremlinGraphsListOptionalParams } from "../models/index.js"; /** Interface representing a RestorableGremlinGraphs. */ export interface RestorableGremlinGraphs { /** * Show the event feed of all mutations done on all the Azure Cosmos DB Gremlin graphs under a specific * database. This helps in scenario where container was accidentally deleted. 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?: RestorableGremlinGraphsListOptionalParams): PagedAsyncIterableIterator; } //# sourceMappingURL=restorableGremlinGraphs.d.ts.map