@azure/app-configuration
Version:
An isomorphic client library for the Azure App Configuration service.
10 lines • 1.47 kB
TypeScript
import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
export { AppConfigurationClient } from "./appConfigurationClient.js";
export type { RestorePollerOptions } from "./restorePollerHelpers.js";
export { restorePoller } from "./restorePollerHelpers.js";
export type { Key, ErrorModel, KeyValue, ConfigurationSnapshot, SnapshotStatus, ConfigurationSettingsFilter, CompositionType, OperationDetails, OperationState, SnapshotUpdateParameters, Label, KeyValueFields, SnapshotFields, LabelFields, } from "./models/index.js";
export { KnownVersions } from "./models/index.js";
export type { AppConfigurationClientOptionalParams, CheckRevisionsOptionalParams, GetRevisionsOptionalParams, DeleteLockOptionalParams, PutLockOptionalParams, CheckLabelsOptionalParams, GetLabelsOptionalParams, CheckSnapshotOptionalParams, UpdateSnapshotOptionalParams, CreateSnapshotOptionalParams, GetOperationDetailsOptionalParams, GetSnapshotOptionalParams, CheckSnapshotsOptionalParams, GetSnapshotsOptionalParams, CheckKeyValueOptionalParams, DeleteKeyValueOptionalParams, PutKeyValueOptionalParams, GetKeyValueOptionalParams, CheckKeyValuesOptionalParams, GetKeyValuesOptionalParams, CheckKeysOptionalParams, GetKeysOptionalParams, } from "./api/index.js";
export type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
export { RestError, isRestError } from "@azure/core-rest-pipeline";
//# sourceMappingURL=index.d.ts.map