@azure/arm-databasewatcher 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/README.md +114 -0
- package/dist/browser/api/alertRuleResources/index.d.ts +21 -0
- package/dist/browser/api/alertRuleResources/index.d.ts.map +1 -0
- package/dist/browser/api/alertRuleResources/index.js +93 -0
- package/dist/browser/api/alertRuleResources/index.js.map +1 -0
- package/dist/browser/api/databaseWatcherContext.d.ts +17 -0
- package/dist/browser/api/databaseWatcherContext.d.ts.map +1 -0
- package/dist/browser/api/databaseWatcherContext.js +35 -0
- package/dist/browser/api/databaseWatcherContext.js.map +1 -0
- package/dist/browser/api/healthValidations/index.d.ts +18 -0
- package/dist/browser/api/healthValidations/index.d.ts.map +1 -0
- package/dist/browser/api/healthValidations/index.js +74 -0
- package/dist/browser/api/healthValidations/index.js.map +1 -0
- package/dist/browser/api/index.d.ts +9 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +10 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +9 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +23 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/options.d.ts +90 -0
- package/dist/browser/api/options.d.ts.map +1 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/sharedPrivateLinkResources/index.d.ts +22 -0
- package/dist/browser/api/sharedPrivateLinkResources/index.d.ts.map +1 -0
- package/dist/browser/api/sharedPrivateLinkResources/index.js +106 -0
- package/dist/browser/api/sharedPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/api/targets/index.d.ts +21 -0
- package/dist/browser/api/targets/index.d.ts.map +1 -0
- package/dist/browser/api/targets/index.js +85 -0
- package/dist/browser/api/targets/index.js.map +1 -0
- package/dist/browser/api/watchers/index.d.ts +38 -0
- package/dist/browser/api/watchers/index.d.ts.map +1 -0
- package/dist/browser/api/watchers/index.js +185 -0
- package/dist/browser/api/watchers/index.js.map +1 -0
- package/dist/browser/classic/alertRuleResources/index.d.ts +17 -0
- package/dist/browser/classic/alertRuleResources/index.d.ts.map +1 -0
- package/dist/browser/classic/alertRuleResources/index.js +15 -0
- package/dist/browser/classic/alertRuleResources/index.js.map +1 -0
- package/dist/browser/classic/healthValidations/index.d.ts +16 -0
- package/dist/browser/classic/healthValidations/index.d.ts.map +1 -0
- package/dist/browser/classic/healthValidations/index.js +14 -0
- package/dist/browser/classic/healthValidations/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +7 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/sharedPrivateLinkResources/index.d.ts +18 -0
- package/dist/browser/classic/sharedPrivateLinkResources/index.d.ts.map +1 -0
- package/dist/browser/classic/sharedPrivateLinkResources/index.js +15 -0
- package/dist/browser/classic/sharedPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/targets/index.d.ts +17 -0
- package/dist/browser/classic/targets/index.d.ts.map +1 -0
- package/dist/browser/classic/targets/index.js +15 -0
- package/dist/browser/classic/targets/index.js.map +1 -0
- package/dist/browser/classic/watchers/index.d.ts +26 -0
- package/dist/browser/classic/watchers/index.d.ts.map +1 -0
- package/dist/browser/classic/watchers/index.js +19 -0
- package/dist/browser/classic/watchers/index.js.map +1 -0
- package/dist/browser/databaseWatcherClient.d.ts +29 -0
- package/dist/browser/databaseWatcherClient.d.ts.map +1 -0
- package/dist/browser/databaseWatcherClient.js +27 -0
- package/dist/browser/databaseWatcherClient.js.map +1 -0
- package/dist/browser/index.d.ts +8 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +652 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +725 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
- package/dist/browser/restorePollerHelpers.js +123 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/api/alertRuleResources/index.d.ts +21 -0
- package/dist/commonjs/api/alertRuleResources/index.d.ts.map +1 -0
- package/dist/commonjs/api/alertRuleResources/index.js +107 -0
- package/dist/commonjs/api/alertRuleResources/index.js.map +1 -0
- package/dist/commonjs/api/databaseWatcherContext.d.ts +17 -0
- package/dist/commonjs/api/databaseWatcherContext.d.ts.map +1 -0
- package/dist/commonjs/api/databaseWatcherContext.js +38 -0
- package/dist/commonjs/api/databaseWatcherContext.js.map +1 -0
- package/dist/commonjs/api/healthValidations/index.d.ts +18 -0
- package/dist/commonjs/api/healthValidations/index.d.ts.map +1 -0
- package/dist/commonjs/api/healthValidations/index.js +85 -0
- package/dist/commonjs/api/healthValidations/index.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +9 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +38 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +9 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/options.d.ts +90 -0
- package/dist/commonjs/api/options.d.ts.map +1 -0
- package/dist/commonjs/api/options.js +5 -0
- package/dist/commonjs/api/options.js.map +1 -0
- package/dist/commonjs/api/sharedPrivateLinkResources/index.d.ts +22 -0
- package/dist/commonjs/api/sharedPrivateLinkResources/index.d.ts.map +1 -0
- package/dist/commonjs/api/sharedPrivateLinkResources/index.js +120 -0
- package/dist/commonjs/api/sharedPrivateLinkResources/index.js.map +1 -0
- package/dist/commonjs/api/targets/index.d.ts +21 -0
- package/dist/commonjs/api/targets/index.d.ts.map +1 -0
- package/dist/commonjs/api/targets/index.js +99 -0
- package/dist/commonjs/api/targets/index.js.map +1 -0
- package/dist/commonjs/api/watchers/index.d.ts +38 -0
- package/dist/commonjs/api/watchers/index.d.ts.map +1 -0
- package/dist/commonjs/api/watchers/index.js +211 -0
- package/dist/commonjs/api/watchers/index.js.map +1 -0
- package/dist/commonjs/classic/alertRuleResources/index.d.ts +17 -0
- package/dist/commonjs/classic/alertRuleResources/index.d.ts.map +1 -0
- package/dist/commonjs/classic/alertRuleResources/index.js +18 -0
- package/dist/commonjs/classic/alertRuleResources/index.js.map +1 -0
- package/dist/commonjs/classic/healthValidations/index.d.ts +16 -0
- package/dist/commonjs/classic/healthValidations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/healthValidations/index.js +17 -0
- package/dist/commonjs/classic/healthValidations/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +7 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/sharedPrivateLinkResources/index.d.ts +18 -0
- package/dist/commonjs/classic/sharedPrivateLinkResources/index.d.ts.map +1 -0
- package/dist/commonjs/classic/sharedPrivateLinkResources/index.js +18 -0
- package/dist/commonjs/classic/sharedPrivateLinkResources/index.js.map +1 -0
- package/dist/commonjs/classic/targets/index.d.ts +17 -0
- package/dist/commonjs/classic/targets/index.d.ts.map +1 -0
- package/dist/commonjs/classic/targets/index.js +18 -0
- package/dist/commonjs/classic/targets/index.js.map +1 -0
- package/dist/commonjs/classic/watchers/index.d.ts +26 -0
- package/dist/commonjs/classic/watchers/index.d.ts.map +1 -0
- package/dist/commonjs/classic/watchers/index.js +22 -0
- package/dist/commonjs/classic/watchers/index.js.map +1 -0
- package/dist/commonjs/databaseWatcherClient.d.ts +29 -0
- package/dist/commonjs/databaseWatcherClient.d.ts.map +1 -0
- package/dist/commonjs/databaseWatcherClient.js +31 -0
- package/dist/commonjs/databaseWatcherClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +8 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +24 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +20 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +652 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +799 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
- package/dist/commonjs/restorePollerHelpers.js +126 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/api/alertRuleResources/index.d.ts +21 -0
- package/dist/esm/api/alertRuleResources/index.d.ts.map +1 -0
- package/dist/esm/api/alertRuleResources/index.js +93 -0
- package/dist/esm/api/alertRuleResources/index.js.map +1 -0
- package/dist/esm/api/databaseWatcherContext.d.ts +17 -0
- package/dist/esm/api/databaseWatcherContext.d.ts.map +1 -0
- package/dist/esm/api/databaseWatcherContext.js +35 -0
- package/dist/esm/api/databaseWatcherContext.js.map +1 -0
- package/dist/esm/api/healthValidations/index.d.ts +18 -0
- package/dist/esm/api/healthValidations/index.d.ts.map +1 -0
- package/dist/esm/api/healthValidations/index.js +74 -0
- package/dist/esm/api/healthValidations/index.js.map +1 -0
- package/dist/esm/api/index.d.ts +9 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +10 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +9 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +23 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/options.d.ts +90 -0
- package/dist/esm/api/options.d.ts.map +1 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/sharedPrivateLinkResources/index.d.ts +22 -0
- package/dist/esm/api/sharedPrivateLinkResources/index.d.ts.map +1 -0
- package/dist/esm/api/sharedPrivateLinkResources/index.js +106 -0
- package/dist/esm/api/sharedPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/api/targets/index.d.ts +21 -0
- package/dist/esm/api/targets/index.d.ts.map +1 -0
- package/dist/esm/api/targets/index.js +85 -0
- package/dist/esm/api/targets/index.js.map +1 -0
- package/dist/esm/api/watchers/index.d.ts +38 -0
- package/dist/esm/api/watchers/index.d.ts.map +1 -0
- package/dist/esm/api/watchers/index.js +185 -0
- package/dist/esm/api/watchers/index.js.map +1 -0
- package/dist/esm/classic/alertRuleResources/index.d.ts +17 -0
- package/dist/esm/classic/alertRuleResources/index.d.ts.map +1 -0
- package/dist/esm/classic/alertRuleResources/index.js +15 -0
- package/dist/esm/classic/alertRuleResources/index.js.map +1 -0
- package/dist/esm/classic/healthValidations/index.d.ts +16 -0
- package/dist/esm/classic/healthValidations/index.d.ts.map +1 -0
- package/dist/esm/classic/healthValidations/index.js +14 -0
- package/dist/esm/classic/healthValidations/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +7 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/sharedPrivateLinkResources/index.d.ts +18 -0
- package/dist/esm/classic/sharedPrivateLinkResources/index.d.ts.map +1 -0
- package/dist/esm/classic/sharedPrivateLinkResources/index.js +15 -0
- package/dist/esm/classic/sharedPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/targets/index.d.ts +17 -0
- package/dist/esm/classic/targets/index.d.ts.map +1 -0
- package/dist/esm/classic/targets/index.js +15 -0
- package/dist/esm/classic/targets/index.js.map +1 -0
- package/dist/esm/classic/watchers/index.d.ts +26 -0
- package/dist/esm/classic/watchers/index.d.ts.map +1 -0
- package/dist/esm/classic/watchers/index.js +19 -0
- package/dist/esm/classic/watchers/index.js.map +1 -0
- package/dist/esm/databaseWatcherClient.d.ts +29 -0
- package/dist/esm/databaseWatcherClient.d.ts.map +1 -0
- package/dist/esm/databaseWatcherClient.js +27 -0
- package/dist/esm/databaseWatcherClient.js.map +1 -0
- package/dist/esm/index.d.ts +8 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +652 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +725 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
- package/dist/esm/restorePollerHelpers.js +123 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/api/alertRuleResources/index.d.ts +21 -0
- package/dist/react-native/api/alertRuleResources/index.d.ts.map +1 -0
- package/dist/react-native/api/alertRuleResources/index.js +93 -0
- package/dist/react-native/api/alertRuleResources/index.js.map +1 -0
- package/dist/react-native/api/databaseWatcherContext.d.ts +17 -0
- package/dist/react-native/api/databaseWatcherContext.d.ts.map +1 -0
- package/dist/react-native/api/databaseWatcherContext.js +35 -0
- package/dist/react-native/api/databaseWatcherContext.js.map +1 -0
- package/dist/react-native/api/healthValidations/index.d.ts +18 -0
- package/dist/react-native/api/healthValidations/index.d.ts.map +1 -0
- package/dist/react-native/api/healthValidations/index.js +74 -0
- package/dist/react-native/api/healthValidations/index.js.map +1 -0
- package/dist/react-native/api/index.d.ts +9 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +10 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +9 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +23 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/options.d.ts +90 -0
- package/dist/react-native/api/options.d.ts.map +1 -0
- package/dist/react-native/api/options.js +4 -0
- package/dist/react-native/api/options.js.map +1 -0
- package/dist/react-native/api/sharedPrivateLinkResources/index.d.ts +22 -0
- package/dist/react-native/api/sharedPrivateLinkResources/index.d.ts.map +1 -0
- package/dist/react-native/api/sharedPrivateLinkResources/index.js +106 -0
- package/dist/react-native/api/sharedPrivateLinkResources/index.js.map +1 -0
- package/dist/react-native/api/targets/index.d.ts +21 -0
- package/dist/react-native/api/targets/index.d.ts.map +1 -0
- package/dist/react-native/api/targets/index.js +85 -0
- package/dist/react-native/api/targets/index.js.map +1 -0
- package/dist/react-native/api/watchers/index.d.ts +38 -0
- package/dist/react-native/api/watchers/index.d.ts.map +1 -0
- package/dist/react-native/api/watchers/index.js +185 -0
- package/dist/react-native/api/watchers/index.js.map +1 -0
- package/dist/react-native/classic/alertRuleResources/index.d.ts +17 -0
- package/dist/react-native/classic/alertRuleResources/index.d.ts.map +1 -0
- package/dist/react-native/classic/alertRuleResources/index.js +15 -0
- package/dist/react-native/classic/alertRuleResources/index.js.map +1 -0
- package/dist/react-native/classic/healthValidations/index.d.ts +16 -0
- package/dist/react-native/classic/healthValidations/index.d.ts.map +1 -0
- package/dist/react-native/classic/healthValidations/index.js +14 -0
- package/dist/react-native/classic/healthValidations/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +7 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/sharedPrivateLinkResources/index.d.ts +18 -0
- package/dist/react-native/classic/sharedPrivateLinkResources/index.d.ts.map +1 -0
- package/dist/react-native/classic/sharedPrivateLinkResources/index.js +15 -0
- package/dist/react-native/classic/sharedPrivateLinkResources/index.js.map +1 -0
- package/dist/react-native/classic/targets/index.d.ts +17 -0
- package/dist/react-native/classic/targets/index.d.ts.map +1 -0
- package/dist/react-native/classic/targets/index.js +15 -0
- package/dist/react-native/classic/targets/index.js.map +1 -0
- package/dist/react-native/classic/watchers/index.d.ts +26 -0
- package/dist/react-native/classic/watchers/index.d.ts.map +1 -0
- package/dist/react-native/classic/watchers/index.js +19 -0
- package/dist/react-native/classic/watchers/index.js.map +1 -0
- package/dist/react-native/databaseWatcherClient.d.ts +29 -0
- package/dist/react-native/databaseWatcherClient.d.ts.map +1 -0
- package/dist/react-native/databaseWatcherClient.js +27 -0
- package/dist/react-native/databaseWatcherClient.js.map +1 -0
- package/dist/react-native/index.d.ts +8 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +652 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +725 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
- package/dist/react-native/restorePollerHelpers.js +123 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/package.json +164 -0
- package/review/arm-databasewatcher-models.api.md +357 -0
- package/review/arm-databasewatcher.api.md +562 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports._getWatchersOperations = _getWatchersOperations;
|
|
6
|
+
const index_js_1 = require("../../api/watchers/index.js");
|
|
7
|
+
function _getWatchers(context) {
|
|
8
|
+
return {
|
|
9
|
+
stop: (resourceGroupName, watcherName, options) => (0, index_js_1.watchersStop)(context, resourceGroupName, watcherName, options),
|
|
10
|
+
start: (resourceGroupName, watcherName, options) => (0, index_js_1.watchersStart)(context, resourceGroupName, watcherName, options),
|
|
11
|
+
listBySubscription: (options) => (0, index_js_1.watchersListBySubscription)(context, options),
|
|
12
|
+
listByResourceGroup: (resourceGroupName, options) => (0, index_js_1.watchersListByResourceGroup)(context, resourceGroupName, options),
|
|
13
|
+
delete: (resourceGroupName, watcherName, options) => (0, index_js_1.watchersDelete)(context, resourceGroupName, watcherName, options),
|
|
14
|
+
update: (resourceGroupName, watcherName, properties, options) => (0, index_js_1.watchersUpdate)(context, resourceGroupName, watcherName, properties, options),
|
|
15
|
+
createOrUpdate: (resourceGroupName, watcherName, resource, options) => (0, index_js_1.watchersCreateOrUpdate)(context, resourceGroupName, watcherName, resource, options),
|
|
16
|
+
get: (resourceGroupName, watcherName, options) => (0, index_js_1.watchersGet)(context, resourceGroupName, watcherName, options),
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
function _getWatchersOperations(context) {
|
|
20
|
+
return Object.assign({}, _getWatchers(context));
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/watchers/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAmHlC,wDAIC;AA1GD,0DASqC;AAwDrC,SAAS,YAAY,CAAC,OAA+B;IACnD,OAAO;QACL,IAAI,EAAE,CAAC,iBAAyB,EAAE,WAAmB,EAAE,OAAoC,EAAE,EAAE,CAC7F,IAAA,uBAAY,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,CAAC;QAChE,KAAK,EAAE,CACL,iBAAyB,EACzB,WAAmB,EACnB,OAAqC,EACrC,EAAE,CAAC,IAAA,wBAAa,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,CAAC;QACpE,kBAAkB,EAAE,CAAC,OAAkD,EAAE,EAAE,CACzE,IAAA,qCAA0B,EAAC,OAAO,EAAE,OAAO,CAAC;QAC9C,mBAAmB,EAAE,CACnB,iBAAyB,EACzB,OAAmD,EACnD,EAAE,CAAC,IAAA,sCAA2B,EAAC,OAAO,EAAE,iBAAiB,EAAE,OAAO,CAAC;QACrE,MAAM,EAAE,CACN,iBAAyB,EACzB,WAAmB,EACnB,OAAsC,EACtC,EAAE,CAAC,IAAA,yBAAc,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,CAAC;QACrE,MAAM,EAAE,CACN,iBAAyB,EACzB,WAAmB,EACnB,UAAyB,EACzB,OAAsC,EACtC,EAAE,CAAC,IAAA,yBAAc,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,CAAC;QACjF,cAAc,EAAE,CACd,iBAAyB,EACzB,WAAmB,EACnB,QAAiB,EACjB,OAA8C,EAC9C,EAAE,CAAC,IAAA,iCAAsB,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,CAAC;QACvF,GAAG,EAAE,CAAC,iBAAyB,EAAE,WAAmB,EAAE,OAAmC,EAAE,EAAE,CAC3F,IAAA,sBAAW,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,CAAC;KAChE,CAAC;AACJ,CAAC;AAED,SAAgB,sBAAsB,CAAC,OAA+B;IACpE,yBACK,YAAY,CAAC,OAAO,CAAC,EACxB;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { DatabaseWatcherContext } from \"../../api/databaseWatcherContext.js\";\nimport {\n WatchersStopOptionalParams,\n WatchersStartOptionalParams,\n WatchersListBySubscriptionOptionalParams,\n WatchersListByResourceGroupOptionalParams,\n WatchersDeleteOptionalParams,\n WatchersUpdateOptionalParams,\n WatchersCreateOrUpdateOptionalParams,\n WatchersGetOptionalParams,\n} from \"../../api/options.js\";\nimport {\n watchersStop,\n watchersStart,\n watchersListBySubscription,\n watchersListByResourceGroup,\n watchersDelete,\n watchersUpdate,\n watchersCreateOrUpdate,\n watchersGet,\n} from \"../../api/watchers/index.js\";\nimport { Watcher, WatcherUpdate } from \"../../models/models.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\n\n/** Interface representing a Watchers operations. */\nexport interface WatchersOperations {\n /** The action to stop monitoring all targets configured for a database watcher. */\n stop: (\n resourceGroupName: string,\n watcherName: string,\n options?: WatchersStopOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** The action to start monitoring all targets configured for a database watcher. */\n start: (\n resourceGroupName: string,\n watcherName: string,\n options?: WatchersStartOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** List Watcher resources by subscription ID */\n listBySubscription: (\n options?: WatchersListBySubscriptionOptionalParams,\n ) => PagedAsyncIterableIterator<Watcher>;\n /** List Watcher resources by resource group */\n listByResourceGroup: (\n resourceGroupName: string,\n options?: WatchersListByResourceGroupOptionalParams,\n ) => PagedAsyncIterableIterator<Watcher>;\n /** Delete a Watcher */\n delete: (\n resourceGroupName: string,\n watcherName: string,\n options?: WatchersDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Update a Watcher */\n update: (\n resourceGroupName: string,\n watcherName: string,\n properties: WatcherUpdate,\n options?: WatchersUpdateOptionalParams,\n ) => PollerLike<OperationState<Watcher>, Watcher>;\n /** Create a Watcher */\n createOrUpdate: (\n resourceGroupName: string,\n watcherName: string,\n resource: Watcher,\n options?: WatchersCreateOrUpdateOptionalParams,\n ) => PollerLike<OperationState<Watcher>, Watcher>;\n /** Get a Watcher */\n get: (\n resourceGroupName: string,\n watcherName: string,\n options?: WatchersGetOptionalParams,\n ) => Promise<Watcher>;\n}\n\nfunction _getWatchers(context: DatabaseWatcherContext) {\n return {\n stop: (resourceGroupName: string, watcherName: string, options?: WatchersStopOptionalParams) =>\n watchersStop(context, resourceGroupName, watcherName, options),\n start: (\n resourceGroupName: string,\n watcherName: string,\n options?: WatchersStartOptionalParams,\n ) => watchersStart(context, resourceGroupName, watcherName, options),\n listBySubscription: (options?: WatchersListBySubscriptionOptionalParams) =>\n watchersListBySubscription(context, options),\n listByResourceGroup: (\n resourceGroupName: string,\n options?: WatchersListByResourceGroupOptionalParams,\n ) => watchersListByResourceGroup(context, resourceGroupName, options),\n delete: (\n resourceGroupName: string,\n watcherName: string,\n options?: WatchersDeleteOptionalParams,\n ) => watchersDelete(context, resourceGroupName, watcherName, options),\n update: (\n resourceGroupName: string,\n watcherName: string,\n properties: WatcherUpdate,\n options?: WatchersUpdateOptionalParams,\n ) => watchersUpdate(context, resourceGroupName, watcherName, properties, options),\n createOrUpdate: (\n resourceGroupName: string,\n watcherName: string,\n resource: Watcher,\n options?: WatchersCreateOrUpdateOptionalParams,\n ) => watchersCreateOrUpdate(context, resourceGroupName, watcherName, resource, options),\n get: (resourceGroupName: string, watcherName: string, options?: WatchersGetOptionalParams) =>\n watchersGet(context, resourceGroupName, watcherName, options),\n };\n}\n\nexport function _getWatchersOperations(context: DatabaseWatcherContext): WatchersOperations {\n return {\n ..._getWatchers(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SharedPrivateLinkResourcesOperations } from "./classic/sharedPrivateLinkResources/index.js";
|
|
2
|
+
import { TargetsOperations } from "./classic/targets/index.js";
|
|
3
|
+
import { HealthValidationsOperations } from "./classic/healthValidations/index.js";
|
|
4
|
+
import { AlertRuleResourcesOperations } from "./classic/alertRuleResources/index.js";
|
|
5
|
+
import { WatchersOperations } from "./classic/watchers/index.js";
|
|
6
|
+
import { OperationsOperations } from "./classic/operations/index.js";
|
|
7
|
+
import { DatabaseWatcherClientOptionalParams } from "./api/index.js";
|
|
8
|
+
import { Pipeline } from "@azure/core-rest-pipeline";
|
|
9
|
+
import { TokenCredential } from "@azure/core-auth";
|
|
10
|
+
export { DatabaseWatcherClientOptionalParams } from "./api/databaseWatcherContext.js";
|
|
11
|
+
export declare class DatabaseWatcherClient {
|
|
12
|
+
private _client;
|
|
13
|
+
/** The pipeline used by this client to make requests */
|
|
14
|
+
readonly pipeline: Pipeline;
|
|
15
|
+
constructor(credential: TokenCredential, subscriptionId: string, options?: DatabaseWatcherClientOptionalParams);
|
|
16
|
+
/** The operation groups for sharedPrivateLinkResources */
|
|
17
|
+
readonly sharedPrivateLinkResources: SharedPrivateLinkResourcesOperations;
|
|
18
|
+
/** The operation groups for targets */
|
|
19
|
+
readonly targets: TargetsOperations;
|
|
20
|
+
/** The operation groups for healthValidations */
|
|
21
|
+
readonly healthValidations: HealthValidationsOperations;
|
|
22
|
+
/** The operation groups for alertRuleResources */
|
|
23
|
+
readonly alertRuleResources: AlertRuleResourcesOperations;
|
|
24
|
+
/** The operation groups for watchers */
|
|
25
|
+
readonly watchers: WatchersOperations;
|
|
26
|
+
/** The operation groups for operations */
|
|
27
|
+
readonly operations: OperationsOperations;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=databaseWatcherClient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"databaseWatcherClient.d.ts","sourceRoot":"","sources":["../../src/databaseWatcherClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,oCAAoC,EACrC,MAAM,+CAA+C,CAAC;AACvD,OAAO,EAAyB,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACtF,OAAO,EAEL,2BAA2B,EAC5B,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAEL,4BAA4B,EAC7B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAA0B,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACzF,OAAO,EAA4B,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC/F,OAAO,EAGL,mCAAmC,EACpC,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,OAAO,EAAE,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AAEtF,qBAAa,qBAAqB;IAChC,OAAO,CAAC,OAAO,CAAyB;IACxC,wDAAwD;IACxD,SAAgB,QAAQ,EAAE,QAAQ,CAAC;gBAGjC,UAAU,EAAE,eAAe,EAC3B,cAAc,EAAE,MAAM,EACtB,OAAO,GAAE,mCAAwC;IAmBnD,0DAA0D;IAC1D,SAAgB,0BAA0B,EAAE,oCAAoC,CAAC;IACjF,uCAAuC;IACvC,SAAgB,OAAO,EAAE,iBAAiB,CAAC;IAC3C,iDAAiD;IACjD,SAAgB,iBAAiB,EAAE,2BAA2B,CAAC;IAC/D,kDAAkD;IAClD,SAAgB,kBAAkB,EAAE,4BAA4B,CAAC;IACjE,wCAAwC;IACxC,SAAgB,QAAQ,EAAE,kBAAkB,CAAC;IAC7C,0CAA0C;IAC1C,SAAgB,UAAU,EAAE,oBAAoB,CAAC;CAClD"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.DatabaseWatcherClient = void 0;
|
|
6
|
+
const index_js_1 = require("./classic/sharedPrivateLinkResources/index.js");
|
|
7
|
+
const index_js_2 = require("./classic/targets/index.js");
|
|
8
|
+
const index_js_3 = require("./classic/healthValidations/index.js");
|
|
9
|
+
const index_js_4 = require("./classic/alertRuleResources/index.js");
|
|
10
|
+
const index_js_5 = require("./classic/watchers/index.js");
|
|
11
|
+
const index_js_6 = require("./classic/operations/index.js");
|
|
12
|
+
const index_js_7 = require("./api/index.js");
|
|
13
|
+
class DatabaseWatcherClient {
|
|
14
|
+
constructor(credential, subscriptionId, options = {}) {
|
|
15
|
+
var _a;
|
|
16
|
+
const prefixFromOptions = (_a = options === null || options === void 0 ? void 0 : options.userAgentOptions) === null || _a === void 0 ? void 0 : _a.userAgentPrefix;
|
|
17
|
+
const userAgentPrefix = prefixFromOptions
|
|
18
|
+
? `${prefixFromOptions} azsdk-js-client`
|
|
19
|
+
: `azsdk-js-client`;
|
|
20
|
+
this._client = (0, index_js_7.createDatabaseWatcher)(credential, subscriptionId, Object.assign(Object.assign({}, options), { userAgentOptions: { userAgentPrefix } }));
|
|
21
|
+
this.pipeline = this._client.pipeline;
|
|
22
|
+
this.sharedPrivateLinkResources = (0, index_js_1._getSharedPrivateLinkResourcesOperations)(this._client);
|
|
23
|
+
this.targets = (0, index_js_2._getTargetsOperations)(this._client);
|
|
24
|
+
this.healthValidations = (0, index_js_3._getHealthValidationsOperations)(this._client);
|
|
25
|
+
this.alertRuleResources = (0, index_js_4._getAlertRuleResourcesOperations)(this._client);
|
|
26
|
+
this.watchers = (0, index_js_5._getWatchersOperations)(this._client);
|
|
27
|
+
this.operations = (0, index_js_6._getOperationsOperations)(this._client);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.DatabaseWatcherClient = DatabaseWatcherClient;
|
|
31
|
+
//# sourceMappingURL=databaseWatcherClient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"databaseWatcherClient.js","sourceRoot":"","sources":["../../src/databaseWatcherClient.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,4EAGuD;AACvD,yDAAsF;AACtF,mEAG8C;AAC9C,oEAG+C;AAC/C,0DAAyF;AACzF,4DAA+F;AAC/F,6CAIwB;AAMxB,MAAa,qBAAqB;IAKhC,YACE,UAA2B,EAC3B,cAAsB,EACtB,UAA+C,EAAE;;QAEjD,MAAM,iBAAiB,GAAG,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,gBAAgB,0CAAE,eAAe,CAAC;QACrE,MAAM,eAAe,GAAG,iBAAiB;YACvC,CAAC,CAAC,GAAG,iBAAiB,kBAAkB;YACxC,CAAC,CAAC,iBAAiB,CAAC;QACtB,IAAI,CAAC,OAAO,GAAG,IAAA,gCAAqB,EAAC,UAAU,EAAE,cAAc,kCAC1D,OAAO,KACV,gBAAgB,EAAE,EAAE,eAAe,EAAE,IACrC,CAAC;QACH,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;QACtC,IAAI,CAAC,0BAA0B,GAAG,IAAA,mDAAwC,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzF,IAAI,CAAC,OAAO,GAAG,IAAA,gCAAqB,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnD,IAAI,CAAC,iBAAiB,GAAG,IAAA,0CAA+B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvE,IAAI,CAAC,kBAAkB,GAAG,IAAA,2CAAgC,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzE,IAAI,CAAC,QAAQ,GAAG,IAAA,iCAAsB,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrD,IAAI,CAAC,UAAU,GAAG,IAAA,mCAAwB,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC3D,CAAC;CAcF;AAvCD,sDAuCC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n _getSharedPrivateLinkResourcesOperations,\n SharedPrivateLinkResourcesOperations,\n} from \"./classic/sharedPrivateLinkResources/index.js\";\nimport { _getTargetsOperations, TargetsOperations } from \"./classic/targets/index.js\";\nimport {\n _getHealthValidationsOperations,\n HealthValidationsOperations,\n} from \"./classic/healthValidations/index.js\";\nimport {\n _getAlertRuleResourcesOperations,\n AlertRuleResourcesOperations,\n} from \"./classic/alertRuleResources/index.js\";\nimport { _getWatchersOperations, WatchersOperations } from \"./classic/watchers/index.js\";\nimport { _getOperationsOperations, OperationsOperations } from \"./classic/operations/index.js\";\nimport {\n createDatabaseWatcher,\n DatabaseWatcherContext,\n DatabaseWatcherClientOptionalParams,\n} from \"./api/index.js\";\nimport { Pipeline } from \"@azure/core-rest-pipeline\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nexport { DatabaseWatcherClientOptionalParams } from \"./api/databaseWatcherContext.js\";\n\nexport class DatabaseWatcherClient {\n private _client: DatabaseWatcherContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options: DatabaseWatcherClientOptionalParams = {},\n ) {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createDatabaseWatcher(credential, subscriptionId, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.sharedPrivateLinkResources = _getSharedPrivateLinkResourcesOperations(this._client);\n this.targets = _getTargetsOperations(this._client);\n this.healthValidations = _getHealthValidationsOperations(this._client);\n this.alertRuleResources = _getAlertRuleResourcesOperations(this._client);\n this.watchers = _getWatchersOperations(this._client);\n this.operations = _getOperationsOperations(this._client);\n }\n\n /** The operation groups for sharedPrivateLinkResources */\n public readonly sharedPrivateLinkResources: SharedPrivateLinkResourcesOperations;\n /** The operation groups for targets */\n public readonly targets: TargetsOperations;\n /** The operation groups for healthValidations */\n public readonly healthValidations: HealthValidationsOperations;\n /** The operation groups for alertRuleResources */\n public readonly alertRuleResources: AlertRuleResourcesOperations;\n /** The operation groups for watchers */\n public readonly watchers: WatchersOperations;\n /** The operation groups for operations */\n public readonly operations: OperationsOperations;\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
|
|
2
|
+
export { DatabaseWatcherClient } from "./databaseWatcherClient.js";
|
|
3
|
+
export { restorePoller, RestorePollerOptions } from "./restorePollerHelpers.js";
|
|
4
|
+
export { SharedPrivateLinkResource, SharedPrivateLinkResourceProperties, KnownSharedPrivateLinkResourceStatus, SharedPrivateLinkResourceStatus, KnownResourceProvisioningState, ResourceProvisioningState, ProxyResource, Resource, SystemData, KnownCreatedByType, CreatedByType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, Target, TargetProperties, TargetPropertiesUnion, KnownTargetAuthenticationType, TargetAuthenticationType, VaultSecret, SqlDbSingleDatabaseTargetProperties, SqlDbElasticPoolTargetProperties, SqlMiTargetProperties, HealthValidation, HealthValidationProperties, KnownValidationStatus, ValidationStatus, ValidationIssue, AlertRuleResource, AlertRuleResourceProperties, KnownAlertRuleCreationProperties, AlertRuleCreationProperties, Watcher, WatcherProperties, Datastore, KnownKustoOfferingType, KustoOfferingType, KnownWatcherStatus, WatcherStatus, KnownDatabaseWatcherProvisioningState, DatabaseWatcherProvisioningState, ManagedServiceIdentityV4, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, TrackedResource, WatcherUpdate, WatcherUpdateProperties, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, KnownVersions, } from "./models/index.js";
|
|
5
|
+
export { DatabaseWatcherClientOptionalParams, SharedPrivateLinkResourcesListByWatcherOptionalParams, SharedPrivateLinkResourcesDeleteOptionalParams, SharedPrivateLinkResourcesCreateOptionalParams, SharedPrivateLinkResourcesGetOptionalParams, TargetsListByWatcherOptionalParams, TargetsDeleteOptionalParams, TargetsCreateOrUpdateOptionalParams, TargetsGetOptionalParams, HealthValidationsStartValidationOptionalParams, HealthValidationsListByParentOptionalParams, HealthValidationsGetOptionalParams, AlertRuleResourcesListByParentOptionalParams, AlertRuleResourcesDeleteOptionalParams, AlertRuleResourcesCreateOrUpdateOptionalParams, AlertRuleResourcesGetOptionalParams, WatchersStopOptionalParams, WatchersStartOptionalParams, WatchersListBySubscriptionOptionalParams, WatchersListByResourceGroupOptionalParams, WatchersDeleteOptionalParams, WatchersUpdateOptionalParams, WatchersCreateOrUpdateOptionalParams, WatchersGetOptionalParams, OperationsListOptionalParams, } from "./api/index.js";
|
|
6
|
+
export { AlertRuleResourcesOperations, HealthValidationsOperations, OperationsOperations, SharedPrivateLinkResourcesOperations, TargetsOperations, WatchersOperations, } from "./classic/index.js";
|
|
7
|
+
export { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,0BAA0B,EAC3B,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAChF,OAAO,EACL,yBAAyB,EACzB,mCAAmC,EACnC,oCAAoC,EACpC,+BAA+B,EAC/B,8BAA8B,EAC9B,yBAAyB,EACzB,aAAa,EACb,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,aAAa,EACb,WAAW,EACX,mBAAmB,EACnB,MAAM,EACN,gBAAgB,EAChB,qBAAqB,EACrB,6BAA6B,EAC7B,wBAAwB,EACxB,WAAW,EACX,mCAAmC,EACnC,gCAAgC,EAChC,qBAAqB,EACrB,gBAAgB,EAChB,0BAA0B,EAC1B,qBAAqB,EACrB,gBAAgB,EAChB,eAAe,EACf,iBAAiB,EACjB,2BAA2B,EAC3B,gCAAgC,EAChC,2BAA2B,EAC3B,OAAO,EACP,iBAAiB,EACjB,SAAS,EACT,sBAAsB,EACtB,iBAAiB,EACjB,kBAAkB,EAClB,aAAa,EACb,qCAAqC,EACrC,gCAAgC,EAChC,wBAAwB,EACxB,+BAA+B,EAC/B,0BAA0B,EAC1B,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,uBAAuB,EACvB,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,aAAa,GACd,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,mCAAmC,EACnC,qDAAqD,EACrD,8CAA8C,EAC9C,8CAA8C,EAC9C,2CAA2C,EAC3C,kCAAkC,EAClC,2BAA2B,EAC3B,mCAAmC,EACnC,wBAAwB,EACxB,8CAA8C,EAC9C,2CAA2C,EAC3C,kCAAkC,EAClC,4CAA4C,EAC5C,sCAAsC,EACtC,8CAA8C,EAC9C,mCAAmC,EACnC,0BAA0B,EAC1B,2BAA2B,EAC3B,wCAAwC,EACxC,yCAAyC,EACzC,4BAA4B,EAC5B,4BAA4B,EAC5B,oCAAoC,EACpC,yBAAyB,EACzB,4BAA4B,GAC7B,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,4BAA4B,EAC5B,2BAA2B,EAC3B,oBAAoB,EACpB,oCAAoC,EACpC,iBAAiB,EACjB,kBAAkB,GACnB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAE,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.KnownVersions = exports.KnownActionType = exports.KnownOrigin = exports.KnownManagedServiceIdentityType = exports.KnownDatabaseWatcherProvisioningState = exports.KnownWatcherStatus = exports.KnownKustoOfferingType = exports.KnownAlertRuleCreationProperties = exports.KnownValidationStatus = exports.KnownTargetAuthenticationType = exports.KnownCreatedByType = exports.KnownResourceProvisioningState = exports.KnownSharedPrivateLinkResourceStatus = exports.restorePoller = exports.DatabaseWatcherClient = void 0;
|
|
6
|
+
var databaseWatcherClient_js_1 = require("./databaseWatcherClient.js");
|
|
7
|
+
Object.defineProperty(exports, "DatabaseWatcherClient", { enumerable: true, get: function () { return databaseWatcherClient_js_1.DatabaseWatcherClient; } });
|
|
8
|
+
var restorePollerHelpers_js_1 = require("./restorePollerHelpers.js");
|
|
9
|
+
Object.defineProperty(exports, "restorePoller", { enumerable: true, get: function () { return restorePollerHelpers_js_1.restorePoller; } });
|
|
10
|
+
var index_js_1 = require("./models/index.js");
|
|
11
|
+
Object.defineProperty(exports, "KnownSharedPrivateLinkResourceStatus", { enumerable: true, get: function () { return index_js_1.KnownSharedPrivateLinkResourceStatus; } });
|
|
12
|
+
Object.defineProperty(exports, "KnownResourceProvisioningState", { enumerable: true, get: function () { return index_js_1.KnownResourceProvisioningState; } });
|
|
13
|
+
Object.defineProperty(exports, "KnownCreatedByType", { enumerable: true, get: function () { return index_js_1.KnownCreatedByType; } });
|
|
14
|
+
Object.defineProperty(exports, "KnownTargetAuthenticationType", { enumerable: true, get: function () { return index_js_1.KnownTargetAuthenticationType; } });
|
|
15
|
+
Object.defineProperty(exports, "KnownValidationStatus", { enumerable: true, get: function () { return index_js_1.KnownValidationStatus; } });
|
|
16
|
+
Object.defineProperty(exports, "KnownAlertRuleCreationProperties", { enumerable: true, get: function () { return index_js_1.KnownAlertRuleCreationProperties; } });
|
|
17
|
+
Object.defineProperty(exports, "KnownKustoOfferingType", { enumerable: true, get: function () { return index_js_1.KnownKustoOfferingType; } });
|
|
18
|
+
Object.defineProperty(exports, "KnownWatcherStatus", { enumerable: true, get: function () { return index_js_1.KnownWatcherStatus; } });
|
|
19
|
+
Object.defineProperty(exports, "KnownDatabaseWatcherProvisioningState", { enumerable: true, get: function () { return index_js_1.KnownDatabaseWatcherProvisioningState; } });
|
|
20
|
+
Object.defineProperty(exports, "KnownManagedServiceIdentityType", { enumerable: true, get: function () { return index_js_1.KnownManagedServiceIdentityType; } });
|
|
21
|
+
Object.defineProperty(exports, "KnownOrigin", { enumerable: true, get: function () { return index_js_1.KnownOrigin; } });
|
|
22
|
+
Object.defineProperty(exports, "KnownActionType", { enumerable: true, get: function () { return index_js_1.KnownActionType; } });
|
|
23
|
+
Object.defineProperty(exports, "KnownVersions", { enumerable: true, get: function () { return index_js_1.KnownVersions; } });
|
|
24
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAQlC,uEAAmE;AAA1D,iIAAA,qBAAqB,OAAA;AAC9B,qEAAgF;AAAvE,wHAAA,aAAa,OAAA;AACtB,8CAwD2B;AArDzB,gIAAA,oCAAoC,OAAA;AAEpC,0HAAA,8BAA8B,OAAA;AAK9B,8GAAA,kBAAkB,OAAA;AAQlB,yHAAA,6BAA6B,OAAA;AAQ7B,iHAAA,qBAAqB,OAAA;AAKrB,4HAAA,gCAAgC,OAAA;AAKhC,kHAAA,sBAAsB,OAAA;AAEtB,8GAAA,kBAAkB,OAAA;AAElB,iIAAA,qCAAqC,OAAA;AAGrC,2HAAA,+BAA+B,OAAA;AAQ/B,uGAAA,WAAW,OAAA;AAEX,2GAAA,eAAe,OAAA;AAEf,yGAAA,aAAa,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { DatabaseWatcherClient } from \"./databaseWatcherClient.js\";\nexport { restorePoller, RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport {\n SharedPrivateLinkResource,\n SharedPrivateLinkResourceProperties,\n KnownSharedPrivateLinkResourceStatus,\n SharedPrivateLinkResourceStatus,\n KnownResourceProvisioningState,\n ResourceProvisioningState,\n ProxyResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n Target,\n TargetProperties,\n TargetPropertiesUnion,\n KnownTargetAuthenticationType,\n TargetAuthenticationType,\n VaultSecret,\n SqlDbSingleDatabaseTargetProperties,\n SqlDbElasticPoolTargetProperties,\n SqlMiTargetProperties,\n HealthValidation,\n HealthValidationProperties,\n KnownValidationStatus,\n ValidationStatus,\n ValidationIssue,\n AlertRuleResource,\n AlertRuleResourceProperties,\n KnownAlertRuleCreationProperties,\n AlertRuleCreationProperties,\n Watcher,\n WatcherProperties,\n Datastore,\n KnownKustoOfferingType,\n KustoOfferingType,\n KnownWatcherStatus,\n WatcherStatus,\n KnownDatabaseWatcherProvisioningState,\n DatabaseWatcherProvisioningState,\n ManagedServiceIdentityV4,\n KnownManagedServiceIdentityType,\n ManagedServiceIdentityType,\n UserAssignedIdentity,\n TrackedResource,\n WatcherUpdate,\n WatcherUpdateProperties,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n KnownVersions,\n} from \"./models/index.js\";\nexport {\n DatabaseWatcherClientOptionalParams,\n SharedPrivateLinkResourcesListByWatcherOptionalParams,\n SharedPrivateLinkResourcesDeleteOptionalParams,\n SharedPrivateLinkResourcesCreateOptionalParams,\n SharedPrivateLinkResourcesGetOptionalParams,\n TargetsListByWatcherOptionalParams,\n TargetsDeleteOptionalParams,\n TargetsCreateOrUpdateOptionalParams,\n TargetsGetOptionalParams,\n HealthValidationsStartValidationOptionalParams,\n HealthValidationsListByParentOptionalParams,\n HealthValidationsGetOptionalParams,\n AlertRuleResourcesListByParentOptionalParams,\n AlertRuleResourcesDeleteOptionalParams,\n AlertRuleResourcesCreateOrUpdateOptionalParams,\n AlertRuleResourcesGetOptionalParams,\n WatchersStopOptionalParams,\n WatchersStartOptionalParams,\n WatchersListBySubscriptionOptionalParams,\n WatchersListByResourceGroupOptionalParams,\n WatchersDeleteOptionalParams,\n WatchersUpdateOptionalParams,\n WatchersCreateOrUpdateOptionalParams,\n WatchersGetOptionalParams,\n OperationsListOptionalParams,\n} from \"./api/index.js\";\nexport {\n AlertRuleResourcesOperations,\n HealthValidationsOperations,\n OperationsOperations,\n SharedPrivateLinkResourcesOperations,\n TargetsOperations,\n WatchersOperations,\n} from \"./classic/index.js\";\nexport { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM,qCAA4C,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.logger = void 0;
|
|
6
|
+
const logger_1 = require("@azure/logger");
|
|
7
|
+
exports.logger = (0, logger_1.createClientLogger)("arm-databasewatcher");
|
|
8
|
+
//# sourceMappingURL=logger.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logger.js","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,0CAAmD;AACtC,QAAA,MAAM,GAAG,IAAA,2BAAkB,EAAC,qBAAqB,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-databasewatcher\");\n"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { SharedPrivateLinkResource, SharedPrivateLinkResourceProperties, KnownSharedPrivateLinkResourceStatus, SharedPrivateLinkResourceStatus, KnownResourceProvisioningState, ResourceProvisioningState, ProxyResource, Resource, SystemData, KnownCreatedByType, CreatedByType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, Target, TargetProperties, TargetPropertiesUnion, KnownTargetAuthenticationType, TargetAuthenticationType, VaultSecret, SqlDbSingleDatabaseTargetProperties, SqlDbElasticPoolTargetProperties, SqlMiTargetProperties, HealthValidation, HealthValidationProperties, KnownValidationStatus, ValidationStatus, ValidationIssue, AlertRuleResource, AlertRuleResourceProperties, KnownAlertRuleCreationProperties, AlertRuleCreationProperties, Watcher, WatcherProperties, Datastore, KnownKustoOfferingType, KustoOfferingType, KnownWatcherStatus, WatcherStatus, KnownDatabaseWatcherProvisioningState, DatabaseWatcherProvisioningState, ManagedServiceIdentityV4, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, TrackedResource, WatcherUpdate, WatcherUpdateProperties, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, KnownVersions, } from "./models.js";
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,yBAAyB,EACzB,mCAAmC,EACnC,oCAAoC,EACpC,+BAA+B,EAC/B,8BAA8B,EAC9B,yBAAyB,EACzB,aAAa,EACb,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,aAAa,EACb,WAAW,EACX,mBAAmB,EACnB,MAAM,EACN,gBAAgB,EAChB,qBAAqB,EACrB,6BAA6B,EAC7B,wBAAwB,EACxB,WAAW,EACX,mCAAmC,EACnC,gCAAgC,EAChC,qBAAqB,EACrB,gBAAgB,EAChB,0BAA0B,EAC1B,qBAAqB,EACrB,gBAAgB,EAChB,eAAe,EACf,iBAAiB,EACjB,2BAA2B,EAC3B,gCAAgC,EAChC,2BAA2B,EAC3B,OAAO,EACP,iBAAiB,EACjB,SAAS,EACT,sBAAsB,EACtB,iBAAiB,EACjB,kBAAkB,EAClB,aAAa,EACb,qCAAqC,EACrC,gCAAgC,EAChC,wBAAwB,EACxB,+BAA+B,EAC/B,0BAA0B,EAC1B,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,uBAAuB,EACvB,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,aAAa,GACd,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.KnownVersions = exports.KnownActionType = exports.KnownOrigin = exports.KnownManagedServiceIdentityType = exports.KnownDatabaseWatcherProvisioningState = exports.KnownWatcherStatus = exports.KnownKustoOfferingType = exports.KnownAlertRuleCreationProperties = exports.KnownValidationStatus = exports.KnownTargetAuthenticationType = exports.KnownCreatedByType = exports.KnownResourceProvisioningState = exports.KnownSharedPrivateLinkResourceStatus = void 0;
|
|
6
|
+
var models_js_1 = require("./models.js");
|
|
7
|
+
Object.defineProperty(exports, "KnownSharedPrivateLinkResourceStatus", { enumerable: true, get: function () { return models_js_1.KnownSharedPrivateLinkResourceStatus; } });
|
|
8
|
+
Object.defineProperty(exports, "KnownResourceProvisioningState", { enumerable: true, get: function () { return models_js_1.KnownResourceProvisioningState; } });
|
|
9
|
+
Object.defineProperty(exports, "KnownCreatedByType", { enumerable: true, get: function () { return models_js_1.KnownCreatedByType; } });
|
|
10
|
+
Object.defineProperty(exports, "KnownTargetAuthenticationType", { enumerable: true, get: function () { return models_js_1.KnownTargetAuthenticationType; } });
|
|
11
|
+
Object.defineProperty(exports, "KnownValidationStatus", { enumerable: true, get: function () { return models_js_1.KnownValidationStatus; } });
|
|
12
|
+
Object.defineProperty(exports, "KnownAlertRuleCreationProperties", { enumerable: true, get: function () { return models_js_1.KnownAlertRuleCreationProperties; } });
|
|
13
|
+
Object.defineProperty(exports, "KnownKustoOfferingType", { enumerable: true, get: function () { return models_js_1.KnownKustoOfferingType; } });
|
|
14
|
+
Object.defineProperty(exports, "KnownWatcherStatus", { enumerable: true, get: function () { return models_js_1.KnownWatcherStatus; } });
|
|
15
|
+
Object.defineProperty(exports, "KnownDatabaseWatcherProvisioningState", { enumerable: true, get: function () { return models_js_1.KnownDatabaseWatcherProvisioningState; } });
|
|
16
|
+
Object.defineProperty(exports, "KnownManagedServiceIdentityType", { enumerable: true, get: function () { return models_js_1.KnownManagedServiceIdentityType; } });
|
|
17
|
+
Object.defineProperty(exports, "KnownOrigin", { enumerable: true, get: function () { return models_js_1.KnownOrigin; } });
|
|
18
|
+
Object.defineProperty(exports, "KnownActionType", { enumerable: true, get: function () { return models_js_1.KnownActionType; } });
|
|
19
|
+
Object.defineProperty(exports, "KnownVersions", { enumerable: true, get: function () { return models_js_1.KnownVersions; } });
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,yCAwDqB;AArDnB,iIAAA,oCAAoC,OAAA;AAEpC,2HAAA,8BAA8B,OAAA;AAK9B,+GAAA,kBAAkB,OAAA;AAQlB,0HAAA,6BAA6B,OAAA;AAQ7B,kHAAA,qBAAqB,OAAA;AAKrB,6HAAA,gCAAgC,OAAA;AAKhC,mHAAA,sBAAsB,OAAA;AAEtB,+GAAA,kBAAkB,OAAA;AAElB,kIAAA,qCAAqC,OAAA;AAGrC,4HAAA,+BAA+B,OAAA;AAQ/B,wGAAA,WAAW,OAAA;AAEX,4GAAA,eAAe,OAAA;AAEf,0GAAA,aAAa,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n SharedPrivateLinkResource,\n SharedPrivateLinkResourceProperties,\n KnownSharedPrivateLinkResourceStatus,\n SharedPrivateLinkResourceStatus,\n KnownResourceProvisioningState,\n ResourceProvisioningState,\n ProxyResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n Target,\n TargetProperties,\n TargetPropertiesUnion,\n KnownTargetAuthenticationType,\n TargetAuthenticationType,\n VaultSecret,\n SqlDbSingleDatabaseTargetProperties,\n SqlDbElasticPoolTargetProperties,\n SqlMiTargetProperties,\n HealthValidation,\n HealthValidationProperties,\n KnownValidationStatus,\n ValidationStatus,\n ValidationIssue,\n AlertRuleResource,\n AlertRuleResourceProperties,\n KnownAlertRuleCreationProperties,\n AlertRuleCreationProperties,\n Watcher,\n WatcherProperties,\n Datastore,\n KnownKustoOfferingType,\n KustoOfferingType,\n KnownWatcherStatus,\n WatcherStatus,\n KnownDatabaseWatcherProvisioningState,\n DatabaseWatcherProvisioningState,\n ManagedServiceIdentityV4,\n KnownManagedServiceIdentityType,\n ManagedServiceIdentityType,\n UserAssignedIdentity,\n TrackedResource,\n WatcherUpdate,\n WatcherUpdateProperties,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n KnownVersions,\n} from \"./models.js\";\n"]}
|