@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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"experiments.js","sourceRoot":"","sources":["../../../src/operations/experiments.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Experiments } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ChaosManagementClient } from \"../chaosManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n Experiment,\n ExperimentsListAllNextOptionalParams,\n ExperimentsListAllOptionalParams,\n ExperimentsListAllResponse,\n ExperimentsListNextOptionalParams,\n ExperimentsListOptionalParams,\n ExperimentsListResponse,\n ExperimentExecution,\n ExperimentsListAllExecutionsNextOptionalParams,\n ExperimentsListAllExecutionsOptionalParams,\n ExperimentsListAllExecutionsResponse,\n ExperimentsDeleteOptionalParams,\n ExperimentsGetOptionalParams,\n ExperimentsGetResponse,\n ExperimentsCreateOrUpdateOptionalParams,\n ExperimentsCreateOrUpdateResponse,\n ExperimentUpdate,\n ExperimentsUpdateOptionalParams,\n ExperimentsUpdateResponse,\n ExperimentsCancelOptionalParams,\n ExperimentsStartOptionalParams,\n ExperimentsGetExecutionOptionalParams,\n ExperimentsGetExecutionResponse,\n ExperimentsExecutionDetailsOptionalParams,\n ExperimentsExecutionDetailsResponse,\n ExperimentsListAllNextResponse,\n ExperimentsListNextResponse,\n ExperimentsListAllExecutionsNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Experiments operations. */\nexport class ExperimentsImpl implements Experiments {\n private readonly client: ChaosManagementClient;\n\n /**\n * Initialize a new instance of the class Experiments class.\n * @param client Reference to the service client\n */\n constructor(client: ChaosManagementClient) {\n this.client = client;\n }\n\n /**\n * Get a list of Experiment resources in a subscription.\n * @param options The options parameters.\n */\n public listAll(\n options?: ExperimentsListAllOptionalParams,\n ): PagedAsyncIterableIterator<Experiment> {\n const iter = this.listAllPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listAllPagingPage(options, settings);\n },\n };\n }\n\n private async *listAllPagingPage(\n options?: ExperimentsListAllOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Experiment[]> {\n let result: ExperimentsListAllResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listAll(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listAllNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listAllPagingAll(\n options?: ExperimentsListAllOptionalParams,\n ): AsyncIterableIterator<Experiment> {\n for await (const page of this.listAllPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get a list of Experiment resources in a resource group.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n options?: ExperimentsListOptionalParams,\n ): PagedAsyncIterableIterator<Experiment> {\n const iter = this.listPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(resourceGroupName, options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n options?: ExperimentsListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Experiment[]> {\n let result: ExperimentsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n options?: ExperimentsListOptionalParams,\n ): AsyncIterableIterator<Experiment> {\n for await (const page of this.listPagingPage(resourceGroupName, options)) {\n yield* page;\n }\n }\n\n /**\n * Get a list of executions of an Experiment resource.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param options The options parameters.\n */\n public listAllExecutions(\n resourceGroupName: string,\n experimentName: string,\n options?: ExperimentsListAllExecutionsOptionalParams,\n ): PagedAsyncIterableIterator<ExperimentExecution> {\n const iter = this.listAllExecutionsPagingAll(\n resourceGroupName,\n experimentName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listAllExecutionsPagingPage(\n resourceGroupName,\n experimentName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listAllExecutionsPagingPage(\n resourceGroupName: string,\n experimentName: string,\n options?: ExperimentsListAllExecutionsOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ExperimentExecution[]> {\n let result: ExperimentsListAllExecutionsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listAllExecutions(\n resourceGroupName,\n experimentName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listAllExecutionsNext(\n resourceGroupName,\n experimentName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listAllExecutionsPagingAll(\n resourceGroupName: string,\n experimentName: string,\n options?: ExperimentsListAllExecutionsOptionalParams,\n ): AsyncIterableIterator<ExperimentExecution> {\n for await (const page of this.listAllExecutionsPagingPage(\n resourceGroupName,\n experimentName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get a list of Experiment resources in a subscription.\n * @param options The options parameters.\n */\n private _listAll(\n options?: ExperimentsListAllOptionalParams,\n ): Promise<ExperimentsListAllResponse> {\n return this.client.sendOperationRequest({ options }, listAllOperationSpec);\n }\n\n /**\n * Get a list of Experiment resources in a resource group.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n options?: ExperimentsListOptionalParams,\n ): Promise<ExperimentsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listOperationSpec,\n );\n }\n\n /**\n * Delete a Experiment resource.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n experimentName: string,\n options?: ExperimentsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, experimentName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete a Experiment resource.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n experimentName: string,\n options?: ExperimentsDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n experimentName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Get a Experiment resource.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n experimentName: string,\n options?: ExperimentsGetOptionalParams,\n ): Promise<ExperimentsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, experimentName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create or update a Experiment resource.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param experiment Experiment resource to be created or updated.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n experimentName: string,\n experiment: Experiment,\n options?: ExperimentsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ExperimentsCreateOrUpdateResponse>,\n ExperimentsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ExperimentsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, experimentName, experiment, options },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n ExperimentsCreateOrUpdateResponse,\n OperationState<ExperimentsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or update a Experiment resource.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param experiment Experiment resource to be created or updated.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n experimentName: string,\n experiment: Experiment,\n options?: ExperimentsCreateOrUpdateOptionalParams,\n ): Promise<ExperimentsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n experimentName,\n experiment,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * The operation to update an experiment.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param experiment Parameters supplied to the Update experiment operation.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n experimentName: string,\n experiment: ExperimentUpdate,\n options?: ExperimentsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ExperimentsUpdateResponse>,\n ExperimentsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ExperimentsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, experimentName, experiment, options },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n ExperimentsUpdateResponse,\n OperationState<ExperimentsUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * The operation to update an experiment.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param experiment Parameters supplied to the Update experiment operation.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n experimentName: string,\n experiment: ExperimentUpdate,\n options?: ExperimentsUpdateOptionalParams,\n ): Promise<ExperimentsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n experimentName,\n experiment,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Cancel a running Experiment resource.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param options The options parameters.\n */\n async beginCancel(\n resourceGroupName: string,\n experimentName: string,\n options?: ExperimentsCancelOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, experimentName, options },\n spec: cancelOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Cancel a running Experiment resource.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param options The options parameters.\n */\n async beginCancelAndWait(\n resourceGroupName: string,\n experimentName: string,\n options?: ExperimentsCancelOptionalParams,\n ): Promise<void> {\n const poller = await this.beginCancel(\n resourceGroupName,\n experimentName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Start a Experiment resource.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param options The options parameters.\n */\n async beginStart(\n resourceGroupName: string,\n experimentName: string,\n options?: ExperimentsStartOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, experimentName, options },\n spec: startOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Start a Experiment resource.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param options The options parameters.\n */\n async beginStartAndWait(\n resourceGroupName: string,\n experimentName: string,\n options?: ExperimentsStartOptionalParams,\n ): Promise<void> {\n const poller = await this.beginStart(\n resourceGroupName,\n experimentName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Get a list of executions of an Experiment resource.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param options The options parameters.\n */\n private _listAllExecutions(\n resourceGroupName: string,\n experimentName: string,\n options?: ExperimentsListAllExecutionsOptionalParams,\n ): Promise<ExperimentsListAllExecutionsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, experimentName, options },\n listAllExecutionsOperationSpec,\n );\n }\n\n /**\n * Get an execution of an Experiment resource.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param executionId GUID that represents a Experiment execution detail.\n * @param options The options parameters.\n */\n getExecution(\n resourceGroupName: string,\n experimentName: string,\n executionId: string,\n options?: ExperimentsGetExecutionOptionalParams,\n ): Promise<ExperimentsGetExecutionResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, experimentName, executionId, options },\n getExecutionOperationSpec,\n );\n }\n\n /**\n * Execution details of an experiment resource.\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param executionId GUID that represents a Experiment execution detail.\n * @param options The options parameters.\n */\n executionDetails(\n resourceGroupName: string,\n experimentName: string,\n executionId: string,\n options?: ExperimentsExecutionDetailsOptionalParams,\n ): Promise<ExperimentsExecutionDetailsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, experimentName, executionId, options },\n executionDetailsOperationSpec,\n );\n }\n\n /**\n * ListAllNext\n * @param nextLink The nextLink from the previous successful call to the ListAll method.\n * @param options The options parameters.\n */\n private _listAllNext(\n nextLink: string,\n options?: ExperimentsListAllNextOptionalParams,\n ): Promise<ExperimentsListAllNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listAllNextOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName String that represents an Azure resource group.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n nextLink: string,\n options?: ExperimentsListNextOptionalParams,\n ): Promise<ExperimentsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listNextOperationSpec,\n );\n }\n\n /**\n * ListAllExecutionsNext\n * @param resourceGroupName String that represents an Azure resource group.\n * @param experimentName String that represents a Experiment resource name.\n * @param nextLink The nextLink from the previous successful call to the ListAllExecutions method.\n * @param options The options parameters.\n */\n private _listAllExecutionsNext(\n resourceGroupName: string,\n experimentName: string,\n nextLink: string,\n options?: ExperimentsListAllExecutionsNextOptionalParams,\n ): Promise<ExperimentsListAllExecutionsNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, experimentName, nextLink, options },\n listAllExecutionsNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listAllOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Chaos/experiments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExperimentListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.continuationToken,\n Parameters.running,\n ],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExperimentListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.continuationToken,\n Parameters.running,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.experimentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Experiment,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.experimentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Experiment,\n },\n 201: {\n bodyMapper: Mappers.Experiment,\n },\n 202: {\n bodyMapper: Mappers.Experiment,\n },\n 204: {\n bodyMapper: Mappers.Experiment,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.experiment,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.experimentName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Experiment,\n },\n 201: {\n bodyMapper: Mappers.Experiment,\n },\n 202: {\n bodyMapper: Mappers.Experiment,\n },\n 204: {\n bodyMapper: Mappers.Experiment,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.experiment1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.experimentName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst cancelOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/cancel\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.experimentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst startOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/start\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.experimentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listAllExecutionsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/executions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExperimentExecutionListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.experimentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getExecutionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/executions/{executionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExperimentExecution,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.experimentName,\n Parameters.executionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst executionDetailsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/executions/{executionId}/getExecutionDetails\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExperimentExecutionDetails,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.experimentName,\n Parameters.executionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listAllNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExperimentListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExperimentListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listAllExecutionsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExperimentExecutionListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.experimentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from "./capabilities.js";
|
|
2
|
-
export * from "./capabilityTypes.js";
|
|
3
|
-
export * from "./experiments.js";
|
|
4
|
-
export * from "./operationStatuses.js";
|
|
5
|
-
export * from "./operations.js";
|
|
6
|
-
export * from "./targetTypes.js";
|
|
7
|
-
export * from "./targets.js";
|
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export * from "./capabilities.js";
|
|
9
|
-
export * from "./capabilityTypes.js";
|
|
10
|
-
export * from "./experiments.js";
|
|
11
|
-
export * from "./operationStatuses.js";
|
|
12
|
-
export * from "./operations.js";
|
|
13
|
-
export * from "./targetTypes.js";
|
|
14
|
-
export * from "./targets.js";
|
|
15
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./capabilities.js\";\nexport * from \"./capabilityTypes.js\";\nexport * from \"./experiments.js\";\nexport * from \"./operationStatuses.js\";\nexport * from \"./operations.js\";\nexport * from \"./targetTypes.js\";\nexport * from \"./targets.js\";\n"]}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { OperationStatuses } from "../operationsInterfaces/index.js";
|
|
2
|
-
import { ChaosManagementClient } from "../chaosManagementClient.js";
|
|
3
|
-
import { OperationStatusesGetOptionalParams, OperationStatusesGetResponse } from "../models/index.js";
|
|
4
|
-
/** Class containing OperationStatuses operations. */
|
|
5
|
-
export declare class OperationStatusesImpl implements OperationStatuses {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Initialize a new instance of the class OperationStatuses class.
|
|
9
|
-
* @param client Reference to the service client
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: ChaosManagementClient);
|
|
12
|
-
/**
|
|
13
|
-
* Get the status of a long running azure asynchronous operation.
|
|
14
|
-
* @param location The name of the Azure region.
|
|
15
|
-
* @param asyncOperationId The operation Id.
|
|
16
|
-
* @param options The options parameters.
|
|
17
|
-
*/
|
|
18
|
-
get(location: string, asyncOperationId: string, options?: OperationStatusesGetOptionalParams): Promise<OperationStatusesGetResponse>;
|
|
19
|
-
}
|
|
20
|
-
//# sourceMappingURL=operationStatuses.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operationStatuses.d.ts","sourceRoot":"","sources":["../../../src/operations/operationStatuses.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAIrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EACL,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAE5B,qDAAqD;AACrD,qBAAa,qBAAsB,YAAW,iBAAiB;IAC7D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAwB;IAE/C;;;OAGG;gBACS,MAAM,EAAE,qBAAqB;IAIzC;;;;;OAKG;IACH,GAAG,CACD,QAAQ,EAAE,MAAM,EAChB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;CAMzC"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import * as coreClient from "@azure/core-client";
|
|
9
|
-
import * as Mappers from "../models/mappers.js";
|
|
10
|
-
import * as Parameters from "../models/parameters.js";
|
|
11
|
-
/** Class containing OperationStatuses operations. */
|
|
12
|
-
export class OperationStatusesImpl {
|
|
13
|
-
/**
|
|
14
|
-
* Initialize a new instance of the class OperationStatuses class.
|
|
15
|
-
* @param client Reference to the service client
|
|
16
|
-
*/
|
|
17
|
-
constructor(client) {
|
|
18
|
-
this.client = client;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Get the status of a long running azure asynchronous operation.
|
|
22
|
-
* @param location The name of the Azure region.
|
|
23
|
-
* @param asyncOperationId The operation Id.
|
|
24
|
-
* @param options The options parameters.
|
|
25
|
-
*/
|
|
26
|
-
get(location, asyncOperationId, options) {
|
|
27
|
-
return this.client.sendOperationRequest({ location, asyncOperationId, options }, getOperationSpec);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
// Operation Specifications
|
|
31
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
32
|
-
const getOperationSpec = {
|
|
33
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{location}/operationStatuses/{asyncOperationId}",
|
|
34
|
-
httpMethod: "GET",
|
|
35
|
-
responses: {
|
|
36
|
-
200: {
|
|
37
|
-
bodyMapper: Mappers.OperationStatus,
|
|
38
|
-
},
|
|
39
|
-
default: {
|
|
40
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
41
|
-
},
|
|
42
|
-
},
|
|
43
|
-
queryParameters: [Parameters.apiVersion],
|
|
44
|
-
urlParameters: [
|
|
45
|
-
Parameters.$host,
|
|
46
|
-
Parameters.subscriptionId,
|
|
47
|
-
Parameters.location,
|
|
48
|
-
Parameters.asyncOperationId,
|
|
49
|
-
],
|
|
50
|
-
headerParameters: [Parameters.accept],
|
|
51
|
-
serializer,
|
|
52
|
-
};
|
|
53
|
-
//# sourceMappingURL=operationStatuses.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operationStatuses.js","sourceRoot":"","sources":["../../../src/operations/operationStatuses.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAOtD,qDAAqD;AACrD,MAAM,OAAO,qBAAqB;IAGhC;;;OAGG;IACH,YAAY,MAA6B;QACvC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACH,GAAG,CACD,QAAgB,EAChB,gBAAwB,EACxB,OAA4C;QAE5C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,gBAAgB,EAAE,OAAO,EAAE,EACvC,gBAAgB,CACjB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,qHAAqH;IAC3H,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,eAAe;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,gBAAgB;KAC5B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { OperationStatuses } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ChaosManagementClient } from \"../chaosManagementClient.js\";\nimport {\n OperationStatusesGetOptionalParams,\n OperationStatusesGetResponse,\n} from \"../models/index.js\";\n\n/** Class containing OperationStatuses operations. */\nexport class OperationStatusesImpl implements OperationStatuses {\n private readonly client: ChaosManagementClient;\n\n /**\n * Initialize a new instance of the class OperationStatuses class.\n * @param client Reference to the service client\n */\n constructor(client: ChaosManagementClient) {\n this.client = client;\n }\n\n /**\n * Get the status of a long running azure asynchronous operation.\n * @param location The name of the Azure region.\n * @param asyncOperationId The operation Id.\n * @param options The options parameters.\n */\n get(\n location: string,\n asyncOperationId: string,\n options?: OperationStatusesGetOptionalParams,\n ): Promise<OperationStatusesGetResponse> {\n return this.client.sendOperationRequest(\n { location, asyncOperationId, options },\n getOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{location}/operationStatuses/{asyncOperationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatus,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n Parameters.asyncOperationId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Operations } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { ChaosManagementClient } from "../chaosManagementClient.js";
|
|
4
|
-
import { Operation, OperationsListAllOptionalParams } from "../models/index.js";
|
|
5
|
-
/** Class containing Operations operations. */
|
|
6
|
-
export declare class OperationsImpl implements Operations {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Operations class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: ChaosManagementClient);
|
|
13
|
-
/**
|
|
14
|
-
* Get a list all available Operations.
|
|
15
|
-
* @param options The options parameters.
|
|
16
|
-
*/
|
|
17
|
-
listAll(options?: OperationsListAllOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
18
|
-
private listAllPagingPage;
|
|
19
|
-
private listAllPagingAll;
|
|
20
|
-
/**
|
|
21
|
-
* Get a list all available Operations.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
private _listAll;
|
|
25
|
-
/**
|
|
26
|
-
* ListAllNext
|
|
27
|
-
* @param nextLink The nextLink from the previous successful call to the ListAll method.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
private _listAllNext;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EACL,SAAS,EAET,+BAA+B,EAGhC,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAwB;IAE/C;;;OAGG;gBACS,MAAM,EAAE,qBAAqB;IAIzC;;;OAGG;IACI,OAAO,CACZ,OAAO,CAAC,EAAE,+BAA+B,GACxC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,iBAAiB;YAsBjB,gBAAgB;IAQ/B;;;OAGG;IACH,OAAO,CAAC,QAAQ;IAMhB;;;;OAIG;IACH,OAAO,CAAC,YAAY;CASrB"}
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers.js";
|
|
12
|
-
import * as Parameters from "../models/parameters.js";
|
|
13
|
-
/// <reference lib="esnext.asynciterable" />
|
|
14
|
-
/** Class containing Operations operations. */
|
|
15
|
-
export class OperationsImpl {
|
|
16
|
-
/**
|
|
17
|
-
* Initialize a new instance of the class Operations class.
|
|
18
|
-
* @param client Reference to the service client
|
|
19
|
-
*/
|
|
20
|
-
constructor(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Get a list all available Operations.
|
|
25
|
-
* @param options The options parameters.
|
|
26
|
-
*/
|
|
27
|
-
listAll(options) {
|
|
28
|
-
const iter = this.listAllPagingAll(options);
|
|
29
|
-
return {
|
|
30
|
-
next() {
|
|
31
|
-
return iter.next();
|
|
32
|
-
},
|
|
33
|
-
[Symbol.asyncIterator]() {
|
|
34
|
-
return this;
|
|
35
|
-
},
|
|
36
|
-
byPage: (settings) => {
|
|
37
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
38
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
39
|
-
}
|
|
40
|
-
return this.listAllPagingPage(options, settings);
|
|
41
|
-
},
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
listAllPagingPage(options, settings) {
|
|
45
|
-
return __asyncGenerator(this, arguments, function* listAllPagingPage_1() {
|
|
46
|
-
let result;
|
|
47
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
48
|
-
if (!continuationToken) {
|
|
49
|
-
result = yield __await(this._listAll(options));
|
|
50
|
-
let page = result.value || [];
|
|
51
|
-
continuationToken = result.nextLink;
|
|
52
|
-
setContinuationToken(page, continuationToken);
|
|
53
|
-
yield yield __await(page);
|
|
54
|
-
}
|
|
55
|
-
while (continuationToken) {
|
|
56
|
-
result = yield __await(this._listAllNext(continuationToken, options));
|
|
57
|
-
continuationToken = result.nextLink;
|
|
58
|
-
let page = result.value || [];
|
|
59
|
-
setContinuationToken(page, continuationToken);
|
|
60
|
-
yield yield __await(page);
|
|
61
|
-
}
|
|
62
|
-
});
|
|
63
|
-
}
|
|
64
|
-
listAllPagingAll(options) {
|
|
65
|
-
return __asyncGenerator(this, arguments, function* listAllPagingAll_1() {
|
|
66
|
-
var _a, e_1, _b, _c;
|
|
67
|
-
try {
|
|
68
|
-
for (var _d = true, _e = __asyncValues(this.listAllPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
69
|
-
_c = _f.value;
|
|
70
|
-
_d = false;
|
|
71
|
-
const page = _c;
|
|
72
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
76
|
-
finally {
|
|
77
|
-
try {
|
|
78
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
79
|
-
}
|
|
80
|
-
finally { if (e_1) throw e_1.error; }
|
|
81
|
-
}
|
|
82
|
-
});
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* Get a list all available Operations.
|
|
86
|
-
* @param options The options parameters.
|
|
87
|
-
*/
|
|
88
|
-
_listAll(options) {
|
|
89
|
-
return this.client.sendOperationRequest({ options }, listAllOperationSpec);
|
|
90
|
-
}
|
|
91
|
-
/**
|
|
92
|
-
* ListAllNext
|
|
93
|
-
* @param nextLink The nextLink from the previous successful call to the ListAll method.
|
|
94
|
-
* @param options The options parameters.
|
|
95
|
-
*/
|
|
96
|
-
_listAllNext(nextLink, options) {
|
|
97
|
-
return this.client.sendOperationRequest({ nextLink, options }, listAllNextOperationSpec);
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
// Operation Specifications
|
|
101
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
102
|
-
const listAllOperationSpec = {
|
|
103
|
-
path: "/providers/Microsoft.Chaos/operations",
|
|
104
|
-
httpMethod: "GET",
|
|
105
|
-
responses: {
|
|
106
|
-
200: {
|
|
107
|
-
bodyMapper: Mappers.OperationListResult,
|
|
108
|
-
},
|
|
109
|
-
default: {
|
|
110
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
111
|
-
},
|
|
112
|
-
},
|
|
113
|
-
queryParameters: [Parameters.apiVersion],
|
|
114
|
-
urlParameters: [Parameters.$host],
|
|
115
|
-
headerParameters: [Parameters.accept],
|
|
116
|
-
serializer,
|
|
117
|
-
};
|
|
118
|
-
const listAllNextOperationSpec = {
|
|
119
|
-
path: "{nextLink}",
|
|
120
|
-
httpMethod: "GET",
|
|
121
|
-
responses: {
|
|
122
|
-
200: {
|
|
123
|
-
bodyMapper: Mappers.OperationListResult,
|
|
124
|
-
},
|
|
125
|
-
default: {
|
|
126
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
127
|
-
},
|
|
128
|
-
},
|
|
129
|
-
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
130
|
-
headerParameters: [Parameters.accept],
|
|
131
|
-
serializer,
|
|
132
|
-
};
|
|
133
|
-
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ChaosManagementClient } from \"../chaosManagementClient.js\";\nimport {\n Operation,\n OperationsListAllNextOptionalParams,\n OperationsListAllOptionalParams,\n OperationsListAllResponse,\n OperationsListAllNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: ChaosManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: ChaosManagementClient) {\n this.client = client;\n }\n\n /**\n * Get a list all available Operations.\n * @param options The options parameters.\n */\n public listAll(\n options?: OperationsListAllOptionalParams,\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listAllPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listAllPagingPage(options, settings);\n },\n };\n }\n\n private async *listAllPagingPage(\n options?: OperationsListAllOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListAllResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listAll(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listAllNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listAllPagingAll(\n options?: OperationsListAllOptionalParams,\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listAllPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get a list all available Operations.\n * @param options The options parameters.\n */\n private _listAll(\n options?: OperationsListAllOptionalParams,\n ): Promise<OperationsListAllResponse> {\n return this.client.sendOperationRequest({ options }, listAllOperationSpec);\n }\n\n /**\n * ListAllNext\n * @param nextLink The nextLink from the previous successful call to the ListAll method.\n * @param options The options parameters.\n */\n private _listAllNext(\n nextLink: string,\n options?: OperationsListAllNextOptionalParams,\n ): Promise<OperationsListAllNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listAllNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listAllOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Chaos/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listAllNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { TargetTypes } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { ChaosManagementClient } from "../chaosManagementClient.js";
|
|
4
|
-
import { TargetType, TargetTypesListOptionalParams, TargetTypesGetOptionalParams, TargetTypesGetResponse } from "../models/index.js";
|
|
5
|
-
/** Class containing TargetTypes operations. */
|
|
6
|
-
export declare class TargetTypesImpl implements TargetTypes {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class TargetTypes class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: ChaosManagementClient);
|
|
13
|
-
/**
|
|
14
|
-
* Get a list of Target Type resources for given location.
|
|
15
|
-
* @param locationName String that represents a Location resource name.
|
|
16
|
-
* @param options The options parameters.
|
|
17
|
-
*/
|
|
18
|
-
list(locationName: string, options?: TargetTypesListOptionalParams): PagedAsyncIterableIterator<TargetType>;
|
|
19
|
-
private listPagingPage;
|
|
20
|
-
private listPagingAll;
|
|
21
|
-
/**
|
|
22
|
-
* Get a list of Target Type resources for given location.
|
|
23
|
-
* @param locationName String that represents a Location resource name.
|
|
24
|
-
* @param options The options parameters.
|
|
25
|
-
*/
|
|
26
|
-
private _list;
|
|
27
|
-
/**
|
|
28
|
-
* Get a Target Type resources for given location.
|
|
29
|
-
* @param locationName String that represents a Location resource name.
|
|
30
|
-
* @param targetTypeName String that represents a Target Type resource name.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
get(locationName: string, targetTypeName: string, options?: TargetTypesGetOptionalParams): Promise<TargetTypesGetResponse>;
|
|
34
|
-
/**
|
|
35
|
-
* ListNext
|
|
36
|
-
* @param locationName String that represents a Location resource name.
|
|
37
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
38
|
-
* @param options The options parameters.
|
|
39
|
-
*/
|
|
40
|
-
private _listNext;
|
|
41
|
-
}
|
|
42
|
-
//# sourceMappingURL=targetTypes.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"targetTypes.d.ts","sourceRoot":"","sources":["../../../src/operations/targetTypes.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAI/D,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EACL,UAAU,EAEV,6BAA6B,EAE7B,4BAA4B,EAC5B,sBAAsB,EAEvB,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,qBAAa,eAAgB,YAAW,WAAW;IACjD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAwB;IAE/C;;;OAGG;gBACS,MAAM,EAAE,qBAAqB;IAIzC;;;;OAIG;IACI,IAAI,CACT,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,UAAU,CAAC;YAkB1B,cAAc;YAuBd,aAAa;IAS5B;;;;OAIG;IACH,OAAO,CAAC,KAAK;IAUb;;;;;OAKG;IACH,GAAG,CACD,YAAY,EAAE,MAAM,EACpB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAOlC;;;;;OAKG;IACH,OAAO,CAAC,SAAS;CAUlB"}
|