import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { RestorableMongodbResourcesGetResult, RestorableMongodbResourcesListOptionalParams } from "../models/index.js"; /** Interface representing a RestorableMongodbResources. */ export interface RestorableMongodbResources { /** * Return a list of database and collection combo that exist on the account at the given timestamp and * location. This helps in scenarios to validate what resources exist at given timestamp and location. * 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?: RestorableMongodbResourcesListOptionalParams): PagedAsyncIterableIterator; } //# sourceMappingURL=restorableMongodbResources.d.ts.map