@azure/arm-storagemover 2.1.1-alpha.20250908.1 → 3.0.0-alpha.20250909.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/LICENSE +1 -1
- package/README.md +12 -15
- package/dist/browser/api/agents/index.d.ts +3 -0
- package/dist/browser/api/agents/index.js +4 -0
- package/dist/browser/api/agents/index.js.map +1 -0
- package/dist/browser/api/agents/operations.d.ts +32 -0
- package/dist/browser/api/agents/operations.js +173 -0
- package/dist/browser/api/agents/operations.js.map +1 -0
- package/dist/browser/api/agents/options.d.ts +19 -0
- package/dist/browser/api/agents/options.js +4 -0
- package/dist/browser/api/agents/options.js.map +1 -0
- package/dist/browser/api/endpoints/index.d.ts +3 -0
- package/dist/browser/api/endpoints/index.js +4 -0
- package/dist/browser/api/endpoints/index.js.map +1 -0
- package/dist/browser/api/endpoints/operations.d.ts +32 -0
- package/dist/browser/api/endpoints/operations.js +173 -0
- package/dist/browser/api/endpoints/operations.js.map +1 -0
- package/dist/browser/api/endpoints/options.d.ts +19 -0
- package/dist/browser/api/endpoints/options.js +4 -0
- package/dist/browser/api/endpoints/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/jobDefinitions/index.d.ts +3 -0
- package/dist/browser/api/jobDefinitions/index.js +4 -0
- package/dist/browser/api/jobDefinitions/index.js.map +1 -0
- package/dist/browser/api/jobDefinitions/operations.d.ts +40 -0
- package/dist/browser/api/jobDefinitions/operations.js +244 -0
- package/dist/browser/api/jobDefinitions/operations.js.map +1 -0
- package/dist/browser/api/jobDefinitions/options.d.ts +25 -0
- package/dist/browser/api/jobDefinitions/options.js +4 -0
- package/dist/browser/api/jobDefinitions/options.js.map +1 -0
- package/dist/browser/api/jobRuns/index.d.ts +3 -0
- package/dist/browser/api/jobRuns/index.js +4 -0
- package/dist/browser/api/jobRuns/index.js.map +1 -0
- package/dist/browser/api/jobRuns/operations.d.ts +14 -0
- package/dist/browser/api/jobRuns/operations.js +73 -0
- package/dist/browser/api/jobRuns/operations.js.map +1 -0
- package/dist/browser/api/jobRuns/options.d.ts +8 -0
- package/dist/browser/api/jobRuns/options.js +4 -0
- package/dist/browser/api/jobRuns/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +34 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/projects/index.d.ts +3 -0
- package/dist/browser/api/projects/index.js +4 -0
- package/dist/browser/api/projects/index.js.map +1 -0
- package/dist/browser/api/projects/operations.d.ts +32 -0
- package/dist/browser/api/projects/operations.js +173 -0
- package/dist/browser/api/projects/operations.js.map +1 -0
- package/dist/browser/api/projects/options.d.ts +19 -0
- package/dist/browser/api/projects/options.js +4 -0
- package/dist/browser/api/projects/options.js.map +1 -0
- package/dist/browser/api/storageMoverContext.d.ts +22 -0
- package/dist/browser/api/storageMoverContext.js +43 -0
- package/dist/browser/api/storageMoverContext.js.map +1 -0
- package/dist/browser/api/storageMovers/index.d.ts +3 -0
- package/dist/browser/api/storageMovers/index.js +4 -0
- package/dist/browser/api/storageMovers/index.js.map +1 -0
- package/dist/browser/api/storageMovers/operations.d.ts +36 -0
- package/dist/browser/api/storageMovers/operations.js +200 -0
- package/dist/browser/api/storageMovers/operations.js.map +1 -0
- package/dist/browser/api/storageMovers/options.d.ts +22 -0
- package/dist/browser/api/storageMovers/options.js +4 -0
- package/dist/browser/api/storageMovers/options.js.map +1 -0
- package/dist/browser/classic/agents/index.d.ts +25 -0
- package/dist/browser/classic/agents/index.js +18 -0
- package/dist/browser/classic/agents/index.js.map +1 -0
- package/dist/browser/classic/endpoints/index.d.ts +25 -0
- package/dist/browser/classic/endpoints/index.js +18 -0
- package/dist/browser/classic/endpoints/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +8 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/jobDefinitions/index.d.ts +29 -0
- package/dist/browser/classic/jobDefinitions/index.js +20 -0
- package/dist/browser/classic/jobDefinitions/index.js.map +1 -0
- package/dist/browser/classic/jobRuns/index.d.ts +13 -0
- package/dist/browser/classic/jobRuns/index.js +15 -0
- package/dist/browser/classic/jobRuns/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/projects/index.d.ts +25 -0
- package/dist/browser/classic/projects/index.js +18 -0
- package/dist/browser/classic/projects/index.js.map +1 -0
- package/dist/browser/classic/storageMovers/index.d.ts +27 -0
- package/dist/browser/classic/storageMovers/index.js +19 -0
- package/dist/browser/classic/storageMovers/index.js.map +1 -0
- package/dist/browser/index.d.ts +15 -3
- package/dist/browser/index.js +6 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +1 -1144
- package/dist/browser/models/index.js +3 -139
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +978 -0
- package/dist/browser/models/models.js +1077 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +111 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.js +118 -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.js +79 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +170 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/browser/storageMoverClient.d.ts +31 -24
- package/dist/browser/storageMoverClient.js +44 -113
- package/dist/browser/storageMoverClient.js.map +1 -1
- package/dist/commonjs/api/agents/index.d.ts +3 -0
- package/dist/commonjs/api/agents/index.js +12 -0
- package/dist/commonjs/api/agents/index.js.map +1 -0
- package/dist/commonjs/api/agents/operations.d.ts +32 -0
- package/dist/commonjs/api/agents/operations.js +190 -0
- package/dist/commonjs/api/agents/operations.js.map +1 -0
- package/dist/commonjs/api/agents/options.d.ts +19 -0
- package/dist/commonjs/api/agents/options.js +5 -0
- package/dist/commonjs/api/agents/options.js.map +1 -0
- package/dist/commonjs/api/endpoints/index.d.ts +3 -0
- package/dist/commonjs/api/endpoints/index.js +12 -0
- package/dist/commonjs/api/endpoints/index.js.map +1 -0
- package/dist/commonjs/api/endpoints/operations.d.ts +32 -0
- package/dist/commonjs/api/endpoints/operations.js +190 -0
- package/dist/commonjs/api/endpoints/operations.js.map +1 -0
- package/dist/commonjs/api/endpoints/options.d.ts +19 -0
- package/dist/commonjs/api/endpoints/options.js +5 -0
- package/dist/commonjs/api/endpoints/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/jobDefinitions/index.d.ts +3 -0
- package/dist/commonjs/api/jobDefinitions/index.js +14 -0
- package/dist/commonjs/api/jobDefinitions/index.js.map +1 -0
- package/dist/commonjs/api/jobDefinitions/operations.d.ts +40 -0
- package/dist/commonjs/api/jobDefinitions/operations.js +267 -0
- package/dist/commonjs/api/jobDefinitions/operations.js.map +1 -0
- package/dist/commonjs/api/jobDefinitions/options.d.ts +25 -0
- package/dist/commonjs/api/jobDefinitions/options.js +5 -0
- package/dist/commonjs/api/jobDefinitions/options.js.map +1 -0
- package/dist/commonjs/api/jobRuns/index.d.ts +3 -0
- package/dist/commonjs/api/jobRuns/index.js +9 -0
- package/dist/commonjs/api/jobRuns/index.js.map +1 -0
- package/dist/commonjs/api/jobRuns/operations.d.ts +14 -0
- package/dist/commonjs/api/jobRuns/operations.js +81 -0
- package/dist/commonjs/api/jobRuns/operations.js.map +1 -0
- package/dist/commonjs/api/jobRuns/options.d.ts +8 -0
- package/dist/commonjs/api/jobRuns/options.js +5 -0
- package/dist/commonjs/api/jobRuns/options.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +39 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/projects/index.d.ts +3 -0
- package/dist/commonjs/api/projects/index.js +12 -0
- package/dist/commonjs/api/projects/index.js.map +1 -0
- package/dist/commonjs/api/projects/operations.d.ts +32 -0
- package/dist/commonjs/api/projects/operations.js +190 -0
- package/dist/commonjs/api/projects/operations.js.map +1 -0
- package/dist/commonjs/api/projects/options.d.ts +19 -0
- package/dist/commonjs/api/projects/options.js +5 -0
- package/dist/commonjs/api/projects/options.js.map +1 -0
- package/dist/commonjs/api/storageMoverContext.d.ts +22 -0
- package/dist/commonjs/api/storageMoverContext.js +46 -0
- package/dist/commonjs/api/storageMoverContext.js.map +1 -0
- package/dist/commonjs/api/storageMovers/index.d.ts +3 -0
- package/dist/commonjs/api/storageMovers/index.js +13 -0
- package/dist/commonjs/api/storageMovers/index.js.map +1 -0
- package/dist/commonjs/api/storageMovers/operations.d.ts +36 -0
- package/dist/commonjs/api/storageMovers/operations.js +220 -0
- package/dist/commonjs/api/storageMovers/operations.js.map +1 -0
- package/dist/commonjs/api/storageMovers/options.d.ts +22 -0
- package/dist/commonjs/api/storageMovers/options.js +5 -0
- package/dist/commonjs/api/storageMovers/options.js.map +1 -0
- package/dist/commonjs/classic/agents/index.d.ts +25 -0
- package/dist/commonjs/classic/agents/index.js +21 -0
- package/dist/commonjs/classic/agents/index.js.map +1 -0
- package/dist/commonjs/classic/endpoints/index.d.ts +25 -0
- package/dist/commonjs/classic/endpoints/index.js +21 -0
- package/dist/commonjs/classic/endpoints/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +8 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/jobDefinitions/index.d.ts +29 -0
- package/dist/commonjs/classic/jobDefinitions/index.js +23 -0
- package/dist/commonjs/classic/jobDefinitions/index.js.map +1 -0
- package/dist/commonjs/classic/jobRuns/index.d.ts +13 -0
- package/dist/commonjs/classic/jobRuns/index.js +18 -0
- package/dist/commonjs/classic/jobRuns/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +17 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/projects/index.d.ts +25 -0
- package/dist/commonjs/classic/projects/index.js +21 -0
- package/dist/commonjs/classic/projects/index.js.map +1 -0
- package/dist/commonjs/classic/storageMovers/index.d.ts +27 -0
- package/dist/commonjs/classic/storageMovers/index.js +22 -0
- package/dist/commonjs/classic/storageMovers/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +15 -3
- package/dist/commonjs/index.js +23 -14
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1 -1144
- package/dist/commonjs/models/index.js +19 -140
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +978 -0
- package/dist/commonjs/models/models.js +1201 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +114 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +33 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +121 -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.js +82 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +173 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/storageMoverClient.d.ts +31 -24
- package/dist/commonjs/storageMoverClient.js +44 -114
- package/dist/commonjs/storageMoverClient.js.map +1 -1
- package/dist/esm/api/agents/index.d.ts +3 -0
- package/dist/esm/api/agents/index.js +4 -0
- package/dist/esm/api/agents/index.js.map +1 -0
- package/dist/esm/api/agents/operations.d.ts +32 -0
- package/dist/esm/api/agents/operations.js +173 -0
- package/dist/esm/api/agents/operations.js.map +1 -0
- package/dist/esm/api/agents/options.d.ts +19 -0
- package/dist/esm/api/agents/options.js +4 -0
- package/dist/esm/api/agents/options.js.map +1 -0
- package/dist/esm/api/endpoints/index.d.ts +3 -0
- package/dist/esm/api/endpoints/index.js +4 -0
- package/dist/esm/api/endpoints/index.js.map +1 -0
- package/dist/esm/api/endpoints/operations.d.ts +32 -0
- package/dist/esm/api/endpoints/operations.js +173 -0
- package/dist/esm/api/endpoints/operations.js.map +1 -0
- package/dist/esm/api/endpoints/options.d.ts +19 -0
- package/dist/esm/api/endpoints/options.js +4 -0
- package/dist/esm/api/endpoints/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/jobDefinitions/index.d.ts +3 -0
- package/dist/esm/api/jobDefinitions/index.js +4 -0
- package/dist/esm/api/jobDefinitions/index.js.map +1 -0
- package/dist/esm/api/jobDefinitions/operations.d.ts +40 -0
- package/dist/esm/api/jobDefinitions/operations.js +244 -0
- package/dist/esm/api/jobDefinitions/operations.js.map +1 -0
- package/dist/esm/api/jobDefinitions/options.d.ts +25 -0
- package/dist/esm/api/jobDefinitions/options.js +4 -0
- package/dist/esm/api/jobDefinitions/options.js.map +1 -0
- package/dist/esm/api/jobRuns/index.d.ts +3 -0
- package/dist/esm/api/jobRuns/index.js +4 -0
- package/dist/esm/api/jobRuns/index.js.map +1 -0
- package/dist/esm/api/jobRuns/operations.d.ts +14 -0
- package/dist/esm/api/jobRuns/operations.js +73 -0
- package/dist/esm/api/jobRuns/operations.js.map +1 -0
- package/dist/esm/api/jobRuns/options.d.ts +8 -0
- package/dist/esm/api/jobRuns/options.js +4 -0
- package/dist/esm/api/jobRuns/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +34 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/projects/index.d.ts +3 -0
- package/dist/esm/api/projects/index.js +4 -0
- package/dist/esm/api/projects/index.js.map +1 -0
- package/dist/esm/api/projects/operations.d.ts +32 -0
- package/dist/esm/api/projects/operations.js +173 -0
- package/dist/esm/api/projects/operations.js.map +1 -0
- package/dist/esm/api/projects/options.d.ts +19 -0
- package/dist/esm/api/projects/options.js +4 -0
- package/dist/esm/api/projects/options.js.map +1 -0
- package/dist/esm/api/storageMoverContext.d.ts +22 -0
- package/dist/esm/api/storageMoverContext.js +43 -0
- package/dist/esm/api/storageMoverContext.js.map +1 -0
- package/dist/esm/api/storageMovers/index.d.ts +3 -0
- package/dist/esm/api/storageMovers/index.js +4 -0
- package/dist/esm/api/storageMovers/index.js.map +1 -0
- package/dist/esm/api/storageMovers/operations.d.ts +36 -0
- package/dist/esm/api/storageMovers/operations.js +200 -0
- package/dist/esm/api/storageMovers/operations.js.map +1 -0
- package/dist/esm/api/storageMovers/options.d.ts +22 -0
- package/dist/esm/api/storageMovers/options.js +4 -0
- package/dist/esm/api/storageMovers/options.js.map +1 -0
- package/dist/esm/classic/agents/index.d.ts +25 -0
- package/dist/esm/classic/agents/index.js +18 -0
- package/dist/esm/classic/agents/index.js.map +1 -0
- package/dist/esm/classic/endpoints/index.d.ts +25 -0
- package/dist/esm/classic/endpoints/index.js +18 -0
- package/dist/esm/classic/endpoints/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +8 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/jobDefinitions/index.d.ts +29 -0
- package/dist/esm/classic/jobDefinitions/index.js +20 -0
- package/dist/esm/classic/jobDefinitions/index.js.map +1 -0
- package/dist/esm/classic/jobRuns/index.d.ts +13 -0
- package/dist/esm/classic/jobRuns/index.js +15 -0
- package/dist/esm/classic/jobRuns/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/projects/index.d.ts +25 -0
- package/dist/esm/classic/projects/index.js +18 -0
- package/dist/esm/classic/projects/index.js.map +1 -0
- package/dist/esm/classic/storageMovers/index.d.ts +27 -0
- package/dist/esm/classic/storageMovers/index.js +19 -0
- package/dist/esm/classic/storageMovers/index.js.map +1 -0
- package/dist/esm/index.d.ts +15 -3
- package/dist/esm/index.js +6 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +1 -1144
- package/dist/esm/models/index.js +3 -139
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +978 -0
- package/dist/esm/models/models.js +1077 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +111 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.js +118 -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.js +79 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +170 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/storageMoverClient.d.ts +31 -24
- package/dist/esm/storageMoverClient.js +44 -113
- package/dist/esm/storageMoverClient.js.map +1 -1
- package/dist/react-native/api/agents/index.d.ts +3 -0
- package/dist/react-native/api/agents/index.js +4 -0
- package/dist/react-native/api/agents/index.js.map +1 -0
- package/dist/react-native/api/agents/operations.d.ts +32 -0
- package/dist/react-native/api/agents/operations.js +173 -0
- package/dist/react-native/api/agents/operations.js.map +1 -0
- package/dist/react-native/api/agents/options.d.ts +19 -0
- package/dist/react-native/api/agents/options.js +4 -0
- package/dist/react-native/api/agents/options.js.map +1 -0
- package/dist/react-native/api/endpoints/index.d.ts +3 -0
- package/dist/react-native/api/endpoints/index.js +4 -0
- package/dist/react-native/api/endpoints/index.js.map +1 -0
- package/dist/react-native/api/endpoints/operations.d.ts +32 -0
- package/dist/react-native/api/endpoints/operations.js +173 -0
- package/dist/react-native/api/endpoints/operations.js.map +1 -0
- package/dist/react-native/api/endpoints/options.d.ts +19 -0
- package/dist/react-native/api/endpoints/options.js +4 -0
- package/dist/react-native/api/endpoints/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/jobDefinitions/index.d.ts +3 -0
- package/dist/react-native/api/jobDefinitions/index.js +4 -0
- package/dist/react-native/api/jobDefinitions/index.js.map +1 -0
- package/dist/react-native/api/jobDefinitions/operations.d.ts +40 -0
- package/dist/react-native/api/jobDefinitions/operations.js +244 -0
- package/dist/react-native/api/jobDefinitions/operations.js.map +1 -0
- package/dist/react-native/api/jobDefinitions/options.d.ts +25 -0
- package/dist/react-native/api/jobDefinitions/options.js +4 -0
- package/dist/react-native/api/jobDefinitions/options.js.map +1 -0
- package/dist/react-native/api/jobRuns/index.d.ts +3 -0
- package/dist/react-native/api/jobRuns/index.js +4 -0
- package/dist/react-native/api/jobRuns/index.js.map +1 -0
- package/dist/react-native/api/jobRuns/operations.d.ts +14 -0
- package/dist/react-native/api/jobRuns/operations.js +73 -0
- package/dist/react-native/api/jobRuns/operations.js.map +1 -0
- package/dist/react-native/api/jobRuns/options.d.ts +8 -0
- package/dist/react-native/api/jobRuns/options.js +4 -0
- package/dist/react-native/api/jobRuns/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +34 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/projects/index.d.ts +3 -0
- package/dist/react-native/api/projects/index.js +4 -0
- package/dist/react-native/api/projects/index.js.map +1 -0
- package/dist/react-native/api/projects/operations.d.ts +32 -0
- package/dist/react-native/api/projects/operations.js +173 -0
- package/dist/react-native/api/projects/operations.js.map +1 -0
- package/dist/react-native/api/projects/options.d.ts +19 -0
- package/dist/react-native/api/projects/options.js +4 -0
- package/dist/react-native/api/projects/options.js.map +1 -0
- package/dist/react-native/api/storageMoverContext.d.ts +22 -0
- package/dist/react-native/api/storageMoverContext.js +43 -0
- package/dist/react-native/api/storageMoverContext.js.map +1 -0
- package/dist/react-native/api/storageMovers/index.d.ts +3 -0
- package/dist/react-native/api/storageMovers/index.js +4 -0
- package/dist/react-native/api/storageMovers/index.js.map +1 -0
- package/dist/react-native/api/storageMovers/operations.d.ts +36 -0
- package/dist/react-native/api/storageMovers/operations.js +200 -0
- package/dist/react-native/api/storageMovers/operations.js.map +1 -0
- package/dist/react-native/api/storageMovers/options.d.ts +22 -0
- package/dist/react-native/api/storageMovers/options.js +4 -0
- package/dist/react-native/api/storageMovers/options.js.map +1 -0
- package/dist/react-native/classic/agents/index.d.ts +25 -0
- package/dist/react-native/classic/agents/index.js +18 -0
- package/dist/react-native/classic/agents/index.js.map +1 -0
- package/dist/react-native/classic/endpoints/index.d.ts +25 -0
- package/dist/react-native/classic/endpoints/index.js +18 -0
- package/dist/react-native/classic/endpoints/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +8 -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/jobDefinitions/index.d.ts +29 -0
- package/dist/react-native/classic/jobDefinitions/index.js +20 -0
- package/dist/react-native/classic/jobDefinitions/index.js.map +1 -0
- package/dist/react-native/classic/jobRuns/index.d.ts +13 -0
- package/dist/react-native/classic/jobRuns/index.js +15 -0
- package/dist/react-native/classic/jobRuns/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/projects/index.d.ts +25 -0
- package/dist/react-native/classic/projects/index.js +18 -0
- package/dist/react-native/classic/projects/index.js.map +1 -0
- package/dist/react-native/classic/storageMovers/index.d.ts +27 -0
- package/dist/react-native/classic/storageMovers/index.js +19 -0
- package/dist/react-native/classic/storageMovers/index.js.map +1 -0
- package/dist/react-native/index.d.ts +15 -3
- package/dist/react-native/index.js +6 -11
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -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 +1 -1144
- package/dist/react-native/models/index.js +3 -139
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +978 -0
- package/dist/react-native/models/models.js +1077 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +111 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +118 -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.js +79 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +170 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/storageMoverClient.d.ts +31 -24
- package/dist/react-native/storageMoverClient.js +44 -113
- package/dist/react-native/storageMoverClient.js.map +1 -1
- package/package.json +254 -80
- package/CHANGELOG.md +0 -103
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -18
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -64
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1539
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -25
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -191
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/agents.d.ts +0 -81
- package/dist/browser/operations/agents.d.ts.map +0 -1
- package/dist/browser/operations/agents.js +0 -319
- package/dist/browser/operations/agents.js.map +0 -1
- package/dist/browser/operations/endpoints.d.ts +0 -82
- package/dist/browser/operations/endpoints.d.ts.map +0 -1
- package/dist/browser/operations/endpoints.js +0 -320
- package/dist/browser/operations/endpoints.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -8
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -15
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/jobDefinitions.d.ts +0 -110
- package/dist/browser/operations/jobDefinitions.d.ts.map +0 -1
- package/dist/browser/operations/jobDefinitions.js +0 -442
- package/dist/browser/operations/jobDefinitions.js.map +0 -1
- package/dist/browser/operations/jobRuns.d.ts +0 -54
- package/dist/browser/operations/jobRuns.d.ts.map +0 -1
- package/dist/browser/operations/jobRuns.js +0 -199
- package/dist/browser/operations/jobRuns.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -116
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/projects.d.ts +0 -82
- package/dist/browser/operations/projects.d.ts.map +0 -1
- package/dist/browser/operations/projects.js +0 -320
- package/dist/browser/operations/projects.js.map +0 -1
- package/dist/browser/operations/storageMovers.d.ts +0 -93
- package/dist/browser/operations/storageMovers.d.ts.map +0 -1
- package/dist/browser/operations/storageMovers.js +0 -401
- package/dist/browser/operations/storageMovers.js.map +0 -1
- package/dist/browser/operationsInterfaces/agents.d.ts +0 -56
- package/dist/browser/operationsInterfaces/agents.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/agents.js +0 -9
- package/dist/browser/operationsInterfaces/agents.js.map +0 -1
- package/dist/browser/operationsInterfaces/endpoints.d.ts +0 -57
- package/dist/browser/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/endpoints.js +0 -9
- package/dist/browser/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -8
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -15
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/jobDefinitions.d.ts +0 -83
- package/dist/browser/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/jobDefinitions.js +0 -9
- package/dist/browser/operationsInterfaces/jobDefinitions.js.map +0 -1
- package/dist/browser/operationsInterfaces/jobRuns.d.ts +0 -25
- package/dist/browser/operationsInterfaces/jobRuns.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/jobRuns.js +0 -9
- package/dist/browser/operationsInterfaces/jobRuns.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/projects.d.ts +0 -57
- package/dist/browser/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/projects.js +0 -9
- package/dist/browser/operationsInterfaces/projects.js.map +0 -1
- package/dist/browser/operationsInterfaces/storageMovers.d.ts +0 -57
- package/dist/browser/operationsInterfaces/storageMovers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/storageMovers.js +0 -9
- package/dist/browser/operationsInterfaces/storageMovers.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/browser/storageMoverClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -21
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -64
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1542
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -25
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -194
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/agents.d.ts +0 -81
- package/dist/commonjs/operations/agents.d.ts.map +0 -1
- package/dist/commonjs/operations/agents.js +0 -324
- package/dist/commonjs/operations/agents.js.map +0 -1
- package/dist/commonjs/operations/endpoints.d.ts +0 -82
- package/dist/commonjs/operations/endpoints.d.ts.map +0 -1
- package/dist/commonjs/operations/endpoints.js +0 -325
- package/dist/commonjs/operations/endpoints.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -8
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -18
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/jobDefinitions.d.ts +0 -110
- package/dist/commonjs/operations/jobDefinitions.d.ts.map +0 -1
- package/dist/commonjs/operations/jobDefinitions.js +0 -447
- package/dist/commonjs/operations/jobDefinitions.js.map +0 -1
- package/dist/commonjs/operations/jobRuns.d.ts +0 -54
- package/dist/commonjs/operations/jobRuns.d.ts.map +0 -1
- package/dist/commonjs/operations/jobRuns.js +0 -204
- package/dist/commonjs/operations/jobRuns.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -121
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/projects.d.ts +0 -82
- package/dist/commonjs/operations/projects.d.ts.map +0 -1
- package/dist/commonjs/operations/projects.js +0 -325
- package/dist/commonjs/operations/projects.js.map +0 -1
- package/dist/commonjs/operations/storageMovers.d.ts +0 -93
- package/dist/commonjs/operations/storageMovers.d.ts.map +0 -1
- package/dist/commonjs/operations/storageMovers.js +0 -406
- package/dist/commonjs/operations/storageMovers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/agents.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/agents.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/agents.js +0 -10
- package/dist/commonjs/operationsInterfaces/agents.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/endpoints.d.ts +0 -57
- package/dist/commonjs/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/endpoints.js +0 -10
- package/dist/commonjs/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -8
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -18
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobDefinitions.d.ts +0 -83
- package/dist/commonjs/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobDefinitions.js +0 -10
- package/dist/commonjs/operationsInterfaces/jobDefinitions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobRuns.d.ts +0 -25
- package/dist/commonjs/operationsInterfaces/jobRuns.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobRuns.js +0 -10
- package/dist/commonjs/operationsInterfaces/jobRuns.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/projects.d.ts +0 -57
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/projects.js +0 -10
- package/dist/commonjs/operationsInterfaces/projects.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageMovers.d.ts +0 -57
- package/dist/commonjs/operationsInterfaces/storageMovers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageMovers.js +0 -10
- package/dist/commonjs/operationsInterfaces/storageMovers.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -34
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/commonjs/storageMoverClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -18
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -64
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1539
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -25
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -191
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/agents.d.ts +0 -81
- package/dist/esm/operations/agents.d.ts.map +0 -1
- package/dist/esm/operations/agents.js +0 -319
- package/dist/esm/operations/agents.js.map +0 -1
- package/dist/esm/operations/endpoints.d.ts +0 -82
- package/dist/esm/operations/endpoints.d.ts.map +0 -1
- package/dist/esm/operations/endpoints.js +0 -320
- package/dist/esm/operations/endpoints.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -8
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -15
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/jobDefinitions.d.ts +0 -110
- package/dist/esm/operations/jobDefinitions.d.ts.map +0 -1
- package/dist/esm/operations/jobDefinitions.js +0 -442
- package/dist/esm/operations/jobDefinitions.js.map +0 -1
- package/dist/esm/operations/jobRuns.d.ts +0 -54
- package/dist/esm/operations/jobRuns.d.ts.map +0 -1
- package/dist/esm/operations/jobRuns.js +0 -199
- package/dist/esm/operations/jobRuns.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -116
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/projects.d.ts +0 -82
- package/dist/esm/operations/projects.d.ts.map +0 -1
- package/dist/esm/operations/projects.js +0 -320
- package/dist/esm/operations/projects.js.map +0 -1
- package/dist/esm/operations/storageMovers.d.ts +0 -93
- package/dist/esm/operations/storageMovers.d.ts.map +0 -1
- package/dist/esm/operations/storageMovers.js +0 -401
- package/dist/esm/operations/storageMovers.js.map +0 -1
- package/dist/esm/operationsInterfaces/agents.d.ts +0 -56
- package/dist/esm/operationsInterfaces/agents.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/agents.js +0 -9
- package/dist/esm/operationsInterfaces/agents.js.map +0 -1
- package/dist/esm/operationsInterfaces/endpoints.d.ts +0 -57
- package/dist/esm/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/endpoints.js +0 -9
- package/dist/esm/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -8
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -15
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/jobDefinitions.d.ts +0 -83
- package/dist/esm/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/jobDefinitions.js +0 -9
- package/dist/esm/operationsInterfaces/jobDefinitions.js.map +0 -1
- package/dist/esm/operationsInterfaces/jobRuns.d.ts +0 -25
- package/dist/esm/operationsInterfaces/jobRuns.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/jobRuns.js +0 -9
- package/dist/esm/operationsInterfaces/jobRuns.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/projects.d.ts +0 -57
- package/dist/esm/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/projects.js +0 -9
- package/dist/esm/operationsInterfaces/projects.js.map +0 -1
- package/dist/esm/operationsInterfaces/storageMovers.d.ts +0 -57
- package/dist/esm/operationsInterfaces/storageMovers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/storageMovers.js +0 -9
- package/dist/esm/operationsInterfaces/storageMovers.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -30
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/esm/storageMoverClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -18
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -64
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1539
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -25
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -191
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/agents.d.ts +0 -81
- package/dist/react-native/operations/agents.d.ts.map +0 -1
- package/dist/react-native/operations/agents.js +0 -319
- package/dist/react-native/operations/agents.js.map +0 -1
- package/dist/react-native/operations/endpoints.d.ts +0 -82
- package/dist/react-native/operations/endpoints.d.ts.map +0 -1
- package/dist/react-native/operations/endpoints.js +0 -320
- package/dist/react-native/operations/endpoints.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -8
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -15
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/jobDefinitions.d.ts +0 -110
- package/dist/react-native/operations/jobDefinitions.d.ts.map +0 -1
- package/dist/react-native/operations/jobDefinitions.js +0 -442
- package/dist/react-native/operations/jobDefinitions.js.map +0 -1
- package/dist/react-native/operations/jobRuns.d.ts +0 -54
- package/dist/react-native/operations/jobRuns.d.ts.map +0 -1
- package/dist/react-native/operations/jobRuns.js +0 -199
- package/dist/react-native/operations/jobRuns.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -116
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/projects.d.ts +0 -82
- package/dist/react-native/operations/projects.d.ts.map +0 -1
- package/dist/react-native/operations/projects.js +0 -320
- package/dist/react-native/operations/projects.js.map +0 -1
- package/dist/react-native/operations/storageMovers.d.ts +0 -93
- package/dist/react-native/operations/storageMovers.d.ts.map +0 -1
- package/dist/react-native/operations/storageMovers.js +0 -401
- package/dist/react-native/operations/storageMovers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/agents.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/agents.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/agents.js +0 -9
- package/dist/react-native/operationsInterfaces/agents.js.map +0 -1
- package/dist/react-native/operationsInterfaces/endpoints.d.ts +0 -57
- package/dist/react-native/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/endpoints.js +0 -9
- package/dist/react-native/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -8
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -15
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/jobDefinitions.d.ts +0 -83
- package/dist/react-native/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/jobDefinitions.js +0 -9
- package/dist/react-native/operationsInterfaces/jobDefinitions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/jobRuns.d.ts +0 -25
- package/dist/react-native/operationsInterfaces/jobRuns.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/jobRuns.js +0 -9
- package/dist/react-native/operationsInterfaces/jobRuns.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/projects.d.ts +0 -57
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/projects.js +0 -9
- package/dist/react-native/operationsInterfaces/projects.js.map +0 -1
- package/dist/react-native/operationsInterfaces/storageMovers.d.ts +0 -57
- package/dist/react-native/operationsInterfaces/storageMovers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/storageMovers.js +0 -9
- package/dist/react-native/operationsInterfaces/storageMovers.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/storageMoverClient.d.ts.map +0 -1
- package/review/arm-storagemover-node.api.md +0 -870
package/dist/esm/models/index.js
CHANGED
|
@@ -1,140 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
9
|
-
export var KnownOrigin;
|
|
10
|
-
(function (KnownOrigin) {
|
|
11
|
-
/** User */
|
|
12
|
-
KnownOrigin["User"] = "user";
|
|
13
|
-
/** System */
|
|
14
|
-
KnownOrigin["System"] = "system";
|
|
15
|
-
/** UserSystem */
|
|
16
|
-
KnownOrigin["UserSystem"] = "user,system";
|
|
17
|
-
})(KnownOrigin || (KnownOrigin = {}));
|
|
18
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
19
|
-
export var KnownActionType;
|
|
20
|
-
(function (KnownActionType) {
|
|
21
|
-
/** Internal */
|
|
22
|
-
KnownActionType["Internal"] = "Internal";
|
|
23
|
-
})(KnownActionType || (KnownActionType = {}));
|
|
24
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
25
|
-
export var KnownProvisioningState;
|
|
26
|
-
(function (KnownProvisioningState) {
|
|
27
|
-
/** Succeeded */
|
|
28
|
-
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
29
|
-
/** Canceled */
|
|
30
|
-
KnownProvisioningState["Canceled"] = "Canceled";
|
|
31
|
-
/** Failed */
|
|
32
|
-
KnownProvisioningState["Failed"] = "Failed";
|
|
33
|
-
/** Deleting */
|
|
34
|
-
KnownProvisioningState["Deleting"] = "Deleting";
|
|
35
|
-
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
36
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
37
|
-
export var KnownCreatedByType;
|
|
38
|
-
(function (KnownCreatedByType) {
|
|
39
|
-
/** User */
|
|
40
|
-
KnownCreatedByType["User"] = "User";
|
|
41
|
-
/** Application */
|
|
42
|
-
KnownCreatedByType["Application"] = "Application";
|
|
43
|
-
/** ManagedIdentity */
|
|
44
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
45
|
-
/** Key */
|
|
46
|
-
KnownCreatedByType["Key"] = "Key";
|
|
47
|
-
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
48
|
-
/** Known values of {@link AgentStatus} that the service accepts. */
|
|
49
|
-
export var KnownAgentStatus;
|
|
50
|
-
(function (KnownAgentStatus) {
|
|
51
|
-
/** Registering */
|
|
52
|
-
KnownAgentStatus["Registering"] = "Registering";
|
|
53
|
-
/** Offline */
|
|
54
|
-
KnownAgentStatus["Offline"] = "Offline";
|
|
55
|
-
/** Online */
|
|
56
|
-
KnownAgentStatus["Online"] = "Online";
|
|
57
|
-
/** Executing */
|
|
58
|
-
KnownAgentStatus["Executing"] = "Executing";
|
|
59
|
-
/** RequiresAttention */
|
|
60
|
-
KnownAgentStatus["RequiresAttention"] = "RequiresAttention";
|
|
61
|
-
/** Unregistering */
|
|
62
|
-
KnownAgentStatus["Unregistering"] = "Unregistering";
|
|
63
|
-
})(KnownAgentStatus || (KnownAgentStatus = {}));
|
|
64
|
-
/** Known values of {@link Minute} that the service accepts. */
|
|
65
|
-
export var KnownMinute;
|
|
66
|
-
(function (KnownMinute) {
|
|
67
|
-
/** Zero */
|
|
68
|
-
KnownMinute[KnownMinute["Zero"] = 0] = "Zero";
|
|
69
|
-
/** Thirty */
|
|
70
|
-
KnownMinute[KnownMinute["Thirty"] = 30] = "Thirty";
|
|
71
|
-
})(KnownMinute || (KnownMinute = {}));
|
|
72
|
-
/** Known values of {@link EndpointType} that the service accepts. */
|
|
73
|
-
export var KnownEndpointType;
|
|
74
|
-
(function (KnownEndpointType) {
|
|
75
|
-
/** AzureStorageBlobContainer */
|
|
76
|
-
KnownEndpointType["AzureStorageBlobContainer"] = "AzureStorageBlobContainer";
|
|
77
|
-
/** NfsMount */
|
|
78
|
-
KnownEndpointType["NfsMount"] = "NfsMount";
|
|
79
|
-
/** AzureStorageSmbFileShare */
|
|
80
|
-
KnownEndpointType["AzureStorageSmbFileShare"] = "AzureStorageSmbFileShare";
|
|
81
|
-
/** SmbMount */
|
|
82
|
-
KnownEndpointType["SmbMount"] = "SmbMount";
|
|
83
|
-
})(KnownEndpointType || (KnownEndpointType = {}));
|
|
84
|
-
/** Known values of {@link CopyMode} that the service accepts. */
|
|
85
|
-
export var KnownCopyMode;
|
|
86
|
-
(function (KnownCopyMode) {
|
|
87
|
-
/** Additive */
|
|
88
|
-
KnownCopyMode["Additive"] = "Additive";
|
|
89
|
-
/** Mirror */
|
|
90
|
-
KnownCopyMode["Mirror"] = "Mirror";
|
|
91
|
-
})(KnownCopyMode || (KnownCopyMode = {}));
|
|
92
|
-
/** Known values of {@link JobRunStatus} that the service accepts. */
|
|
93
|
-
export var KnownJobRunStatus;
|
|
94
|
-
(function (KnownJobRunStatus) {
|
|
95
|
-
/** Queued */
|
|
96
|
-
KnownJobRunStatus["Queued"] = "Queued";
|
|
97
|
-
/** Started */
|
|
98
|
-
KnownJobRunStatus["Started"] = "Started";
|
|
99
|
-
/** Running */
|
|
100
|
-
KnownJobRunStatus["Running"] = "Running";
|
|
101
|
-
/** CancelRequested */
|
|
102
|
-
KnownJobRunStatus["CancelRequested"] = "CancelRequested";
|
|
103
|
-
/** Canceling */
|
|
104
|
-
KnownJobRunStatus["Canceling"] = "Canceling";
|
|
105
|
-
/** Canceled */
|
|
106
|
-
KnownJobRunStatus["Canceled"] = "Canceled";
|
|
107
|
-
/** Failed */
|
|
108
|
-
KnownJobRunStatus["Failed"] = "Failed";
|
|
109
|
-
/** Succeeded */
|
|
110
|
-
KnownJobRunStatus["Succeeded"] = "Succeeded";
|
|
111
|
-
/** PausedByBandwidthManagement */
|
|
112
|
-
KnownJobRunStatus["PausedByBandwidthManagement"] = "PausedByBandwidthManagement";
|
|
113
|
-
})(KnownJobRunStatus || (KnownJobRunStatus = {}));
|
|
114
|
-
/** Known values of {@link JobRunScanStatus} that the service accepts. */
|
|
115
|
-
export var KnownJobRunScanStatus;
|
|
116
|
-
(function (KnownJobRunScanStatus) {
|
|
117
|
-
/** NotStarted */
|
|
118
|
-
KnownJobRunScanStatus["NotStarted"] = "NotStarted";
|
|
119
|
-
/** Scanning */
|
|
120
|
-
KnownJobRunScanStatus["Scanning"] = "Scanning";
|
|
121
|
-
/** Completed */
|
|
122
|
-
KnownJobRunScanStatus["Completed"] = "Completed";
|
|
123
|
-
})(KnownJobRunScanStatus || (KnownJobRunScanStatus = {}));
|
|
124
|
-
/** Known values of {@link NfsVersion} that the service accepts. */
|
|
125
|
-
export var KnownNfsVersion;
|
|
126
|
-
(function (KnownNfsVersion) {
|
|
127
|
-
/** NFSauto */
|
|
128
|
-
KnownNfsVersion["NFSauto"] = "NFSauto";
|
|
129
|
-
/** NFSv3 */
|
|
130
|
-
KnownNfsVersion["NFSv3"] = "NFSv3";
|
|
131
|
-
/** NFSv4 */
|
|
132
|
-
KnownNfsVersion["NFSv4"] = "NFSv4";
|
|
133
|
-
})(KnownNfsVersion || (KnownNfsVersion = {}));
|
|
134
|
-
/** Known values of {@link CredentialType} that the service accepts. */
|
|
135
|
-
export var KnownCredentialType;
|
|
136
|
-
(function (KnownCredentialType) {
|
|
137
|
-
/** AzureKeyVaultSmb */
|
|
138
|
-
KnownCredentialType["AzureKeyVaultSmb"] = "AzureKeyVaultSmb";
|
|
139
|
-
})(KnownCredentialType || (KnownCredentialType = {}));
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export { KnownOrigin, KnownActionType, KnownProvisioningState, KnownCreatedByType, KnownAgentStatus, KnownMinute, KnownEndpointType, KnownNfsVersion, KnownManagedServiceIdentityType, KnownCredentialType, KnownJobType, KnownCopyMode, KnownJobRunStatus, KnownJobRunScanStatus, KnownVersions, } from "./models.js";
|
|
140
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAkvBH,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAWD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBASX;AATD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,eAAe;IACf,+CAAqB,CAAA;IACrB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EATW,sBAAsB,KAAtB,sBAAsB,QASjC;AAcD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAaX;AAbD,WAAY,gBAAgB;IAC1B,kBAAkB;IAClB,+CAA2B,CAAA;IAC3B,cAAc;IACd,uCAAmB,CAAA;IACnB,aAAa;IACb,qCAAiB,CAAA;IACjB,gBAAgB;IAChB,2CAAuB,CAAA;IACvB,wBAAwB;IACxB,2DAAuC,CAAA;IACvC,oBAAoB;IACpB,mDAA+B,CAAA;AACjC,CAAC,EAbW,gBAAgB,KAAhB,gBAAgB,QAa3B;AAgBD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,WAAW;IACX,6CAAQ,CAAA;IACR,aAAa;IACb,kDAAW,CAAA;AACb,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB;AAYD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBASX;AATD,WAAY,iBAAiB;IAC3B,gCAAgC;IAChC,4EAAuD,CAAA;IACvD,eAAe;IACf,0CAAqB,CAAA;IACrB,+BAA+B;IAC/B,0EAAqD,CAAA;IACrD,eAAe;IACf,0CAAqB,CAAA;AACvB,CAAC,EATW,iBAAiB,KAAjB,iBAAiB,QAS5B;AAcD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,eAAe;IACf,sCAAqB,CAAA;IACrB,aAAa;IACb,kCAAiB,CAAA;AACnB,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AAYD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAmBX;AAnBD,WAAY,iBAAiB;IAC3B,aAAa;IACb,sCAAiB,CAAA;IACjB,cAAc;IACd,wCAAmB,CAAA;IACnB,cAAc;IACd,wCAAmB,CAAA;IACnB,sBAAsB;IACtB,wDAAmC,CAAA;IACnC,gBAAgB;IAChB,4CAAuB,CAAA;IACvB,eAAe;IACf,0CAAqB,CAAA;IACrB,aAAa;IACb,sCAAiB,CAAA;IACjB,gBAAgB;IAChB,4CAAuB,CAAA;IACvB,kCAAkC;IAClC,gFAA2D,CAAA;AAC7D,CAAC,EAnBW,iBAAiB,KAAjB,iBAAiB,QAmB5B;AAmBD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC/B,iBAAiB;IACjB,kDAAyB,CAAA;IACzB,eAAe;IACf,8CAAqB,CAAA;IACrB,gBAAgB;IAChB,gDAAuB,CAAA;AACzB,CAAC,EAPW,qBAAqB,KAArB,qBAAqB,QAOhC;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,cAAc;IACd,sCAAmB,CAAA;IACnB,YAAY;IACZ,kCAAe,CAAA;IACf,YAAY;IACZ,kCAAe,CAAA;AACjB,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAaD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,uBAAuB;IACvB,4DAAqC,CAAA;AACvC,CAAC,EAHW,mBAAmB,KAAnB,mBAAmB,QAG9B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type EndpointBasePropertiesUnion =\n | EndpointBaseProperties\n | AzureStorageBlobContainerEndpointProperties\n | NfsMountEndpointProperties\n | AzureStorageSmbFileShareEndpointProperties\n | SmbMountEndpointProperties;\nexport type EndpointBaseUpdatePropertiesUnion =\n | EndpointBaseUpdateProperties\n | AzureStorageBlobContainerEndpointUpdateProperties\n | NfsMountEndpointUpdateProperties\n | AzureStorageSmbFileShareEndpointUpdateProperties\n | SmbMountEndpointUpdateProperties;\nexport type CredentialsUnion = Credentials | AzureKeyVaultSmbCredentials;\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** List of Storage Movers. */\nexport interface StorageMoverList {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: StorageMover[];\n /**\n * Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The Storage Mover resource. */\nexport interface StorageMoverUpdateParameters {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** A description for the Storage Mover. */\n description?: string;\n}\n\n/** List of Agents. */\nexport interface AgentList {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: Agent[];\n /**\n * Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The WAN-link upload limit schedule. Overlapping recurrences are not allowed. */\nexport interface UploadLimitSchedule {\n /** The set of weekly repeating recurrences of the WAN-link upload limit schedule. */\n weeklyRecurrences?: UploadLimitWeeklyRecurrence[];\n}\n\n/** The schedule recurrence. */\nexport interface Recurrence {\n /** The start time of the schedule recurrence. Full hour and 30-minute intervals are supported. */\n startTime: Time;\n /** The end time of the schedule recurrence. Full hour and 30-minute intervals are supported. */\n endTime: Time;\n}\n\n/** The time of day. */\nexport interface Time {\n /** The hour element of the time. Allowed values range from 0 (start of the selected day) to 24 (end of the selected day). Hour value 24 cannot be combined with any other minute value but 0. */\n hour: number;\n /** The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0. */\n minute?: Minute;\n}\n\n/** The WAN-link upload limit. */\nexport interface UploadLimit {\n /** The WAN-link upload bandwidth (maximum data transfer rate) in megabits per second. Value of 0 indicates no throughput is allowed and any running migration job is effectively paused for the duration of this recurrence. Only data plane operations are governed by this limit. Control plane operations ensure seamless functionality. The agent may exceed this limit with control messages, if necessary. */\n limitInMbps: number;\n}\n\nexport interface AgentPropertiesErrorDetails {\n /** Error code reported by Agent */\n code?: string;\n /** Expanded description of reported error code */\n message?: string;\n}\n\n/** The Agent resource. */\nexport interface AgentUpdateParameters {\n /** A description for the Agent. */\n description?: string;\n /** The WAN-link upload limit schedule that applies to any Job Run the agent executes. Data plane operations (migrating files) are affected. Control plane operations ensure seamless migration functionality and are not limited by this schedule. The schedule is interpreted with the agent's local time. */\n uploadLimitSchedule?: UploadLimitSchedule;\n}\n\n/** List of Endpoints. */\nexport interface EndpointList {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: Endpoint[];\n /**\n * Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The resource specific properties for the Storage Mover resource. */\nexport interface EndpointBaseProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType:\n | \"AzureStorageBlobContainer\"\n | \"NfsMount\"\n | \"AzureStorageSmbFileShare\"\n | \"SmbMount\";\n /** A description for the Endpoint. */\n description?: string;\n /**\n * The provisioning state of this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** The Endpoint resource. */\nexport interface EndpointBaseUpdateParameters {\n /** The Endpoint resource, which contains information about file sources and targets. */\n properties?: EndpointBaseUpdatePropertiesUnion;\n}\n\n/** The Endpoint resource, which contains information about file sources and targets. */\nexport interface EndpointBaseUpdateProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType:\n | \"AzureStorageBlobContainer\"\n | \"NfsMount\"\n | \"AzureStorageSmbFileShare\"\n | \"SmbMount\";\n /** A description for the Endpoint. */\n description?: string;\n}\n\n/** List of Project resources. */\nexport interface ProjectList {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: Project[];\n /**\n * Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The Project resource. */\nexport interface ProjectUpdateParameters {\n /** A description for the Project. */\n description?: string;\n}\n\n/** List of Job Definitions. */\nexport interface JobDefinitionList {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: JobDefinition[];\n /**\n * Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The Job Definition resource. */\nexport interface JobDefinitionUpdateParameters {\n /** A description for the Job Definition. */\n description?: string;\n /** Strategy to use for copy. */\n copyMode?: CopyMode;\n /** Name of the Agent to assign for new Job Runs of this Job Definition. */\n agentName?: string;\n}\n\n/** Response that identifies a Job Run. */\nexport interface JobRunResourceId {\n /**\n * Fully qualified resource id of the Job Run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobRunResourceId?: string;\n}\n\n/** List of Job Runs. */\nexport interface JobRunList {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: JobRun[];\n /**\n * Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Error type */\nexport interface JobRunError {\n /** Error code of the given entry. */\n code?: string;\n /** Error message of the given entry. */\n message?: string;\n /** Target of the given error entry. */\n target?: string;\n}\n\n/** The Credentials. */\nexport interface Credentials {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"AzureKeyVaultSmb\";\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The weekly recurrence of the schedule. */\nexport interface WeeklyRecurrence extends Recurrence {\n /** The set of days of week for the schedule recurrence. A day must not be specified more than once in a recurrence. */\n days: DayOfWeek[];\n}\n\n/** The weekly recurrence of the WAN-link upload limit schedule. The start time must be earlier in the day than the end time. The recurrence must not span across multiple days. */\nexport interface UploadLimitWeeklyRecurrence\n extends WeeklyRecurrence,\n UploadLimit {}\n\n/** The properties of Azure Storage blob container endpoint. */\nexport interface AzureStorageBlobContainerEndpointProperties\n extends EndpointBaseProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"AzureStorageBlobContainer\";\n /** The Azure Resource ID of the storage account that is the target destination. */\n storageAccountResourceId: string;\n /** The name of the Storage blob container that is the target destination. */\n blobContainerName: string;\n}\n\n/** The properties of NFS share endpoint. */\nexport interface NfsMountEndpointProperties extends EndpointBaseProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"NfsMount\";\n /** The host name or IP address of the server exporting the file system. */\n host: string;\n /** The NFS protocol version. */\n nfsVersion?: NfsVersion;\n /** The directory being exported from the server. */\n export: string;\n}\n\n/** The properties of Azure Storage SMB file share endpoint. */\nexport interface AzureStorageSmbFileShareEndpointProperties\n extends EndpointBaseProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"AzureStorageSmbFileShare\";\n /** The Azure Resource ID of the storage account. */\n storageAccountResourceId: string;\n /** The name of the Azure Storage file share. */\n fileShareName: string;\n}\n\n/** The properties of SMB share endpoint. */\nexport interface SmbMountEndpointProperties extends EndpointBaseProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"SmbMount\";\n /** The host name or IP address of the server exporting the file system. */\n host: string;\n /** The name of the SMB share being exported from the server. */\n shareName: string;\n /** The Azure Key Vault secret URIs which store the required credentials to access the SMB share. */\n credentials?: AzureKeyVaultSmbCredentials;\n}\n\nexport interface AzureStorageBlobContainerEndpointUpdateProperties\n extends EndpointBaseUpdateProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"AzureStorageBlobContainer\";\n}\n\nexport interface NfsMountEndpointUpdateProperties\n extends EndpointBaseUpdateProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"NfsMount\";\n}\n\n/** The properties of Azure Storage SMB file share endpoint to update. */\nexport interface AzureStorageSmbFileShareEndpointUpdateProperties\n extends EndpointBaseUpdateProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"AzureStorageSmbFileShare\";\n}\n\n/** The properties of SMB share endpoint to update. */\nexport interface SmbMountEndpointUpdateProperties\n extends EndpointBaseUpdateProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"SmbMount\";\n /** The Azure Key Vault secret URIs which store the required credentials to access the SMB share. */\n credentials?: AzureKeyVaultSmbCredentials;\n}\n\n/** The Azure Key Vault secret URIs which store the credentials. */\nexport interface AzureKeyVaultSmbCredentials extends Credentials {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"AzureKeyVaultSmb\";\n /** The Azure Key Vault secret URI which stores the username. Use empty string to clean-up existing value. */\n usernameUri?: string;\n /** The Azure Key Vault secret URI which stores the password. Use empty string to clean-up existing value. */\n passwordUri?: string;\n}\n\n/** The Storage Mover resource, which is a container for a group of Agents, Projects, and Endpoints. */\nexport interface StorageMover extends TrackedResource {\n /** A description for the Storage Mover. */\n description?: string;\n /**\n * The provisioning state of this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** The Agent resource. */\nexport interface Agent extends ProxyResource {\n /** A description for the Agent. */\n description?: string;\n /**\n * The Agent version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentVersion?: string;\n /** The fully qualified resource ID of the Hybrid Compute resource for the Agent. */\n arcResourceId: string;\n /** The VM UUID of the Hybrid Compute resource for the Agent. */\n arcVmUuid: string;\n /**\n * The Agent status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentStatus?: AgentStatus;\n /**\n * The last updated time of the Agent status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastStatusUpdate?: Date;\n /**\n * Local IP address reported by the Agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly localIPAddress?: string;\n /**\n * Available memory reported by the Agent, in MB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memoryInMB?: number;\n /**\n * Available compute cores reported by the Agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfCores?: number;\n /**\n * Uptime of the Agent in seconds.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uptimeInSeconds?: number;\n /**\n * The agent's local time zone represented in Windows format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeZone?: string;\n /** The WAN-link upload limit schedule that applies to any Job Run the agent executes. Data plane operations (migrating files) are affected. Control plane operations ensure seamless migration functionality and are not limited by this schedule. The schedule is interpreted with the agent's local time. */\n uploadLimitSchedule?: UploadLimitSchedule;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly errorDetails?: AgentPropertiesErrorDetails;\n /**\n * The provisioning state of this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** The Endpoint resource, which contains information about file sources and targets. */\nexport interface Endpoint extends ProxyResource {\n /** The resource specific properties for the Storage Mover resource. */\n properties: EndpointBasePropertiesUnion;\n}\n\n/** The Project resource. */\nexport interface Project extends ProxyResource {\n /** A description for the Project. */\n description?: string;\n /**\n * The provisioning state of this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** The Job Definition resource. */\nexport interface JobDefinition extends ProxyResource {\n /** A description for the Job Definition. */\n description?: string;\n /** Strategy to use for copy. */\n copyMode: CopyMode;\n /** The name of the source Endpoint. */\n sourceName: string;\n /**\n * Fully qualified resource ID of the source Endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceResourceId?: string;\n /** The subpath to use when reading from the source Endpoint. */\n sourceSubpath?: string;\n /** The name of the target Endpoint. */\n targetName: string;\n /**\n * Fully qualified resource ID of the target Endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetResourceId?: string;\n /** The subpath to use when writing to the target Endpoint. */\n targetSubpath?: string;\n /**\n * The name of the Job Run in a non-terminal state, if exists.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestJobRunName?: string;\n /**\n * The fully qualified resource ID of the Job Run in a non-terminal state, if exists.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestJobRunResourceId?: string;\n /**\n * The current status of the Job Run in a non-terminal state, if exists.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestJobRunStatus?: JobRunStatus;\n /** Name of the Agent to assign for new Job Runs of this Job Definition. */\n agentName?: string;\n /**\n * Fully qualified resource id of the Agent to assign for new Job Runs of this Job Definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentResourceId?: string;\n /**\n * The provisioning state of this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** The Job Run resource. */\nexport interface JobRun extends ProxyResource {\n /**\n * The state of the job execution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: JobRunStatus;\n /**\n * The status of Agent's scanning of source.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scanStatus?: JobRunScanStatus;\n /**\n * Name of the Agent assigned to this run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentName?: string;\n /**\n * Fully qualified resource id of the Agent assigned to this run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentResourceId?: string;\n /**\n * Start time of the run. Null if no Agent reported that the job has started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly executionStartTime?: Date;\n /**\n * End time of the run. Null if Agent has not reported that the job has ended.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly executionEndTime?: Date;\n /**\n * The last updated time of the Job Run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastStatusUpdate?: Date;\n /**\n * Number of items scanned so far in source.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly itemsScanned?: number;\n /**\n * Number of items that will not be transferred, as they are excluded by user configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly itemsExcluded?: number;\n /**\n * Number of items that will not be transferred, as they are unsupported on target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly itemsUnsupported?: number;\n /**\n * Number of items that will not be transferred, as they are already found on target (e.g. mirror mode).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly itemsNoTransferNeeded?: number;\n /**\n * Number of items that were attempted to transfer and failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly itemsFailed?: number;\n /**\n * Number of items successfully transferred to target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly itemsTransferred?: number;\n /**\n * Bytes of data scanned so far in source.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly bytesScanned?: number;\n /**\n * Bytes of data that will not be transferred, as they are excluded by user configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly bytesExcluded?: number;\n /**\n * Bytes of data that will not be transferred, as they are unsupported on target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly bytesUnsupported?: number;\n /**\n * Bytes of data that will not be transferred, as they are already found on target (e.g. mirror mode).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly bytesNoTransferNeeded?: number;\n /**\n * Bytes of data that were attempted to transfer and failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly bytesFailed?: number;\n /**\n * Bytes of data successfully transferred to target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly bytesTransferred?: number;\n /**\n * Name of source Endpoint resource. This resource may no longer exist.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceName?: string;\n /**\n * Fully qualified resource id of source Endpoint. This id may no longer exist.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceResourceId?: string;\n /**\n * Copy of source Endpoint resource's properties at time of Job Run creation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceProperties?: Record<string, unknown>;\n /**\n * Name of target Endpoint resource. This resource may no longer exist.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetName?: string;\n /**\n * Fully qualified resource id of of Endpoint. This id may no longer exist.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetResourceId?: string;\n /**\n * Copy of Endpoint resource's properties at time of Job Run creation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetProperties?: Record<string, unknown>;\n /**\n * Copy of parent Job Definition's properties at time of Job Run creation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobDefinitionProperties?: Record<string, unknown>;\n /**\n * Error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: JobRunError;\n /**\n * The provisioning state of this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleting**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link AgentStatus} that the service accepts. */\nexport enum KnownAgentStatus {\n /** Registering */\n Registering = \"Registering\",\n /** Offline */\n Offline = \"Offline\",\n /** Online */\n Online = \"Online\",\n /** Executing */\n Executing = \"Executing\",\n /** RequiresAttention */\n RequiresAttention = \"RequiresAttention\",\n /** Unregistering */\n Unregistering = \"Unregistering\",\n}\n\n/**\n * Defines values for AgentStatus. \\\n * {@link KnownAgentStatus} can be used interchangeably with AgentStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Registering** \\\n * **Offline** \\\n * **Online** \\\n * **Executing** \\\n * **RequiresAttention** \\\n * **Unregistering**\n */\nexport type AgentStatus = string;\n\n/** Known values of {@link Minute} that the service accepts. */\nexport enum KnownMinute {\n /** Zero */\n Zero = 0,\n /** Thirty */\n Thirty = 30,\n}\n\n/**\n * Defines values for Minute. \\\n * {@link KnownMinute} can be used interchangeably with Minute,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **0** \\\n * **30**\n */\nexport type Minute = number;\n\n/** Known values of {@link EndpointType} that the service accepts. */\nexport enum KnownEndpointType {\n /** AzureStorageBlobContainer */\n AzureStorageBlobContainer = \"AzureStorageBlobContainer\",\n /** NfsMount */\n NfsMount = \"NfsMount\",\n /** AzureStorageSmbFileShare */\n AzureStorageSmbFileShare = \"AzureStorageSmbFileShare\",\n /** SmbMount */\n SmbMount = \"SmbMount\",\n}\n\n/**\n * Defines values for EndpointType. \\\n * {@link KnownEndpointType} can be used interchangeably with EndpointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureStorageBlobContainer** \\\n * **NfsMount** \\\n * **AzureStorageSmbFileShare** \\\n * **SmbMount**\n */\nexport type EndpointType = string;\n\n/** Known values of {@link CopyMode} that the service accepts. */\nexport enum KnownCopyMode {\n /** Additive */\n Additive = \"Additive\",\n /** Mirror */\n Mirror = \"Mirror\",\n}\n\n/**\n * Defines values for CopyMode. \\\n * {@link KnownCopyMode} can be used interchangeably with CopyMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Additive** \\\n * **Mirror**\n */\nexport type CopyMode = string;\n\n/** Known values of {@link JobRunStatus} that the service accepts. */\nexport enum KnownJobRunStatus {\n /** Queued */\n Queued = \"Queued\",\n /** Started */\n Started = \"Started\",\n /** Running */\n Running = \"Running\",\n /** CancelRequested */\n CancelRequested = \"CancelRequested\",\n /** Canceling */\n Canceling = \"Canceling\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** PausedByBandwidthManagement */\n PausedByBandwidthManagement = \"PausedByBandwidthManagement\",\n}\n\n/**\n * Defines values for JobRunStatus. \\\n * {@link KnownJobRunStatus} can be used interchangeably with JobRunStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Queued** \\\n * **Started** \\\n * **Running** \\\n * **CancelRequested** \\\n * **Canceling** \\\n * **Canceled** \\\n * **Failed** \\\n * **Succeeded** \\\n * **PausedByBandwidthManagement**\n */\nexport type JobRunStatus = string;\n\n/** Known values of {@link JobRunScanStatus} that the service accepts. */\nexport enum KnownJobRunScanStatus {\n /** NotStarted */\n NotStarted = \"NotStarted\",\n /** Scanning */\n Scanning = \"Scanning\",\n /** Completed */\n Completed = \"Completed\",\n}\n\n/**\n * Defines values for JobRunScanStatus. \\\n * {@link KnownJobRunScanStatus} can be used interchangeably with JobRunScanStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotStarted** \\\n * **Scanning** \\\n * **Completed**\n */\nexport type JobRunScanStatus = string;\n\n/** Known values of {@link NfsVersion} that the service accepts. */\nexport enum KnownNfsVersion {\n /** NFSauto */\n NFSauto = \"NFSauto\",\n /** NFSv3 */\n NFSv3 = \"NFSv3\",\n /** NFSv4 */\n NFSv4 = \"NFSv4\",\n}\n\n/**\n * Defines values for NfsVersion. \\\n * {@link KnownNfsVersion} can be used interchangeably with NfsVersion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NFSauto** \\\n * **NFSv3** \\\n * **NFSv4**\n */\nexport type NfsVersion = string;\n\n/** Known values of {@link CredentialType} that the service accepts. */\nexport enum KnownCredentialType {\n /** AzureKeyVaultSmb */\n AzureKeyVaultSmb = \"AzureKeyVaultSmb\",\n}\n\n/**\n * Defines values for CredentialType. \\\n * {@link KnownCredentialType} can be used interchangeably with CredentialType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureKeyVaultSmb**\n */\nexport type CredentialType = string;\n/** Defines values for DayOfWeek. */\nexport type DayOfWeek =\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\"\n | \"Sunday\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface StorageMoversListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type StorageMoversListBySubscriptionResponse = StorageMoverList;\n\n/** Optional parameters. */\nexport interface StorageMoversListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type StorageMoversListResponse = StorageMoverList;\n\n/** Optional parameters. */\nexport interface StorageMoversGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type StorageMoversGetResponse = StorageMover;\n\n/** Optional parameters. */\nexport interface StorageMoversCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type StorageMoversCreateOrUpdateResponse = StorageMover;\n\n/** Optional parameters. */\nexport interface StorageMoversUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type StorageMoversUpdateResponse = StorageMover;\n\n/** Optional parameters. */\nexport interface StorageMoversDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorageMoversListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type StorageMoversListBySubscriptionNextResponse = StorageMoverList;\n\n/** Optional parameters. */\nexport interface StorageMoversListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type StorageMoversListNextResponse = StorageMoverList;\n\n/** Optional parameters. */\nexport interface AgentsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AgentsListResponse = AgentList;\n\n/** Optional parameters. */\nexport interface AgentsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AgentsGetResponse = Agent;\n\n/** Optional parameters. */\nexport interface AgentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AgentsCreateOrUpdateResponse = Agent;\n\n/** Optional parameters. */\nexport interface AgentsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AgentsUpdateResponse = Agent;\n\n/** Optional parameters. */\nexport interface AgentsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AgentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AgentsListNextResponse = AgentList;\n\n/** Optional parameters. */\nexport interface EndpointsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type EndpointsListResponse = EndpointList;\n\n/** Optional parameters. */\nexport interface EndpointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EndpointsGetResponse = Endpoint;\n\n/** Optional parameters. */\nexport interface EndpointsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EndpointsCreateOrUpdateResponse = Endpoint;\n\n/** Optional parameters. */\nexport interface EndpointsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type EndpointsUpdateResponse = Endpoint;\n\n/** Optional parameters. */\nexport interface EndpointsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface EndpointsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type EndpointsListNextResponse = EndpointList;\n\n/** Optional parameters. */\nexport interface ProjectsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ProjectsListResponse = ProjectList;\n\n/** Optional parameters. */\nexport interface ProjectsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ProjectsGetResponse = Project;\n\n/** Optional parameters. */\nexport interface ProjectsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ProjectsCreateOrUpdateResponse = Project;\n\n/** Optional parameters. */\nexport interface ProjectsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ProjectsUpdateResponse = Project;\n\n/** Optional parameters. */\nexport interface ProjectsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ProjectsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ProjectsListNextResponse = ProjectList;\n\n/** Optional parameters. */\nexport interface JobDefinitionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type JobDefinitionsListResponse = JobDefinitionList;\n\n/** Optional parameters. */\nexport interface JobDefinitionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type JobDefinitionsGetResponse = JobDefinition;\n\n/** Optional parameters. */\nexport interface JobDefinitionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type JobDefinitionsCreateOrUpdateResponse = JobDefinition;\n\n/** Optional parameters. */\nexport interface JobDefinitionsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type JobDefinitionsUpdateResponse = JobDefinition;\n\n/** Optional parameters. */\nexport interface JobDefinitionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface JobDefinitionsStartJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the startJob operation. */\nexport type JobDefinitionsStartJobResponse = JobRunResourceId;\n\n/** Optional parameters. */\nexport interface JobDefinitionsStopJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the stopJob operation. */\nexport type JobDefinitionsStopJobResponse = JobRunResourceId;\n\n/** Optional parameters. */\nexport interface JobDefinitionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type JobDefinitionsListNextResponse = JobDefinitionList;\n\n/** Optional parameters. */\nexport interface JobRunsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type JobRunsListResponse = JobRunList;\n\n/** Optional parameters. */\nexport interface JobRunsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type JobRunsGetResponse = JobRun;\n\n/** Optional parameters. */\nexport interface JobRunsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type JobRunsListNextResponse = JobRunList;\n\n/** Optional parameters. */\nexport interface StorageMoverClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAGL,WAAW,EAEX,eAAe,EAOf,sBAAsB,EAKtB,kBAAkB,EAMlB,gBAAgB,EAShB,WAAW,EAQX,iBAAiB,EAIjB,eAAe,EAQf,+BAA+B,EAK/B,mBAAmB,EAiBnB,YAAY,EAEZ,aAAa,EAEb,iBAAiB,EAYjB,qBAAqB,EAGrB,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n StorageMover,\n StorageMoverProperties,\n KnownProvisioningState,\n ProvisioningState,\n TrackedResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n StorageMoverUpdateParameters,\n StorageMoverUpdateProperties,\n Agent,\n AgentProperties,\n KnownAgentStatus,\n AgentStatus,\n UploadLimitSchedule,\n UploadLimitWeeklyRecurrence,\n AgentPropertiesErrorDetails,\n WeeklyRecurrence,\n DayOfWeek,\n Recurrence,\n Time,\n KnownMinute,\n Minute,\n ProxyResource,\n AgentUpdateParameters,\n AgentUpdateProperties,\n Endpoint,\n EndpointBaseProperties,\n EndpointBasePropertiesUnion,\n KnownEndpointType,\n EndpointType,\n AzureStorageBlobContainerEndpointProperties,\n NfsMountEndpointProperties,\n KnownNfsVersion,\n NfsVersion,\n AzureStorageSmbFileShareEndpointProperties,\n SmbMountEndpointProperties,\n AzureKeyVaultSmbCredentials,\n AzureStorageNfsFileShareEndpointProperties,\n AzureMultiCloudConnectorEndpointProperties,\n ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n ManagedServiceIdentityType,\n UserAssignedIdentity,\n Credentials,\n CredentialsUnion,\n KnownCredentialType,\n CredentialType,\n EndpointBaseUpdateParameters,\n EndpointBaseUpdateProperties,\n EndpointBaseUpdatePropertiesUnion,\n AzureStorageBlobContainerEndpointUpdateProperties,\n NfsMountEndpointUpdateProperties,\n AzureStorageSmbFileShareEndpointUpdateProperties,\n AzureStorageNfsFileShareEndpointUpdateProperties,\n AzureMultiCloudConnectorEndpointUpdateProperties,\n SmbMountEndpointUpdateProperties,\n Project,\n ProjectProperties,\n ProjectUpdateParameters,\n ProjectUpdateProperties,\n JobDefinition,\n JobDefinitionProperties,\n KnownJobType,\n JobType,\n KnownCopyMode,\n CopyMode,\n KnownJobRunStatus,\n JobRunStatus,\n SourceTargetMap,\n SourceEndpoint,\n SourceEndpointProperties,\n TargetEndpoint,\n TargetEndpointProperties,\n JobDefinitionUpdateParameters,\n JobDefinitionUpdateProperties,\n JobRunResourceId,\n JobRun,\n JobRunProperties,\n KnownJobRunScanStatus,\n JobRunScanStatus,\n JobRunError,\n KnownVersions,\n} from \"./models.js\";\n"]}
|