@azure/arm-chaos 1.1.1-alpha.20250605.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +116 -7
- package/LICENSE +1 -1
- package/README.md +10 -15
- package/dist/browser/api/capabilities/index.d.ts +3 -0
- package/dist/browser/api/capabilities/index.js +4 -0
- package/dist/browser/api/capabilities/index.js.map +1 -0
- package/dist/browser/api/capabilities/operations.d.ts +27 -0
- package/dist/browser/api/capabilities/operations.js +131 -0
- package/dist/browser/api/capabilities/operations.js.map +1 -0
- package/dist/browser/api/capabilities/options.d.ts +16 -0
- package/dist/browser/api/capabilities/options.js +4 -0
- package/dist/browser/api/capabilities/options.js.map +1 -0
- package/dist/browser/api/capabilityTypes/index.d.ts +3 -0
- package/dist/browser/api/capabilityTypes/index.js +4 -0
- package/dist/browser/api/capabilityTypes/index.js.map +1 -0
- package/dist/browser/api/capabilityTypes/operations.d.ts +14 -0
- package/dist/browser/api/capabilityTypes/operations.js +60 -0
- package/dist/browser/api/capabilityTypes/operations.js.map +1 -0
- package/dist/browser/api/capabilityTypes/options.d.ts +10 -0
- package/dist/browser/api/capabilityTypes/options.js +4 -0
- package/dist/browser/api/capabilityTypes/options.js.map +1 -0
- package/dist/browser/api/chaosManagementContext.d.ts +17 -0
- package/dist/browser/api/chaosManagementContext.js +35 -0
- package/dist/browser/api/chaosManagementContext.js.map +1 -0
- package/dist/browser/api/experiments/index.d.ts +3 -0
- package/dist/browser/api/experiments/index.js +4 -0
- package/dist/browser/api/experiments/index.js.map +1 -0
- package/dist/browser/api/experiments/operations.d.ts +56 -0
- package/dist/browser/api/experiments/operations.js +319 -0
- package/dist/browser/api/experiments/operations.js.map +1 -0
- package/dist/browser/api/experiments/options.d.ts +53 -0
- package/dist/browser/api/experiments/options.js +4 -0
- package/dist/browser/api/experiments/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/operationStatuses/index.d.ts +3 -0
- package/dist/browser/api/operationStatuses/index.js +4 -0
- package/dist/browser/api/operationStatuses/index.js.map +1 -0
- package/dist/browser/api/operationStatuses/operations.d.ts +9 -0
- package/dist/browser/api/operationStatuses/operations.js +32 -0
- package/dist/browser/api/operationStatuses/operations.js.map +1 -0
- package/dist/browser/api/operationStatuses/options.d.ts +5 -0
- package/dist/browser/api/operationStatuses/options.js +4 -0
- package/dist/browser/api/operationStatuses/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 +29 -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/targetTypes/index.d.ts +3 -0
- package/dist/browser/api/targetTypes/index.js +4 -0
- package/dist/browser/api/targetTypes/index.js.map +1 -0
- package/dist/browser/api/targetTypes/operations.d.ts +14 -0
- package/dist/browser/api/targetTypes/operations.js +58 -0
- package/dist/browser/api/targetTypes/operations.js.map +1 -0
- package/dist/browser/api/targetTypes/options.d.ts +10 -0
- package/dist/browser/api/targetTypes/options.js +4 -0
- package/dist/browser/api/targetTypes/options.js.map +1 -0
- package/dist/browser/api/targets/index.d.ts +3 -0
- package/dist/browser/api/targets/index.js +4 -0
- package/dist/browser/api/targets/index.js.map +1 -0
- package/dist/browser/api/targets/operations.d.ts +27 -0
- package/dist/browser/api/targets/operations.js +127 -0
- package/dist/browser/api/targets/operations.js.map +1 -0
- package/dist/browser/api/targets/options.d.ts +16 -0
- package/dist/browser/api/targets/options.js +4 -0
- package/dist/browser/api/targets/options.js.map +1 -0
- package/dist/browser/chaosManagementClient.d.ts +30 -25
- package/dist/browser/chaosManagementClient.js +26 -98
- package/dist/browser/chaosManagementClient.js.map +1 -1
- package/dist/browser/classic/capabilities/index.d.ts +22 -0
- package/dist/browser/classic/capabilities/index.js +15 -0
- package/dist/browser/classic/capabilities/index.js.map +1 -0
- package/dist/browser/classic/capabilityTypes/index.d.ts +13 -0
- package/dist/browser/classic/capabilityTypes/index.js +13 -0
- package/dist/browser/classic/capabilityTypes/index.js.map +1 -0
- package/dist/browser/classic/experiments/index.d.ts +37 -0
- package/dist/browser/classic/experiments/index.js +22 -0
- package/dist/browser/classic/experiments/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/operationStatuses/index.d.ts +10 -0
- package/dist/browser/classic/operationStatuses/index.js +12 -0
- package/dist/browser/classic/operationStatuses/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/targetTypes/index.d.ts +13 -0
- package/dist/browser/classic/targetTypes/index.js +13 -0
- package/dist/browser/classic/targetTypes/index.js.map +1 -0
- package/dist/browser/classic/targets/index.d.ts +22 -0
- package/dist/browser/classic/targets/index.js +15 -0
- package/dist/browser/classic/targets/index.js.map +1 -0
- package/dist/browser/index.d.ts +13 -3
- package/dist/browser/index.js +4 -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 -1117
- package/dist/browser/models/index.js +3 -71
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +772 -0
- package/dist/browser/models/models.js +923 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +100 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -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 +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/capabilities/index.d.ts +3 -0
- package/dist/commonjs/api/capabilities/index.js +11 -0
- package/dist/commonjs/api/capabilities/index.js.map +1 -0
- package/dist/commonjs/api/capabilities/operations.d.ts +27 -0
- package/dist/commonjs/api/capabilities/operations.js +145 -0
- package/dist/commonjs/api/capabilities/operations.js.map +1 -0
- package/dist/commonjs/api/capabilities/options.d.ts +16 -0
- package/dist/commonjs/api/capabilities/options.js +5 -0
- package/dist/commonjs/api/capabilities/options.js.map +1 -0
- package/dist/commonjs/api/capabilityTypes/index.d.ts +3 -0
- package/dist/commonjs/api/capabilityTypes/index.js +9 -0
- package/dist/commonjs/api/capabilityTypes/index.js.map +1 -0
- package/dist/commonjs/api/capabilityTypes/operations.d.ts +14 -0
- package/dist/commonjs/api/capabilityTypes/operations.js +68 -0
- package/dist/commonjs/api/capabilityTypes/operations.js.map +1 -0
- package/dist/commonjs/api/capabilityTypes/options.d.ts +10 -0
- package/dist/commonjs/api/capabilityTypes/options.js +5 -0
- package/dist/commonjs/api/capabilityTypes/options.js.map +1 -0
- package/dist/commonjs/api/chaosManagementContext.d.ts +17 -0
- package/dist/commonjs/api/chaosManagementContext.js +38 -0
- package/dist/commonjs/api/chaosManagementContext.js.map +1 -0
- package/dist/commonjs/api/experiments/index.d.ts +3 -0
- package/dist/commonjs/api/experiments/index.js +18 -0
- package/dist/commonjs/api/experiments/index.js.map +1 -0
- package/dist/commonjs/api/experiments/operations.d.ts +56 -0
- package/dist/commonjs/api/experiments/operations.js +354 -0
- package/dist/commonjs/api/experiments/operations.js.map +1 -0
- package/dist/commonjs/api/experiments/options.d.ts +53 -0
- package/dist/commonjs/api/experiments/options.js +5 -0
- package/dist/commonjs/api/experiments/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/operationStatuses/index.d.ts +3 -0
- package/dist/commonjs/api/operationStatuses/index.js +8 -0
- package/dist/commonjs/api/operationStatuses/index.js.map +1 -0
- package/dist/commonjs/api/operationStatuses/operations.d.ts +9 -0
- package/dist/commonjs/api/operationStatuses/operations.js +37 -0
- package/dist/commonjs/api/operationStatuses/operations.js.map +1 -0
- package/dist/commonjs/api/operationStatuses/options.d.ts +5 -0
- package/dist/commonjs/api/operationStatuses/options.js +5 -0
- package/dist/commonjs/api/operationStatuses/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 +34 -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/targetTypes/index.d.ts +3 -0
- package/dist/commonjs/api/targetTypes/index.js +9 -0
- package/dist/commonjs/api/targetTypes/index.js.map +1 -0
- package/dist/commonjs/api/targetTypes/operations.d.ts +14 -0
- package/dist/commonjs/api/targetTypes/operations.js +66 -0
- package/dist/commonjs/api/targetTypes/operations.js.map +1 -0
- package/dist/commonjs/api/targetTypes/options.d.ts +10 -0
- package/dist/commonjs/api/targetTypes/options.js +5 -0
- package/dist/commonjs/api/targetTypes/options.js.map +1 -0
- package/dist/commonjs/api/targets/index.d.ts +3 -0
- package/dist/commonjs/api/targets/index.js +11 -0
- package/dist/commonjs/api/targets/index.js.map +1 -0
- package/dist/commonjs/api/targets/operations.d.ts +27 -0
- package/dist/commonjs/api/targets/operations.js +141 -0
- package/dist/commonjs/api/targets/operations.js.map +1 -0
- package/dist/commonjs/api/targets/options.d.ts +16 -0
- package/dist/commonjs/api/targets/options.js +5 -0
- package/dist/commonjs/api/targets/options.js.map +1 -0
- package/dist/commonjs/chaosManagementClient.d.ts +30 -25
- package/dist/commonjs/chaosManagementClient.js +26 -99
- package/dist/commonjs/chaosManagementClient.js.map +1 -1
- package/dist/commonjs/classic/capabilities/index.d.ts +22 -0
- package/dist/commonjs/classic/capabilities/index.js +18 -0
- package/dist/commonjs/classic/capabilities/index.js.map +1 -0
- package/dist/commonjs/classic/capabilityTypes/index.d.ts +13 -0
- package/dist/commonjs/classic/capabilityTypes/index.js +16 -0
- package/dist/commonjs/classic/capabilityTypes/index.js.map +1 -0
- package/dist/commonjs/classic/experiments/index.d.ts +37 -0
- package/dist/commonjs/classic/experiments/index.js +25 -0
- package/dist/commonjs/classic/experiments/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/operationStatuses/index.d.ts +10 -0
- package/dist/commonjs/classic/operationStatuses/index.js +15 -0
- package/dist/commonjs/classic/operationStatuses/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/targetTypes/index.d.ts +13 -0
- package/dist/commonjs/classic/targetTypes/index.js +16 -0
- package/dist/commonjs/classic/targetTypes/index.js.map +1 -0
- package/dist/commonjs/classic/targets/index.d.ts +22 -0
- package/dist/commonjs/classic/targets/index.js +18 -0
- package/dist/commonjs/classic/targets/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +13 -3
- package/dist/commonjs/index.js +16 -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 -1117
- package/dist/commonjs/models/index.js +14 -72
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +772 -0
- package/dist/commonjs/models/models.js +1040 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +103 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -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 +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/api/capabilities/index.d.ts +3 -0
- package/dist/esm/api/capabilities/index.js +4 -0
- package/dist/esm/api/capabilities/index.js.map +1 -0
- package/dist/esm/api/capabilities/operations.d.ts +27 -0
- package/dist/esm/api/capabilities/operations.js +131 -0
- package/dist/esm/api/capabilities/operations.js.map +1 -0
- package/dist/esm/api/capabilities/options.d.ts +16 -0
- package/dist/esm/api/capabilities/options.js +4 -0
- package/dist/esm/api/capabilities/options.js.map +1 -0
- package/dist/esm/api/capabilityTypes/index.d.ts +3 -0
- package/dist/esm/api/capabilityTypes/index.js +4 -0
- package/dist/esm/api/capabilityTypes/index.js.map +1 -0
- package/dist/esm/api/capabilityTypes/operations.d.ts +14 -0
- package/dist/esm/api/capabilityTypes/operations.js +60 -0
- package/dist/esm/api/capabilityTypes/operations.js.map +1 -0
- package/dist/esm/api/capabilityTypes/options.d.ts +10 -0
- package/dist/esm/api/capabilityTypes/options.js +4 -0
- package/dist/esm/api/capabilityTypes/options.js.map +1 -0
- package/dist/esm/api/chaosManagementContext.d.ts +17 -0
- package/dist/esm/api/chaosManagementContext.js +35 -0
- package/dist/esm/api/chaosManagementContext.js.map +1 -0
- package/dist/esm/api/experiments/index.d.ts +3 -0
- package/dist/esm/api/experiments/index.js +4 -0
- package/dist/esm/api/experiments/index.js.map +1 -0
- package/dist/esm/api/experiments/operations.d.ts +56 -0
- package/dist/esm/api/experiments/operations.js +319 -0
- package/dist/esm/api/experiments/operations.js.map +1 -0
- package/dist/esm/api/experiments/options.d.ts +53 -0
- package/dist/esm/api/experiments/options.js +4 -0
- package/dist/esm/api/experiments/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/operationStatuses/index.d.ts +3 -0
- package/dist/esm/api/operationStatuses/index.js +4 -0
- package/dist/esm/api/operationStatuses/index.js.map +1 -0
- package/dist/esm/api/operationStatuses/operations.d.ts +9 -0
- package/dist/esm/api/operationStatuses/operations.js +32 -0
- package/dist/esm/api/operationStatuses/operations.js.map +1 -0
- package/dist/esm/api/operationStatuses/options.d.ts +5 -0
- package/dist/esm/api/operationStatuses/options.js +4 -0
- package/dist/esm/api/operationStatuses/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 +29 -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/targetTypes/index.d.ts +3 -0
- package/dist/esm/api/targetTypes/index.js +4 -0
- package/dist/esm/api/targetTypes/index.js.map +1 -0
- package/dist/esm/api/targetTypes/operations.d.ts +14 -0
- package/dist/esm/api/targetTypes/operations.js +58 -0
- package/dist/esm/api/targetTypes/operations.js.map +1 -0
- package/dist/esm/api/targetTypes/options.d.ts +10 -0
- package/dist/esm/api/targetTypes/options.js +4 -0
- package/dist/esm/api/targetTypes/options.js.map +1 -0
- package/dist/esm/api/targets/index.d.ts +3 -0
- package/dist/esm/api/targets/index.js +4 -0
- package/dist/esm/api/targets/index.js.map +1 -0
- package/dist/esm/api/targets/operations.d.ts +27 -0
- package/dist/esm/api/targets/operations.js +127 -0
- package/dist/esm/api/targets/operations.js.map +1 -0
- package/dist/esm/api/targets/options.d.ts +16 -0
- package/dist/esm/api/targets/options.js +4 -0
- package/dist/esm/api/targets/options.js.map +1 -0
- package/dist/esm/chaosManagementClient.d.ts +30 -25
- package/dist/esm/chaosManagementClient.js +26 -98
- package/dist/esm/chaosManagementClient.js.map +1 -1
- package/dist/esm/classic/capabilities/index.d.ts +22 -0
- package/dist/esm/classic/capabilities/index.js +15 -0
- package/dist/esm/classic/capabilities/index.js.map +1 -0
- package/dist/esm/classic/capabilityTypes/index.d.ts +13 -0
- package/dist/esm/classic/capabilityTypes/index.js +13 -0
- package/dist/esm/classic/capabilityTypes/index.js.map +1 -0
- package/dist/esm/classic/experiments/index.d.ts +37 -0
- package/dist/esm/classic/experiments/index.js +22 -0
- package/dist/esm/classic/experiments/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/operationStatuses/index.d.ts +10 -0
- package/dist/esm/classic/operationStatuses/index.js +12 -0
- package/dist/esm/classic/operationStatuses/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/targetTypes/index.d.ts +13 -0
- package/dist/esm/classic/targetTypes/index.js +13 -0
- package/dist/esm/classic/targetTypes/index.js.map +1 -0
- package/dist/esm/classic/targets/index.d.ts +22 -0
- package/dist/esm/classic/targets/index.js +15 -0
- package/dist/esm/classic/targets/index.js.map +1 -0
- package/dist/esm/index.d.ts +13 -3
- package/dist/esm/index.js +4 -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 -1117
- package/dist/esm/models/index.js +3 -71
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +772 -0
- package/dist/esm/models/models.js +923 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +100 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -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 +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/capabilities/index.d.ts +3 -0
- package/dist/react-native/api/capabilities/index.js +4 -0
- package/dist/react-native/api/capabilities/index.js.map +1 -0
- package/dist/react-native/api/capabilities/operations.d.ts +27 -0
- package/dist/react-native/api/capabilities/operations.js +131 -0
- package/dist/react-native/api/capabilities/operations.js.map +1 -0
- package/dist/react-native/api/capabilities/options.d.ts +16 -0
- package/dist/react-native/api/capabilities/options.js +4 -0
- package/dist/react-native/api/capabilities/options.js.map +1 -0
- package/dist/react-native/api/capabilityTypes/index.d.ts +3 -0
- package/dist/react-native/api/capabilityTypes/index.js +4 -0
- package/dist/react-native/api/capabilityTypes/index.js.map +1 -0
- package/dist/react-native/api/capabilityTypes/operations.d.ts +14 -0
- package/dist/react-native/api/capabilityTypes/operations.js +60 -0
- package/dist/react-native/api/capabilityTypes/operations.js.map +1 -0
- package/dist/react-native/api/capabilityTypes/options.d.ts +10 -0
- package/dist/react-native/api/capabilityTypes/options.js +4 -0
- package/dist/react-native/api/capabilityTypes/options.js.map +1 -0
- package/dist/react-native/api/chaosManagementContext.d.ts +17 -0
- package/dist/react-native/api/chaosManagementContext.js +35 -0
- package/dist/react-native/api/chaosManagementContext.js.map +1 -0
- package/dist/react-native/api/experiments/index.d.ts +3 -0
- package/dist/react-native/api/experiments/index.js +4 -0
- package/dist/react-native/api/experiments/index.js.map +1 -0
- package/dist/react-native/api/experiments/operations.d.ts +56 -0
- package/dist/react-native/api/experiments/operations.js +319 -0
- package/dist/react-native/api/experiments/operations.js.map +1 -0
- package/dist/react-native/api/experiments/options.d.ts +53 -0
- package/dist/react-native/api/experiments/options.js +4 -0
- package/dist/react-native/api/experiments/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/operationStatuses/index.d.ts +3 -0
- package/dist/react-native/api/operationStatuses/index.js +4 -0
- package/dist/react-native/api/operationStatuses/index.js.map +1 -0
- package/dist/react-native/api/operationStatuses/operations.d.ts +9 -0
- package/dist/react-native/api/operationStatuses/operations.js +32 -0
- package/dist/react-native/api/operationStatuses/operations.js.map +1 -0
- package/dist/react-native/api/operationStatuses/options.d.ts +5 -0
- package/dist/react-native/api/operationStatuses/options.js +4 -0
- package/dist/react-native/api/operationStatuses/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 +29 -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/targetTypes/index.d.ts +3 -0
- package/dist/react-native/api/targetTypes/index.js +4 -0
- package/dist/react-native/api/targetTypes/index.js.map +1 -0
- package/dist/react-native/api/targetTypes/operations.d.ts +14 -0
- package/dist/react-native/api/targetTypes/operations.js +58 -0
- package/dist/react-native/api/targetTypes/operations.js.map +1 -0
- package/dist/react-native/api/targetTypes/options.d.ts +10 -0
- package/dist/react-native/api/targetTypes/options.js +4 -0
- package/dist/react-native/api/targetTypes/options.js.map +1 -0
- package/dist/react-native/api/targets/index.d.ts +3 -0
- package/dist/react-native/api/targets/index.js +4 -0
- package/dist/react-native/api/targets/index.js.map +1 -0
- package/dist/react-native/api/targets/operations.d.ts +27 -0
- package/dist/react-native/api/targets/operations.js +127 -0
- package/dist/react-native/api/targets/operations.js.map +1 -0
- package/dist/react-native/api/targets/options.d.ts +16 -0
- package/dist/react-native/api/targets/options.js +4 -0
- package/dist/react-native/api/targets/options.js.map +1 -0
- package/dist/react-native/chaosManagementClient.d.ts +30 -25
- package/dist/react-native/chaosManagementClient.js +26 -98
- package/dist/react-native/chaosManagementClient.js.map +1 -1
- package/dist/react-native/classic/capabilities/index.d.ts +22 -0
- package/dist/react-native/classic/capabilities/index.js +15 -0
- package/dist/react-native/classic/capabilities/index.js.map +1 -0
- package/dist/react-native/classic/capabilityTypes/index.d.ts +13 -0
- package/dist/react-native/classic/capabilityTypes/index.js +13 -0
- package/dist/react-native/classic/capabilityTypes/index.js.map +1 -0
- package/dist/react-native/classic/experiments/index.d.ts +37 -0
- package/dist/react-native/classic/experiments/index.js +22 -0
- package/dist/react-native/classic/experiments/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/operationStatuses/index.d.ts +10 -0
- package/dist/react-native/classic/operationStatuses/index.js +12 -0
- package/dist/react-native/classic/operationStatuses/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/targetTypes/index.d.ts +13 -0
- package/dist/react-native/classic/targetTypes/index.js +13 -0
- package/dist/react-native/classic/targetTypes/index.js.map +1 -0
- package/dist/react-native/classic/targets/index.d.ts +22 -0
- package/dist/react-native/classic/targets/index.js +15 -0
- package/dist/react-native/classic/targets/index.js.map +1 -0
- package/dist/react-native/index.d.ts +13 -3
- package/dist/react-native/index.js +4 -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 -1117
- package/dist/react-native/models/index.js +3 -71
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +772 -0
- package/dist/react-native/models/models.js +923 -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 +100 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -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 +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +247 -71
- package/review/arm-chaos-api-capabilities.api.md +41 -0
- package/review/arm-chaos-api-capabilityTypes.api.md +27 -0
- package/review/arm-chaos-api-experiments.api.md +100 -0
- package/review/arm-chaos-api-operationStatuses.api.md +19 -0
- package/review/arm-chaos-api-operations.api.md +19 -0
- package/review/arm-chaos-api-targetTypes.api.md +27 -0
- package/review/arm-chaos-api-targets.api.md +41 -0
- package/review/arm-chaos-api.api.md +27 -0
- package/review/arm-chaos-models.api.md +446 -0
- package/review/arm-chaos.api.md +190 -313
- package/dist/browser/chaosManagementClient.d.ts.map +0 -1
- 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 -14
- 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 -62
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1703
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -27
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -278
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/capabilities.d.ts +0 -81
- package/dist/browser/operations/capabilities.d.ts.map +0 -1
- package/dist/browser/operations/capabilities.js +0 -321
- package/dist/browser/operations/capabilities.js.map +0 -1
- package/dist/browser/operations/capabilityTypes.d.ts +0 -46
- package/dist/browser/operations/capabilityTypes.d.ts.map +0 -1
- package/dist/browser/operations/capabilityTypes.js +0 -182
- package/dist/browser/operations/capabilityTypes.js.map +0 -1
- package/dist/browser/operations/experiments.d.ts +0 -175
- package/dist/browser/operations/experiments.d.ts.map +0 -1
- package/dist/browser/operations/experiments.js +0 -878
- package/dist/browser/operations/experiments.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/operationStatuses.d.ts +0 -20
- package/dist/browser/operations/operationStatuses.d.ts.map +0 -1
- package/dist/browser/operations/operationStatuses.js +0 -53
- package/dist/browser/operations/operationStatuses.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 -133
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/targetTypes.d.ts +0 -42
- package/dist/browser/operations/targetTypes.d.ts.map +0 -1
- package/dist/browser/operations/targetTypes.js +0 -175
- package/dist/browser/operations/targetTypes.js.map +0 -1
- package/dist/browser/operations/targets.d.ts +0 -75
- package/dist/browser/operations/targets.d.ts.map +0 -1
- package/dist/browser/operations/targets.js +0 -305
- package/dist/browser/operations/targets.js.map +0 -1
- package/dist/browser/operationsInterfaces/capabilities.d.ts +0 -50
- package/dist/browser/operationsInterfaces/capabilities.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/capabilities.js +0 -9
- package/dist/browser/operationsInterfaces/capabilities.js.map +0 -1
- package/dist/browser/operationsInterfaces/capabilityTypes.d.ts +0 -21
- package/dist/browser/operationsInterfaces/capabilityTypes.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/capabilityTypes.js +0 -9
- package/dist/browser/operationsInterfaces/capabilityTypes.js.map +0 -1
- package/dist/browser/operationsInterfaces/experiments.d.ts +0 -122
- package/dist/browser/operationsInterfaces/experiments.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/experiments.js +0 -9
- package/dist/browser/operationsInterfaces/experiments.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/operationStatuses.d.ts +0 -12
- package/dist/browser/operationsInterfaces/operationStatuses.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operationStatuses.js +0 -9
- package/dist/browser/operationsInterfaces/operationStatuses.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/targetTypes.d.ts +0 -19
- package/dist/browser/operationsInterfaces/targetTypes.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/targetTypes.js +0 -9
- package/dist/browser/operationsInterfaces/targetTypes.js.map +0 -1
- package/dist/browser/operationsInterfaces/targets.d.ts +0 -46
- package/dist/browser/operationsInterfaces/targets.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/targets.js +0 -9
- package/dist/browser/operationsInterfaces/targets.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 -32
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/chaosManagementClient.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 -17
- 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 -62
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1706
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -27
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -281
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/capabilities.d.ts +0 -81
- package/dist/commonjs/operations/capabilities.d.ts.map +0 -1
- package/dist/commonjs/operations/capabilities.js +0 -325
- package/dist/commonjs/operations/capabilities.js.map +0 -1
- package/dist/commonjs/operations/capabilityTypes.d.ts +0 -46
- package/dist/commonjs/operations/capabilityTypes.d.ts.map +0 -1
- package/dist/commonjs/operations/capabilityTypes.js +0 -186
- package/dist/commonjs/operations/capabilityTypes.js.map +0 -1
- package/dist/commonjs/operations/experiments.d.ts +0 -175
- package/dist/commonjs/operations/experiments.d.ts.map +0 -1
- package/dist/commonjs/operations/experiments.js +0 -882
- package/dist/commonjs/operations/experiments.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/operationStatuses.d.ts +0 -20
- package/dist/commonjs/operations/operationStatuses.d.ts.map +0 -1
- package/dist/commonjs/operations/operationStatuses.js +0 -58
- package/dist/commonjs/operations/operationStatuses.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 -137
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/targetTypes.d.ts +0 -42
- package/dist/commonjs/operations/targetTypes.d.ts.map +0 -1
- package/dist/commonjs/operations/targetTypes.js +0 -179
- package/dist/commonjs/operations/targetTypes.js.map +0 -1
- package/dist/commonjs/operations/targets.d.ts +0 -75
- package/dist/commonjs/operations/targets.d.ts.map +0 -1
- package/dist/commonjs/operations/targets.js +0 -309
- package/dist/commonjs/operations/targets.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/capabilities.d.ts +0 -50
- package/dist/commonjs/operationsInterfaces/capabilities.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/capabilities.js +0 -10
- package/dist/commonjs/operationsInterfaces/capabilities.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/capabilityTypes.d.ts +0 -21
- package/dist/commonjs/operationsInterfaces/capabilityTypes.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/capabilityTypes.js +0 -10
- package/dist/commonjs/operationsInterfaces/capabilityTypes.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/experiments.d.ts +0 -122
- package/dist/commonjs/operationsInterfaces/experiments.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/experiments.js +0 -10
- package/dist/commonjs/operationsInterfaces/experiments.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/operationStatuses.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/operationStatuses.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operationStatuses.js +0 -10
- package/dist/commonjs/operationsInterfaces/operationStatuses.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/targetTypes.d.ts +0 -19
- package/dist/commonjs/operationsInterfaces/targetTypes.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/targetTypes.js +0 -10
- package/dist/commonjs/operationsInterfaces/targetTypes.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/targets.d.ts +0 -46
- package/dist/commonjs/operationsInterfaces/targets.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/targets.js +0 -10
- package/dist/commonjs/operationsInterfaces/targets.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 -36
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/chaosManagementClient.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 -14
- 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 -62
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1703
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -27
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -278
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/capabilities.d.ts +0 -81
- package/dist/esm/operations/capabilities.d.ts.map +0 -1
- package/dist/esm/operations/capabilities.js +0 -321
- package/dist/esm/operations/capabilities.js.map +0 -1
- package/dist/esm/operations/capabilityTypes.d.ts +0 -46
- package/dist/esm/operations/capabilityTypes.d.ts.map +0 -1
- package/dist/esm/operations/capabilityTypes.js +0 -182
- package/dist/esm/operations/capabilityTypes.js.map +0 -1
- package/dist/esm/operations/experiments.d.ts +0 -175
- package/dist/esm/operations/experiments.d.ts.map +0 -1
- package/dist/esm/operations/experiments.js +0 -878
- package/dist/esm/operations/experiments.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/operationStatuses.d.ts +0 -20
- package/dist/esm/operations/operationStatuses.d.ts.map +0 -1
- package/dist/esm/operations/operationStatuses.js +0 -53
- package/dist/esm/operations/operationStatuses.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 -133
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/targetTypes.d.ts +0 -42
- package/dist/esm/operations/targetTypes.d.ts.map +0 -1
- package/dist/esm/operations/targetTypes.js +0 -175
- package/dist/esm/operations/targetTypes.js.map +0 -1
- package/dist/esm/operations/targets.d.ts +0 -75
- package/dist/esm/operations/targets.d.ts.map +0 -1
- package/dist/esm/operations/targets.js +0 -305
- package/dist/esm/operations/targets.js.map +0 -1
- package/dist/esm/operationsInterfaces/capabilities.d.ts +0 -50
- package/dist/esm/operationsInterfaces/capabilities.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/capabilities.js +0 -9
- package/dist/esm/operationsInterfaces/capabilities.js.map +0 -1
- package/dist/esm/operationsInterfaces/capabilityTypes.d.ts +0 -21
- package/dist/esm/operationsInterfaces/capabilityTypes.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/capabilityTypes.js +0 -9
- package/dist/esm/operationsInterfaces/capabilityTypes.js.map +0 -1
- package/dist/esm/operationsInterfaces/experiments.d.ts +0 -122
- package/dist/esm/operationsInterfaces/experiments.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/experiments.js +0 -9
- package/dist/esm/operationsInterfaces/experiments.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/operationStatuses.d.ts +0 -12
- package/dist/esm/operationsInterfaces/operationStatuses.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operationStatuses.js +0 -9
- package/dist/esm/operationsInterfaces/operationStatuses.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/targetTypes.d.ts +0 -19
- package/dist/esm/operationsInterfaces/targetTypes.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/targetTypes.js +0 -9
- package/dist/esm/operationsInterfaces/targetTypes.js.map +0 -1
- package/dist/esm/operationsInterfaces/targets.d.ts +0 -46
- package/dist/esm/operationsInterfaces/targets.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/targets.js +0 -9
- package/dist/esm/operationsInterfaces/targets.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 -32
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/chaosManagementClient.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 -14
- 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 -62
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1703
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -27
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -278
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/capabilities.d.ts +0 -81
- package/dist/react-native/operations/capabilities.d.ts.map +0 -1
- package/dist/react-native/operations/capabilities.js +0 -321
- package/dist/react-native/operations/capabilities.js.map +0 -1
- package/dist/react-native/operations/capabilityTypes.d.ts +0 -46
- package/dist/react-native/operations/capabilityTypes.d.ts.map +0 -1
- package/dist/react-native/operations/capabilityTypes.js +0 -182
- package/dist/react-native/operations/capabilityTypes.js.map +0 -1
- package/dist/react-native/operations/experiments.d.ts +0 -175
- package/dist/react-native/operations/experiments.d.ts.map +0 -1
- package/dist/react-native/operations/experiments.js +0 -878
- package/dist/react-native/operations/experiments.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/operationStatuses.d.ts +0 -20
- package/dist/react-native/operations/operationStatuses.d.ts.map +0 -1
- package/dist/react-native/operations/operationStatuses.js +0 -53
- package/dist/react-native/operations/operationStatuses.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 -133
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/targetTypes.d.ts +0 -42
- package/dist/react-native/operations/targetTypes.d.ts.map +0 -1
- package/dist/react-native/operations/targetTypes.js +0 -175
- package/dist/react-native/operations/targetTypes.js.map +0 -1
- package/dist/react-native/operations/targets.d.ts +0 -75
- package/dist/react-native/operations/targets.d.ts.map +0 -1
- package/dist/react-native/operations/targets.js +0 -305
- package/dist/react-native/operations/targets.js.map +0 -1
- package/dist/react-native/operationsInterfaces/capabilities.d.ts +0 -50
- package/dist/react-native/operationsInterfaces/capabilities.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/capabilities.js +0 -9
- package/dist/react-native/operationsInterfaces/capabilities.js.map +0 -1
- package/dist/react-native/operationsInterfaces/capabilityTypes.d.ts +0 -21
- package/dist/react-native/operationsInterfaces/capabilityTypes.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/capabilityTypes.js +0 -9
- package/dist/react-native/operationsInterfaces/capabilityTypes.js.map +0 -1
- package/dist/react-native/operationsInterfaces/experiments.d.ts +0 -122
- package/dist/react-native/operationsInterfaces/experiments.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/experiments.js +0 -9
- package/dist/react-native/operationsInterfaces/experiments.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/operationStatuses.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/operationStatuses.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operationStatuses.js +0 -9
- package/dist/react-native/operationsInterfaces/operationStatuses.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/targetTypes.d.ts +0 -19
- package/dist/react-native/operationsInterfaces/targetTypes.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/targetTypes.js +0 -9
- package/dist/react-native/operationsInterfaces/targetTypes.js.map +0 -1
- package/dist/react-native/operationsInterfaces/targets.d.ts +0 -46
- package/dist/react-native/operationsInterfaces/targets.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/targets.js +0 -9
- package/dist/react-native/operationsInterfaces/targets.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 -32
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -1,1118 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export type ChaosExperimentActionUnion = ChaosExperimentAction | DelayAction | DiscreteAction | ContinuousAction;
|
|
3
|
-
export type ChaosTargetSelectorUnion = ChaosTargetSelector | ChaosTargetListSelector | ChaosTargetQuerySelector;
|
|
4
|
-
export type ChaosTargetFilterUnion = ChaosTargetFilter | ChaosTargetSimpleFilter;
|
|
5
|
-
/** Model that represents a list of Capability resources and a link for pagination. */
|
|
6
|
-
export interface CapabilityListResult {
|
|
7
|
-
/**
|
|
8
|
-
* List of Capability resources.
|
|
9
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
10
|
-
*/
|
|
11
|
-
readonly value?: Capability[];
|
|
12
|
-
/**
|
|
13
|
-
* URL to retrieve the next page of Capability resources.
|
|
14
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
15
|
-
*/
|
|
16
|
-
readonly nextLink?: string;
|
|
17
|
-
}
|
|
18
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
19
|
-
export interface SystemData {
|
|
20
|
-
/** The identity that created the resource. */
|
|
21
|
-
createdBy?: string;
|
|
22
|
-
/** The type of identity that created the resource. */
|
|
23
|
-
createdByType?: CreatedByType;
|
|
24
|
-
/** The timestamp of resource creation (UTC). */
|
|
25
|
-
createdAt?: Date;
|
|
26
|
-
/** The identity that last modified the resource. */
|
|
27
|
-
lastModifiedBy?: string;
|
|
28
|
-
/** The type of identity that last modified the resource. */
|
|
29
|
-
lastModifiedByType?: CreatedByType;
|
|
30
|
-
/** The timestamp of resource last modification (UTC) */
|
|
31
|
-
lastModifiedAt?: Date;
|
|
32
|
-
}
|
|
33
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
34
|
-
export interface Resource {
|
|
35
|
-
/**
|
|
36
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
37
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
38
|
-
*/
|
|
39
|
-
readonly id?: string;
|
|
40
|
-
/**
|
|
41
|
-
* The name of the resource
|
|
42
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
43
|
-
*/
|
|
44
|
-
readonly name?: string;
|
|
45
|
-
/**
|
|
46
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
47
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
48
|
-
*/
|
|
49
|
-
readonly type?: string;
|
|
50
|
-
}
|
|
51
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
52
|
-
export interface ErrorResponse {
|
|
53
|
-
/** The error object. */
|
|
54
|
-
error?: ErrorDetail;
|
|
55
|
-
}
|
|
56
|
-
/** The error detail. */
|
|
57
|
-
export interface ErrorDetail {
|
|
58
|
-
/**
|
|
59
|
-
* The error code.
|
|
60
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
61
|
-
*/
|
|
62
|
-
readonly code?: string;
|
|
63
|
-
/**
|
|
64
|
-
* The error message.
|
|
65
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
66
|
-
*/
|
|
67
|
-
readonly message?: string;
|
|
68
|
-
/**
|
|
69
|
-
* The error target.
|
|
70
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
71
|
-
*/
|
|
72
|
-
readonly target?: string;
|
|
73
|
-
/**
|
|
74
|
-
* The error details.
|
|
75
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
76
|
-
*/
|
|
77
|
-
readonly details?: ErrorDetail[];
|
|
78
|
-
/**
|
|
79
|
-
* The error additional info.
|
|
80
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
81
|
-
*/
|
|
82
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
83
|
-
}
|
|
84
|
-
/** The resource management error additional info. */
|
|
85
|
-
export interface ErrorAdditionalInfo {
|
|
86
|
-
/**
|
|
87
|
-
* The additional info type.
|
|
88
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
89
|
-
*/
|
|
90
|
-
readonly type?: string;
|
|
91
|
-
/**
|
|
92
|
-
* The additional info.
|
|
93
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
94
|
-
*/
|
|
95
|
-
readonly info?: Record<string, unknown>;
|
|
96
|
-
}
|
|
97
|
-
/** Model that represents a list of Capability Type resources and a link for pagination. */
|
|
98
|
-
export interface CapabilityTypeListResult {
|
|
99
|
-
/**
|
|
100
|
-
* List of Capability Type resources.
|
|
101
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
102
|
-
*/
|
|
103
|
-
readonly value?: CapabilityType[];
|
|
104
|
-
/**
|
|
105
|
-
* URL to retrieve the next page of Capability Type resources.
|
|
106
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
107
|
-
*/
|
|
108
|
-
readonly nextLink?: string;
|
|
109
|
-
}
|
|
110
|
-
/** Runtime properties of this Capability Type. */
|
|
111
|
-
export interface CapabilityTypePropertiesRuntimeProperties {
|
|
112
|
-
/**
|
|
113
|
-
* String of the kind of the resource's action type (continuous or discrete).
|
|
114
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
115
|
-
*/
|
|
116
|
-
readonly kind?: string;
|
|
117
|
-
}
|
|
118
|
-
/** Model that represents a list of Experiment resources and a link for pagination. */
|
|
119
|
-
export interface ExperimentListResult {
|
|
120
|
-
/**
|
|
121
|
-
* List of Experiment resources.
|
|
122
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
123
|
-
*/
|
|
124
|
-
readonly value?: Experiment[];
|
|
125
|
-
/**
|
|
126
|
-
* URL to retrieve the next page of Experiment resources.
|
|
127
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
128
|
-
*/
|
|
129
|
-
readonly nextLink?: string;
|
|
130
|
-
}
|
|
131
|
-
/** The identity of a resource. */
|
|
132
|
-
export interface ResourceIdentity {
|
|
133
|
-
/** String of the resource identity type. */
|
|
134
|
-
type: ResourceIdentityType;
|
|
135
|
-
/** The list of user identities associated with the Experiment. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
|
|
136
|
-
userAssignedIdentities?: {
|
|
137
|
-
[propertyName: string]: UserAssignedIdentity;
|
|
138
|
-
};
|
|
139
|
-
/**
|
|
140
|
-
* GUID that represents the principal ID of this resource identity.
|
|
141
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
142
|
-
*/
|
|
143
|
-
readonly principalId?: string;
|
|
144
|
-
/**
|
|
145
|
-
* GUID that represents the tenant ID of this resource identity.
|
|
146
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
147
|
-
*/
|
|
148
|
-
readonly tenantId?: string;
|
|
149
|
-
}
|
|
150
|
-
/** User assigned identity properties */
|
|
151
|
-
export interface UserAssignedIdentity {
|
|
152
|
-
/**
|
|
153
|
-
* The principal ID of the assigned identity.
|
|
154
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
155
|
-
*/
|
|
156
|
-
readonly principalId?: string;
|
|
157
|
-
/**
|
|
158
|
-
* The client ID of the assigned identity.
|
|
159
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
160
|
-
*/
|
|
161
|
-
readonly clientId?: string;
|
|
162
|
-
}
|
|
163
|
-
/** Model that represents a step in the Experiment resource. */
|
|
164
|
-
export interface ChaosExperimentStep {
|
|
165
|
-
/** String of the step name. */
|
|
166
|
-
name: string;
|
|
167
|
-
/** List of branches. */
|
|
168
|
-
branches: ChaosExperimentBranch[];
|
|
169
|
-
}
|
|
170
|
-
/** Model that represents a branch in the step. 9 total per experiment. */
|
|
171
|
-
export interface ChaosExperimentBranch {
|
|
172
|
-
/** String of the branch name. */
|
|
173
|
-
name: string;
|
|
174
|
-
/** List of actions. */
|
|
175
|
-
actions: ChaosExperimentActionUnion[];
|
|
176
|
-
}
|
|
177
|
-
/** Model that represents the base action model. 9 total per experiment. */
|
|
178
|
-
export interface ChaosExperimentAction {
|
|
179
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
180
|
-
type: "delay" | "discrete" | "continuous";
|
|
181
|
-
/** String that represents a Capability URN. */
|
|
182
|
-
name: string;
|
|
183
|
-
}
|
|
184
|
-
/** Model that represents a selector in the Experiment resource. */
|
|
185
|
-
export interface ChaosTargetSelector {
|
|
186
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
187
|
-
type: "List" | "Query";
|
|
188
|
-
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
189
|
-
[property: string]: any;
|
|
190
|
-
/** String of the selector ID. */
|
|
191
|
-
id: string;
|
|
192
|
-
/** Model that represents available filter types that can be applied to a targets list. */
|
|
193
|
-
filter?: ChaosTargetFilterUnion;
|
|
194
|
-
}
|
|
195
|
-
/** Model that represents available filter types that can be applied to a targets list. */
|
|
196
|
-
export interface ChaosTargetFilter {
|
|
197
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
198
|
-
type: "Simple";
|
|
199
|
-
}
|
|
200
|
-
/** Describes an experiment update. */
|
|
201
|
-
export interface ExperimentUpdate {
|
|
202
|
-
/** The identity of the experiment resource. */
|
|
203
|
-
identity?: ResourceIdentity;
|
|
204
|
-
/** The tags of the experiment resource. */
|
|
205
|
-
tags?: {
|
|
206
|
-
[propertyName: string]: string;
|
|
207
|
-
};
|
|
208
|
-
}
|
|
209
|
-
/** Model that represents a list of Experiment executions and a link for pagination. */
|
|
210
|
-
export interface ExperimentExecutionListResult {
|
|
211
|
-
/**
|
|
212
|
-
* List of Experiment executions.
|
|
213
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
214
|
-
*/
|
|
215
|
-
readonly value?: ExperimentExecution[];
|
|
216
|
-
/**
|
|
217
|
-
* URL to retrieve the next page of Experiment executions.
|
|
218
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
219
|
-
*/
|
|
220
|
-
readonly nextLink?: string;
|
|
221
|
-
}
|
|
222
|
-
/** Model that represents the execution of a Experiment. */
|
|
223
|
-
export interface ExperimentExecution {
|
|
224
|
-
/**
|
|
225
|
-
* String of the resource type.
|
|
226
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
227
|
-
*/
|
|
228
|
-
readonly type?: string;
|
|
229
|
-
/**
|
|
230
|
-
* String of the fully qualified resource ID.
|
|
231
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
232
|
-
*/
|
|
233
|
-
readonly id?: string;
|
|
234
|
-
/**
|
|
235
|
-
* String of the resource name.
|
|
236
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
237
|
-
*/
|
|
238
|
-
readonly name?: string;
|
|
239
|
-
/**
|
|
240
|
-
* The status of the execution.
|
|
241
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
242
|
-
*/
|
|
243
|
-
readonly status?: string;
|
|
244
|
-
/**
|
|
245
|
-
* String that represents the start date time.
|
|
246
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
247
|
-
*/
|
|
248
|
-
readonly startedAt?: Date;
|
|
249
|
-
/**
|
|
250
|
-
* String that represents the stop date time.
|
|
251
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
252
|
-
*/
|
|
253
|
-
readonly stoppedAt?: Date;
|
|
254
|
-
}
|
|
255
|
-
/** Model that represents the execution properties of an Experiment. */
|
|
256
|
-
export interface ExperimentExecutionProperties {
|
|
257
|
-
/**
|
|
258
|
-
* The status of the execution.
|
|
259
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
260
|
-
*/
|
|
261
|
-
readonly status?: string;
|
|
262
|
-
/**
|
|
263
|
-
* String that represents the start date time.
|
|
264
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
265
|
-
*/
|
|
266
|
-
readonly startedAt?: Date;
|
|
267
|
-
/**
|
|
268
|
-
* String that represents the stop date time.
|
|
269
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
270
|
-
*/
|
|
271
|
-
readonly stoppedAt?: Date;
|
|
272
|
-
}
|
|
273
|
-
/** Model that represents the execution details of an Experiment. */
|
|
274
|
-
export interface ExperimentExecutionDetails {
|
|
275
|
-
/**
|
|
276
|
-
* String of the resource type.
|
|
277
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
278
|
-
*/
|
|
279
|
-
readonly type?: string;
|
|
280
|
-
/**
|
|
281
|
-
* String of the fully qualified resource ID.
|
|
282
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
283
|
-
*/
|
|
284
|
-
readonly id?: string;
|
|
285
|
-
/**
|
|
286
|
-
* String of the resource name.
|
|
287
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
288
|
-
*/
|
|
289
|
-
readonly name?: string;
|
|
290
|
-
/**
|
|
291
|
-
* The status of the execution.
|
|
292
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
293
|
-
*/
|
|
294
|
-
readonly status?: string;
|
|
295
|
-
/**
|
|
296
|
-
* String that represents the start date time.
|
|
297
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
298
|
-
*/
|
|
299
|
-
readonly startedAt?: Date;
|
|
300
|
-
/**
|
|
301
|
-
* String that represents the stop date time.
|
|
302
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
303
|
-
*/
|
|
304
|
-
readonly stoppedAt?: Date;
|
|
305
|
-
/**
|
|
306
|
-
* The reason why the execution failed.
|
|
307
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
308
|
-
*/
|
|
309
|
-
readonly failureReason?: string;
|
|
310
|
-
/**
|
|
311
|
-
* String that represents the last action date time.
|
|
312
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
313
|
-
*/
|
|
314
|
-
readonly lastActionAt?: Date;
|
|
315
|
-
/**
|
|
316
|
-
* The information of the experiment run.
|
|
317
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
318
|
-
*/
|
|
319
|
-
readonly runInformation?: ExperimentExecutionDetailsPropertiesRunInformation;
|
|
320
|
-
}
|
|
321
|
-
/** The information of the experiment run. */
|
|
322
|
-
export interface ExperimentExecutionDetailsPropertiesRunInformation {
|
|
323
|
-
/**
|
|
324
|
-
* The steps of the experiment run.
|
|
325
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
326
|
-
*/
|
|
327
|
-
readonly steps?: StepStatus[];
|
|
328
|
-
}
|
|
329
|
-
/** Model that represents the a list of branches and branch statuses. */
|
|
330
|
-
export interface StepStatus {
|
|
331
|
-
/**
|
|
332
|
-
* The name of the step.
|
|
333
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
334
|
-
*/
|
|
335
|
-
readonly stepName?: string;
|
|
336
|
-
/**
|
|
337
|
-
* The id of the step.
|
|
338
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
339
|
-
*/
|
|
340
|
-
readonly stepId?: string;
|
|
341
|
-
/**
|
|
342
|
-
* The value of the status of the step.
|
|
343
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
344
|
-
*/
|
|
345
|
-
readonly status?: string;
|
|
346
|
-
/**
|
|
347
|
-
* The array of branches.
|
|
348
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
349
|
-
*/
|
|
350
|
-
readonly branches?: BranchStatus[];
|
|
351
|
-
}
|
|
352
|
-
/** Model that represents the a list of actions and action statuses. */
|
|
353
|
-
export interface BranchStatus {
|
|
354
|
-
/**
|
|
355
|
-
* The name of the branch status.
|
|
356
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
357
|
-
*/
|
|
358
|
-
readonly branchName?: string;
|
|
359
|
-
/**
|
|
360
|
-
* The id of the branch status.
|
|
361
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
362
|
-
*/
|
|
363
|
-
readonly branchId?: string;
|
|
364
|
-
/**
|
|
365
|
-
* The status of the branch.
|
|
366
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
367
|
-
*/
|
|
368
|
-
readonly status?: string;
|
|
369
|
-
/**
|
|
370
|
-
* The array of actions.
|
|
371
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
372
|
-
*/
|
|
373
|
-
readonly actions?: ActionStatus[];
|
|
374
|
-
}
|
|
375
|
-
/** Model that represents the an action and its status. */
|
|
376
|
-
export interface ActionStatus {
|
|
377
|
-
/**
|
|
378
|
-
* The name of the action status.
|
|
379
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
380
|
-
*/
|
|
381
|
-
readonly actionName?: string;
|
|
382
|
-
/**
|
|
383
|
-
* The id of the action status.
|
|
384
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
385
|
-
*/
|
|
386
|
-
readonly actionId?: string;
|
|
387
|
-
/**
|
|
388
|
-
* The status of the action.
|
|
389
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
390
|
-
*/
|
|
391
|
-
readonly status?: string;
|
|
392
|
-
/**
|
|
393
|
-
* String that represents the start time of the action.
|
|
394
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
395
|
-
*/
|
|
396
|
-
readonly startTime?: Date;
|
|
397
|
-
/**
|
|
398
|
-
* String that represents the end time of the action.
|
|
399
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
400
|
-
*/
|
|
401
|
-
readonly endTime?: Date;
|
|
402
|
-
/**
|
|
403
|
-
* The array of targets.
|
|
404
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
405
|
-
*/
|
|
406
|
-
readonly targets?: ExperimentExecutionActionTargetDetailsProperties[];
|
|
407
|
-
}
|
|
408
|
-
/** Model that represents the Experiment action target details properties model. */
|
|
409
|
-
export interface ExperimentExecutionActionTargetDetailsProperties {
|
|
410
|
-
/**
|
|
411
|
-
* The status of the execution.
|
|
412
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
413
|
-
*/
|
|
414
|
-
readonly status?: string;
|
|
415
|
-
/**
|
|
416
|
-
* The target for the action.
|
|
417
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
418
|
-
*/
|
|
419
|
-
readonly target?: string;
|
|
420
|
-
/**
|
|
421
|
-
* String that represents the failed date time.
|
|
422
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
423
|
-
*/
|
|
424
|
-
readonly targetFailedTime?: Date;
|
|
425
|
-
/**
|
|
426
|
-
* String that represents the completed date time.
|
|
427
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
428
|
-
*/
|
|
429
|
-
readonly targetCompletedTime?: Date;
|
|
430
|
-
/**
|
|
431
|
-
* The error of the action.
|
|
432
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
433
|
-
*/
|
|
434
|
-
readonly error?: ExperimentExecutionActionTargetDetailsError;
|
|
435
|
-
}
|
|
436
|
-
/** Model that represents the Experiment action target details error model. */
|
|
437
|
-
export interface ExperimentExecutionActionTargetDetailsError {
|
|
438
|
-
/**
|
|
439
|
-
* The error code.
|
|
440
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
441
|
-
*/
|
|
442
|
-
readonly code?: string;
|
|
443
|
-
/**
|
|
444
|
-
* The error message
|
|
445
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
446
|
-
*/
|
|
447
|
-
readonly message?: string;
|
|
448
|
-
}
|
|
449
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
450
|
-
export interface OperationListResult {
|
|
451
|
-
/**
|
|
452
|
-
* List of operations supported by the resource provider
|
|
453
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
454
|
-
*/
|
|
455
|
-
readonly value?: Operation[];
|
|
456
|
-
/**
|
|
457
|
-
* URL to get the next set of operation list results (if there are any).
|
|
458
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
459
|
-
*/
|
|
460
|
-
readonly nextLink?: string;
|
|
461
|
-
}
|
|
462
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
463
|
-
export interface Operation {
|
|
464
|
-
/**
|
|
465
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
466
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
467
|
-
*/
|
|
468
|
-
readonly name?: string;
|
|
469
|
-
/**
|
|
470
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
471
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
472
|
-
*/
|
|
473
|
-
readonly isDataAction?: boolean;
|
|
474
|
-
/** Localized display information for this particular operation. */
|
|
475
|
-
display?: OperationDisplay;
|
|
476
|
-
/**
|
|
477
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
478
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
479
|
-
*/
|
|
480
|
-
readonly origin?: Origin;
|
|
481
|
-
/**
|
|
482
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
483
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
484
|
-
*/
|
|
485
|
-
readonly actionType?: ActionType;
|
|
486
|
-
}
|
|
487
|
-
/** Localized display information for this particular operation. */
|
|
488
|
-
export interface OperationDisplay {
|
|
489
|
-
/**
|
|
490
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
491
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
492
|
-
*/
|
|
493
|
-
readonly provider?: string;
|
|
494
|
-
/**
|
|
495
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
496
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
497
|
-
*/
|
|
498
|
-
readonly resource?: string;
|
|
499
|
-
/**
|
|
500
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
501
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
502
|
-
*/
|
|
503
|
-
readonly operation?: string;
|
|
504
|
-
/**
|
|
505
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
506
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
507
|
-
*/
|
|
508
|
-
readonly description?: string;
|
|
509
|
-
}
|
|
510
|
-
/** Model that represents a list of Target Type resources and a link for pagination. */
|
|
511
|
-
export interface TargetTypeListResult {
|
|
512
|
-
/**
|
|
513
|
-
* List of Target Type resources.
|
|
514
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
515
|
-
*/
|
|
516
|
-
readonly value?: TargetType[];
|
|
517
|
-
/**
|
|
518
|
-
* URL to retrieve the next page of Target Type resources.
|
|
519
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
520
|
-
*/
|
|
521
|
-
readonly nextLink?: string;
|
|
522
|
-
}
|
|
523
|
-
/** Model that represents a list of Target resources and a link for pagination. */
|
|
524
|
-
export interface TargetListResult {
|
|
525
|
-
/**
|
|
526
|
-
* List of Target resources.
|
|
527
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
528
|
-
*/
|
|
529
|
-
readonly value?: Target[];
|
|
530
|
-
/**
|
|
531
|
-
* URL to retrieve the next page of Target resources.
|
|
532
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
533
|
-
*/
|
|
534
|
-
readonly nextLink?: string;
|
|
535
|
-
}
|
|
536
|
-
/** A map to describe the settings of an action. */
|
|
537
|
-
export interface KeyValuePair {
|
|
538
|
-
/** The name of the setting for the action. */
|
|
539
|
-
key: string;
|
|
540
|
-
/** The value of the setting for the action. */
|
|
541
|
-
value: string;
|
|
542
|
-
}
|
|
543
|
-
/** Model that represents a reference to a Target in the selector. */
|
|
544
|
-
export interface TargetReference {
|
|
545
|
-
/** Enum of the Target reference type. */
|
|
546
|
-
type: TargetReferenceType;
|
|
547
|
-
/** String of the resource ID of a Target resource. */
|
|
548
|
-
id: string;
|
|
549
|
-
}
|
|
550
|
-
/** Model that represents the Simple filter parameters. */
|
|
551
|
-
export interface ChaosTargetSimpleFilterParameters {
|
|
552
|
-
/** List of Azure availability zones to filter targets by. */
|
|
553
|
-
zones?: string[];
|
|
554
|
-
}
|
|
555
|
-
/** Model that represents a Capability resource. */
|
|
556
|
-
export interface Capability extends Resource {
|
|
557
|
-
/**
|
|
558
|
-
* The standard system metadata of a resource type.
|
|
559
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
560
|
-
*/
|
|
561
|
-
readonly systemData?: SystemData;
|
|
562
|
-
/**
|
|
563
|
-
* String of the Publisher that this Capability extends.
|
|
564
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
565
|
-
*/
|
|
566
|
-
readonly publisher?: string;
|
|
567
|
-
/**
|
|
568
|
-
* String of the Target Type that this Capability extends.
|
|
569
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
570
|
-
*/
|
|
571
|
-
readonly targetType?: string;
|
|
572
|
-
/**
|
|
573
|
-
* Localized string of the description.
|
|
574
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
575
|
-
*/
|
|
576
|
-
readonly description?: string;
|
|
577
|
-
/**
|
|
578
|
-
* URL to retrieve JSON schema of the Capability parameters.
|
|
579
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
580
|
-
*/
|
|
581
|
-
readonly parametersSchema?: string;
|
|
582
|
-
/**
|
|
583
|
-
* String of the URN for this Capability Type.
|
|
584
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
585
|
-
*/
|
|
586
|
-
readonly urn?: string;
|
|
587
|
-
}
|
|
588
|
-
/** Model that represents a Capability Type resource. */
|
|
589
|
-
export interface CapabilityType extends Resource {
|
|
590
|
-
/**
|
|
591
|
-
* The system metadata properties of the capability type resource.
|
|
592
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
593
|
-
*/
|
|
594
|
-
readonly systemData?: SystemData;
|
|
595
|
-
/** Location of the Capability Type resource. */
|
|
596
|
-
location?: string;
|
|
597
|
-
/**
|
|
598
|
-
* String of the Publisher that this Capability Type extends.
|
|
599
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
600
|
-
*/
|
|
601
|
-
readonly publisher?: string;
|
|
602
|
-
/**
|
|
603
|
-
* String of the Target Type that this Capability Type extends.
|
|
604
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
605
|
-
*/
|
|
606
|
-
readonly targetType?: string;
|
|
607
|
-
/**
|
|
608
|
-
* Localized string of the display name.
|
|
609
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
610
|
-
*/
|
|
611
|
-
readonly displayName?: string;
|
|
612
|
-
/**
|
|
613
|
-
* Localized string of the description.
|
|
614
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
615
|
-
*/
|
|
616
|
-
readonly description?: string;
|
|
617
|
-
/**
|
|
618
|
-
* URL to retrieve JSON schema of the Capability Type parameters.
|
|
619
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
620
|
-
*/
|
|
621
|
-
readonly parametersSchema?: string;
|
|
622
|
-
/**
|
|
623
|
-
* String of the URN for this Capability Type.
|
|
624
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
625
|
-
*/
|
|
626
|
-
readonly urn?: string;
|
|
627
|
-
/**
|
|
628
|
-
* String of the kind of this Capability Type.
|
|
629
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
630
|
-
*/
|
|
631
|
-
readonly kind?: string;
|
|
632
|
-
/** Control plane actions necessary to execute capability type. */
|
|
633
|
-
azureRbacActions?: string[];
|
|
634
|
-
/** Data plane actions necessary to execute capability type. */
|
|
635
|
-
azureRbacDataActions?: string[];
|
|
636
|
-
/** Runtime properties of this Capability Type. */
|
|
637
|
-
runtimeProperties?: CapabilityTypePropertiesRuntimeProperties;
|
|
638
|
-
}
|
|
639
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
640
|
-
export interface TrackedResource extends Resource {
|
|
641
|
-
/** Resource tags. */
|
|
642
|
-
tags?: {
|
|
643
|
-
[propertyName: string]: string;
|
|
644
|
-
};
|
|
645
|
-
/** The geo-location where the resource lives */
|
|
646
|
-
location: string;
|
|
647
|
-
}
|
|
648
|
-
/** Model that represents a Target Type resource. */
|
|
649
|
-
export interface TargetType extends Resource {
|
|
650
|
-
/**
|
|
651
|
-
* The system metadata properties of the target type resource.
|
|
652
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
653
|
-
*/
|
|
654
|
-
readonly systemData?: SystemData;
|
|
655
|
-
/** Location of the Target Type resource. */
|
|
656
|
-
location?: string;
|
|
657
|
-
/**
|
|
658
|
-
* Localized string of the display name.
|
|
659
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
660
|
-
*/
|
|
661
|
-
readonly displayName?: string;
|
|
662
|
-
/**
|
|
663
|
-
* Localized string of the description.
|
|
664
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
665
|
-
*/
|
|
666
|
-
readonly description?: string;
|
|
667
|
-
/**
|
|
668
|
-
* URL to retrieve JSON schema of the Target Type properties.
|
|
669
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
670
|
-
*/
|
|
671
|
-
readonly propertiesSchema?: string;
|
|
672
|
-
/**
|
|
673
|
-
* List of resource types this Target Type can extend.
|
|
674
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
675
|
-
*/
|
|
676
|
-
readonly resourceTypes?: string[];
|
|
677
|
-
}
|
|
678
|
-
/** Model that represents a Target resource. */
|
|
679
|
-
export interface Target extends Resource {
|
|
680
|
-
/**
|
|
681
|
-
* The system metadata of the target resource.
|
|
682
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
683
|
-
*/
|
|
684
|
-
readonly systemData?: SystemData;
|
|
685
|
-
/** Location of the target resource. */
|
|
686
|
-
location?: string;
|
|
687
|
-
/** The properties of the target resource. */
|
|
688
|
-
properties: {
|
|
689
|
-
[propertyName: string]: any;
|
|
690
|
-
};
|
|
691
|
-
}
|
|
692
|
-
/** The status of operation. */
|
|
693
|
-
export interface OperationStatus extends ErrorResponse {
|
|
694
|
-
/** The operation Id. */
|
|
695
|
-
id?: string;
|
|
696
|
-
/** The operation name. */
|
|
697
|
-
name?: string;
|
|
698
|
-
/** The start time of the operation. */
|
|
699
|
-
startTime?: string;
|
|
700
|
-
/** The end time of the operation. */
|
|
701
|
-
endTime?: string;
|
|
702
|
-
/** The status of the operation. */
|
|
703
|
-
status?: string;
|
|
704
|
-
}
|
|
705
|
-
/** Model that represents a delay action. */
|
|
706
|
-
export interface DelayAction extends ChaosExperimentAction {
|
|
707
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
708
|
-
type: "delay";
|
|
709
|
-
/** ISO8601 formatted string that represents a duration. */
|
|
710
|
-
duration: string;
|
|
711
|
-
}
|
|
712
|
-
/** Model that represents a discrete action. */
|
|
713
|
-
export interface DiscreteAction extends ChaosExperimentAction {
|
|
714
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
715
|
-
type: "discrete";
|
|
716
|
-
/** List of key value pairs. */
|
|
717
|
-
parameters: KeyValuePair[];
|
|
718
|
-
/** String that represents a selector. */
|
|
719
|
-
selectorId: string;
|
|
720
|
-
}
|
|
721
|
-
/** Model that represents a continuous action. */
|
|
722
|
-
export interface ContinuousAction extends ChaosExperimentAction {
|
|
723
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
724
|
-
type: "continuous";
|
|
725
|
-
/** ISO8601 formatted string that represents a duration. */
|
|
726
|
-
duration: string;
|
|
727
|
-
/** List of key value pairs. */
|
|
728
|
-
parameters: KeyValuePair[];
|
|
729
|
-
/** String that represents a selector. */
|
|
730
|
-
selectorId: string;
|
|
731
|
-
}
|
|
732
|
-
/** Model that represents a list selector. */
|
|
733
|
-
export interface ChaosTargetListSelector extends ChaosTargetSelector {
|
|
734
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
735
|
-
type: "List";
|
|
736
|
-
/** List of Target references. */
|
|
737
|
-
targets: TargetReference[];
|
|
738
|
-
}
|
|
739
|
-
/** Model that represents a query selector. */
|
|
740
|
-
export interface ChaosTargetQuerySelector extends ChaosTargetSelector {
|
|
741
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
742
|
-
type: "Query";
|
|
743
|
-
/** Azure Resource Graph (ARG) Query Language query for target resources. */
|
|
744
|
-
queryString: string;
|
|
745
|
-
/** Subscription id list to scope resource query. */
|
|
746
|
-
subscriptionIds: string[];
|
|
747
|
-
}
|
|
748
|
-
/** Model that represents a simple target filter. */
|
|
749
|
-
export interface ChaosTargetSimpleFilter extends ChaosTargetFilter {
|
|
750
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
751
|
-
type: "Simple";
|
|
752
|
-
/** Model that represents the Simple filter parameters. */
|
|
753
|
-
parameters?: ChaosTargetSimpleFilterParameters;
|
|
754
|
-
}
|
|
755
|
-
/** Model that represents the extended properties of an experiment execution. */
|
|
756
|
-
export interface ExperimentExecutionDetailsProperties extends ExperimentExecutionProperties {
|
|
757
|
-
/**
|
|
758
|
-
* The reason why the execution failed.
|
|
759
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
760
|
-
*/
|
|
761
|
-
readonly failureReason?: string;
|
|
762
|
-
/**
|
|
763
|
-
* String that represents the last action date time.
|
|
764
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
765
|
-
*/
|
|
766
|
-
readonly lastActionAt?: Date;
|
|
767
|
-
/**
|
|
768
|
-
* The information of the experiment run.
|
|
769
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
770
|
-
*/
|
|
771
|
-
readonly runInformation?: ExperimentExecutionDetailsPropertiesRunInformation;
|
|
772
|
-
}
|
|
773
|
-
/** Model that represents a Experiment resource. */
|
|
774
|
-
export interface Experiment extends TrackedResource {
|
|
775
|
-
/**
|
|
776
|
-
* The system metadata of the experiment resource.
|
|
777
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
778
|
-
*/
|
|
779
|
-
readonly systemData?: SystemData;
|
|
780
|
-
/** The identity of the experiment resource. */
|
|
781
|
-
identity?: ResourceIdentity;
|
|
782
|
-
/**
|
|
783
|
-
* Most recent provisioning state for the given experiment resource.
|
|
784
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
785
|
-
*/
|
|
786
|
-
readonly provisioningState?: ProvisioningState;
|
|
787
|
-
/** List of steps. */
|
|
788
|
-
steps: ChaosExperimentStep[];
|
|
789
|
-
/** List of selectors. */
|
|
790
|
-
selectors: ChaosTargetSelectorUnion[];
|
|
791
|
-
}
|
|
792
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
793
|
-
export declare enum KnownCreatedByType {
|
|
794
|
-
/** User */
|
|
795
|
-
User = "User",
|
|
796
|
-
/** Application */
|
|
797
|
-
Application = "Application",
|
|
798
|
-
/** ManagedIdentity */
|
|
799
|
-
ManagedIdentity = "ManagedIdentity",
|
|
800
|
-
/** Key */
|
|
801
|
-
Key = "Key"
|
|
802
|
-
}
|
|
803
|
-
/**
|
|
804
|
-
* Defines values for CreatedByType. \
|
|
805
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
806
|
-
* this enum contains the known values that the service supports.
|
|
807
|
-
* ### Known values supported by the service
|
|
808
|
-
* **User** \
|
|
809
|
-
* **Application** \
|
|
810
|
-
* **ManagedIdentity** \
|
|
811
|
-
* **Key**
|
|
812
|
-
*/
|
|
813
|
-
export type CreatedByType = string;
|
|
814
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
815
|
-
export declare enum KnownProvisioningState {
|
|
816
|
-
/** Succeeded */
|
|
817
|
-
Succeeded = "Succeeded",
|
|
818
|
-
/** Failed */
|
|
819
|
-
Failed = "Failed",
|
|
820
|
-
/** Canceled */
|
|
821
|
-
Canceled = "Canceled",
|
|
822
|
-
/** Creating */
|
|
823
|
-
Creating = "Creating",
|
|
824
|
-
/** Updating */
|
|
825
|
-
Updating = "Updating",
|
|
826
|
-
/** Deleting */
|
|
827
|
-
Deleting = "Deleting"
|
|
828
|
-
}
|
|
829
|
-
/**
|
|
830
|
-
* Defines values for ProvisioningState. \
|
|
831
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
832
|
-
* this enum contains the known values that the service supports.
|
|
833
|
-
* ### Known values supported by the service
|
|
834
|
-
* **Succeeded** \
|
|
835
|
-
* **Failed** \
|
|
836
|
-
* **Canceled** \
|
|
837
|
-
* **Creating** \
|
|
838
|
-
* **Updating** \
|
|
839
|
-
* **Deleting**
|
|
840
|
-
*/
|
|
841
|
-
export type ProvisioningState = string;
|
|
842
|
-
/** Known values of {@link SelectorType} that the service accepts. */
|
|
843
|
-
export declare enum KnownSelectorType {
|
|
844
|
-
/** List */
|
|
845
|
-
List = "List",
|
|
846
|
-
/** Query */
|
|
847
|
-
Query = "Query"
|
|
848
|
-
}
|
|
849
|
-
/**
|
|
850
|
-
* Defines values for SelectorType. \
|
|
851
|
-
* {@link KnownSelectorType} can be used interchangeably with SelectorType,
|
|
852
|
-
* this enum contains the known values that the service supports.
|
|
853
|
-
* ### Known values supported by the service
|
|
854
|
-
* **List** \
|
|
855
|
-
* **Query**
|
|
856
|
-
*/
|
|
857
|
-
export type SelectorType = string;
|
|
858
|
-
/** Known values of {@link FilterType} that the service accepts. */
|
|
859
|
-
export declare enum KnownFilterType {
|
|
860
|
-
/** Simple */
|
|
861
|
-
Simple = "Simple"
|
|
862
|
-
}
|
|
863
|
-
/**
|
|
864
|
-
* Defines values for FilterType. \
|
|
865
|
-
* {@link KnownFilterType} can be used interchangeably with FilterType,
|
|
866
|
-
* this enum contains the known values that the service supports.
|
|
867
|
-
* ### Known values supported by the service
|
|
868
|
-
* **Simple**
|
|
869
|
-
*/
|
|
870
|
-
export type FilterType = string;
|
|
871
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
872
|
-
export declare enum KnownOrigin {
|
|
873
|
-
/** User */
|
|
874
|
-
User = "user",
|
|
875
|
-
/** System */
|
|
876
|
-
System = "system",
|
|
877
|
-
/** UserSystem */
|
|
878
|
-
UserSystem = "user,system"
|
|
879
|
-
}
|
|
880
|
-
/**
|
|
881
|
-
* Defines values for Origin. \
|
|
882
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
883
|
-
* this enum contains the known values that the service supports.
|
|
884
|
-
* ### Known values supported by the service
|
|
885
|
-
* **user** \
|
|
886
|
-
* **system** \
|
|
887
|
-
* **user,system**
|
|
888
|
-
*/
|
|
889
|
-
export type Origin = string;
|
|
890
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
891
|
-
export declare enum KnownActionType {
|
|
892
|
-
/** Internal */
|
|
893
|
-
Internal = "Internal"
|
|
894
|
-
}
|
|
895
|
-
/**
|
|
896
|
-
* Defines values for ActionType. \
|
|
897
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
898
|
-
* this enum contains the known values that the service supports.
|
|
899
|
-
* ### Known values supported by the service
|
|
900
|
-
* **Internal**
|
|
901
|
-
*/
|
|
902
|
-
export type ActionType = string;
|
|
903
|
-
/** Known values of {@link TargetReferenceType} that the service accepts. */
|
|
904
|
-
export declare enum KnownTargetReferenceType {
|
|
905
|
-
/** ChaosTarget */
|
|
906
|
-
ChaosTarget = "ChaosTarget"
|
|
907
|
-
}
|
|
908
|
-
/**
|
|
909
|
-
* Defines values for TargetReferenceType. \
|
|
910
|
-
* {@link KnownTargetReferenceType} can be used interchangeably with TargetReferenceType,
|
|
911
|
-
* this enum contains the known values that the service supports.
|
|
912
|
-
* ### Known values supported by the service
|
|
913
|
-
* **ChaosTarget**
|
|
914
|
-
*/
|
|
915
|
-
export type TargetReferenceType = string;
|
|
916
|
-
/** Defines values for ResourceIdentityType. */
|
|
917
|
-
export type ResourceIdentityType = "None" | "SystemAssigned" | "UserAssigned";
|
|
918
|
-
/** Optional parameters. */
|
|
919
|
-
export interface CapabilitiesListOptionalParams extends coreClient.OperationOptions {
|
|
920
|
-
/** String that sets the continuation token. */
|
|
921
|
-
continuationToken?: string;
|
|
922
|
-
}
|
|
923
|
-
/** Contains response data for the list operation. */
|
|
924
|
-
export type CapabilitiesListResponse = CapabilityListResult;
|
|
925
|
-
/** Optional parameters. */
|
|
926
|
-
export interface CapabilitiesGetOptionalParams extends coreClient.OperationOptions {
|
|
927
|
-
}
|
|
928
|
-
/** Contains response data for the get operation. */
|
|
929
|
-
export type CapabilitiesGetResponse = Capability;
|
|
930
|
-
/** Optional parameters. */
|
|
931
|
-
export interface CapabilitiesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
932
|
-
}
|
|
933
|
-
/** Optional parameters. */
|
|
934
|
-
export interface CapabilitiesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
935
|
-
}
|
|
936
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
937
|
-
export type CapabilitiesCreateOrUpdateResponse = Capability;
|
|
938
|
-
/** Optional parameters. */
|
|
939
|
-
export interface CapabilitiesListNextOptionalParams extends coreClient.OperationOptions {
|
|
940
|
-
}
|
|
941
|
-
/** Contains response data for the listNext operation. */
|
|
942
|
-
export type CapabilitiesListNextResponse = CapabilityListResult;
|
|
943
|
-
/** Optional parameters. */
|
|
944
|
-
export interface CapabilityTypesListOptionalParams extends coreClient.OperationOptions {
|
|
945
|
-
/** String that sets the continuation token. */
|
|
946
|
-
continuationToken?: string;
|
|
947
|
-
}
|
|
948
|
-
/** Contains response data for the list operation. */
|
|
949
|
-
export type CapabilityTypesListResponse = CapabilityTypeListResult;
|
|
950
|
-
/** Optional parameters. */
|
|
951
|
-
export interface CapabilityTypesGetOptionalParams extends coreClient.OperationOptions {
|
|
952
|
-
}
|
|
953
|
-
/** Contains response data for the get operation. */
|
|
954
|
-
export type CapabilityTypesGetResponse = CapabilityType;
|
|
955
|
-
/** Optional parameters. */
|
|
956
|
-
export interface CapabilityTypesListNextOptionalParams extends coreClient.OperationOptions {
|
|
957
|
-
}
|
|
958
|
-
/** Contains response data for the listNext operation. */
|
|
959
|
-
export type CapabilityTypesListNextResponse = CapabilityTypeListResult;
|
|
960
|
-
/** Optional parameters. */
|
|
961
|
-
export interface ExperimentsListAllOptionalParams extends coreClient.OperationOptions {
|
|
962
|
-
/** String that sets the continuation token. */
|
|
963
|
-
continuationToken?: string;
|
|
964
|
-
/** Optional value that indicates whether to filter results based on if the Experiment is currently running. If null, then the results will not be filtered. */
|
|
965
|
-
running?: boolean;
|
|
966
|
-
}
|
|
967
|
-
/** Contains response data for the listAll operation. */
|
|
968
|
-
export type ExperimentsListAllResponse = ExperimentListResult;
|
|
969
|
-
/** Optional parameters. */
|
|
970
|
-
export interface ExperimentsListOptionalParams extends coreClient.OperationOptions {
|
|
971
|
-
/** String that sets the continuation token. */
|
|
972
|
-
continuationToken?: string;
|
|
973
|
-
/** Optional value that indicates whether to filter results based on if the Experiment is currently running. If null, then the results will not be filtered. */
|
|
974
|
-
running?: boolean;
|
|
975
|
-
}
|
|
976
|
-
/** Contains response data for the list operation. */
|
|
977
|
-
export type ExperimentsListResponse = ExperimentListResult;
|
|
978
|
-
/** Optional parameters. */
|
|
979
|
-
export interface ExperimentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
980
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
981
|
-
updateIntervalInMs?: number;
|
|
982
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
983
|
-
resumeFrom?: string;
|
|
984
|
-
}
|
|
985
|
-
/** Optional parameters. */
|
|
986
|
-
export interface ExperimentsGetOptionalParams extends coreClient.OperationOptions {
|
|
987
|
-
}
|
|
988
|
-
/** Contains response data for the get operation. */
|
|
989
|
-
export type ExperimentsGetResponse = Experiment;
|
|
990
|
-
/** Optional parameters. */
|
|
991
|
-
export interface ExperimentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
992
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
993
|
-
updateIntervalInMs?: number;
|
|
994
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
995
|
-
resumeFrom?: string;
|
|
996
|
-
}
|
|
997
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
998
|
-
export type ExperimentsCreateOrUpdateResponse = Experiment;
|
|
999
|
-
/** Optional parameters. */
|
|
1000
|
-
export interface ExperimentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1001
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1002
|
-
updateIntervalInMs?: number;
|
|
1003
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1004
|
-
resumeFrom?: string;
|
|
1005
|
-
}
|
|
1006
|
-
/** Contains response data for the update operation. */
|
|
1007
|
-
export type ExperimentsUpdateResponse = Experiment;
|
|
1008
|
-
/** Optional parameters. */
|
|
1009
|
-
export interface ExperimentsCancelOptionalParams extends coreClient.OperationOptions {
|
|
1010
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1011
|
-
updateIntervalInMs?: number;
|
|
1012
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1013
|
-
resumeFrom?: string;
|
|
1014
|
-
}
|
|
1015
|
-
/** Optional parameters. */
|
|
1016
|
-
export interface ExperimentsStartOptionalParams extends coreClient.OperationOptions {
|
|
1017
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1018
|
-
updateIntervalInMs?: number;
|
|
1019
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1020
|
-
resumeFrom?: string;
|
|
1021
|
-
}
|
|
1022
|
-
/** Optional parameters. */
|
|
1023
|
-
export interface ExperimentsListAllExecutionsOptionalParams extends coreClient.OperationOptions {
|
|
1024
|
-
}
|
|
1025
|
-
/** Contains response data for the listAllExecutions operation. */
|
|
1026
|
-
export type ExperimentsListAllExecutionsResponse = ExperimentExecutionListResult;
|
|
1027
|
-
/** Optional parameters. */
|
|
1028
|
-
export interface ExperimentsGetExecutionOptionalParams extends coreClient.OperationOptions {
|
|
1029
|
-
}
|
|
1030
|
-
/** Contains response data for the getExecution operation. */
|
|
1031
|
-
export type ExperimentsGetExecutionResponse = ExperimentExecution;
|
|
1032
|
-
/** Optional parameters. */
|
|
1033
|
-
export interface ExperimentsExecutionDetailsOptionalParams extends coreClient.OperationOptions {
|
|
1034
|
-
}
|
|
1035
|
-
/** Contains response data for the executionDetails operation. */
|
|
1036
|
-
export type ExperimentsExecutionDetailsResponse = ExperimentExecutionDetails;
|
|
1037
|
-
/** Optional parameters. */
|
|
1038
|
-
export interface ExperimentsListAllNextOptionalParams extends coreClient.OperationOptions {
|
|
1039
|
-
}
|
|
1040
|
-
/** Contains response data for the listAllNext operation. */
|
|
1041
|
-
export type ExperimentsListAllNextResponse = ExperimentListResult;
|
|
1042
|
-
/** Optional parameters. */
|
|
1043
|
-
export interface ExperimentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1044
|
-
}
|
|
1045
|
-
/** Contains response data for the listNext operation. */
|
|
1046
|
-
export type ExperimentsListNextResponse = ExperimentListResult;
|
|
1047
|
-
/** Optional parameters. */
|
|
1048
|
-
export interface ExperimentsListAllExecutionsNextOptionalParams extends coreClient.OperationOptions {
|
|
1049
|
-
}
|
|
1050
|
-
/** Contains response data for the listAllExecutionsNext operation. */
|
|
1051
|
-
export type ExperimentsListAllExecutionsNextResponse = ExperimentExecutionListResult;
|
|
1052
|
-
/** Optional parameters. */
|
|
1053
|
-
export interface OperationStatusesGetOptionalParams extends coreClient.OperationOptions {
|
|
1054
|
-
}
|
|
1055
|
-
/** Contains response data for the get operation. */
|
|
1056
|
-
export type OperationStatusesGetResponse = OperationStatus;
|
|
1057
|
-
/** Optional parameters. */
|
|
1058
|
-
export interface OperationsListAllOptionalParams extends coreClient.OperationOptions {
|
|
1059
|
-
}
|
|
1060
|
-
/** Contains response data for the listAll operation. */
|
|
1061
|
-
export type OperationsListAllResponse = OperationListResult;
|
|
1062
|
-
/** Optional parameters. */
|
|
1063
|
-
export interface OperationsListAllNextOptionalParams extends coreClient.OperationOptions {
|
|
1064
|
-
}
|
|
1065
|
-
/** Contains response data for the listAllNext operation. */
|
|
1066
|
-
export type OperationsListAllNextResponse = OperationListResult;
|
|
1067
|
-
/** Optional parameters. */
|
|
1068
|
-
export interface TargetTypesListOptionalParams extends coreClient.OperationOptions {
|
|
1069
|
-
/** String that sets the continuation token. */
|
|
1070
|
-
continuationToken?: string;
|
|
1071
|
-
}
|
|
1072
|
-
/** Contains response data for the list operation. */
|
|
1073
|
-
export type TargetTypesListResponse = TargetTypeListResult;
|
|
1074
|
-
/** Optional parameters. */
|
|
1075
|
-
export interface TargetTypesGetOptionalParams extends coreClient.OperationOptions {
|
|
1076
|
-
}
|
|
1077
|
-
/** Contains response data for the get operation. */
|
|
1078
|
-
export type TargetTypesGetResponse = TargetType;
|
|
1079
|
-
/** Optional parameters. */
|
|
1080
|
-
export interface TargetTypesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1081
|
-
}
|
|
1082
|
-
/** Contains response data for the listNext operation. */
|
|
1083
|
-
export type TargetTypesListNextResponse = TargetTypeListResult;
|
|
1084
|
-
/** Optional parameters. */
|
|
1085
|
-
export interface TargetsListOptionalParams extends coreClient.OperationOptions {
|
|
1086
|
-
/** String that sets the continuation token. */
|
|
1087
|
-
continuationToken?: string;
|
|
1088
|
-
}
|
|
1089
|
-
/** Contains response data for the list operation. */
|
|
1090
|
-
export type TargetsListResponse = TargetListResult;
|
|
1091
|
-
/** Optional parameters. */
|
|
1092
|
-
export interface TargetsGetOptionalParams extends coreClient.OperationOptions {
|
|
1093
|
-
}
|
|
1094
|
-
/** Contains response data for the get operation. */
|
|
1095
|
-
export type TargetsGetResponse = Target;
|
|
1096
|
-
/** Optional parameters. */
|
|
1097
|
-
export interface TargetsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1098
|
-
}
|
|
1099
|
-
/** Optional parameters. */
|
|
1100
|
-
export interface TargetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1101
|
-
}
|
|
1102
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1103
|
-
export type TargetsCreateOrUpdateResponse = Target;
|
|
1104
|
-
/** Optional parameters. */
|
|
1105
|
-
export interface TargetsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1106
|
-
}
|
|
1107
|
-
/** Contains response data for the listNext operation. */
|
|
1108
|
-
export type TargetsListNextResponse = TargetListResult;
|
|
1109
|
-
/** Optional parameters. */
|
|
1110
|
-
export interface ChaosManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1111
|
-
/** server parameter */
|
|
1112
|
-
$host?: string;
|
|
1113
|
-
/** Api Version */
|
|
1114
|
-
apiVersion?: string;
|
|
1115
|
-
/** Overrides client endpoint. */
|
|
1116
|
-
endpoint?: string;
|
|
1117
|
-
}
|
|
1
|
+
export { Experiment, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, ExperimentProperties, KnownProvisioningState, ProvisioningState, ChaosExperimentStep, ChaosExperimentBranch, ChaosExperimentAction, ChaosExperimentActionUnion, KnownExperimentActionType, ExperimentActionType, ContinuousAction, KeyValuePair, DelayAction, DiscreteAction, ChaosTargetSelector, ChaosTargetSelectorUnion, KnownSelectorType, SelectorType, ChaosTargetFilter, ChaosTargetFilterUnion, KnownFilterType, FilterType, ChaosTargetSimpleFilter, ChaosTargetSimpleFilterParameters, ChaosTargetListSelector, TargetReference, KnownTargetReferenceType, TargetReferenceType, ChaosTargetQuerySelector, TrackedResource, Resource, SystemData, KnownCreatedByType, CreatedByType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, ExperimentUpdate, ExperimentExecution, ExperimentExecutionProperties, ProxyResource, ExperimentExecutionDetails, ExperimentExecutionDetailsProperties, ExperimentExecutionDetailsPropertiesRunInformation, StepStatus, BranchStatus, ActionStatus, ExperimentExecutionActionTargetDetailsProperties, ExperimentExecutionActionTargetDetailsError, Capability, CapabilityProperties, CapabilityType, CapabilityTypeProperties, CapabilityTypePropertiesRuntimeProperties, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, OperationStatusResult, Target, TargetType, TargetTypeProperties, KnownVersions, } from "./models.js";
|
|
1118
2
|
//# sourceMappingURL=index.d.ts.map
|