@azure/arm-chaos 2.0.0 → 2.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +145 -0
- package/dist/browser/api/actionVersions/index.d.ts +3 -0
- package/dist/browser/api/actionVersions/index.js.map +1 -0
- package/dist/browser/api/actionVersions/operations.d.ts +14 -0
- package/dist/browser/api/actionVersions/operations.js +68 -0
- package/dist/browser/api/actionVersions/operations.js.map +1 -0
- package/dist/browser/api/actionVersions/options.d.ts +10 -0
- package/dist/browser/api/actionVersions/options.js.map +1 -0
- package/dist/browser/api/actions/index.d.ts +3 -0
- package/dist/browser/api/actions/index.js.map +1 -0
- package/dist/browser/api/actions/operations.d.ts +14 -0
- package/dist/browser/api/actions/operations.js +66 -0
- package/dist/browser/api/actions/operations.js.map +1 -0
- package/dist/browser/api/actions/options.d.ts +10 -0
- package/dist/browser/api/actions/options.js.map +1 -0
- package/dist/browser/api/capabilities/index.d.ts +1 -1
- package/dist/browser/api/capabilities/index.js.map +1 -1
- package/dist/browser/api/capabilities/operations.d.ts +5 -10
- package/dist/browser/api/capabilities/operations.js +32 -26
- package/dist/browser/api/capabilities/operations.js.map +1 -1
- package/dist/browser/api/capabilities/options.d.ts +1 -1
- package/dist/browser/api/capabilities/options.js.map +1 -1
- package/dist/browser/api/capabilityTypes/index.d.ts +1 -1
- package/dist/browser/api/capabilityTypes/index.js.map +1 -1
- package/dist/browser/api/capabilityTypes/operations.d.ts +5 -5
- package/dist/browser/api/capabilityTypes/operations.js +20 -12
- package/dist/browser/api/capabilityTypes/operations.js.map +1 -1
- package/dist/browser/api/capabilityTypes/options.d.ts +1 -1
- package/dist/browser/api/capabilityTypes/options.js.map +1 -1
- package/dist/browser/api/chaosManagementContext.d.ts +10 -5
- package/dist/browser/api/chaosManagementContext.js +13 -24
- package/dist/browser/api/chaosManagementContext.js.map +1 -1
- package/dist/browser/api/discoveredResources/index.d.ts +3 -0
- package/dist/browser/api/discoveredResources/index.js +4 -0
- package/dist/browser/api/discoveredResources/index.js.map +1 -0
- package/dist/browser/api/discoveredResources/operations.d.ts +14 -0
- package/dist/browser/api/discoveredResources/operations.js +67 -0
- package/dist/browser/api/discoveredResources/operations.js.map +1 -0
- package/dist/browser/api/discoveredResources/options.d.ts +8 -0
- package/dist/browser/api/discoveredResources/options.js.map +1 -0
- package/dist/browser/api/experiments/index.d.ts +1 -1
- package/dist/browser/api/experiments/index.js.map +1 -1
- package/dist/browser/api/experiments/operations.d.ts +6 -11
- package/dist/browser/api/experiments/operations.js +108 -79
- package/dist/browser/api/experiments/operations.js.map +1 -1
- package/dist/browser/api/experiments/options.d.ts +1 -1
- package/dist/browser/api/experiments/options.js.map +1 -1
- package/dist/browser/api/index.d.ts +2 -1
- package/dist/browser/api/index.js +1 -1
- package/dist/browser/api/index.js.map +1 -1
- package/dist/browser/api/operationStatuses/index.d.ts +1 -1
- package/dist/browser/api/operationStatuses/index.js.map +1 -1
- package/dist/browser/api/operationStatuses/operations.d.ts +4 -4
- package/dist/browser/api/operationStatuses/operations.js +7 -5
- package/dist/browser/api/operationStatuses/operations.js.map +1 -1
- package/dist/browser/api/operationStatuses/options.d.ts +1 -1
- package/dist/browser/api/operationStatuses/options.js.map +1 -1
- package/dist/browser/api/operations/index.d.ts +1 -1
- package/dist/browser/api/operations/index.js.map +1 -1
- package/dist/browser/api/operations/operations.d.ts +5 -5
- package/dist/browser/api/operations/operations.js +13 -7
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/operations/options.d.ts +1 -1
- package/dist/browser/api/operations/options.js.map +1 -1
- package/dist/browser/api/privateAccesses/index.d.ts +3 -0
- package/dist/browser/api/privateAccesses/index.js +4 -0
- package/dist/browser/api/privateAccesses/index.js.map +1 -0
- package/dist/browser/api/privateAccesses/operations.d.ts +47 -0
- package/dist/browser/api/privateAccesses/operations.js +316 -0
- package/dist/browser/api/privateAccesses/operations.js.map +1 -0
- package/dist/browser/api/privateAccesses/options.d.ts +44 -0
- package/dist/browser/api/privateAccesses/options.js.map +1 -0
- package/dist/browser/api/scenarioConfigurations/index.d.ts +3 -0
- package/dist/browser/api/scenarioConfigurations/index.js +4 -0
- package/dist/browser/api/scenarioConfigurations/index.js.map +1 -0
- package/dist/browser/api/scenarioConfigurations/operations.d.ts +35 -0
- package/dist/browser/api/scenarioConfigurations/operations.js +236 -0
- package/dist/browser/api/scenarioConfigurations/operations.js.map +1 -0
- package/dist/browser/api/scenarioConfigurations/options.d.ts +33 -0
- package/dist/browser/api/scenarioConfigurations/options.js.map +1 -0
- package/dist/browser/api/scenarioRuns/index.d.ts +3 -0
- package/dist/browser/api/scenarioRuns/index.js +4 -0
- package/dist/browser/api/scenarioRuns/index.js.map +1 -0
- package/dist/browser/api/scenarioRuns/operations.d.ts +18 -0
- package/dist/browser/api/scenarioRuns/operations.js +96 -0
- package/dist/browser/api/scenarioRuns/operations.js.map +1 -0
- package/dist/browser/api/scenarioRuns/options.d.ts +11 -0
- package/dist/browser/api/scenarioRuns/options.js.map +1 -0
- package/dist/browser/api/scenarios/index.d.ts +3 -0
- package/dist/browser/api/scenarios/index.js +4 -0
- package/dist/browser/api/scenarios/index.js.map +1 -0
- package/dist/browser/api/scenarios/operations.d.ts +22 -0
- package/dist/browser/api/scenarios/operations.js +124 -0
- package/dist/browser/api/scenarios/operations.js.map +1 -0
- package/dist/browser/api/scenarios/options.d.ts +14 -0
- package/dist/browser/api/scenarios/options.js.map +1 -0
- package/dist/browser/api/targetTypes/index.d.ts +1 -1
- package/dist/browser/api/targetTypes/index.js.map +1 -1
- package/dist/browser/api/targetTypes/operations.d.ts +5 -5
- package/dist/browser/api/targetTypes/operations.js +20 -12
- package/dist/browser/api/targetTypes/operations.js.map +1 -1
- package/dist/browser/api/targetTypes/options.d.ts +1 -1
- package/dist/browser/api/targetTypes/options.js.map +1 -1
- package/dist/browser/api/targets/index.d.ts +1 -1
- package/dist/browser/api/targets/index.js.map +1 -1
- package/dist/browser/api/targets/operations.d.ts +5 -10
- package/dist/browser/api/targets/operations.js +31 -25
- package/dist/browser/api/targets/operations.js.map +1 -1
- package/dist/browser/api/targets/options.d.ts +1 -1
- package/dist/browser/api/targets/options.js.map +1 -1
- package/dist/browser/api/workspaces/index.d.ts +3 -0
- package/dist/browser/api/workspaces/index.js +4 -0
- package/dist/browser/api/workspaces/index.js.map +1 -0
- package/dist/browser/api/workspaces/operations.d.ts +35 -0
- package/dist/browser/api/workspaces/operations.js +227 -0
- package/dist/browser/api/workspaces/operations.js.map +1 -0
- package/dist/browser/api/workspaces/options.d.ts +35 -0
- package/dist/browser/api/workspaces/options.js +4 -0
- package/dist/browser/api/workspaces/options.js.map +1 -0
- package/dist/browser/chaosManagementClient.d.ts +42 -17
- package/dist/browser/chaosManagementClient.js +64 -12
- package/dist/browser/chaosManagementClient.js.map +1 -1
- package/dist/browser/classic/actionVersions/index.d.ts +13 -0
- package/dist/browser/classic/actionVersions/index.js +15 -0
- package/dist/browser/classic/actionVersions/index.js.map +1 -0
- package/dist/browser/classic/actions/index.d.ts +13 -0
- package/dist/browser/classic/actions/index.js +15 -0
- package/dist/browser/classic/actions/index.js.map +1 -0
- package/dist/browser/classic/capabilities/index.d.ts +4 -9
- package/dist/browser/classic/capabilities/index.js +3 -1
- package/dist/browser/classic/capabilities/index.js.map +1 -1
- package/dist/browser/classic/capabilityTypes/index.d.ts +4 -4
- package/dist/browser/classic/capabilityTypes/index.js +3 -1
- package/dist/browser/classic/capabilityTypes/index.js.map +1 -1
- package/dist/browser/classic/discoveredResources/index.d.ts +13 -0
- package/dist/browser/classic/discoveredResources/index.js +15 -0
- package/dist/browser/classic/discoveredResources/index.js.map +1 -0
- package/dist/browser/classic/experiments/index.d.ts +5 -10
- package/dist/browser/classic/experiments/index.js +3 -1
- package/dist/browser/classic/experiments/index.js.map +1 -1
- package/dist/browser/classic/index.d.ts +15 -7
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/operationStatuses/index.d.ts +3 -3
- package/dist/browser/classic/operationStatuses/index.js +3 -1
- package/dist/browser/classic/operationStatuses/index.js.map +1 -1
- package/dist/browser/classic/operations/index.d.ts +4 -4
- package/dist/browser/classic/operations/index.js +3 -1
- package/dist/browser/classic/operations/index.js.map +1 -1
- package/dist/browser/classic/privateAccesses/index.d.ts +30 -0
- package/dist/browser/classic/privateAccesses/index.js +23 -0
- package/dist/browser/classic/privateAccesses/index.js.map +1 -0
- package/dist/browser/classic/scenarioConfigurations/index.d.ts +24 -0
- package/dist/browser/classic/scenarioConfigurations/index.js +20 -0
- package/dist/browser/classic/scenarioConfigurations/index.js.map +1 -0
- package/dist/browser/classic/scenarioRuns/index.d.ts +15 -0
- package/dist/browser/classic/scenarioRuns/index.js +16 -0
- package/dist/browser/classic/scenarioRuns/index.js.map +1 -0
- package/dist/browser/classic/scenarios/index.d.ts +17 -0
- package/dist/browser/classic/scenarios/index.js +17 -0
- package/dist/browser/classic/scenarios/index.js.map +1 -0
- package/dist/browser/classic/targetTypes/index.d.ts +4 -4
- package/dist/browser/classic/targetTypes/index.js +3 -1
- package/dist/browser/classic/targetTypes/index.js.map +1 -1
- package/dist/browser/classic/targets/index.d.ts +4 -9
- package/dist/browser/classic/targets/index.js +3 -1
- package/dist/browser/classic/targets/index.js.map +1 -1
- package/dist/browser/classic/workspaces/index.d.ts +24 -0
- package/dist/browser/classic/workspaces/index.js +20 -0
- package/dist/browser/classic/workspaces/index.js.map +1 -0
- package/dist/browser/index.d.ts +27 -13
- package/dist/browser/index.js +3 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -1
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +1456 -286
- package/dist/browser/models/models.js +1770 -600
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.d.ts +4 -4
- package/dist/browser/restorePollerHelpers.js +44 -22
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +3 -1
- package/dist/browser/static-helpers/pagingHelpers.js +59 -53
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.d.ts +7 -3
- package/dist/browser/static-helpers/pollingHelpers.js +33 -14
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/urlTemplate.js +43 -12
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/api/actionVersions/index.d.ts +3 -0
- package/dist/commonjs/api/actionVersions/index.js +30 -0
- package/dist/commonjs/api/actionVersions/index.js.map +7 -0
- package/dist/commonjs/api/actionVersions/operations.d.ts +14 -0
- package/dist/commonjs/api/actionVersions/operations.js +114 -0
- package/dist/commonjs/api/actionVersions/operations.js.map +7 -0
- package/dist/commonjs/api/actionVersions/options.d.ts +10 -0
- package/dist/commonjs/api/actionVersions/options.js +16 -0
- package/dist/commonjs/api/actionVersions/options.js.map +7 -0
- package/dist/commonjs/api/actions/index.d.ts +3 -0
- package/dist/commonjs/api/actions/index.js +30 -0
- package/dist/commonjs/api/actions/index.js.map +7 -0
- package/dist/commonjs/api/actions/operations.d.ts +14 -0
- package/dist/commonjs/api/actions/operations.js +112 -0
- package/dist/commonjs/api/actions/operations.js.map +7 -0
- package/dist/commonjs/api/actions/options.d.ts +10 -0
- package/dist/commonjs/api/actions/options.js +16 -0
- package/dist/commonjs/api/actions/options.js.map +7 -0
- package/dist/commonjs/api/capabilities/index.d.ts +1 -1
- package/dist/commonjs/api/capabilities/index.js +34 -11
- package/dist/commonjs/api/capabilities/index.js.map +7 -1
- package/dist/commonjs/api/capabilities/operations.d.ts +5 -10
- package/dist/commonjs/api/capabilities/operations.js +213 -121
- package/dist/commonjs/api/capabilities/operations.js.map +7 -1
- package/dist/commonjs/api/capabilities/options.d.ts +1 -1
- package/dist/commonjs/api/capabilities/options.js +16 -5
- package/dist/commonjs/api/capabilities/options.js.map +7 -1
- package/dist/commonjs/api/capabilityTypes/index.d.ts +1 -1
- package/dist/commonjs/api/capabilityTypes/index.js +30 -9
- package/dist/commonjs/api/capabilityTypes/index.js.map +7 -1
- package/dist/commonjs/api/capabilityTypes/operations.d.ts +5 -5
- package/dist/commonjs/api/capabilityTypes/operations.js +102 -56
- package/dist/commonjs/api/capabilityTypes/operations.js.map +7 -1
- package/dist/commonjs/api/capabilityTypes/options.d.ts +1 -1
- package/dist/commonjs/api/capabilityTypes/options.js +16 -5
- package/dist/commonjs/api/capabilityTypes/options.js.map +7 -1
- package/dist/commonjs/api/chaosManagementContext.d.ts +10 -5
- package/dist/commonjs/api/chaosManagementContext.js +43 -36
- package/dist/commonjs/api/chaosManagementContext.js.map +7 -1
- package/dist/commonjs/api/discoveredResources/index.d.ts +3 -0
- package/dist/commonjs/api/discoveredResources/index.js +30 -0
- package/dist/commonjs/api/discoveredResources/index.js.map +7 -0
- package/dist/commonjs/api/discoveredResources/operations.d.ts +14 -0
- package/dist/commonjs/api/discoveredResources/operations.js +119 -0
- package/dist/commonjs/api/discoveredResources/operations.js.map +7 -0
- package/dist/commonjs/api/discoveredResources/options.d.ts +8 -0
- package/dist/commonjs/api/discoveredResources/options.js +16 -0
- package/dist/commonjs/api/discoveredResources/options.js.map +7 -0
- package/dist/commonjs/api/experiments/index.d.ts +1 -1
- package/dist/commonjs/api/experiments/index.js +48 -18
- package/dist/commonjs/api/experiments/index.js.map +7 -1
- package/dist/commonjs/api/experiments/operations.d.ts +6 -11
- package/dist/commonjs/api/experiments/operations.js +435 -290
- package/dist/commonjs/api/experiments/operations.js.map +7 -1
- package/dist/commonjs/api/experiments/options.d.ts +1 -1
- package/dist/commonjs/api/experiments/options.js +16 -5
- package/dist/commonjs/api/experiments/options.js.map +7 -1
- package/dist/commonjs/api/index.d.ts +2 -1
- package/dist/commonjs/api/index.js +28 -8
- package/dist/commonjs/api/index.js.map +7 -1
- package/dist/commonjs/api/operationStatuses/index.d.ts +1 -1
- package/dist/commonjs/api/operationStatuses/index.js +28 -8
- package/dist/commonjs/api/operationStatuses/index.js.map +7 -1
- package/dist/commonjs/api/operationStatuses/operations.d.ts +4 -4
- package/dist/commonjs/api/operationStatuses/operations.js +59 -31
- package/dist/commonjs/api/operationStatuses/operations.js.map +7 -1
- package/dist/commonjs/api/operationStatuses/options.d.ts +1 -1
- package/dist/commonjs/api/operationStatuses/options.js +16 -5
- package/dist/commonjs/api/operationStatuses/options.js.map +7 -1
- package/dist/commonjs/api/operations/index.d.ts +1 -1
- package/dist/commonjs/api/operations/index.js +28 -8
- package/dist/commonjs/api/operations/index.js.map +7 -1
- package/dist/commonjs/api/operations/operations.d.ts +5 -5
- package/dist/commonjs/api/operations/operations.js +66 -28
- package/dist/commonjs/api/operations/operations.js.map +7 -1
- package/dist/commonjs/api/operations/options.d.ts +1 -1
- package/dist/commonjs/api/operations/options.js +16 -5
- package/dist/commonjs/api/operations/options.js.map +7 -1
- package/dist/commonjs/api/privateAccesses/index.d.ts +3 -0
- package/dist/commonjs/api/privateAccesses/index.js +46 -0
- package/dist/commonjs/api/privateAccesses/index.js.map +7 -0
- package/dist/commonjs/api/privateAccesses/operations.d.ts +47 -0
- package/dist/commonjs/api/privateAccesses/operations.js +468 -0
- package/dist/commonjs/api/privateAccesses/operations.js.map +7 -0
- package/dist/commonjs/api/privateAccesses/options.d.ts +44 -0
- package/dist/commonjs/api/privateAccesses/options.js +16 -0
- package/dist/commonjs/api/privateAccesses/options.js.map +7 -0
- package/dist/commonjs/api/scenarioConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/scenarioConfigurations/index.js +40 -0
- package/dist/commonjs/api/scenarioConfigurations/index.js.map +7 -0
- package/dist/commonjs/api/scenarioConfigurations/operations.d.ts +35 -0
- package/dist/commonjs/api/scenarioConfigurations/operations.js +368 -0
- package/dist/commonjs/api/scenarioConfigurations/operations.js.map +7 -0
- package/dist/commonjs/api/scenarioConfigurations/options.d.ts +33 -0
- package/dist/commonjs/api/scenarioConfigurations/options.js +16 -0
- package/dist/commonjs/api/scenarioConfigurations/options.js.map +7 -0
- package/dist/commonjs/api/scenarioRuns/index.d.ts +3 -0
- package/dist/commonjs/api/scenarioRuns/index.js +32 -0
- package/dist/commonjs/api/scenarioRuns/index.js.map +7 -0
- package/dist/commonjs/api/scenarioRuns/operations.d.ts +18 -0
- package/dist/commonjs/api/scenarioRuns/operations.js +165 -0
- package/dist/commonjs/api/scenarioRuns/operations.js.map +7 -0
- package/dist/commonjs/api/scenarioRuns/options.d.ts +11 -0
- package/dist/commonjs/api/scenarioRuns/options.js +16 -0
- package/dist/commonjs/api/scenarioRuns/options.js.map +7 -0
- package/dist/commonjs/api/scenarios/index.d.ts +3 -0
- package/dist/commonjs/api/scenarios/index.js +34 -0
- package/dist/commonjs/api/scenarios/index.js.map +7 -0
- package/dist/commonjs/api/scenarios/operations.d.ts +22 -0
- package/dist/commonjs/api/scenarios/operations.js +201 -0
- package/dist/commonjs/api/scenarios/operations.js.map +7 -0
- package/dist/commonjs/api/scenarios/options.d.ts +14 -0
- package/dist/commonjs/api/scenarios/options.js +16 -0
- package/dist/commonjs/api/scenarios/options.js.map +7 -0
- package/dist/commonjs/api/targetTypes/index.d.ts +1 -1
- package/dist/commonjs/api/targetTypes/index.js +30 -9
- package/dist/commonjs/api/targetTypes/index.js.map +7 -1
- package/dist/commonjs/api/targetTypes/operations.d.ts +5 -5
- package/dist/commonjs/api/targetTypes/operations.js +100 -54
- package/dist/commonjs/api/targetTypes/operations.js.map +7 -1
- package/dist/commonjs/api/targetTypes/options.d.ts +1 -1
- package/dist/commonjs/api/targetTypes/options.js +16 -5
- package/dist/commonjs/api/targetTypes/options.js.map +7 -1
- package/dist/commonjs/api/targets/index.d.ts +1 -1
- package/dist/commonjs/api/targets/index.js +34 -11
- package/dist/commonjs/api/targets/index.js.map +7 -1
- package/dist/commonjs/api/targets/operations.d.ts +5 -10
- package/dist/commonjs/api/targets/operations.js +205 -117
- package/dist/commonjs/api/targets/operations.js.map +7 -1
- package/dist/commonjs/api/targets/options.d.ts +1 -1
- package/dist/commonjs/api/targets/options.js +16 -5
- package/dist/commonjs/api/targets/options.js.map +7 -1
- package/dist/commonjs/api/workspaces/index.d.ts +3 -0
- package/dist/commonjs/api/workspaces/index.js +40 -0
- package/dist/commonjs/api/workspaces/index.js.map +7 -0
- package/dist/commonjs/api/workspaces/operations.d.ts +35 -0
- package/dist/commonjs/api/workspaces/operations.js +324 -0
- package/dist/commonjs/api/workspaces/operations.js.map +7 -0
- package/dist/commonjs/api/workspaces/options.d.ts +35 -0
- package/dist/commonjs/api/workspaces/options.js +16 -0
- package/dist/commonjs/api/workspaces/options.js.map +7 -0
- package/dist/commonjs/chaosManagementClient.d.ts +42 -17
- package/dist/commonjs/chaosManagementClient.js +101 -31
- package/dist/commonjs/chaosManagementClient.js.map +7 -1
- package/dist/commonjs/classic/actionVersions/index.d.ts +13 -0
- package/dist/commonjs/classic/actionVersions/index.js +39 -0
- package/dist/commonjs/classic/actionVersions/index.js.map +7 -0
- package/dist/commonjs/classic/actions/index.d.ts +13 -0
- package/dist/commonjs/classic/actions/index.js +39 -0
- package/dist/commonjs/classic/actions/index.js.map +7 -0
- package/dist/commonjs/classic/capabilities/index.d.ts +4 -9
- package/dist/commonjs/classic/capabilities/index.js +73 -14
- package/dist/commonjs/classic/capabilities/index.js.map +7 -1
- package/dist/commonjs/classic/capabilityTypes/index.d.ts +4 -4
- package/dist/commonjs/classic/capabilityTypes/index.js +35 -12
- package/dist/commonjs/classic/capabilityTypes/index.js.map +7 -1
- package/dist/commonjs/classic/discoveredResources/index.d.ts +13 -0
- package/dist/commonjs/classic/discoveredResources/index.js +39 -0
- package/dist/commonjs/classic/discoveredResources/index.js.map +7 -0
- package/dist/commonjs/classic/experiments/index.d.ts +5 -10
- package/dist/commonjs/classic/experiments/index.js +44 -21
- package/dist/commonjs/classic/experiments/index.js.map +7 -1
- package/dist/commonjs/classic/index.d.ts +15 -7
- package/dist/commonjs/classic/index.js +16 -5
- package/dist/commonjs/classic/index.js.map +7 -1
- package/dist/commonjs/classic/operationStatuses/index.d.ts +3 -3
- package/dist/commonjs/classic/operationStatuses/index.js +34 -11
- package/dist/commonjs/classic/operationStatuses/index.js.map +7 -1
- package/dist/commonjs/classic/operations/index.d.ts +4 -4
- package/dist/commonjs/classic/operations/index.js +34 -11
- package/dist/commonjs/classic/operations/index.js.map +7 -1
- package/dist/commonjs/classic/privateAccesses/index.d.ts +30 -0
- package/dist/commonjs/classic/privateAccesses/index.js +59 -0
- package/dist/commonjs/classic/privateAccesses/index.js.map +7 -0
- package/dist/commonjs/classic/scenarioConfigurations/index.d.ts +24 -0
- package/dist/commonjs/classic/scenarioConfigurations/index.js +87 -0
- package/dist/commonjs/classic/scenarioConfigurations/index.js.map +7 -0
- package/dist/commonjs/classic/scenarioRuns/index.d.ts +15 -0
- package/dist/commonjs/classic/scenarioRuns/index.js +40 -0
- package/dist/commonjs/classic/scenarioRuns/index.js.map +7 -0
- package/dist/commonjs/classic/scenarios/index.d.ts +17 -0
- package/dist/commonjs/classic/scenarios/index.js +41 -0
- package/dist/commonjs/classic/scenarios/index.js.map +7 -0
- package/dist/commonjs/classic/targetTypes/index.d.ts +4 -4
- package/dist/commonjs/classic/targetTypes/index.js +35 -12
- package/dist/commonjs/classic/targetTypes/index.js.map +7 -1
- package/dist/commonjs/classic/targets/index.d.ts +4 -9
- package/dist/commonjs/classic/targets/index.js +69 -14
- package/dist/commonjs/classic/targets/index.js.map +7 -1
- package/dist/commonjs/classic/workspaces/index.d.ts +24 -0
- package/dist/commonjs/classic/workspaces/index.js +44 -0
- package/dist/commonjs/classic/workspaces/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +27 -13
- package/dist/commonjs/index.js +85 -21
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.js +29 -8
- package/dist/commonjs/logger.js.map +7 -1
- package/dist/commonjs/models/index.d.ts +2 -1
- package/dist/commonjs/models/index.js +76 -17
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +1456 -286
- package/dist/commonjs/models/models.js +2122 -888
- package/dist/commonjs/models/models.js.map +7 -1
- package/dist/commonjs/restorePollerHelpers.d.ts +4 -4
- package/dist/commonjs/restorePollerHelpers.js +124 -92
- package/dist/commonjs/restorePollerHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +3 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js +131 -128
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +7 -3
- package/dist/commonjs/static-helpers/pollingHelpers.js +95 -73
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/urlTemplate.js +167 -142
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/api/actionVersions/index.d.ts +3 -0
- package/dist/esm/api/actionVersions/index.js +4 -0
- package/dist/esm/api/actionVersions/index.js.map +1 -0
- package/dist/esm/api/actionVersions/operations.d.ts +14 -0
- package/dist/esm/api/actionVersions/operations.js +68 -0
- package/dist/esm/api/actionVersions/operations.js.map +1 -0
- package/dist/esm/api/actionVersions/options.d.ts +10 -0
- package/dist/esm/api/actionVersions/options.js +4 -0
- package/dist/esm/api/actionVersions/options.js.map +1 -0
- package/dist/esm/api/actions/index.d.ts +3 -0
- package/dist/esm/api/actions/index.js +4 -0
- package/dist/esm/api/actions/index.js.map +1 -0
- package/dist/esm/api/actions/operations.d.ts +14 -0
- package/dist/esm/api/actions/operations.js +66 -0
- package/dist/esm/api/actions/operations.js.map +1 -0
- package/dist/esm/api/actions/options.d.ts +10 -0
- package/dist/esm/api/actions/options.js +4 -0
- package/dist/esm/api/actions/options.js.map +1 -0
- package/dist/esm/api/capabilities/index.d.ts +1 -1
- package/dist/esm/api/capabilities/index.js.map +1 -1
- package/dist/esm/api/capabilities/operations.d.ts +5 -10
- package/dist/esm/api/capabilities/operations.js +32 -26
- package/dist/esm/api/capabilities/operations.js.map +1 -1
- package/dist/esm/api/capabilities/options.d.ts +1 -1
- package/dist/esm/api/capabilities/options.js.map +1 -1
- package/dist/esm/api/capabilityTypes/index.d.ts +1 -1
- package/dist/esm/api/capabilityTypes/index.js.map +1 -1
- package/dist/esm/api/capabilityTypes/operations.d.ts +5 -5
- package/dist/esm/api/capabilityTypes/operations.js +20 -12
- package/dist/esm/api/capabilityTypes/operations.js.map +1 -1
- package/dist/esm/api/capabilityTypes/options.d.ts +1 -1
- package/dist/esm/api/capabilityTypes/options.js.map +1 -1
- package/dist/esm/api/chaosManagementContext.d.ts +10 -5
- package/dist/esm/api/chaosManagementContext.js +13 -24
- package/dist/esm/api/chaosManagementContext.js.map +1 -1
- package/dist/esm/api/discoveredResources/index.d.ts +3 -0
- package/dist/esm/api/discoveredResources/index.js +4 -0
- package/dist/esm/api/discoveredResources/index.js.map +1 -0
- package/dist/esm/api/discoveredResources/operations.d.ts +14 -0
- package/dist/esm/api/discoveredResources/operations.js +67 -0
- package/dist/esm/api/discoveredResources/operations.js.map +1 -0
- package/dist/esm/api/discoveredResources/options.d.ts +8 -0
- package/dist/esm/api/discoveredResources/options.js +4 -0
- package/dist/esm/api/discoveredResources/options.js.map +1 -0
- package/dist/esm/api/experiments/index.d.ts +1 -1
- package/dist/esm/api/experiments/index.js.map +1 -1
- package/dist/esm/api/experiments/operations.d.ts +6 -11
- package/dist/esm/api/experiments/operations.js +108 -79
- package/dist/esm/api/experiments/operations.js.map +1 -1
- package/dist/esm/api/experiments/options.d.ts +1 -1
- package/dist/esm/api/experiments/options.js.map +1 -1
- package/dist/esm/api/index.d.ts +2 -1
- package/dist/esm/api/index.js +1 -1
- package/dist/esm/api/index.js.map +1 -1
- package/dist/esm/api/operationStatuses/index.d.ts +1 -1
- package/dist/esm/api/operationStatuses/index.js.map +1 -1
- package/dist/esm/api/operationStatuses/operations.d.ts +4 -4
- package/dist/esm/api/operationStatuses/operations.js +7 -5
- package/dist/esm/api/operationStatuses/operations.js.map +1 -1
- package/dist/esm/api/operationStatuses/options.d.ts +1 -1
- package/dist/esm/api/operationStatuses/options.js.map +1 -1
- package/dist/esm/api/operations/index.d.ts +1 -1
- package/dist/esm/api/operations/index.js.map +1 -1
- package/dist/esm/api/operations/operations.d.ts +5 -5
- package/dist/esm/api/operations/operations.js +13 -7
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/operations/options.d.ts +1 -1
- package/dist/esm/api/operations/options.js.map +1 -1
- package/dist/esm/api/privateAccesses/index.d.ts +3 -0
- package/dist/esm/api/privateAccesses/index.js +4 -0
- package/dist/esm/api/privateAccesses/index.js.map +1 -0
- package/dist/esm/api/privateAccesses/operations.d.ts +47 -0
- package/dist/esm/api/privateAccesses/operations.js +316 -0
- package/dist/esm/api/privateAccesses/operations.js.map +1 -0
- package/dist/esm/api/privateAccesses/options.d.ts +44 -0
- package/dist/esm/api/privateAccesses/options.js +4 -0
- package/dist/esm/api/privateAccesses/options.js.map +1 -0
- package/dist/esm/api/scenarioConfigurations/index.d.ts +3 -0
- package/dist/esm/api/scenarioConfigurations/index.js +4 -0
- package/dist/esm/api/scenarioConfigurations/index.js.map +1 -0
- package/dist/esm/api/scenarioConfigurations/operations.d.ts +35 -0
- package/dist/esm/api/scenarioConfigurations/operations.js +236 -0
- package/dist/esm/api/scenarioConfigurations/operations.js.map +1 -0
- package/dist/esm/api/scenarioConfigurations/options.d.ts +33 -0
- package/dist/esm/api/scenarioConfigurations/options.js +4 -0
- package/dist/esm/api/scenarioConfigurations/options.js.map +1 -0
- package/dist/esm/api/scenarioRuns/index.d.ts +3 -0
- package/dist/esm/api/scenarioRuns/index.js +4 -0
- package/dist/esm/api/scenarioRuns/index.js.map +1 -0
- package/dist/esm/api/scenarioRuns/operations.d.ts +18 -0
- package/dist/esm/api/scenarioRuns/operations.js +96 -0
- package/dist/esm/api/scenarioRuns/operations.js.map +1 -0
- package/dist/esm/api/scenarioRuns/options.d.ts +11 -0
- package/dist/esm/api/scenarioRuns/options.js +4 -0
- package/dist/esm/api/scenarioRuns/options.js.map +1 -0
- package/dist/esm/api/scenarios/index.d.ts +3 -0
- package/dist/esm/api/scenarios/index.js +4 -0
- package/dist/esm/api/scenarios/index.js.map +1 -0
- package/dist/esm/api/scenarios/operations.d.ts +22 -0
- package/dist/esm/api/scenarios/operations.js +124 -0
- package/dist/esm/api/scenarios/operations.js.map +1 -0
- package/dist/esm/api/scenarios/options.d.ts +14 -0
- package/dist/esm/api/scenarios/options.js +4 -0
- package/dist/esm/api/scenarios/options.js.map +1 -0
- package/dist/esm/api/targetTypes/index.d.ts +1 -1
- package/dist/esm/api/targetTypes/index.js.map +1 -1
- package/dist/esm/api/targetTypes/operations.d.ts +5 -5
- package/dist/esm/api/targetTypes/operations.js +20 -12
- package/dist/esm/api/targetTypes/operations.js.map +1 -1
- package/dist/esm/api/targetTypes/options.d.ts +1 -1
- package/dist/esm/api/targetTypes/options.js.map +1 -1
- package/dist/esm/api/targets/index.d.ts +1 -1
- package/dist/esm/api/targets/index.js.map +1 -1
- package/dist/esm/api/targets/operations.d.ts +5 -10
- package/dist/esm/api/targets/operations.js +31 -25
- package/dist/esm/api/targets/operations.js.map +1 -1
- package/dist/esm/api/targets/options.d.ts +1 -1
- package/dist/esm/api/targets/options.js.map +1 -1
- package/dist/esm/api/workspaces/index.d.ts +3 -0
- package/dist/esm/api/workspaces/index.js +4 -0
- package/dist/esm/api/workspaces/index.js.map +1 -0
- package/dist/esm/api/workspaces/operations.d.ts +35 -0
- package/dist/esm/api/workspaces/operations.js +227 -0
- package/dist/esm/api/workspaces/operations.js.map +1 -0
- package/dist/esm/api/workspaces/options.d.ts +35 -0
- package/dist/esm/api/workspaces/options.js +4 -0
- package/dist/esm/api/workspaces/options.js.map +1 -0
- package/dist/esm/chaosManagementClient.d.ts +42 -17
- package/dist/esm/chaosManagementClient.js +64 -12
- package/dist/esm/chaosManagementClient.js.map +1 -1
- package/dist/esm/classic/actionVersions/index.d.ts +13 -0
- package/dist/esm/classic/actionVersions/index.js +15 -0
- package/dist/esm/classic/actionVersions/index.js.map +1 -0
- package/dist/esm/classic/actions/index.d.ts +13 -0
- package/dist/esm/classic/actions/index.js +15 -0
- package/dist/esm/classic/actions/index.js.map +1 -0
- package/dist/esm/classic/capabilities/index.d.ts +4 -9
- package/dist/esm/classic/capabilities/index.js +3 -1
- package/dist/esm/classic/capabilities/index.js.map +1 -1
- package/dist/esm/classic/capabilityTypes/index.d.ts +4 -4
- package/dist/esm/classic/capabilityTypes/index.js +3 -1
- package/dist/esm/classic/capabilityTypes/index.js.map +1 -1
- package/dist/esm/classic/discoveredResources/index.d.ts +13 -0
- package/dist/esm/classic/discoveredResources/index.js +15 -0
- package/dist/esm/classic/discoveredResources/index.js.map +1 -0
- package/dist/esm/classic/experiments/index.d.ts +5 -10
- package/dist/esm/classic/experiments/index.js +3 -1
- package/dist/esm/classic/experiments/index.js.map +1 -1
- package/dist/esm/classic/index.d.ts +15 -7
- package/dist/esm/classic/index.js.map +1 -1
- package/dist/esm/classic/operationStatuses/index.d.ts +3 -3
- package/dist/esm/classic/operationStatuses/index.js +3 -1
- package/dist/esm/classic/operationStatuses/index.js.map +1 -1
- package/dist/esm/classic/operations/index.d.ts +4 -4
- package/dist/esm/classic/operations/index.js +3 -1
- package/dist/esm/classic/operations/index.js.map +1 -1
- package/dist/esm/classic/privateAccesses/index.d.ts +30 -0
- package/dist/esm/classic/privateAccesses/index.js +23 -0
- package/dist/esm/classic/privateAccesses/index.js.map +1 -0
- package/dist/esm/classic/scenarioConfigurations/index.d.ts +24 -0
- package/dist/esm/classic/scenarioConfigurations/index.js +20 -0
- package/dist/esm/classic/scenarioConfigurations/index.js.map +1 -0
- package/dist/esm/classic/scenarioRuns/index.d.ts +15 -0
- package/dist/esm/classic/scenarioRuns/index.js +16 -0
- package/dist/esm/classic/scenarioRuns/index.js.map +1 -0
- package/dist/esm/classic/scenarios/index.d.ts +17 -0
- package/dist/esm/classic/scenarios/index.js +17 -0
- package/dist/esm/classic/scenarios/index.js.map +1 -0
- package/dist/esm/classic/targetTypes/index.d.ts +4 -4
- package/dist/esm/classic/targetTypes/index.js +3 -1
- package/dist/esm/classic/targetTypes/index.js.map +1 -1
- package/dist/esm/classic/targets/index.d.ts +4 -9
- package/dist/esm/classic/targets/index.js +3 -1
- package/dist/esm/classic/targets/index.js.map +1 -1
- package/dist/esm/classic/workspaces/index.d.ts +24 -0
- package/dist/esm/classic/workspaces/index.js +20 -0
- package/dist/esm/classic/workspaces/index.js.map +1 -0
- package/dist/esm/index.d.ts +27 -13
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -1
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +1456 -286
- package/dist/esm/models/models.js +1770 -600
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.d.ts +4 -4
- package/dist/esm/restorePollerHelpers.js +44 -22
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +3 -1
- package/dist/esm/static-helpers/pagingHelpers.js +59 -53
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.d.ts +7 -3
- package/dist/esm/static-helpers/pollingHelpers.js +33 -14
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/urlTemplate.js +43 -12
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -1
- package/package.json +193 -135
- package/review/arm-chaos-node.api.md +1508 -0
- package/dist/react-native/api/capabilities/index.d.ts +0 -3
- package/dist/react-native/api/capabilities/index.js +0 -4
- package/dist/react-native/api/capabilities/index.js.map +0 -1
- package/dist/react-native/api/capabilities/operations.d.ts +0 -27
- package/dist/react-native/api/capabilities/operations.js +0 -131
- package/dist/react-native/api/capabilities/operations.js.map +0 -1
- package/dist/react-native/api/capabilities/options.d.ts +0 -16
- package/dist/react-native/api/capabilities/options.js.map +0 -1
- package/dist/react-native/api/capabilityTypes/index.d.ts +0 -3
- package/dist/react-native/api/capabilityTypes/index.js.map +0 -1
- package/dist/react-native/api/capabilityTypes/operations.d.ts +0 -14
- package/dist/react-native/api/capabilityTypes/operations.js +0 -60
- package/dist/react-native/api/capabilityTypes/operations.js.map +0 -1
- package/dist/react-native/api/capabilityTypes/options.d.ts +0 -10
- package/dist/react-native/api/capabilityTypes/options.js.map +0 -1
- package/dist/react-native/api/chaosManagementContext.d.ts +0 -17
- package/dist/react-native/api/chaosManagementContext.js +0 -35
- package/dist/react-native/api/chaosManagementContext.js.map +0 -1
- package/dist/react-native/api/experiments/index.d.ts +0 -3
- package/dist/react-native/api/experiments/index.js +0 -4
- package/dist/react-native/api/experiments/index.js.map +0 -1
- package/dist/react-native/api/experiments/operations.d.ts +0 -56
- package/dist/react-native/api/experiments/operations.js +0 -319
- package/dist/react-native/api/experiments/operations.js.map +0 -1
- package/dist/react-native/api/experiments/options.d.ts +0 -53
- package/dist/react-native/api/experiments/options.js.map +0 -1
- package/dist/react-native/api/index.d.ts +0 -2
- package/dist/react-native/api/index.js +0 -4
- package/dist/react-native/api/index.js.map +0 -1
- package/dist/react-native/api/operationStatuses/index.d.ts +0 -3
- package/dist/react-native/api/operationStatuses/index.js +0 -4
- package/dist/react-native/api/operationStatuses/index.js.map +0 -1
- package/dist/react-native/api/operationStatuses/operations.d.ts +0 -9
- package/dist/react-native/api/operationStatuses/operations.js +0 -32
- package/dist/react-native/api/operationStatuses/operations.js.map +0 -1
- package/dist/react-native/api/operationStatuses/options.d.ts +0 -5
- package/dist/react-native/api/operationStatuses/options.js.map +0 -1
- package/dist/react-native/api/operations/index.d.ts +0 -3
- package/dist/react-native/api/operations/index.js +0 -4
- package/dist/react-native/api/operations/index.js.map +0 -1
- package/dist/react-native/api/operations/operations.d.ts +0 -10
- package/dist/react-native/api/operations/operations.js +0 -29
- package/dist/react-native/api/operations/operations.js.map +0 -1
- package/dist/react-native/api/operations/options.d.ts +0 -5
- package/dist/react-native/api/operations/options.js.map +0 -1
- package/dist/react-native/api/targetTypes/index.d.ts +0 -3
- package/dist/react-native/api/targetTypes/index.js.map +0 -1
- package/dist/react-native/api/targetTypes/operations.d.ts +0 -14
- package/dist/react-native/api/targetTypes/operations.js +0 -58
- package/dist/react-native/api/targetTypes/operations.js.map +0 -1
- package/dist/react-native/api/targetTypes/options.d.ts +0 -10
- package/dist/react-native/api/targetTypes/options.js.map +0 -1
- package/dist/react-native/api/targets/index.d.ts +0 -3
- package/dist/react-native/api/targets/index.js +0 -4
- package/dist/react-native/api/targets/index.js.map +0 -1
- package/dist/react-native/api/targets/operations.d.ts +0 -27
- package/dist/react-native/api/targets/operations.js +0 -127
- package/dist/react-native/api/targets/operations.js.map +0 -1
- package/dist/react-native/api/targets/options.d.ts +0 -16
- package/dist/react-native/api/targets/options.js.map +0 -1
- package/dist/react-native/chaosManagementClient.d.ts +0 -32
- package/dist/react-native/chaosManagementClient.js +0 -29
- package/dist/react-native/chaosManagementClient.js.map +0 -1
- package/dist/react-native/classic/capabilities/index.d.ts +0 -22
- package/dist/react-native/classic/capabilities/index.js +0 -15
- package/dist/react-native/classic/capabilities/index.js.map +0 -1
- package/dist/react-native/classic/capabilityTypes/index.d.ts +0 -13
- package/dist/react-native/classic/capabilityTypes/index.js +0 -13
- package/dist/react-native/classic/capabilityTypes/index.js.map +0 -1
- package/dist/react-native/classic/experiments/index.d.ts +0 -37
- package/dist/react-native/classic/experiments/index.js +0 -22
- package/dist/react-native/classic/experiments/index.js.map +0 -1
- package/dist/react-native/classic/index.d.ts +0 -8
- package/dist/react-native/classic/index.js +0 -4
- package/dist/react-native/classic/index.js.map +0 -1
- package/dist/react-native/classic/operationStatuses/index.d.ts +0 -10
- package/dist/react-native/classic/operationStatuses/index.js +0 -12
- package/dist/react-native/classic/operationStatuses/index.js.map +0 -1
- package/dist/react-native/classic/operations/index.d.ts +0 -11
- package/dist/react-native/classic/operations/index.js +0 -12
- package/dist/react-native/classic/operations/index.js.map +0 -1
- package/dist/react-native/classic/targetTypes/index.d.ts +0 -13
- package/dist/react-native/classic/targetTypes/index.js +0 -13
- package/dist/react-native/classic/targetTypes/index.js.map +0 -1
- package/dist/react-native/classic/targets/index.d.ts +0 -22
- package/dist/react-native/classic/targets/index.js +0 -15
- package/dist/react-native/classic/targets/index.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -15
- package/dist/react-native/index.js +0 -6
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/logger.d.ts +0 -2
- package/dist/react-native/logger.js +0 -5
- package/dist/react-native/logger.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -2
- package/dist/react-native/models/index.js +0 -4
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/models.d.ts +0 -772
- package/dist/react-native/models/models.js +0 -923
- package/dist/react-native/models/models.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/restorePollerHelpers.d.ts +0 -21
- package/dist/react-native/restorePollerHelpers.js +0 -100
- package/dist/react-native/restorePollerHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +0 -72
- package/dist/react-native/static-helpers/pagingHelpers.js +0 -137
- package/dist/react-native/static-helpers/pagingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +0 -30
- package/dist/react-native/static-helpers/pollingHelpers.js +0 -76
- package/dist/react-native/static-helpers/pollingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/urlTemplate.d.ts +0 -5
- package/dist/react-native/static-helpers/urlTemplate.js +0 -169
- package/dist/react-native/static-helpers/urlTemplate.js.map +0 -1
- package/review/arm-chaos-api-capabilities.api.md +0 -41
- package/review/arm-chaos-api-capabilityTypes.api.md +0 -27
- package/review/arm-chaos-api-experiments.api.md +0 -100
- package/review/arm-chaos-api-operationStatuses.api.md +0 -19
- package/review/arm-chaos-api-operations.api.md +0 -19
- package/review/arm-chaos-api-targetTypes.api.md +0 -27
- package/review/arm-chaos-api-targets.api.md +0 -41
- package/review/arm-chaos-api.api.md +0 -27
- package/review/arm-chaos-models.api.md +0 -446
- package/review/arm-chaos.api.md +0 -666
- /package/dist/{react-native/api/capabilityTypes → browser/api/actionVersions}/index.js +0 -0
- /package/dist/{react-native/api/capabilities → browser/api/actionVersions}/options.js +0 -0
- /package/dist/{react-native/api/targetTypes → browser/api/actions}/index.js +0 -0
- /package/dist/{react-native/api/capabilityTypes → browser/api/actions}/options.js +0 -0
- /package/dist/{react-native/api/experiments → browser/api/discoveredResources}/options.js +0 -0
- /package/dist/{react-native/api/operationStatuses → browser/api/privateAccesses}/options.js +0 -0
- /package/dist/{react-native/api/operations → browser/api/scenarioConfigurations}/options.js +0 -0
- /package/dist/{react-native/api/targetTypes → browser/api/scenarioRuns}/options.js +0 -0
- /package/dist/{react-native/api/targets → browser/api/scenarios}/options.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** Model that represents a Experiment resource. */\nexport interface Experiment extends TrackedResource {\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n /** The properties of the experiment resource. */\n properties: ExperimentProperties;\n}\n\nexport function experimentSerializer(item: Experiment): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n properties: experimentPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function experimentDeserializer(item: any): Experiment {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n properties: experimentPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity assigned to this resource. */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;\n}\n\nexport function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: item[\"userAssignedIdentities\"],\n };\n}\n\nexport function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: item[\"userAssignedIdentities\"],\n };\n}\n\n/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\nexport enum KnownManagedServiceIdentityType {\n /** No managed identity. */\n None = \"None\",\n /** System assigned managed identity. */\n SystemAssigned = \"SystemAssigned\",\n /** User assigned managed identity. */\n UserAssigned = \"UserAssigned\",\n /** System and user assigned managed identity. */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed identity. \\\n * **SystemAssigned**: System assigned managed identity. \\\n * **UserAssigned**: User assigned managed identity. \\\n * **SystemAssigned,UserAssigned**: System and user assigned managed identity.\n */\nexport type ManagedServiceIdentityType = string;\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(item: UserAssignedIdentity): any {\n return item;\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** Model that represents the Experiment properties model. */\nexport interface ExperimentProperties {\n /** Most recent provisioning state for the given experiment resource. */\n readonly provisioningState?: ProvisioningState;\n /** List of steps. */\n steps: ChaosExperimentStep[];\n /** List of selectors. */\n selectors: ChaosTargetSelectorUnion[];\n}\n\nexport function experimentPropertiesSerializer(item: ExperimentProperties): any {\n return {\n steps: chaosExperimentStepArraySerializer(item[\"steps\"]),\n selectors: chaosTargetSelectorUnionArraySerializer(item[\"selectors\"]),\n };\n}\n\nexport function experimentPropertiesDeserializer(item: any): ExperimentProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n steps: chaosExperimentStepArrayDeserializer(item[\"steps\"]),\n selectors: chaosTargetSelectorUnionArrayDeserializer(item[\"selectors\"]),\n };\n}\n\n/** Current provisioning state for a given Azure Chaos resource. */\nexport enum KnownProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** Initial creation in progress. */\n Creating = \"Creating\",\n /** Update in progress. */\n Updating = \"Updating\",\n /** Deletion in progress. */\n Deleting = \"Deleting\",\n}\n\n/**\n * Current provisioning state for a given Azure Chaos resource. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Creating**: Initial creation in progress. \\\n * **Updating**: Update in progress. \\\n * **Deleting**: Deletion in progress.\n */\nexport type ProvisioningState = string;\n\nexport function chaosExperimentStepArraySerializer(result: Array<ChaosExperimentStep>): any[] {\n return result.map((item) => {\n return chaosExperimentStepSerializer(item);\n });\n}\n\nexport function chaosExperimentStepArrayDeserializer(result: Array<ChaosExperimentStep>): any[] {\n return result.map((item) => {\n return chaosExperimentStepDeserializer(item);\n });\n}\n\n/** Model that represents a step in the Experiment resource. */\nexport interface ChaosExperimentStep {\n /** String of the step name. */\n name: string;\n /** List of branches. */\n branches: ChaosExperimentBranch[];\n}\n\nexport function chaosExperimentStepSerializer(item: ChaosExperimentStep): any {\n return {\n name: item[\"name\"],\n branches: chaosExperimentBranchArraySerializer(item[\"branches\"]),\n };\n}\n\nexport function chaosExperimentStepDeserializer(item: any): ChaosExperimentStep {\n return {\n name: item[\"name\"],\n branches: chaosExperimentBranchArrayDeserializer(item[\"branches\"]),\n };\n}\n\nexport function chaosExperimentBranchArraySerializer(result: Array<ChaosExperimentBranch>): any[] {\n return result.map((item) => {\n return chaosExperimentBranchSerializer(item);\n });\n}\n\nexport function chaosExperimentBranchArrayDeserializer(\n result: Array<ChaosExperimentBranch>,\n): any[] {\n return result.map((item) => {\n return chaosExperimentBranchDeserializer(item);\n });\n}\n\n/** Model that represents a branch in the step. 9 total per experiment. */\nexport interface ChaosExperimentBranch {\n /** String of the branch name. */\n name: string;\n /** List of actions. */\n actions: ChaosExperimentActionUnion[];\n}\n\nexport function chaosExperimentBranchSerializer(item: ChaosExperimentBranch): any {\n return {\n name: item[\"name\"],\n actions: chaosExperimentActionUnionArraySerializer(item[\"actions\"]),\n };\n}\n\nexport function chaosExperimentBranchDeserializer(item: any): ChaosExperimentBranch {\n return {\n name: item[\"name\"],\n actions: chaosExperimentActionUnionArrayDeserializer(item[\"actions\"]),\n };\n}\n\nexport function chaosExperimentActionUnionArraySerializer(\n result: Array<ChaosExperimentActionUnion>,\n): any[] {\n return result.map((item) => {\n return chaosExperimentActionUnionSerializer(item);\n });\n}\n\nexport function chaosExperimentActionUnionArrayDeserializer(\n result: Array<ChaosExperimentActionUnion>,\n): any[] {\n return result.map((item) => {\n return chaosExperimentActionUnionDeserializer(item);\n });\n}\n\n/** Model that represents the base action model. 9 total per experiment. */\nexport interface ChaosExperimentAction {\n /** String that represents a Capability URN. */\n name: string;\n /** Chaos experiment action discriminator type */\n /** The discriminator possible values: continuous, delay, discrete */\n type: ExperimentActionType;\n}\n\nexport function chaosExperimentActionSerializer(item: ChaosExperimentAction): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\nexport function chaosExperimentActionDeserializer(item: any): ChaosExperimentAction {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n };\n}\n\n/** Alias for ChaosExperimentActionUnion */\nexport type ChaosExperimentActionUnion =\n | ContinuousAction\n | DelayAction\n | DiscreteAction\n | ChaosExperimentAction;\n\nexport function chaosExperimentActionUnionSerializer(item: ChaosExperimentActionUnion): any {\n switch (item.type) {\n case \"continuous\":\n return continuousActionSerializer(item as ContinuousAction);\n\n case \"delay\":\n return delayActionSerializer(item as DelayAction);\n\n case \"discrete\":\n return discreteActionSerializer(item as DiscreteAction);\n\n default:\n return chaosExperimentActionSerializer(item);\n }\n}\n\nexport function chaosExperimentActionUnionDeserializer(item: any): ChaosExperimentActionUnion {\n switch (item.type) {\n case \"continuous\":\n return continuousActionDeserializer(item as ContinuousAction);\n\n case \"delay\":\n return delayActionDeserializer(item as DelayAction);\n\n case \"discrete\":\n return discreteActionDeserializer(item as DiscreteAction);\n\n default:\n return chaosExperimentActionDeserializer(item);\n }\n}\n\n/** Enum union of Chaos experiment action types. */\nexport enum KnownExperimentActionType {\n Delay = \"delay\",\n Discrete = \"discrete\",\n Continuous = \"continuous\",\n}\n\n/**\n * Enum union of Chaos experiment action types. \\\n * {@link KnownExperimentActionType} can be used interchangeably with ExperimentActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **delay** \\\n * **discrete** \\\n * **continuous**\n */\nexport type ExperimentActionType = string;\n\n/** Model that represents a continuous action. */\nexport interface ContinuousAction extends ChaosExperimentAction {\n /** ISO8601 formatted string that represents a duration. */\n duration: string;\n /** List of key value pairs. */\n parameters: KeyValuePair[];\n /** String that represents a selector. */\n selectorId: string;\n /** Enum that discriminates between action models. */\n type: \"continuous\";\n}\n\nexport function continuousActionSerializer(item: ContinuousAction): any {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n duration: item[\"duration\"],\n parameters: keyValuePairArraySerializer(item[\"parameters\"]),\n selectorId: item[\"selectorId\"],\n };\n}\n\nexport function continuousActionDeserializer(item: any): ContinuousAction {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n duration: item[\"duration\"],\n parameters: keyValuePairArrayDeserializer(item[\"parameters\"]),\n selectorId: item[\"selectorId\"],\n };\n}\n\nexport function keyValuePairArraySerializer(result: Array<KeyValuePair>): any[] {\n return result.map((item) => {\n return keyValuePairSerializer(item);\n });\n}\n\nexport function keyValuePairArrayDeserializer(result: Array<KeyValuePair>): any[] {\n return result.map((item) => {\n return keyValuePairDeserializer(item);\n });\n}\n\n/** A map to describe the settings of an action. */\nexport interface KeyValuePair {\n /** The name of the setting for the action. */\n key: string;\n /** The value of the setting for the action. */\n value: string;\n}\n\nexport function keyValuePairSerializer(item: KeyValuePair): any {\n return { key: item[\"key\"], value: item[\"value\"] };\n}\n\nexport function keyValuePairDeserializer(item: any): KeyValuePair {\n return {\n key: item[\"key\"],\n value: item[\"value\"],\n };\n}\n\n/** Model that represents a delay action. */\nexport interface DelayAction extends ChaosExperimentAction {\n /** ISO8601 formatted string that represents a duration. */\n duration: string;\n /** Enum that discriminates between action models. */\n type: \"delay\";\n}\n\nexport function delayActionSerializer(item: DelayAction): any {\n return { name: item[\"name\"], type: item[\"type\"], duration: item[\"duration\"] };\n}\n\nexport function delayActionDeserializer(item: any): DelayAction {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n duration: item[\"duration\"],\n };\n}\n\n/** Model that represents a discrete action. */\nexport interface DiscreteAction extends ChaosExperimentAction {\n /** List of key value pairs. */\n parameters: KeyValuePair[];\n /** String that represents a selector. */\n selectorId: string;\n /** Enum that discriminates between action models. */\n type: \"discrete\";\n}\n\nexport function discreteActionSerializer(item: DiscreteAction): any {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n parameters: keyValuePairArraySerializer(item[\"parameters\"]),\n selectorId: item[\"selectorId\"],\n };\n}\n\nexport function discreteActionDeserializer(item: any): DiscreteAction {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n parameters: keyValuePairArrayDeserializer(item[\"parameters\"]),\n selectorId: item[\"selectorId\"],\n };\n}\n\nexport function chaosTargetSelectorUnionArraySerializer(\n result: Array<ChaosTargetSelectorUnion>,\n): any[] {\n return result.map((item) => {\n return chaosTargetSelectorUnionSerializer(item);\n });\n}\n\nexport function chaosTargetSelectorUnionArrayDeserializer(\n result: Array<ChaosTargetSelectorUnion>,\n): any[] {\n return result.map((item) => {\n return chaosTargetSelectorUnionDeserializer(item);\n });\n}\n\n/** Model that represents a selector in the Experiment resource. */\nexport interface ChaosTargetSelector {\n /** String of the selector ID. */\n id: string;\n /** Chaos target selector discriminator type */\n /** The discriminator possible values: List, Query */\n type: SelectorType;\n /** Model that represents available filter types that can be applied to a targets list. */\n filter?: ChaosTargetFilterUnion;\n}\n\nexport function chaosTargetSelectorSerializer(item: ChaosTargetSelector): any {\n return {\n id: item[\"id\"],\n type: item[\"type\"],\n filter: !item[\"filter\"] ? item[\"filter\"] : chaosTargetFilterUnionSerializer(item[\"filter\"]),\n };\n}\n\nexport function chaosTargetSelectorDeserializer(item: any): ChaosTargetSelector {\n return {\n id: item[\"id\"],\n type: item[\"type\"],\n filter: !item[\"filter\"] ? item[\"filter\"] : chaosTargetFilterUnionDeserializer(item[\"filter\"]),\n };\n}\n\n/** Alias for ChaosTargetSelectorUnion */\nexport type ChaosTargetSelectorUnion =\n | ChaosTargetListSelector\n | ChaosTargetQuerySelector\n | ChaosTargetSelector;\n\nexport function chaosTargetSelectorUnionSerializer(item: ChaosTargetSelectorUnion): any {\n switch (item.type) {\n case \"List\":\n return chaosTargetListSelectorSerializer(item as ChaosTargetListSelector);\n\n case \"Query\":\n return chaosTargetQuerySelectorSerializer(item as ChaosTargetQuerySelector);\n\n default:\n return chaosTargetSelectorSerializer(item);\n }\n}\n\nexport function chaosTargetSelectorUnionDeserializer(item: any): ChaosTargetSelectorUnion {\n switch (item.type) {\n case \"List\":\n return chaosTargetListSelectorDeserializer(item as ChaosTargetListSelector);\n\n case \"Query\":\n return chaosTargetQuerySelectorDeserializer(item as ChaosTargetQuerySelector);\n\n default:\n return chaosTargetSelectorDeserializer(item);\n }\n}\n\n/** Enum of the selector type. */\nexport enum KnownSelectorType {\n /** List selector type. */\n List = \"List\",\n /** Query selector type. */\n Query = \"Query\",\n}\n\n/**\n * Enum of the selector type. \\\n * {@link KnownSelectorType} can be used interchangeably with SelectorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **List**: List selector type. \\\n * **Query**: Query selector type.\n */\nexport type SelectorType = string;\n\n/** Model that represents available filter types that can be applied to a targets list. */\nexport interface ChaosTargetFilter {\n /** Chaos target filter discriminator type */\n /** The discriminator possible values: Simple */\n type: FilterType;\n}\n\nexport function chaosTargetFilterSerializer(item: ChaosTargetFilter): any {\n return { type: item[\"type\"] };\n}\n\nexport function chaosTargetFilterDeserializer(item: any): ChaosTargetFilter {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Alias for ChaosTargetFilterUnion */\nexport type ChaosTargetFilterUnion = ChaosTargetSimpleFilter | ChaosTargetFilter;\n\nexport function chaosTargetFilterUnionSerializer(item: ChaosTargetFilterUnion): any {\n switch (item.type) {\n case \"Simple\":\n return chaosTargetSimpleFilterSerializer(item as ChaosTargetSimpleFilter);\n\n default:\n return chaosTargetFilterSerializer(item);\n }\n}\n\nexport function chaosTargetFilterUnionDeserializer(item: any): ChaosTargetFilterUnion {\n switch (item.type) {\n case \"Simple\":\n return chaosTargetSimpleFilterDeserializer(item as ChaosTargetSimpleFilter);\n\n default:\n return chaosTargetFilterDeserializer(item);\n }\n}\n\n/** Enum that discriminates between filter types. Currently only `Simple` type is supported. */\nexport enum KnownFilterType {\n /** Simple filter type. */\n Simple = \"Simple\",\n}\n\n/**\n * Enum that discriminates between filter types. Currently only `Simple` type is supported. \\\n * {@link KnownFilterType} can be used interchangeably with FilterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Simple**: Simple filter type.\n */\nexport type FilterType = string;\n\n/** Model that represents a simple target filter. */\nexport interface ChaosTargetSimpleFilter extends ChaosTargetFilter {\n /** Model that represents the Simple filter parameters. */\n parameters?: ChaosTargetSimpleFilterParameters;\n /** Enum that discriminates between filter types. Currently only `Simple` type is supported. */\n type: \"Simple\";\n}\n\nexport function chaosTargetSimpleFilterSerializer(item: ChaosTargetSimpleFilter): any {\n return {\n type: item[\"type\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : chaosTargetSimpleFilterParametersSerializer(item[\"parameters\"]),\n };\n}\n\nexport function chaosTargetSimpleFilterDeserializer(item: any): ChaosTargetSimpleFilter {\n return {\n type: item[\"type\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : chaosTargetSimpleFilterParametersDeserializer(item[\"parameters\"]),\n };\n}\n\n/** Model that represents the Simple filter parameters. */\nexport interface ChaosTargetSimpleFilterParameters {\n /** List of Azure availability zones to filter targets by. */\n zones?: string[];\n}\n\nexport function chaosTargetSimpleFilterParametersSerializer(\n item: ChaosTargetSimpleFilterParameters,\n): any {\n return {\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function chaosTargetSimpleFilterParametersDeserializer(\n item: any,\n): ChaosTargetSimpleFilterParameters {\n return {\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Model that represents a list selector. */\nexport interface ChaosTargetListSelector extends ChaosTargetSelector {\n /** List of Target references. */\n targets: TargetReference[];\n /** Enum of the selector type. */\n type: \"List\";\n}\n\nexport function chaosTargetListSelectorSerializer(item: ChaosTargetListSelector): any {\n return {\n id: item[\"id\"],\n type: item[\"type\"],\n filter: !item[\"filter\"] ? item[\"filter\"] : chaosTargetFilterUnionSerializer(item[\"filter\"]),\n targets: targetReferenceArraySerializer(item[\"targets\"]),\n };\n}\n\nexport function chaosTargetListSelectorDeserializer(item: any): ChaosTargetListSelector {\n return {\n id: item[\"id\"],\n type: item[\"type\"],\n filter: !item[\"filter\"] ? item[\"filter\"] : chaosTargetFilterUnionDeserializer(item[\"filter\"]),\n targets: targetReferenceArrayDeserializer(item[\"targets\"]),\n };\n}\n\nexport function targetReferenceArraySerializer(result: Array<TargetReference>): any[] {\n return result.map((item) => {\n return targetReferenceSerializer(item);\n });\n}\n\nexport function targetReferenceArrayDeserializer(result: Array<TargetReference>): any[] {\n return result.map((item) => {\n return targetReferenceDeserializer(item);\n });\n}\n\n/** Model that represents a reference to a Target in the selector. */\nexport interface TargetReference {\n /** Enum of the Target reference type. */\n type: TargetReferenceType;\n /** String of the resource ID of a Target resource. */\n id: string;\n}\n\nexport function targetReferenceSerializer(item: TargetReference): any {\n return { type: item[\"type\"], id: item[\"id\"] };\n}\n\nexport function targetReferenceDeserializer(item: any): TargetReference {\n return {\n type: item[\"type\"],\n id: item[\"id\"],\n };\n}\n\n/** Enum of the Target reference type. */\nexport enum KnownTargetReferenceType {\n /** Chaos target reference type. */\n ChaosTarget = \"ChaosTarget\",\n}\n\n/**\n * Enum of the Target reference type. \\\n * {@link KnownTargetReferenceType} can be used interchangeably with TargetReferenceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ChaosTarget**: Chaos target reference type.\n */\nexport type TargetReferenceType = string;\n\n/** Model that represents a query selector. */\nexport interface ChaosTargetQuerySelector extends ChaosTargetSelector {\n /** Azure Resource Graph (ARG) Query Language query for target resources. */\n queryString: string;\n /** Subscription id list to scope resource query. */\n subscriptionIds: string[];\n /** Enum of the selector type. */\n type: \"Query\";\n}\n\nexport function chaosTargetQuerySelectorSerializer(item: ChaosTargetQuerySelector): any {\n return {\n id: item[\"id\"],\n type: item[\"type\"],\n filter: !item[\"filter\"] ? item[\"filter\"] : chaosTargetFilterUnionSerializer(item[\"filter\"]),\n queryString: item[\"queryString\"],\n subscriptionIds: item[\"subscriptionIds\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function chaosTargetQuerySelectorDeserializer(item: any): ChaosTargetQuerySelector {\n return {\n id: item[\"id\"],\n type: item[\"type\"],\n filter: !item[\"filter\"] ? item[\"filter\"] : chaosTargetFilterUnionDeserializer(item[\"filter\"]),\n queryString: item[\"queryString\"],\n subscriptionIds: item[\"subscriptionIds\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnowncreatedByType} can be used interchangeably with createdByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: Record<string, any>;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: !item[\"info\"] ? item[\"info\"] : _errorAdditionalInfoInfoDeserializer(item[\"info\"]),\n };\n}\n\n/** model interface _ErrorAdditionalInfoInfo */\nexport interface _ErrorAdditionalInfoInfo {}\n\nexport function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo {\n return item;\n}\n\n/** Describes an experiment update. */\nexport interface ExperimentUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n}\n\nexport function experimentUpdateSerializer(item: ExperimentUpdate): any {\n return {\n tags: item[\"tags\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\n/** Model that represents a list of Experiment resources and a link for pagination. */\nexport interface _ExperimentListResult {\n /** The Experiment items on this page */\n value: Experiment[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _experimentListResultDeserializer(item: any): _ExperimentListResult {\n return {\n value: experimentArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function experimentArraySerializer(result: Array<Experiment>): any[] {\n return result.map((item) => {\n return experimentSerializer(item);\n });\n}\n\nexport function experimentArrayDeserializer(result: Array<Experiment>): any[] {\n return result.map((item) => {\n return experimentDeserializer(item);\n });\n}\n\n/** Model that represents the execution of a Experiment. */\nexport interface ExperimentExecution extends ProxyResource {\n /** The properties of experiment execution status. */\n properties?: ExperimentExecutionProperties;\n}\n\nexport function experimentExecutionDeserializer(item: any): ExperimentExecution {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : experimentExecutionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the execution properties of an Experiment. */\nexport interface ExperimentExecutionProperties {\n /** The status of the execution. */\n readonly status?: string;\n /** String that represents the start date time. */\n readonly startedAt?: Date;\n /** String that represents the stop date time. */\n readonly stoppedAt?: Date;\n}\n\nexport function experimentExecutionPropertiesDeserializer(\n item: any,\n): ExperimentExecutionProperties {\n return {\n status: item[\"status\"],\n startedAt: !item[\"startedAt\"] ? item[\"startedAt\"] : new Date(item[\"startedAt\"]),\n stoppedAt: !item[\"stoppedAt\"] ? item[\"stoppedAt\"] : new Date(item[\"stoppedAt\"]),\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(item: ProxyResource): any {\n return item;\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Model that represents a list of Experiment executions and a link for pagination. */\nexport interface _ExperimentExecutionListResult {\n /** The ExperimentExecution items on this page */\n value: ExperimentExecution[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _experimentExecutionListResultDeserializer(\n item: any,\n): _ExperimentExecutionListResult {\n return {\n value: experimentExecutionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function experimentExecutionArrayDeserializer(result: Array<ExperimentExecution>): any[] {\n return result.map((item) => {\n return experimentExecutionDeserializer(item);\n });\n}\n\n/** Model that represents the execution details of an Experiment. */\nexport interface ExperimentExecutionDetails {\n /** String of the resource type. */\n readonly type?: string;\n /** String of the fully qualified resource ID. */\n readonly id?: string;\n /** String of the resource name. */\n readonly name?: string;\n /** The properties of the experiment execution details. */\n readonly properties?: ExperimentExecutionDetailsProperties;\n}\n\nexport function experimentExecutionDetailsDeserializer(item: any): ExperimentExecutionDetails {\n return {\n type: item[\"type\"],\n id: item[\"id\"],\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : experimentExecutionDetailsPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the extended properties of an experiment execution. */\nexport interface ExperimentExecutionDetailsProperties {\n /** The status of the execution. */\n readonly status?: string;\n /** String that represents the start date time. */\n readonly startedAt?: Date;\n /** String that represents the stop date time. */\n readonly stoppedAt?: Date;\n /** The reason why the execution failed. */\n readonly failureReason?: string;\n /** String that represents the last action date time. */\n readonly lastActionAt?: Date;\n /** The information of the experiment run. */\n readonly runInformation?: ExperimentExecutionDetailsPropertiesRunInformation;\n}\n\nexport function experimentExecutionDetailsPropertiesDeserializer(\n item: any,\n): ExperimentExecutionDetailsProperties {\n return {\n status: item[\"status\"],\n startedAt: !item[\"startedAt\"] ? item[\"startedAt\"] : new Date(item[\"startedAt\"]),\n stoppedAt: !item[\"stoppedAt\"] ? item[\"stoppedAt\"] : new Date(item[\"stoppedAt\"]),\n failureReason: item[\"failureReason\"],\n lastActionAt: !item[\"lastActionAt\"] ? item[\"lastActionAt\"] : new Date(item[\"lastActionAt\"]),\n runInformation: !item[\"runInformation\"]\n ? item[\"runInformation\"]\n : experimentExecutionDetailsPropertiesRunInformationDeserializer(item[\"runInformation\"]),\n };\n}\n\n/** The information of the experiment run. */\nexport interface ExperimentExecutionDetailsPropertiesRunInformation {\n /** The steps of the experiment run. */\n readonly steps?: StepStatus[];\n}\n\nexport function experimentExecutionDetailsPropertiesRunInformationDeserializer(\n item: any,\n): ExperimentExecutionDetailsPropertiesRunInformation {\n return {\n steps: !item[\"steps\"] ? item[\"steps\"] : stepStatusArrayDeserializer(item[\"steps\"]),\n };\n}\n\nexport function stepStatusArrayDeserializer(result: Array<StepStatus>): any[] {\n return result.map((item) => {\n return stepStatusDeserializer(item);\n });\n}\n\n/** Model that represents the a list of branches and branch statuses. */\nexport interface StepStatus {\n /** The name of the step. */\n readonly stepName?: string;\n /** The id of the step. */\n readonly stepId?: string;\n /** The value of the status of the step. */\n readonly status?: string;\n /** The array of branches. */\n readonly branches?: BranchStatus[];\n}\n\nexport function stepStatusDeserializer(item: any): StepStatus {\n return {\n stepName: item[\"stepName\"],\n stepId: item[\"stepId\"],\n status: item[\"status\"],\n branches: !item[\"branches\"]\n ? item[\"branches\"]\n : branchStatusArrayDeserializer(item[\"branches\"]),\n };\n}\n\nexport function branchStatusArrayDeserializer(result: Array<BranchStatus>): any[] {\n return result.map((item) => {\n return branchStatusDeserializer(item);\n });\n}\n\n/** Model that represents the a list of actions and action statuses. */\nexport interface BranchStatus {\n /** The name of the branch status. */\n readonly branchName?: string;\n /** The id of the branch status. */\n readonly branchId?: string;\n /** The status of the branch. */\n readonly status?: string;\n /** The array of actions. */\n readonly actions?: ActionStatus[];\n}\n\nexport function branchStatusDeserializer(item: any): BranchStatus {\n return {\n branchName: item[\"branchName\"],\n branchId: item[\"branchId\"],\n status: item[\"status\"],\n actions: !item[\"actions\"] ? item[\"actions\"] : actionStatusArrayDeserializer(item[\"actions\"]),\n };\n}\n\nexport function actionStatusArrayDeserializer(result: Array<ActionStatus>): any[] {\n return result.map((item) => {\n return actionStatusDeserializer(item);\n });\n}\n\n/** Model that represents the an action and its status. */\nexport interface ActionStatus {\n /** The name of the action status. */\n readonly actionName?: string;\n /** The id of the action status. */\n readonly actionId?: string;\n /** The status of the action. */\n readonly status?: string;\n /** String that represents the start time of the action. */\n readonly startTime?: Date;\n /** String that represents the end time of the action. */\n readonly endTime?: Date;\n /** The array of targets. */\n readonly targets?: ExperimentExecutionActionTargetDetailsProperties[];\n}\n\nexport function actionStatusDeserializer(item: any): ActionStatus {\n return {\n actionName: item[\"actionName\"],\n actionId: item[\"actionId\"],\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n targets: !item[\"targets\"]\n ? item[\"targets\"]\n : experimentExecutionActionTargetDetailsPropertiesArrayDeserializer(item[\"targets\"]),\n };\n}\n\nexport function experimentExecutionActionTargetDetailsPropertiesArrayDeserializer(\n result: Array<ExperimentExecutionActionTargetDetailsProperties>,\n): any[] {\n return result.map((item) => {\n return experimentExecutionActionTargetDetailsPropertiesDeserializer(item);\n });\n}\n\n/** Model that represents the Experiment action target details properties model. */\nexport interface ExperimentExecutionActionTargetDetailsProperties {\n /** The status of the execution. */\n readonly status?: string;\n /** The target for the action. */\n readonly target?: string;\n /** String that represents the failed date time. */\n readonly targetFailedTime?: Date;\n /** String that represents the completed date time. */\n readonly targetCompletedTime?: Date;\n /** The error of the action. */\n readonly error?: ExperimentExecutionActionTargetDetailsError;\n}\n\nexport function experimentExecutionActionTargetDetailsPropertiesDeserializer(\n item: any,\n): ExperimentExecutionActionTargetDetailsProperties {\n return {\n status: item[\"status\"],\n target: item[\"target\"],\n targetFailedTime: !item[\"targetFailedTime\"]\n ? item[\"targetFailedTime\"]\n : new Date(item[\"targetFailedTime\"]),\n targetCompletedTime: !item[\"targetCompletedTime\"]\n ? item[\"targetCompletedTime\"]\n : new Date(item[\"targetCompletedTime\"]),\n error: !item[\"error\"]\n ? item[\"error\"]\n : experimentExecutionActionTargetDetailsErrorDeserializer(item[\"error\"]),\n };\n}\n\n/** Model that represents the Experiment action target details error model. */\nexport interface ExperimentExecutionActionTargetDetailsError {\n /** The error code. */\n readonly code?: string;\n /** The error message */\n readonly message?: string;\n}\n\nexport function experimentExecutionActionTargetDetailsErrorDeserializer(\n item: any,\n): ExperimentExecutionActionTargetDetailsError {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\n/** Model that represents a Capability resource. */\nexport interface Capability extends ProxyResource {\n /** The properties of a capability resource. */\n properties?: CapabilityProperties;\n}\n\nexport function capabilitySerializer(item: Capability): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : capabilityPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function capabilityDeserializer(item: any): Capability {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : capabilityPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the Capability properties model. */\nexport interface CapabilityProperties {\n /** String of the Publisher that this Capability extends. */\n readonly publisher?: string;\n /** String of the Target Type that this Capability extends. */\n readonly targetType?: string;\n /** Localized string of the description. */\n readonly description?: string;\n /** URL to retrieve JSON schema of the Capability parameters. */\n readonly parametersSchema?: string;\n /** String of the URN for this Capability Type. */\n readonly urn?: string;\n}\n\nexport function capabilityPropertiesSerializer(item: CapabilityProperties): any {\n return item;\n}\n\nexport function capabilityPropertiesDeserializer(item: any): CapabilityProperties {\n return {\n publisher: item[\"publisher\"],\n targetType: item[\"targetType\"],\n description: item[\"description\"],\n parametersSchema: item[\"parametersSchema\"],\n urn: item[\"urn\"],\n };\n}\n\n/** Model that represents a list of Capability resources and a link for pagination. */\nexport interface _CapabilityListResult {\n /** The Capability items on this page */\n value: Capability[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _capabilityListResultDeserializer(item: any): _CapabilityListResult {\n return {\n value: capabilityArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function capabilityArraySerializer(result: Array<Capability>): any[] {\n return result.map((item) => {\n return capabilitySerializer(item);\n });\n}\n\nexport function capabilityArrayDeserializer(result: Array<Capability>): any[] {\n return result.map((item) => {\n return capabilityDeserializer(item);\n });\n}\n\n/** Model that represents a Capability Type resource. */\nexport interface CapabilityType extends ProxyResource {\n /** The properties of the capability type resource. */\n properties?: CapabilityTypeProperties;\n}\n\nexport function capabilityTypeDeserializer(item: any): CapabilityType {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : capabilityTypePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the Capability Type properties model. */\nexport interface CapabilityTypeProperties {\n /** String of the Publisher that this Capability Type extends. */\n readonly publisher?: string;\n /** String of the Target Type that this Capability Type extends. */\n readonly targetType?: string;\n /** Localized string of the display name. */\n readonly displayName?: string;\n /** Localized string of the description. */\n readonly description?: string;\n /** URL to retrieve JSON schema of the Capability Type parameters. */\n readonly parametersSchema?: string;\n /** String of the URN for this Capability Type. */\n readonly urn?: string;\n /** String of the kind of this Capability Type. */\n readonly kind?: string;\n /** Control plane actions necessary to execute capability type. */\n readonly azureRbacActions?: string[];\n /** Data plane actions necessary to execute capability type. */\n readonly azureRbacDataActions?: string[];\n /** Required Azure Role Definition Ids to execute capability type. */\n readonly requiredAzureRoleDefinitionIds?: string[];\n /** Runtime properties of this Capability Type. */\n readonly runtimeProperties?: CapabilityTypePropertiesRuntimeProperties;\n}\n\nexport function capabilityTypePropertiesDeserializer(item: any): CapabilityTypeProperties {\n return {\n publisher: item[\"publisher\"],\n targetType: item[\"targetType\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n parametersSchema: item[\"parametersSchema\"],\n urn: item[\"urn\"],\n kind: item[\"kind\"],\n azureRbacActions: !item[\"azureRbacActions\"]\n ? item[\"azureRbacActions\"]\n : item[\"azureRbacActions\"].map((p: any) => {\n return p;\n }),\n azureRbacDataActions: !item[\"azureRbacDataActions\"]\n ? item[\"azureRbacDataActions\"]\n : item[\"azureRbacDataActions\"].map((p: any) => {\n return p;\n }),\n requiredAzureRoleDefinitionIds: !item[\"requiredAzureRoleDefinitionIds\"]\n ? item[\"requiredAzureRoleDefinitionIds\"]\n : item[\"requiredAzureRoleDefinitionIds\"].map((p: any) => {\n return p;\n }),\n runtimeProperties: !item[\"runtimeProperties\"]\n ? item[\"runtimeProperties\"]\n : capabilityTypePropertiesRuntimePropertiesDeserializer(item[\"runtimeProperties\"]),\n };\n}\n\n/** Runtime properties of this Capability Type. */\nexport interface CapabilityTypePropertiesRuntimeProperties {\n /** String of the kind of the resource's action type (continuous or discrete). */\n readonly kind?: string;\n}\n\nexport function capabilityTypePropertiesRuntimePropertiesDeserializer(\n item: any,\n): CapabilityTypePropertiesRuntimeProperties {\n return {\n kind: item[\"kind\"],\n };\n}\n\n/** Model that represents a list of Capability Type resources and a link for pagination. */\nexport interface _CapabilityTypeListResult {\n /** The CapabilityType items on this page */\n value: CapabilityType[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _capabilityTypeListResultDeserializer(item: any): _CapabilityTypeListResult {\n return {\n value: capabilityTypeArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function capabilityTypeArrayDeserializer(result: Array<CapabilityType>): any[] {\n return result.map((item) => {\n return capabilityTypeDeserializer(item);\n });\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for and operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** The current status of an async operation. */\nexport interface OperationStatusResult {\n /** Fully qualified ID for the async operation. */\n id?: string;\n /** Name of the async operation. */\n name?: string;\n /** Operation status. */\n status: string;\n /** Percent of the operation that is complete. */\n percentComplete?: number;\n /** The start time of the operation. */\n startTime?: Date;\n /** The end time of the operation. */\n endTime?: Date;\n /** The operations list. */\n operations?: OperationStatusResult[];\n /** If present, details of the operation error. */\n error?: ErrorDetail;\n /** Fully qualified ID of the resource against which the original async operation was started. */\n readonly resourceId?: string;\n}\n\nexport function operationStatusResultDeserializer(item: any): OperationStatusResult {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n status: item[\"status\"],\n percentComplete: item[\"percentComplete\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n operations: !item[\"operations\"]\n ? item[\"operations\"]\n : operationStatusResultArrayDeserializer(item[\"operations\"]),\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n resourceId: item[\"resourceId\"],\n };\n}\n\nexport function operationStatusResultArrayDeserializer(\n result: Array<OperationStatusResult>,\n): any[] {\n return result.map((item) => {\n return operationStatusResultDeserializer(item);\n });\n}\n\n/** Model that represents a Target resource. */\nexport interface Target extends ProxyResource {\n /** The properties of the target resource. */\n properties: Record<string, any>;\n /** Azure resource location. */\n location?: string;\n}\n\nexport function targetSerializer(item: Target): any {\n return { properties: item[\"properties\"], location: item[\"location\"] };\n}\n\nexport function targetDeserializer(item: any): Target {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: item[\"properties\"],\n location: item[\"location\"],\n };\n}\n\n/** Model that represents a list of Target resources and a link for pagination. */\nexport interface _TargetListResult {\n /** The Target items on this page */\n value: Target[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _targetListResultDeserializer(item: any): _TargetListResult {\n return {\n value: targetArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function targetArraySerializer(result: Array<Target>): any[] {\n return result.map((item) => {\n return targetSerializer(item);\n });\n}\n\nexport function targetArrayDeserializer(result: Array<Target>): any[] {\n return result.map((item) => {\n return targetDeserializer(item);\n });\n}\n\n/** Model that represents a Target Type resource. */\nexport interface TargetType extends ProxyResource {\n /** The properties of the target type resource. */\n properties: TargetTypeProperties;\n}\n\nexport function targetTypeDeserializer(item: any): TargetType {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: targetTypePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the base Target Type properties model. */\nexport interface TargetTypeProperties {\n /** Localized string of the display name. */\n readonly displayName?: string;\n /** Localized string of the description. */\n readonly description?: string;\n /** URL to retrieve JSON schema of the Target Type properties. */\n readonly propertiesSchema?: string;\n /** List of resource types this Target Type can extend. */\n readonly resourceTypes?: string[];\n}\n\nexport function targetTypePropertiesDeserializer(item: any): TargetTypeProperties {\n return {\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n propertiesSchema: item[\"propertiesSchema\"],\n resourceTypes: !item[\"resourceTypes\"]\n ? item[\"resourceTypes\"]\n : item[\"resourceTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Model that represents a list of Target Type resources and a link for pagination. */\nexport interface _TargetTypeListResult {\n /** The TargetType items on this page */\n value: TargetType[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _targetTypeListResultDeserializer(item: any): _TargetTypeListResult {\n return {\n value: targetTypeArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function targetTypeArrayDeserializer(result: Array<TargetType>): any[] {\n return result.map((item) => {\n return targetTypeDeserializer(item);\n });\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-01-01 API version. */\n V20250101 = \"2025-01-01\",\n}\n"]}
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** Model that represents a Capability resource. */\nexport interface Capability extends ProxyResource {\n /** The properties of a capability resource. */\n properties?: CapabilityProperties;\n}\n\nexport function capabilitySerializer(item: Capability): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : capabilityPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function capabilityDeserializer(item: any): Capability {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : capabilityPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the Capability properties model. */\nexport interface CapabilityProperties {\n /** String of the Publisher that this Capability extends. */\n readonly publisher?: string;\n /** String of the Target Type that this Capability extends. */\n readonly targetType?: string;\n /** Localized string of the description. */\n readonly description?: string;\n /** URL to retrieve JSON schema of the Capability parameters. */\n readonly parametersSchema?: string;\n /** String of the URN for this Capability Type. */\n readonly urn?: string;\n /** Resource provisioning state. Not currently in use because resource is created synchronously. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function capabilityPropertiesSerializer(_item: CapabilityProperties): any {\n return {};\n}\n\nexport function capabilityPropertiesDeserializer(item: any): CapabilityProperties {\n return {\n publisher: item[\"publisher\"],\n targetType: item[\"targetType\"],\n description: item[\"description\"],\n parametersSchema: item[\"parametersSchema\"],\n urn: item[\"urn\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Current provisioning state for a given Azure Chaos resource. */\nexport enum KnownProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** Initial creation in progress. */\n Creating = \"Creating\",\n /** Update in progress. */\n Updating = \"Updating\",\n /** Deletion in progress. */\n Deleting = \"Deleting\",\n /** Action is running. */\n Running = \"Running\",\n}\n\n/**\n * Current provisioning state for a given Azure Chaos resource. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Creating**: Initial creation in progress. \\\n * **Updating**: Update in progress. \\\n * **Deleting**: Deletion in progress. \\\n * **Running**: Action is running.\n */\nexport type ProvisioningState = string;\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** Model that represents a list of Capability resources and a link for pagination. */\nexport interface _CapabilityListResult {\n /** The Capability items on this page */\n value: Capability[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _capabilityListResultDeserializer(item: any): _CapabilityListResult {\n return {\n value: capabilityArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function capabilityArraySerializer(result: Array<Capability>): any[] {\n return result.map((item) => {\n return capabilitySerializer(item);\n });\n}\n\nexport function capabilityArrayDeserializer(result: Array<Capability>): any[] {\n return result.map((item) => {\n return capabilityDeserializer(item);\n });\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for an operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Model that represents a Target resource. */\nexport interface Target extends ProxyResource {\n /** The properties of the target resource. */\n properties: Record<string, any>;\n /** Azure resource location. */\n location?: string;\n}\n\nexport function targetSerializer(item: Target): any {\n return { properties: item[\"properties\"], location: item[\"location\"] };\n}\n\nexport function targetDeserializer(item: any): Target {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n location: item[\"location\"],\n };\n}\n\n/** Model that represents a list of Target resources and a link for pagination. */\nexport interface _TargetListResult {\n /** The Target items on this page */\n value: Target[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _targetListResultDeserializer(item: any): _TargetListResult {\n return {\n value: targetArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function targetArraySerializer(result: Array<Target>): any[] {\n return result.map((item) => {\n return targetSerializer(item);\n });\n}\n\nexport function targetArrayDeserializer(result: Array<Target>): any[] {\n return result.map((item) => {\n return targetDeserializer(item);\n });\n}\n\n/** Model that represents a Capability Type resource. */\nexport interface CapabilityType extends ProxyResource {\n /** The properties of the capability type resource. */\n properties?: CapabilityTypeProperties;\n}\n\nexport function capabilityTypeDeserializer(item: any): CapabilityType {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : capabilityTypePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the Capability Type properties model. */\nexport interface CapabilityTypeProperties {\n /** String of the Publisher that this Capability Type extends. */\n readonly publisher?: string;\n /** String of the Target Type that this Capability Type extends. */\n readonly targetType?: string;\n /** Localized string of the display name. */\n readonly displayName?: string;\n /** Localized string of the description. */\n readonly description?: string;\n /** URL to retrieve JSON schema of the Capability Type parameters. */\n readonly parametersSchema?: string;\n /** String of the URN for this Capability Type. */\n readonly urn?: string;\n /** String of the kind of this Capability Type. */\n readonly kind?: string;\n /** Control plane actions necessary to execute capability type. */\n readonly azureRbacActions?: string[];\n /** Data plane actions necessary to execute capability type. */\n readonly azureRbacDataActions?: string[];\n /** Required Azure Role Definition Ids to execute capability type. */\n readonly requiredAzureRoleDefinitionIds?: string[];\n /** Runtime properties of this Capability Type. */\n readonly runtimeProperties?: CapabilityTypePropertiesRuntimeProperties;\n}\n\nexport function capabilityTypePropertiesDeserializer(item: any): CapabilityTypeProperties {\n return {\n publisher: item[\"publisher\"],\n targetType: item[\"targetType\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n parametersSchema: item[\"parametersSchema\"],\n urn: item[\"urn\"],\n kind: item[\"kind\"],\n azureRbacActions: !item[\"azureRbacActions\"]\n ? item[\"azureRbacActions\"]\n : item[\"azureRbacActions\"].map((p: any) => {\n return p;\n }),\n azureRbacDataActions: !item[\"azureRbacDataActions\"]\n ? item[\"azureRbacDataActions\"]\n : item[\"azureRbacDataActions\"].map((p: any) => {\n return p;\n }),\n requiredAzureRoleDefinitionIds: !item[\"requiredAzureRoleDefinitionIds\"]\n ? item[\"requiredAzureRoleDefinitionIds\"]\n : item[\"requiredAzureRoleDefinitionIds\"].map((p: any) => {\n return p;\n }),\n runtimeProperties: !item[\"runtimeProperties\"]\n ? item[\"runtimeProperties\"]\n : capabilityTypePropertiesRuntimePropertiesDeserializer(item[\"runtimeProperties\"]),\n };\n}\n\n/** Runtime properties of this Capability Type. */\nexport interface CapabilityTypePropertiesRuntimeProperties {\n /** String of the kind of the resource's action type (continuous or discrete). */\n readonly kind?: string;\n}\n\nexport function capabilityTypePropertiesRuntimePropertiesDeserializer(\n item: any,\n): CapabilityTypePropertiesRuntimeProperties {\n return {\n kind: item[\"kind\"],\n };\n}\n\n/** Model that represents a list of Capability Type resources and a link for pagination. */\nexport interface _CapabilityTypeListResult {\n /** The CapabilityType items on this page */\n value: CapabilityType[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _capabilityTypeListResultDeserializer(item: any): _CapabilityTypeListResult {\n return {\n value: capabilityTypeArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function capabilityTypeArrayDeserializer(result: Array<CapabilityType>): any[] {\n return result.map((item) => {\n return capabilityTypeDeserializer(item);\n });\n}\n\n/** Model that represents a Experiment resource. */\nexport interface Experiment extends TrackedResource {\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n /** The properties of the experiment resource. */\n properties: ExperimentProperties;\n}\n\nexport function experimentSerializer(item: Experiment): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n properties: experimentPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function experimentDeserializer(item: any): Experiment {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n properties: experimentPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity assigned to this resource. */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any {\n return { type: item[\"type\"], userAssignedIdentities: item[\"userAssignedIdentities\"] };\n}\n\nexport function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : Object.fromEntries(\n Object.entries(item[\"userAssignedIdentities\"]).map(([k, p]: [string, any]) => [\n k,\n !p ? p : userAssignedIdentityDeserializer(p),\n ]),\n ),\n };\n}\n\n/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\nexport enum KnownManagedServiceIdentityType {\n /** No managed identity. */\n None = \"None\",\n /** System assigned managed identity. */\n SystemAssigned = \"SystemAssigned\",\n /** User assigned managed identity. */\n UserAssigned = \"UserAssigned\",\n /** System and user assigned managed identity. */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed identity. \\\n * **SystemAssigned**: System assigned managed identity. \\\n * **UserAssigned**: User assigned managed identity. \\\n * **SystemAssigned,UserAssigned**: System and user assigned managed identity.\n */\nexport type ManagedServiceIdentityType = string;\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any {\n return {};\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** Model that represents the Experiment properties model. */\nexport interface ExperimentProperties {\n /** Most recent provisioning state for the given experiment resource. */\n readonly provisioningState?: ProvisioningState;\n /** List of steps. */\n steps: ChaosExperimentStep[];\n /** List of selectors. */\n selectors: ChaosTargetSelectorUnion[];\n /** Optional customer-managed Storage account where Experiment schema will be stored. */\n customerDataStorage?: CustomerDataStorageProperties;\n}\n\nexport function experimentPropertiesSerializer(item: ExperimentProperties): any {\n return {\n steps: chaosExperimentStepArraySerializer(item[\"steps\"]),\n selectors: chaosTargetSelectorUnionArraySerializer(item[\"selectors\"]),\n customerDataStorage: !item[\"customerDataStorage\"]\n ? item[\"customerDataStorage\"]\n : customerDataStoragePropertiesSerializer(item[\"customerDataStorage\"]),\n };\n}\n\nexport function experimentPropertiesDeserializer(item: any): ExperimentProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n steps: chaosExperimentStepArrayDeserializer(item[\"steps\"]),\n selectors: chaosTargetSelectorUnionArrayDeserializer(item[\"selectors\"]),\n customerDataStorage: !item[\"customerDataStorage\"]\n ? item[\"customerDataStorage\"]\n : customerDataStoragePropertiesDeserializer(item[\"customerDataStorage\"]),\n };\n}\n\nexport function chaosExperimentStepArraySerializer(result: Array<ChaosExperimentStep>): any[] {\n return result.map((item) => {\n return chaosExperimentStepSerializer(item);\n });\n}\n\nexport function chaosExperimentStepArrayDeserializer(result: Array<ChaosExperimentStep>): any[] {\n return result.map((item) => {\n return chaosExperimentStepDeserializer(item);\n });\n}\n\n/** Model that represents a step in the Experiment resource. */\nexport interface ChaosExperimentStep {\n /** String of the step name. */\n name: string;\n /** List of branches. */\n branches: ChaosExperimentBranch[];\n}\n\nexport function chaosExperimentStepSerializer(item: ChaosExperimentStep): any {\n return { name: item[\"name\"], branches: chaosExperimentBranchArraySerializer(item[\"branches\"]) };\n}\n\nexport function chaosExperimentStepDeserializer(item: any): ChaosExperimentStep {\n return {\n name: item[\"name\"],\n branches: chaosExperimentBranchArrayDeserializer(item[\"branches\"]),\n };\n}\n\nexport function chaosExperimentBranchArraySerializer(result: Array<ChaosExperimentBranch>): any[] {\n return result.map((item) => {\n return chaosExperimentBranchSerializer(item);\n });\n}\n\nexport function chaosExperimentBranchArrayDeserializer(\n result: Array<ChaosExperimentBranch>,\n): any[] {\n return result.map((item) => {\n return chaosExperimentBranchDeserializer(item);\n });\n}\n\n/** Model that represents a branch in the step. 9 total per experiment. */\nexport interface ChaosExperimentBranch {\n /** String of the branch name. */\n name: string;\n /** List of actions. */\n actions: ChaosExperimentActionUnion[];\n}\n\nexport function chaosExperimentBranchSerializer(item: ChaosExperimentBranch): any {\n return {\n name: item[\"name\"],\n actions: chaosExperimentActionUnionArraySerializer(item[\"actions\"]),\n };\n}\n\nexport function chaosExperimentBranchDeserializer(item: any): ChaosExperimentBranch {\n return {\n name: item[\"name\"],\n actions: chaosExperimentActionUnionArrayDeserializer(item[\"actions\"]),\n };\n}\n\nexport function chaosExperimentActionUnionArraySerializer(\n result: Array<ChaosExperimentActionUnion>,\n): any[] {\n return result.map((item) => {\n return chaosExperimentActionUnionSerializer(item);\n });\n}\n\nexport function chaosExperimentActionUnionArrayDeserializer(\n result: Array<ChaosExperimentActionUnion>,\n): any[] {\n return result.map((item) => {\n return chaosExperimentActionUnionDeserializer(item);\n });\n}\n\n/** Model that represents the base action model. 9 total per experiment. */\nexport interface ChaosExperimentAction {\n /** String that represents a Capability URN. */\n name: string;\n /** Chaos experiment action discriminator type */\n /** The discriminator possible values: continuous, delay, discrete */\n type: ExperimentActionType;\n}\n\nexport function chaosExperimentActionSerializer(item: ChaosExperimentAction): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\nexport function chaosExperimentActionDeserializer(item: any): ChaosExperimentAction {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n };\n}\n\n/** Alias for ChaosExperimentActionUnion */\nexport type ChaosExperimentActionUnion =\n | ContinuousAction\n | DelayAction\n | DiscreteAction\n | ChaosExperimentAction;\n\nexport function chaosExperimentActionUnionSerializer(item: ChaosExperimentActionUnion): any {\n switch (item.type) {\n case \"continuous\":\n return continuousActionSerializer(item as ContinuousAction);\n\n case \"delay\":\n return delayActionSerializer(item as DelayAction);\n\n case \"discrete\":\n return discreteActionSerializer(item as DiscreteAction);\n\n default:\n return chaosExperimentActionSerializer(item);\n }\n}\n\nexport function chaosExperimentActionUnionDeserializer(item: any): ChaosExperimentActionUnion {\n switch (item[\"type\"]) {\n case \"continuous\":\n return continuousActionDeserializer(item as ContinuousAction);\n\n case \"delay\":\n return delayActionDeserializer(item as DelayAction);\n\n case \"discrete\":\n return discreteActionDeserializer(item as DiscreteAction);\n\n default:\n return chaosExperimentActionDeserializer(item);\n }\n}\n\n/** Enum union of Chaos experiment action types. */\nexport enum KnownExperimentActionType {\n /** delay */\n Delay = \"delay\",\n /** discrete */\n Discrete = \"discrete\",\n /** continuous */\n Continuous = \"continuous\",\n}\n\n/**\n * Enum union of Chaos experiment action types. \\\n * {@link KnownExperimentActionType} can be used interchangeably with ExperimentActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **delay** \\\n * **discrete** \\\n * **continuous**\n */\nexport type ExperimentActionType = string;\n\n/** Model that represents a continuous action. */\nexport interface ContinuousAction extends ChaosExperimentAction {\n /** ISO8601 formatted string that represents a duration. */\n duration: string;\n /** List of key value pairs. */\n parameters: KeyValuePair[];\n /** String that represents a selector. */\n selectorId: string;\n /** Enum that discriminates between action models. */\n type: \"continuous\";\n}\n\nexport function continuousActionSerializer(item: ContinuousAction): any {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n duration: item[\"duration\"],\n parameters: keyValuePairArraySerializer(item[\"parameters\"]),\n selectorId: item[\"selectorId\"],\n };\n}\n\nexport function continuousActionDeserializer(item: any): ContinuousAction {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n duration: item[\"duration\"],\n parameters: keyValuePairArrayDeserializer(item[\"parameters\"]),\n selectorId: item[\"selectorId\"],\n };\n}\n\nexport function keyValuePairArraySerializer(result: Array<KeyValuePair>): any[] {\n return result.map((item) => {\n return keyValuePairSerializer(item);\n });\n}\n\nexport function keyValuePairArrayDeserializer(result: Array<KeyValuePair>): any[] {\n return result.map((item) => {\n return keyValuePairDeserializer(item);\n });\n}\n\n/** A key-value pair used to describe parameters for actions or configurations. */\nexport interface KeyValuePair {\n /** The name of the setting for the action. */\n key: string;\n /** The value of the setting for the action. */\n value: string;\n}\n\nexport function keyValuePairSerializer(item: KeyValuePair): any {\n return { key: item[\"key\"], value: item[\"value\"] };\n}\n\nexport function keyValuePairDeserializer(item: any): KeyValuePair {\n return {\n key: item[\"key\"],\n value: item[\"value\"],\n };\n}\n\n/** Model that represents a delay action. */\nexport interface DelayAction extends ChaosExperimentAction {\n /** ISO8601 formatted string that represents a duration. */\n duration: string;\n /** Enum that discriminates between action models. */\n type: \"delay\";\n}\n\nexport function delayActionSerializer(item: DelayAction): any {\n return { name: item[\"name\"], type: item[\"type\"], duration: item[\"duration\"] };\n}\n\nexport function delayActionDeserializer(item: any): DelayAction {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n duration: item[\"duration\"],\n };\n}\n\n/** Model that represents a discrete action. */\nexport interface DiscreteAction extends ChaosExperimentAction {\n /** List of key value pairs. */\n parameters: KeyValuePair[];\n /** String that represents a selector. */\n selectorId: string;\n /** Enum that discriminates between action models. */\n type: \"discrete\";\n}\n\nexport function discreteActionSerializer(item: DiscreteAction): any {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n parameters: keyValuePairArraySerializer(item[\"parameters\"]),\n selectorId: item[\"selectorId\"],\n };\n}\n\nexport function discreteActionDeserializer(item: any): DiscreteAction {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n parameters: keyValuePairArrayDeserializer(item[\"parameters\"]),\n selectorId: item[\"selectorId\"],\n };\n}\n\nexport function chaosTargetSelectorUnionArraySerializer(\n result: Array<ChaosTargetSelectorUnion>,\n): any[] {\n return result.map((item) => {\n return chaosTargetSelectorUnionSerializer(item);\n });\n}\n\nexport function chaosTargetSelectorUnionArrayDeserializer(\n result: Array<ChaosTargetSelectorUnion>,\n): any[] {\n return result.map((item) => {\n return chaosTargetSelectorUnionDeserializer(item);\n });\n}\n\n/** Model that represents a selector in the Experiment resource. */\nexport interface ChaosTargetSelector {\n /** String of the selector ID. */\n id: string;\n /** Chaos target selector discriminator type */\n /** The discriminator possible values: List, Query */\n type: SelectorType;\n /** Model that represents available filter types that can be applied to a targets list. */\n filter?: ChaosTargetFilterUnion;\n}\n\nexport function chaosTargetSelectorSerializer(item: ChaosTargetSelector): any {\n return {\n id: item[\"id\"],\n type: item[\"type\"],\n filter: !item[\"filter\"] ? item[\"filter\"] : chaosTargetFilterUnionSerializer(item[\"filter\"]),\n };\n}\n\nexport function chaosTargetSelectorDeserializer(item: any): ChaosTargetSelector {\n return {\n id: item[\"id\"],\n type: item[\"type\"],\n filter: !item[\"filter\"] ? item[\"filter\"] : chaosTargetFilterUnionDeserializer(item[\"filter\"]),\n };\n}\n\n/** Alias for ChaosTargetSelectorUnion */\nexport type ChaosTargetSelectorUnion =\n | ChaosTargetListSelector\n | ChaosTargetQuerySelector\n | ChaosTargetSelector;\n\nexport function chaosTargetSelectorUnionSerializer(item: ChaosTargetSelectorUnion): any {\n switch (item.type) {\n case \"List\":\n return chaosTargetListSelectorSerializer(item as ChaosTargetListSelector);\n\n case \"Query\":\n return chaosTargetQuerySelectorSerializer(item as ChaosTargetQuerySelector);\n\n default:\n return chaosTargetSelectorSerializer(item);\n }\n}\n\nexport function chaosTargetSelectorUnionDeserializer(item: any): ChaosTargetSelectorUnion {\n switch (item[\"type\"]) {\n case \"List\":\n return chaosTargetListSelectorDeserializer(item as ChaosTargetListSelector);\n\n case \"Query\":\n return chaosTargetQuerySelectorDeserializer(item as ChaosTargetQuerySelector);\n\n default:\n return chaosTargetSelectorDeserializer(item);\n }\n}\n\n/** Enum of the selector type. */\nexport enum KnownSelectorType {\n /** List selector type. */\n List = \"List\",\n /** Query selector type. */\n Query = \"Query\",\n}\n\n/**\n * Enum of the selector type. \\\n * {@link KnownSelectorType} can be used interchangeably with SelectorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **List**: List selector type. \\\n * **Query**: Query selector type.\n */\nexport type SelectorType = string;\n\n/** Model that represents available filter types that can be applied to a targets list. */\nexport interface ChaosTargetFilter {\n /** Chaos target filter discriminator type */\n /** The discriminator possible values: Simple */\n type: FilterType;\n}\n\nexport function chaosTargetFilterSerializer(item: ChaosTargetFilter): any {\n return { type: item[\"type\"] };\n}\n\nexport function chaosTargetFilterDeserializer(item: any): ChaosTargetFilter {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Alias for ChaosTargetFilterUnion */\nexport type ChaosTargetFilterUnion = ChaosTargetSimpleFilter | ChaosTargetFilter;\n\nexport function chaosTargetFilterUnionSerializer(item: ChaosTargetFilterUnion): any {\n switch (item.type) {\n case \"Simple\":\n return chaosTargetSimpleFilterSerializer(item as ChaosTargetSimpleFilter);\n\n default:\n return chaosTargetFilterSerializer(item);\n }\n}\n\nexport function chaosTargetFilterUnionDeserializer(item: any): ChaosTargetFilterUnion {\n switch (item[\"type\"]) {\n case \"Simple\":\n return chaosTargetSimpleFilterDeserializer(item as ChaosTargetSimpleFilter);\n\n default:\n return chaosTargetFilterDeserializer(item);\n }\n}\n\n/** Enum that discriminates between filter types. Currently only `Simple` type is supported. */\nexport enum KnownFilterType {\n /** Simple filter type. */\n Simple = \"Simple\",\n}\n\n/**\n * Enum that discriminates between filter types. Currently only `Simple` type is supported. \\\n * {@link KnownFilterType} can be used interchangeably with FilterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Simple**: Simple filter type.\n */\nexport type FilterType = string;\n\n/** Model that represents a simple target filter. */\nexport interface ChaosTargetSimpleFilter extends ChaosTargetFilter {\n /** Model that represents the Simple filter parameters. */\n parameters?: ChaosTargetSimpleFilterParameters;\n /** Enum that discriminates between filter types. Currently only `Simple` type is supported. */\n type: \"Simple\";\n}\n\nexport function chaosTargetSimpleFilterSerializer(item: ChaosTargetSimpleFilter): any {\n return {\n type: item[\"type\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : chaosTargetSimpleFilterParametersSerializer(item[\"parameters\"]),\n };\n}\n\nexport function chaosTargetSimpleFilterDeserializer(item: any): ChaosTargetSimpleFilter {\n return {\n type: item[\"type\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : chaosTargetSimpleFilterParametersDeserializer(item[\"parameters\"]),\n };\n}\n\n/** Model that represents the Simple filter parameters. */\nexport interface ChaosTargetSimpleFilterParameters {\n /** List of Azure availability zones to filter targets by. */\n zones?: string[];\n}\n\nexport function chaosTargetSimpleFilterParametersSerializer(\n item: ChaosTargetSimpleFilterParameters,\n): any {\n return {\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function chaosTargetSimpleFilterParametersDeserializer(\n item: any,\n): ChaosTargetSimpleFilterParameters {\n return {\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Model that represents a list selector. */\nexport interface ChaosTargetListSelector extends ChaosTargetSelector {\n /** List of Target references. */\n targets: TargetReference[];\n /** Enum of the selector type. */\n type: \"List\";\n}\n\nexport function chaosTargetListSelectorSerializer(item: ChaosTargetListSelector): any {\n return {\n id: item[\"id\"],\n type: item[\"type\"],\n filter: !item[\"filter\"] ? item[\"filter\"] : chaosTargetFilterUnionSerializer(item[\"filter\"]),\n targets: targetReferenceArraySerializer(item[\"targets\"]),\n };\n}\n\nexport function chaosTargetListSelectorDeserializer(item: any): ChaosTargetListSelector {\n return {\n id: item[\"id\"],\n type: item[\"type\"],\n filter: !item[\"filter\"] ? item[\"filter\"] : chaosTargetFilterUnionDeserializer(item[\"filter\"]),\n targets: targetReferenceArrayDeserializer(item[\"targets\"]),\n };\n}\n\nexport function targetReferenceArraySerializer(result: Array<TargetReference>): any[] {\n return result.map((item) => {\n return targetReferenceSerializer(item);\n });\n}\n\nexport function targetReferenceArrayDeserializer(result: Array<TargetReference>): any[] {\n return result.map((item) => {\n return targetReferenceDeserializer(item);\n });\n}\n\n/** Model that represents a reference to a Target in the selector. */\nexport interface TargetReference {\n /** Enum of the Target reference type. */\n type: TargetReferenceType;\n /** String of the resource ID of a Target resource. */\n id: string;\n}\n\nexport function targetReferenceSerializer(item: TargetReference): any {\n return { type: item[\"type\"], id: item[\"id\"] };\n}\n\nexport function targetReferenceDeserializer(item: any): TargetReference {\n return {\n type: item[\"type\"],\n id: item[\"id\"],\n };\n}\n\n/** Enum of the Target reference type. */\nexport enum KnownTargetReferenceType {\n /** Chaos target reference type. */\n ChaosTarget = \"ChaosTarget\",\n}\n\n/**\n * Enum of the Target reference type. \\\n * {@link KnownTargetReferenceType} can be used interchangeably with TargetReferenceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ChaosTarget**: Chaos target reference type.\n */\nexport type TargetReferenceType = string;\n\n/** Model that represents a query selector. */\nexport interface ChaosTargetQuerySelector extends ChaosTargetSelector {\n /** Azure Resource Graph (ARG) Query Language query for target resources. */\n queryString: string;\n /** Subscription id list to scope resource query. */\n subscriptionIds: string[];\n /** Enum of the selector type. */\n type: \"Query\";\n}\n\nexport function chaosTargetQuerySelectorSerializer(item: ChaosTargetQuerySelector): any {\n return {\n id: item[\"id\"],\n type: item[\"type\"],\n filter: !item[\"filter\"] ? item[\"filter\"] : chaosTargetFilterUnionSerializer(item[\"filter\"]),\n queryString: item[\"queryString\"],\n subscriptionIds: item[\"subscriptionIds\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function chaosTargetQuerySelectorDeserializer(item: any): ChaosTargetQuerySelector {\n return {\n id: item[\"id\"],\n type: item[\"type\"],\n filter: !item[\"filter\"] ? item[\"filter\"] : chaosTargetFilterUnionDeserializer(item[\"filter\"]),\n queryString: item[\"queryString\"],\n subscriptionIds: item[\"subscriptionIds\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Model that represents the Customer Managed Storage for an Experiment. */\nexport interface CustomerDataStorageProperties {\n /** Azure Resource ID of the Storage account to use for Customer Data storage. */\n storageAccountResourceId?: string;\n /** Name of the Azure Blob Storage container to use or create. */\n blobContainerName?: string;\n}\n\nexport function customerDataStoragePropertiesSerializer(item: CustomerDataStorageProperties): any {\n return {\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n blobContainerName: item[\"blobContainerName\"],\n };\n}\n\nexport function customerDataStoragePropertiesDeserializer(\n item: any,\n): CustomerDataStorageProperties {\n return {\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n blobContainerName: item[\"blobContainerName\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** Describes an experiment update. */\nexport interface ExperimentUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n}\n\nexport function experimentUpdateSerializer(item: ExperimentUpdate): any {\n return {\n tags: item[\"tags\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\n/** Model that represents a list of Experiment resources and a link for pagination. */\nexport interface _ExperimentListResult {\n /** The Experiment items on this page */\n value: Experiment[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _experimentListResultDeserializer(item: any): _ExperimentListResult {\n return {\n value: experimentArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function experimentArraySerializer(result: Array<Experiment>): any[] {\n return result.map((item) => {\n return experimentSerializer(item);\n });\n}\n\nexport function experimentArrayDeserializer(result: Array<Experiment>): any[] {\n return result.map((item) => {\n return experimentDeserializer(item);\n });\n}\n\n/** Model that represents the execution of a Experiment. */\nexport interface ExperimentExecution extends ProxyResource {\n /** The properties of experiment execution status. */\n properties?: ExperimentExecutionProperties;\n}\n\nexport function experimentExecutionDeserializer(item: any): ExperimentExecution {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : experimentExecutionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the execution properties of an Experiment. */\nexport interface ExperimentExecutionProperties {\n /** The status of the execution. */\n readonly status?: string;\n /** String that represents the start date time. */\n readonly startedAt?: Date;\n /** String that represents the stop date time. */\n readonly stoppedAt?: Date;\n /** Resource provisioning state. Not currently in use for executions. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function experimentExecutionPropertiesDeserializer(\n item: any,\n): ExperimentExecutionProperties {\n return {\n status: item[\"status\"],\n startedAt: !item[\"startedAt\"] ? item[\"startedAt\"] : new Date(item[\"startedAt\"]),\n stoppedAt: !item[\"stoppedAt\"] ? item[\"stoppedAt\"] : new Date(item[\"stoppedAt\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Model that represents a list of Experiment executions and a link for pagination. */\nexport interface _ExperimentExecutionListResult {\n /** The ExperimentExecution items on this page */\n value: ExperimentExecution[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _experimentExecutionListResultDeserializer(\n item: any,\n): _ExperimentExecutionListResult {\n return {\n value: experimentExecutionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function experimentExecutionArrayDeserializer(result: Array<ExperimentExecution>): any[] {\n return result.map((item) => {\n return experimentExecutionDeserializer(item);\n });\n}\n\n/** Model that represents the execution details of an Experiment. */\nexport interface ExperimentExecutionDetails {\n /** String of the resource type. */\n readonly type?: string;\n /** String of the fully qualified resource ID. */\n readonly id?: string;\n /** String of the resource name. */\n readonly name?: string;\n /** The properties of the experiment execution details. */\n readonly properties?: ExperimentExecutionDetailsProperties;\n}\n\nexport function experimentExecutionDetailsDeserializer(item: any): ExperimentExecutionDetails {\n return {\n type: item[\"type\"],\n id: item[\"id\"],\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : experimentExecutionDetailsPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the extended properties of an experiment execution. */\nexport interface ExperimentExecutionDetailsProperties {\n /** The status of the execution. */\n readonly status?: string;\n /** String that represents the start date time. */\n readonly startedAt?: Date;\n /** String that represents the stop date time. */\n readonly stoppedAt?: Date;\n /** Resource provisioning state. Not currently in use for executions. */\n readonly provisioningState?: ProvisioningState;\n /** The reason why the execution failed. */\n readonly failureReason?: string;\n /** String that represents the last action date time. */\n readonly lastActionAt?: Date;\n /** The information of the experiment run. */\n readonly runInformation?: ExperimentExecutionDetailsPropertiesRunInformation;\n}\n\nexport function experimentExecutionDetailsPropertiesDeserializer(\n item: any,\n): ExperimentExecutionDetailsProperties {\n return {\n status: item[\"status\"],\n startedAt: !item[\"startedAt\"] ? item[\"startedAt\"] : new Date(item[\"startedAt\"]),\n stoppedAt: !item[\"stoppedAt\"] ? item[\"stoppedAt\"] : new Date(item[\"stoppedAt\"]),\n provisioningState: item[\"provisioningState\"],\n failureReason: item[\"failureReason\"],\n lastActionAt: !item[\"lastActionAt\"] ? item[\"lastActionAt\"] : new Date(item[\"lastActionAt\"]),\n runInformation: !item[\"runInformation\"]\n ? item[\"runInformation\"]\n : experimentExecutionDetailsPropertiesRunInformationDeserializer(item[\"runInformation\"]),\n };\n}\n\n/** The information of the experiment run. */\nexport interface ExperimentExecutionDetailsPropertiesRunInformation {\n /** The steps of the experiment run. */\n readonly steps?: StepStatus[];\n}\n\nexport function experimentExecutionDetailsPropertiesRunInformationDeserializer(\n item: any,\n): ExperimentExecutionDetailsPropertiesRunInformation {\n return {\n steps: !item[\"steps\"] ? item[\"steps\"] : stepStatusArrayDeserializer(item[\"steps\"]),\n };\n}\n\nexport function stepStatusArrayDeserializer(result: Array<StepStatus>): any[] {\n return result.map((item) => {\n return stepStatusDeserializer(item);\n });\n}\n\n/** Model that represents the a list of branches and branch statuses. */\nexport interface StepStatus {\n /** The name of the step. */\n readonly stepName?: string;\n /** The id of the step. */\n readonly stepId?: string;\n /** The value of the status of the step. */\n readonly status?: string;\n /** The array of branches. */\n readonly branches?: BranchStatus[];\n}\n\nexport function stepStatusDeserializer(item: any): StepStatus {\n return {\n stepName: item[\"stepName\"],\n stepId: item[\"stepId\"],\n status: item[\"status\"],\n branches: !item[\"branches\"]\n ? item[\"branches\"]\n : branchStatusArrayDeserializer(item[\"branches\"]),\n };\n}\n\nexport function branchStatusArrayDeserializer(result: Array<BranchStatus>): any[] {\n return result.map((item) => {\n return branchStatusDeserializer(item);\n });\n}\n\n/** Model that represents the a list of actions and action statuses. */\nexport interface BranchStatus {\n /** The name of the branch status. */\n readonly branchName?: string;\n /** The id of the branch status. */\n readonly branchId?: string;\n /** The status of the branch. */\n readonly status?: string;\n /** The array of actions. */\n readonly actions?: ActionStatus[];\n}\n\nexport function branchStatusDeserializer(item: any): BranchStatus {\n return {\n branchName: item[\"branchName\"],\n branchId: item[\"branchId\"],\n status: item[\"status\"],\n actions: !item[\"actions\"] ? item[\"actions\"] : actionStatusArrayDeserializer(item[\"actions\"]),\n };\n}\n\nexport function actionStatusArrayDeserializer(result: Array<ActionStatus>): any[] {\n return result.map((item) => {\n return actionStatusDeserializer(item);\n });\n}\n\n/** Model that represents the an action and its status. */\nexport interface ActionStatus {\n /** The name of the action status. */\n readonly actionName?: string;\n /** The id of the action status. */\n readonly actionId?: string;\n /** The status of the action. */\n readonly status?: string;\n /** String that represents the start time of the action. */\n readonly startTime?: Date;\n /** String that represents the end time of the action. */\n readonly endTime?: Date;\n /** The array of targets. */\n readonly targets?: ExperimentExecutionActionTargetDetailsProperties[];\n}\n\nexport function actionStatusDeserializer(item: any): ActionStatus {\n return {\n actionName: item[\"actionName\"],\n actionId: item[\"actionId\"],\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n targets: !item[\"targets\"]\n ? item[\"targets\"]\n : experimentExecutionActionTargetDetailsPropertiesArrayDeserializer(item[\"targets\"]),\n };\n}\n\nexport function experimentExecutionActionTargetDetailsPropertiesArrayDeserializer(\n result: Array<ExperimentExecutionActionTargetDetailsProperties>,\n): any[] {\n return result.map((item) => {\n return experimentExecutionActionTargetDetailsPropertiesDeserializer(item);\n });\n}\n\n/** Model that represents the Experiment action target details properties model. */\nexport interface ExperimentExecutionActionTargetDetailsProperties {\n /** The status of the execution. */\n readonly status?: string;\n /** The target for the action. */\n readonly target?: string;\n /** String that represents the failed date time. */\n readonly targetFailedTime?: Date;\n /** String that represents the completed date time. */\n readonly targetCompletedTime?: Date;\n /** The error of the action. */\n readonly error?: ExperimentExecutionActionTargetDetailsError;\n}\n\nexport function experimentExecutionActionTargetDetailsPropertiesDeserializer(\n item: any,\n): ExperimentExecutionActionTargetDetailsProperties {\n return {\n status: item[\"status\"],\n target: item[\"target\"],\n targetFailedTime: !item[\"targetFailedTime\"]\n ? item[\"targetFailedTime\"]\n : new Date(item[\"targetFailedTime\"]),\n targetCompletedTime: !item[\"targetCompletedTime\"]\n ? item[\"targetCompletedTime\"]\n : new Date(item[\"targetCompletedTime\"]),\n error: !item[\"error\"]\n ? item[\"error\"]\n : experimentExecutionActionTargetDetailsErrorDeserializer(item[\"error\"]),\n };\n}\n\n/** Model that represents the Experiment action target details error model. */\nexport interface ExperimentExecutionActionTargetDetailsError {\n /** The error code. */\n readonly code?: string;\n /** The error message */\n readonly message?: string;\n}\n\nexport function experimentExecutionActionTargetDetailsErrorDeserializer(\n item: any,\n): ExperimentExecutionActionTargetDetailsError {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\n/** PrivateAccesses tracked resource. */\nexport interface PrivateAccess extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties: PrivateAccessProperties;\n}\n\nexport function privateAccessSerializer(item: PrivateAccess): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: privateAccessPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function privateAccessDeserializer(item: any): PrivateAccess {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: privateAccessPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of a private access resource */\nexport interface PrivateAccessProperties {\n /** Most recent provisioning state for the given privateAccess resource. */\n readonly provisioningState?: ProvisioningState;\n /** A readonly collection of private endpoint connection. Currently only one endpoint connection is supported. */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** Public Network Access Control for PrivateAccess resource. */\n publicNetworkAccess?: PublicNetworkAccessOption;\n}\n\nexport function privateAccessPropertiesSerializer(item: PrivateAccessProperties): any {\n return { publicNetworkAccess: item[\"publicNetworkAccess\"] };\n}\n\nexport function privateAccessPropertiesDeserializer(item: any): PrivateAccessProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n };\n}\n\nexport function privateEndpointConnectionArrayDeserializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionDeserializer(item);\n });\n}\n\n/** The private endpoint connection resource. */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** Resource properties. */\n properties?: PrivateEndpointConnectionProperties;\n}\n\nexport function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateEndpointConnectionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of the private endpoint connection. */\nexport interface PrivateEndpointConnectionProperties {\n /** The group ids for the private endpoint resource. */\n readonly groupIds?: string[];\n /** The private endpoint resource. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /** The provisioning state of the private endpoint connection resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function privateEndpointConnectionPropertiesDeserializer(\n item: any,\n): PrivateEndpointConnectionProperties {\n return {\n groupIds: !item[\"groupIds\"]\n ? item[\"groupIds\"]\n : item[\"groupIds\"].map((p: any) => {\n return p;\n }),\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The private endpoint resource. */\nexport interface PrivateEndpoint {\n /** The Azure identifier for private endpoint. */\n readonly id?: string;\n}\n\nexport function privateEndpointDeserializer(item: any): PrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\nexport function privateLinkServiceConnectionStateDeserializer(\n item: any,\n): PrivateLinkServiceConnectionState {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\n/** The private endpoint connection status. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending status. */\n Pending = \"Pending\",\n /** Approved status. */\n Approved = \"Approved\",\n /** Rejected status. */\n Rejected = \"Rejected\",\n}\n\n/**\n * The private endpoint connection status. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending**: Pending status. \\\n * **Approved**: Approved status. \\\n * **Rejected**: Rejected status.\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Public Network Access Control for PrivateAccess resource. */\nexport enum KnownPublicNetworkAccessOption {\n /** Enabled access. */\n Enabled = \"Enabled\",\n /** Disabled access. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Public Network Access Control for PrivateAccess resource. \\\n * {@link KnownPublicNetworkAccessOption} can be used interchangeably with PublicNetworkAccessOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Enabled access. \\\n * **Disabled**: Disabled access.\n */\nexport type PublicNetworkAccessOption = string;\n\n/** Describes a private access update. */\nexport interface PrivateAccessPatch {\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function privateAccessPatchSerializer(item: PrivateAccessPatch): any {\n return { tags: item[\"tags\"] };\n}\n\n/** Model that represents a list of private access resources and a link for pagination. */\nexport interface _PrivateAccessListResult {\n /** The PrivateAccess items on this page */\n value: PrivateAccess[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateAccessListResultDeserializer(item: any): _PrivateAccessListResult {\n return {\n value: privateAccessArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateAccessArraySerializer(result: Array<PrivateAccess>): any[] {\n return result.map((item) => {\n return privateAccessSerializer(item);\n });\n}\n\nexport function privateAccessArrayDeserializer(result: Array<PrivateAccess>): any[] {\n return result.map((item) => {\n return privateAccessDeserializer(item);\n });\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** The PrivateLinkResource items on this page */\n value: PrivateLinkResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function privateLinkResourceListResultDeserializer(\n item: any,\n): PrivateLinkResourceListResult {\n return {\n value: privateLinkResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[] {\n return result.map((item) => {\n return privateLinkResourceDeserializer(item);\n });\n}\n\n/** A private link resource. */\nexport interface PrivateLinkResource extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties: PrivateLinkResourceProperties;\n}\n\nexport function privateLinkResourceDeserializer(item: any): PrivateLinkResource {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: privateLinkResourcePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The private link resource private link DNS zone name. */\n requiredZoneNames?: string[];\n /** Resource provisioning state. Not currently in use. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function privateLinkResourcePropertiesDeserializer(\n item: any,\n): PrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** A list of private link resources */\nexport interface _PrivateEndpointConnectionListResult {\n /** The PrivateEndpointConnection items on this page */\n value: PrivateEndpointConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateEndpointConnectionListResultDeserializer(\n item: any,\n): _PrivateEndpointConnectionListResult {\n return {\n value: privateEndpointConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\n/** Model that represents an Action resource. */\nexport interface Action extends ProxyResource {\n /** The properties of the action resource. */\n properties: ActionProperties;\n}\n\nexport function actionDeserializer(item: any): Action {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: actionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the properties of an Action resource. */\nexport interface ActionProperties {\n /** Canonical identifier of the action (e.g., \"microsoft-compute-shutdown/1.0\"). */\n readonly canonicalId?: string;\n /** Human-readable display name of the action. */\n readonly displayName?: string;\n /** Description of what this action does. */\n readonly description?: string;\n /** The short name of the action (e.g., \"Shutdown\"). */\n readonly actionName?: string;\n /** The version of the action (e.g., \"1.0.0\"). */\n readonly version?: string;\n /** The type of the action. */\n readonly actionType?: ActionKind;\n /** List of target types supported by this action. */\n readonly supportedTargetTypes?: ActionSupportedTargetType[];\n /** JSON Schema describing the parameters for this action. */\n readonly parametersSchema?: Record<string, any>;\n /** Recommended Azure RBAC role definition GUIDs for this action. */\n readonly recommendedRoles?: string[];\n}\n\nexport function actionPropertiesDeserializer(item: any): ActionProperties {\n return {\n canonicalId: item[\"canonicalId\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n actionName: item[\"actionName\"],\n version: item[\"version\"],\n actionType: item[\"actionType\"],\n supportedTargetTypes: !item[\"supportedTargetTypes\"]\n ? item[\"supportedTargetTypes\"]\n : actionSupportedTargetTypeArrayDeserializer(item[\"supportedTargetTypes\"]),\n parametersSchema: !item[\"parametersSchema\"]\n ? item[\"parametersSchema\"]\n : _actionPropertiesParametersSchemaDeserializer(item[\"parametersSchema\"]),\n recommendedRoles: !item[\"recommendedRoles\"]\n ? item[\"recommendedRoles\"]\n : item[\"recommendedRoles\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Union of action types. */\nexport enum KnownActionKind {\n /** Discrete action type. */\n Discrete = \"Discrete\",\n /** Continuous action type. */\n Continuous = \"Continuous\",\n /** Cancelable action type. */\n Cancelable = \"Cancelable\",\n}\n\n/**\n * Union of action types. \\\n * {@link KnownActionKind} can be used interchangeably with ActionKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Discrete**: Discrete action type. \\\n * **Continuous**: Continuous action type. \\\n * **Cancelable**: Cancelable action type.\n */\nexport type ActionKind = string;\n\nexport function actionSupportedTargetTypeArrayDeserializer(\n result: Array<ActionSupportedTargetType>,\n): any[] {\n return result.map((item) => {\n return actionSupportedTargetTypeDeserializer(item);\n });\n}\n\n/** Model that represents a target type supported by an action. */\nexport interface ActionSupportedTargetType {\n /** The Azure resource type (e.g., \"Microsoft.Compute/virtualMachines\"). */\n targetType?: string;\n /** List of Azure permissions required for this target type. */\n requiredPermissions?: string[];\n}\n\nexport function actionSupportedTargetTypeDeserializer(item: any): ActionSupportedTargetType {\n return {\n targetType: item[\"targetType\"],\n requiredPermissions: !item[\"requiredPermissions\"]\n ? item[\"requiredPermissions\"]\n : item[\"requiredPermissions\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** model interface _ActionPropertiesParametersSchema */\nexport interface _ActionPropertiesParametersSchema {}\n\nexport function _actionPropertiesParametersSchemaDeserializer(\n item: any,\n): _ActionPropertiesParametersSchema {\n return item;\n}\n\n/** Model that represents a list of Action resources and a link for pagination. */\nexport interface _ActionListResult {\n /** The Action items on this page */\n value: Action[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _actionListResultDeserializer(item: any): _ActionListResult {\n return {\n value: actionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function actionArrayDeserializer(result: Array<Action>): any[] {\n return result.map((item) => {\n return actionDeserializer(item);\n });\n}\n\n/** Model that represents an Action Version resource. */\nexport interface ActionVersion extends ProxyResource {\n /** The properties of the action version resource. */\n properties: ActionProperties;\n}\n\nexport function actionVersionDeserializer(item: any): ActionVersion {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: actionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents a list of Action Version resources and a link for pagination. */\nexport interface _ActionVersionListResult {\n /** The ActionVersion items on this page */\n value: ActionVersion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _actionVersionListResultDeserializer(item: any): _ActionVersionListResult {\n return {\n value: actionVersionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function actionVersionArrayDeserializer(result: Array<ActionVersion>): any[] {\n return result.map((item) => {\n return actionVersionDeserializer(item);\n });\n}\n\n/** Model that represents a Target Type resource. */\nexport interface TargetType extends ProxyResource {\n /** The properties of the target type resource. */\n properties: TargetTypeProperties;\n}\n\nexport function targetTypeDeserializer(item: any): TargetType {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: targetTypePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the base Target Type properties model. */\nexport interface TargetTypeProperties {\n /** Localized string of the display name. */\n readonly displayName?: string;\n /** Localized string of the description. */\n readonly description?: string;\n /** URL to retrieve JSON schema of the Target Type properties. */\n readonly propertiesSchema?: string;\n /** List of resource types this Target Type can extend. */\n readonly resourceTypes?: string[];\n}\n\nexport function targetTypePropertiesDeserializer(item: any): TargetTypeProperties {\n return {\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n propertiesSchema: item[\"propertiesSchema\"],\n resourceTypes: !item[\"resourceTypes\"]\n ? item[\"resourceTypes\"]\n : item[\"resourceTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Model that represents a list of Target Type resources and a link for pagination. */\nexport interface _TargetTypeListResult {\n /** The TargetType items on this page */\n value: TargetType[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _targetTypeListResultDeserializer(item: any): _TargetTypeListResult {\n return {\n value: targetTypeArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function targetTypeArrayDeserializer(result: Array<TargetType>): any[] {\n return result.map((item) => {\n return targetTypeDeserializer(item);\n });\n}\n\n/** The current status of an async operation. */\nexport interface OperationStatusResult {\n /** Fully qualified ID for the async operation. */\n id?: string;\n /** Name of the async operation. */\n name?: string;\n /** Operation status. */\n status: string;\n /** Percent of the operation that is complete. */\n percentComplete?: number;\n /** The start time of the operation. */\n startTime?: Date;\n /** The end time of the operation. */\n endTime?: Date;\n /** The operations list. */\n operations?: OperationStatusResult[];\n /** If present, details of the operation error. */\n error?: ErrorDetail;\n /** Fully qualified ID of the resource against which the original async operation was started. */\n readonly resourceId?: string;\n}\n\nexport function operationStatusResultDeserializer(item: any): OperationStatusResult {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n status: item[\"status\"],\n percentComplete: item[\"percentComplete\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n operations: !item[\"operations\"]\n ? item[\"operations\"]\n : operationStatusResultArrayDeserializer(item[\"operations\"]),\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n resourceId: item[\"resourceId\"],\n };\n}\n\nexport function operationStatusResultArrayDeserializer(\n result: Array<OperationStatusResult>,\n): any[] {\n return result.map((item) => {\n return operationStatusResultDeserializer(item);\n });\n}\n\n/** Model that represents a Workspace resource. */\nexport interface Workspace extends TrackedResource {\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n /** The properties of the Workspace resource. */\n properties: WorkspaceProperties;\n}\n\nexport function workspaceSerializer(item: Workspace): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n properties: workspacePropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function workspaceDeserializer(item: any): Workspace {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n properties: workspacePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the Workspace properties model. */\nexport interface WorkspaceProperties {\n /** Most recent provisioning state for the given Workspace resource. */\n readonly provisioningState?: ProvisioningState;\n /** The communication endpoint used to connect and communicate with the workspace for fault-injection orchestration. */\n readonly communicationEndpoint?: string;\n /** The intended workspace-level resource scope to be used by child scenarios. */\n scopes: string[];\n}\n\nexport function workspacePropertiesSerializer(item: WorkspaceProperties): any {\n return {\n scopes: item[\"scopes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function workspacePropertiesDeserializer(item: any): WorkspaceProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n communicationEndpoint: item[\"communicationEndpoint\"],\n scopes: item[\"scopes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Describes a workspace update. */\nexport interface WorkspaceUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n}\n\nexport function workspaceUpdateSerializer(item: WorkspaceUpdate): any {\n return {\n tags: item[\"tags\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\n/** Model that represents a list of Workspace resources and a link for pagination. */\nexport interface _WorkspaceListResult {\n /** The Workspace items on this page */\n value: Workspace[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workspaceListResultDeserializer(item: any): _WorkspaceListResult {\n return {\n value: workspaceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workspaceArraySerializer(result: Array<Workspace>): any[] {\n return result.map((item) => {\n return workspaceSerializer(item);\n });\n}\n\nexport function workspaceArrayDeserializer(result: Array<Workspace>): any[] {\n return result.map((item) => {\n return workspaceDeserializer(item);\n });\n}\n\n/** Model that represents the latest workspace evaluation result. */\nexport interface WorkspaceEvaluation extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: WorkspaceEvaluationProperties;\n}\n\nexport function workspaceEvaluationDeserializer(item: any): WorkspaceEvaluation {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workspaceEvaluationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the properties of the workspace evaluation. */\nexport interface WorkspaceEvaluationProperties {\n /** The evaluation status. */\n readonly status: WorkspaceEvaluationStatus;\n /** The evaluation UTC start time. */\n readonly startTime?: Date;\n /** The evaluation UTC end time. */\n readonly endTime?: Date;\n /** System or infrastructure errors encountered during evaluation. */\n readonly errors?: OperationError[];\n /** The workspace ID this evaluation belongs to. */\n readonly workspaceId: string;\n /** The number of scenarios to evaluate. */\n readonly numScenariosToEvaluate?: number;\n /** The number of scenarios that evaluated successfully. */\n readonly numScenariosEvaluatedSucceeded?: number;\n /** The number of scenarios that failed evaluation. */\n readonly numScenariosEvaluatedFailed?: number;\n /** The number of scenarios that were cancelled during evaluation. */\n readonly numScenariosEvaluatedCancelled?: number;\n /** The overall evaluation result. */\n readonly evaluationResult?: RecommendationStatus;\n /** Per-scenario evaluation results. */\n readonly results?: ScenarioEvaluationResultItem[];\n}\n\nexport function workspaceEvaluationPropertiesDeserializer(\n item: any,\n): WorkspaceEvaluationProperties {\n return {\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n errors: !item[\"errors\"] ? item[\"errors\"] : operationErrorArrayDeserializer(item[\"errors\"]),\n workspaceId: item[\"workspaceId\"],\n numScenariosToEvaluate: item[\"numScenariosToEvaluate\"],\n numScenariosEvaluatedSucceeded: item[\"numScenariosEvaluatedSucceeded\"],\n numScenariosEvaluatedFailed: item[\"numScenariosEvaluatedFailed\"],\n numScenariosEvaluatedCancelled: item[\"numScenariosEvaluatedCancelled\"],\n evaluationResult: item[\"evaluationResult\"],\n results: !item[\"results\"]\n ? item[\"results\"]\n : scenarioEvaluationResultItemArrayDeserializer(item[\"results\"]),\n };\n}\n\n/** Enum of the workspace evaluation status. */\nexport enum KnownWorkspaceEvaluationStatus {\n /** The evaluation is pending and has not started. */\n Pending = \"Pending\",\n /** The evaluation has been accepted and is queued for execution. */\n Queued = \"Queued\",\n /** The evaluation is in progress. */\n InProgress = \"InProgress\",\n /** The evaluation completed successfully. */\n Succeeded = \"Succeeded\",\n /** The evaluation partially succeeded — some scenarios succeeded while others failed. */\n PartiallySucceeded = \"PartiallySucceeded\",\n /** The evaluation failed. */\n Failed = \"Failed\",\n /** The evaluation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Enum of the workspace evaluation status. \\\n * {@link KnownWorkspaceEvaluationStatus} can be used interchangeably with WorkspaceEvaluationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending**: The evaluation is pending and has not started. \\\n * **Queued**: The evaluation has been accepted and is queued for execution. \\\n * **InProgress**: The evaluation is in progress. \\\n * **Succeeded**: The evaluation completed successfully. \\\n * **PartiallySucceeded**: The evaluation partially succeeded — some scenarios succeeded while others failed. \\\n * **Failed**: The evaluation failed. \\\n * **Canceled**: The evaluation was canceled.\n */\nexport type WorkspaceEvaluationStatus = string;\n\nexport function operationErrorArrayDeserializer(result: Array<OperationError>): any[] {\n return result.map((item) => {\n return operationErrorDeserializer(item);\n });\n}\n\n/** Represents a system or infrastructure error encountered during an async operation. */\nexport interface OperationError {\n /** The error code identifying the type of system error. */\n errorCode: string;\n /** A human-readable description of the system error. */\n errorMessage: string;\n}\n\nexport function operationErrorDeserializer(item: any): OperationError {\n return {\n errorCode: item[\"errorCode\"],\n errorMessage: item[\"errorMessage\"],\n };\n}\n\n/** Enum of the scenario validation state. */\nexport enum KnownRecommendationStatus {\n /** The scenario recommendation status has not been evaluated. */\n NotEvaluated = \"NotEvaluated\",\n /** The scenario recommendation status is recommended. */\n Recommended = \"Recommended\",\n /** The scenario recommendation status is not applicable. */\n NotApplicable = \"NotApplicable\",\n /** The scenario recommendation status is currently being evaluated. */\n Evaluating = \"Evaluating\",\n /** The scenario recommendation evaluation has failed. */\n EvaluationFailed = \"EvaluationFailed\",\n /** The scenario recommendation evaluation was cancelled. */\n EvaluationCancelled = \"EvaluationCancelled\",\n}\n\n/**\n * Enum of the scenario validation state. \\\n * {@link KnownRecommendationStatus} can be used interchangeably with RecommendationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotEvaluated**: The scenario recommendation status has not been evaluated. \\\n * **Recommended**: The scenario recommendation status is recommended. \\\n * **NotApplicable**: The scenario recommendation status is not applicable. \\\n * **Evaluating**: The scenario recommendation status is currently being evaluated. \\\n * **EvaluationFailed**: The scenario recommendation evaluation has failed. \\\n * **EvaluationCancelled**: The scenario recommendation evaluation was cancelled.\n */\nexport type RecommendationStatus = string;\n\nexport function scenarioEvaluationResultItemArrayDeserializer(\n result: Array<ScenarioEvaluationResultItem>,\n): any[] {\n return result.map((item) => {\n return scenarioEvaluationResultItemDeserializer(item);\n });\n}\n\n/** Model that represents a single scenario evaluation result. */\nexport interface ScenarioEvaluationResultItem {\n /** The name of the scenario that was evaluated. */\n scenarioName: string;\n /** The evaluation result for this scenario. */\n evaluationResult: RecommendationStatus;\n}\n\nexport function scenarioEvaluationResultItemDeserializer(item: any): ScenarioEvaluationResultItem {\n return {\n scenarioName: item[\"scenarioName\"],\n evaluationResult: item[\"evaluationResult\"],\n };\n}\n\n/** Model that represents a discovered resource. */\nexport interface DiscoveredResource extends ProxyResource {\n /** The properties of the discovered resource. */\n properties?: DiscoveredResourceProperties;\n}\n\nexport function discoveredResourceDeserializer(item: any): DiscoveredResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : discoveredResourcePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the properties of a discovered resource. */\nexport interface DiscoveredResourceProperties {\n /** The namespace of the discovered resource. */\n readonly resourceNamespace: string;\n /** The name of the discovered resource. */\n readonly resourceName: string;\n /** The resource type of the discovered resource. */\n readonly resourceType: string;\n /** The fully qualified identifier of the discovered resource. */\n readonly fullyQualifiedIdentifier: string;\n /** The date and time when the resource was discovered. */\n readonly discoveredAt: Date;\n /** The scope of the discovered resource. */\n readonly scope: string;\n}\n\nexport function discoveredResourcePropertiesDeserializer(item: any): DiscoveredResourceProperties {\n return {\n resourceNamespace: item[\"namespace\"],\n resourceName: item[\"resourceName\"],\n resourceType: item[\"resourceType\"],\n fullyQualifiedIdentifier: item[\"fullyQualifiedIdentifier\"],\n discoveredAt: new Date(item[\"discoveredAt\"]),\n scope: item[\"scope\"],\n };\n}\n\n/** Model that represents a list of discovered resources and a link for pagination. */\nexport interface _DiscoveredResourceListResult {\n /** The DiscoveredResource items on this page */\n value: DiscoveredResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _discoveredResourceListResultDeserializer(\n item: any,\n): _DiscoveredResourceListResult {\n return {\n value: discoveredResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function discoveredResourceArrayDeserializer(result: Array<DiscoveredResource>): any[] {\n return result.map((item) => {\n return discoveredResourceDeserializer(item);\n });\n}\n\n/** Model that represents the scenario. */\nexport interface Scenario extends ProxyResource {\n /** The properties of scenario. */\n properties?: ScenarioProperties;\n}\n\nexport function scenarioSerializer(item: Scenario): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : scenarioPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function scenarioDeserializer(item: any): Scenario {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : scenarioPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the properties of the scenario. */\nexport interface ScenarioProperties {\n /** Most recent provisioning state for the given scenario resource. */\n readonly provisioningState?: ProvisioningState;\n /** Resource ID of the template version this scenario was created from (optional). */\n readonly createdFrom?: string;\n /** Version of the scenario. */\n readonly version?: string;\n /** Description of what this scenario does (optional). */\n description?: string;\n /** Parameter definitions for the scenario. */\n parameters: ScenarioParameter[];\n /** Array of actions that define the scenario's orchestration. */\n actions: ScenarioAction[];\n /** The recommendation information for this scenario. */\n readonly recommendation?: Recommendation;\n}\n\nexport function scenarioPropertiesSerializer(item: ScenarioProperties): any {\n return {\n description: item[\"description\"],\n parameters: scenarioParameterArraySerializer(item[\"parameters\"]),\n actions: scenarioActionArraySerializer(item[\"actions\"]),\n };\n}\n\nexport function scenarioPropertiesDeserializer(item: any): ScenarioProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n createdFrom: item[\"createdFrom\"],\n version: item[\"version\"],\n description: item[\"description\"],\n parameters: scenarioParameterArrayDeserializer(item[\"parameters\"]),\n actions: scenarioActionArrayDeserializer(item[\"actions\"]),\n recommendation: !item[\"recommendation\"]\n ? item[\"recommendation\"]\n : recommendationDeserializer(item[\"recommendation\"]),\n };\n}\n\nexport function scenarioParameterArraySerializer(result: Array<ScenarioParameter>): any[] {\n return result.map((item) => {\n return scenarioParameterSerializer(item);\n });\n}\n\nexport function scenarioParameterArrayDeserializer(result: Array<ScenarioParameter>): any[] {\n return result.map((item) => {\n return scenarioParameterDeserializer(item);\n });\n}\n\n/** Model that represents a single scenario parameter definition. */\nexport interface ScenarioParameter {\n /** The name of the parameter. */\n name: string;\n /** Parameter data type. */\n type: ParameterType;\n /** Default value for the parameter. */\n default?: string;\n /** Whether this parameter is required. */\n required?: boolean;\n /** Description of the parameter. */\n description?: string;\n}\n\nexport function scenarioParameterSerializer(item: ScenarioParameter): any {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n default: item[\"default\"],\n required: item[\"required\"],\n description: item[\"description\"],\n };\n}\n\nexport function scenarioParameterDeserializer(item: any): ScenarioParameter {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n default: item[\"default\"],\n required: item[\"required\"],\n description: item[\"description\"],\n };\n}\n\n/** Enum for parameter types. */\nexport enum KnownParameterType {\n /** String parameter type. */\n String = \"string\",\n /** Number parameter type. */\n Number = \"number\",\n /** Boolean parameter type. */\n Boolean = \"boolean\",\n /** Object parameter type. */\n Object = \"object\",\n /** Array parameter type. */\n Array = \"array\",\n}\n\n/**\n * Enum for parameter types. \\\n * {@link KnownParameterType} can be used interchangeably with ParameterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **string**: String parameter type. \\\n * **number**: Number parameter type. \\\n * **boolean**: Boolean parameter type. \\\n * **object**: Object parameter type. \\\n * **array**: Array parameter type.\n */\nexport type ParameterType = string;\n\nexport function scenarioActionArraySerializer(result: Array<ScenarioAction>): any[] {\n return result.map((item) => {\n return scenarioActionSerializer(item);\n });\n}\n\nexport function scenarioActionArrayDeserializer(result: Array<ScenarioAction>): any[] {\n return result.map((item) => {\n return scenarioActionDeserializer(item);\n });\n}\n\n/** Model that represents a scenario action. */\nexport interface ScenarioAction {\n /** Unique name for the action. */\n name: string;\n /** Identifier of the action and version (e.g., \"microsoft-compute-shutdown/1.0\"). */\n actionId: string;\n /** Human-readable description of what this action does. */\n description?: string;\n /** ISO 8601 duration for how long the action runs (e.g., PT30M for 30 minutes). Supports template macro syntax (%%\\{parameters.\\<name\\>\\}%%). */\n duration: string;\n /** Action-specific parameter values. */\n parameters?: KeyValuePair[];\n /** Action dependencies that control when this action starts. */\n runAfter?: RunAfter;\n /** ISO 8601 duration to wait before action starts (e.g., PT30S for 30 seconds). Supports template macro syntax. */\n waitBefore?: string;\n /** ISO 8601 duration for maximum action execution time. Supports template macro syntax. */\n timeout?: string;\n /** External resource reference for the action. */\n externalResource?: ExternalResource;\n}\n\nexport function scenarioActionSerializer(item: ScenarioAction): any {\n return {\n name: item[\"name\"],\n actionId: item[\"actionId\"],\n description: item[\"description\"],\n duration: item[\"duration\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : keyValuePairArraySerializer(item[\"parameters\"]),\n runAfter: !item[\"runAfter\"] ? item[\"runAfter\"] : runAfterSerializer(item[\"runAfter\"]),\n waitBefore: item[\"waitBefore\"],\n timeout: item[\"timeout\"],\n externalResource: !item[\"externalResource\"]\n ? item[\"externalResource\"]\n : externalResourceSerializer(item[\"externalResource\"]),\n };\n}\n\nexport function scenarioActionDeserializer(item: any): ScenarioAction {\n return {\n name: item[\"name\"],\n actionId: item[\"actionId\"],\n description: item[\"description\"],\n duration: item[\"duration\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : keyValuePairArrayDeserializer(item[\"parameters\"]),\n runAfter: !item[\"runAfter\"] ? item[\"runAfter\"] : runAfterDeserializer(item[\"runAfter\"]),\n waitBefore: item[\"waitBefore\"],\n timeout: item[\"timeout\"],\n externalResource: !item[\"externalResource\"]\n ? item[\"externalResource\"]\n : externalResourceDeserializer(item[\"externalResource\"]),\n };\n}\n\n/** Model that represents action dependencies. */\nexport interface RunAfter {\n /** Defines how multiple dependencies are evaluated. */\n behavior?: RunAfterBehavior;\n /** Array of action dependencies. */\n items: ActionDependency[];\n}\n\nexport function runAfterSerializer(item: RunAfter): any {\n return { behavior: item[\"behavior\"], items: actionDependencyArraySerializer(item[\"items\"]) };\n}\n\nexport function runAfterDeserializer(item: any): RunAfter {\n return {\n behavior: item[\"behavior\"],\n items: actionDependencyArrayDeserializer(item[\"items\"]),\n };\n}\n\n/** Enum for run after behavior. */\nexport enum KnownRunAfterBehavior {\n /** Always continues after all dependencies (like a finally block). */\n Any = \"Any\",\n /** All dependencies must be satisfied to continue. */\n All = \"All\",\n /** At least one dependency must be satisfied to continue. */\n AtLeastOne = \"AtLeastOne\",\n}\n\n/**\n * Enum for run after behavior. \\\n * {@link KnownRunAfterBehavior} can be used interchangeably with RunAfterBehavior,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any**: Always continues after all dependencies (like a finally block). \\\n * **All**: All dependencies must be satisfied to continue. \\\n * **AtLeastOne**: At least one dependency must be satisfied to continue.\n */\nexport type RunAfterBehavior = string;\n\nexport function actionDependencyArraySerializer(result: Array<ActionDependency>): any[] {\n return result.map((item) => {\n return actionDependencySerializer(item);\n });\n}\n\nexport function actionDependencyArrayDeserializer(result: Array<ActionDependency>): any[] {\n return result.map((item) => {\n return actionDependencyDeserializer(item);\n });\n}\n\n/** Model that represents an action dependency. */\nexport interface ActionDependency {\n /** The type of dependency. */\n type: ActionDependencyType;\n /** Name of the action this depends on. */\n name: string;\n /** The lifecycle state of the dependency action that triggers this action to start. */\n onActionLifecycle?: ActionLifecycle;\n}\n\nexport function actionDependencySerializer(item: ActionDependency): any {\n return { type: item[\"type\"], name: item[\"name\"], onActionLifecycle: item[\"onActionLifecycle\"] };\n}\n\nexport function actionDependencyDeserializer(item: any): ActionDependency {\n return {\n type: item[\"type\"],\n name: item[\"name\"],\n onActionLifecycle: item[\"onActionLifecycle\"],\n };\n}\n\n/** Enum for action dependency type. */\nexport enum KnownActionDependencyType {\n /** Action dependency type. */\n Action = \"Action\",\n}\n\n/**\n * Enum for action dependency type. \\\n * {@link KnownActionDependencyType} can be used interchangeably with ActionDependencyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Action**: Action dependency type.\n */\nexport type ActionDependencyType = string;\n\n/** Enum for action lifecycle states. */\nexport enum KnownActionLifecycle {\n /** Trigger when action reaches any terminal state. */\n AnyTerminal = \"AnyTerminal\",\n /** Trigger when action starts. */\n Start = \"Start\",\n /** Trigger when action is running. */\n Running = \"Running\",\n /** Trigger on success. */\n Success = \"Success\",\n /** Trigger on failure. */\n Failure = \"Failure\",\n /** Trigger when action is skipped. */\n Skipped = \"Skipped\",\n}\n\n/**\n * Enum for action lifecycle states. \\\n * {@link KnownActionLifecycle} can be used interchangeably with ActionLifecycle,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AnyTerminal**: Trigger when action reaches any terminal state. \\\n * **Start**: Trigger when action starts. \\\n * **Running**: Trigger when action is running. \\\n * **Success**: Trigger on success. \\\n * **Failure**: Trigger on failure. \\\n * **Skipped**: Trigger when action is skipped.\n */\nexport type ActionLifecycle = string;\n\n/** Model that represents an external resource reference. */\nexport interface ExternalResource {\n /** The resource ID of the external resource. */\n resourceId?: string;\n}\n\nexport function externalResourceSerializer(item: ExternalResource): any {\n return { resourceId: item[\"resourceId\"] };\n}\n\nexport function externalResourceDeserializer(item: any): ExternalResource {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** Model that represents a scenario recommendation. */\nexport interface Recommendation {\n /** The recommendation status. */\n readonly recommendationStatus: RecommendationStatus;\n /** The UTC time when the recommendation was evaluated. */\n readonly evaluationRunAt?: Date;\n}\n\nexport function recommendationDeserializer(item: any): Recommendation {\n return {\n recommendationStatus: item[\"recommendationStatus\"],\n evaluationRunAt: !item[\"evaluationRunAt\"]\n ? item[\"evaluationRunAt\"]\n : new Date(item[\"evaluationRunAt\"]),\n };\n}\n\n/** Model that represents a list of scenarios and a link for pagination. */\nexport interface _ScenarioListResult {\n /** The Scenario items on this page */\n value: Scenario[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _scenarioListResultDeserializer(item: any): _ScenarioListResult {\n return {\n value: scenarioArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function scenarioArraySerializer(result: Array<Scenario>): any[] {\n return result.map((item) => {\n return scenarioSerializer(item);\n });\n}\n\nexport function scenarioArrayDeserializer(result: Array<Scenario>): any[] {\n return result.map((item) => {\n return scenarioDeserializer(item);\n });\n}\n\n/** Model that represents the scenario run. */\nexport interface ScenarioRun extends ProxyResource {\n /** The properties of scenario run. */\n properties?: ScenarioRunProperties;\n}\n\nexport function scenarioRunDeserializer(item: any): ScenarioRun {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : scenarioRunPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the properties of the scenario run. */\nexport interface ScenarioRunProperties {\n /** The workspace name. */\n readonly workspaceName: string;\n /** The scenario name. */\n readonly scenarioName: string;\n /** The scenario configuration name. */\n readonly scenarioConfigurationName: string;\n /** The principal id for the managed identity used for the run. */\n readonly managedIdentityPrincipalId: string;\n /** The scenario run status. */\n readonly status: ScenarioRunState;\n /** All resources discovered for the scenario run. */\n readonly resources: ScenarioRunResource[];\n /** System or infrastructure errors encountered during the scenario run. */\n readonly errors?: OperationError[];\n /** Business errors from fault injection — permission and resource state issues. */\n readonly executionErrors?: ScenarioErrors;\n /** The scenario run json. */\n readonly scenarioRunJson?: string;\n /** The scenario run summary. */\n readonly scenarioRunSummary?: ScenarioRunSummaryAction[];\n /** When the scenario run was started. */\n readonly startTime: Date;\n /** When the scenario run was completed. */\n readonly endTime?: Date;\n /**\n * Zone resolution information. Present when the scenario configuration\n * used physical zone targeting (`physicalZones`). Contains the mode,\n * requested physical zones, and per-subscription logical zone mappings.\n */\n readonly zoneResolution?: ZoneResolutionInfo;\n}\n\nexport function scenarioRunPropertiesDeserializer(item: any): ScenarioRunProperties {\n return {\n workspaceName: item[\"workspaceName\"],\n scenarioName: item[\"scenarioName\"],\n scenarioConfigurationName: item[\"scenarioConfigurationName\"],\n managedIdentityPrincipalId: item[\"managedIdentityPrincipalId\"],\n status: item[\"status\"],\n resources: scenarioRunResourceArrayDeserializer(item[\"resources\"]),\n errors: !item[\"errors\"] ? item[\"errors\"] : operationErrorArrayDeserializer(item[\"errors\"]),\n executionErrors: !item[\"executionErrors\"]\n ? item[\"executionErrors\"]\n : scenarioErrorsDeserializer(item[\"executionErrors\"]),\n scenarioRunJson: item[\"scenarioRunJson\"],\n scenarioRunSummary: !item[\"scenarioRunSummary\"]\n ? item[\"scenarioRunSummary\"]\n : scenarioRunSummaryActionArrayDeserializer(item[\"scenarioRunSummary\"]),\n startTime: new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n zoneResolution: !item[\"zoneResolution\"]\n ? item[\"zoneResolution\"]\n : zoneResolutionInfoDeserializer(item[\"zoneResolution\"]),\n };\n}\n\n/** Enum of the scenario run state. */\nexport enum KnownScenarioRunState {\n /** The scenario run has been queued and is waiting to start. */\n Queued = \"Queued\",\n /** The scenario run is in the process of being resolved. */\n Resolving = \"Resolving\",\n /** The scenario run is in the process of being generated. */\n Generating = \"Generating\",\n /** The scenario run is in the process of being validated. */\n Validating = \"Validating\",\n /** The scenario run validation has completed successfully. */\n ValidationSucceeded = \"ValidationSucceeded\",\n /** The scenario run is in the process of being started. */\n Starting = \"Starting\",\n /** The scenario run is in the process of being prepared. */\n Preparing = \"Preparing\",\n /** The scenario run is in the process of running. */\n Running = \"Running\",\n /** The scenario run is in the process of being cleaned up. */\n CleaningUp = \"CleaningUp\",\n /** The scenario run is in the process of being canceled. */\n Canceling = \"Canceling\",\n /** The scenario run has been canceled. */\n Canceled = \"Canceled\",\n /** The scenario run has completed successfully. */\n Succeeded = \"Succeeded\",\n /** The scenario run has failed. */\n Failed = \"Failed\",\n}\n\n/**\n * Enum of the scenario run state. \\\n * {@link KnownScenarioRunState} can be used interchangeably with ScenarioRunState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Queued**: The scenario run has been queued and is waiting to start. \\\n * **Resolving**: The scenario run is in the process of being resolved. \\\n * **Generating**: The scenario run is in the process of being generated. \\\n * **Validating**: The scenario run is in the process of being validated. \\\n * **ValidationSucceeded**: The scenario run validation has completed successfully. \\\n * **Starting**: The scenario run is in the process of being started. \\\n * **Preparing**: The scenario run is in the process of being prepared. \\\n * **Running**: The scenario run is in the process of running. \\\n * **CleaningUp**: The scenario run is in the process of being cleaned up. \\\n * **Canceling**: The scenario run is in the process of being canceled. \\\n * **Canceled**: The scenario run has been canceled. \\\n * **Succeeded**: The scenario run has completed successfully. \\\n * **Failed**: The scenario run has failed.\n */\nexport type ScenarioRunState = string;\n\nexport function scenarioRunResourceArrayDeserializer(result: Array<ScenarioRunResource>): any[] {\n return result.map((item) => {\n return scenarioRunResourceDeserializer(item);\n });\n}\n\n/** Model that represents the scenario run resource. */\nexport interface ScenarioRunResource {\n /** The resource id. */\n readonly id: string;\n}\n\nexport function scenarioRunResourceDeserializer(item: any): ScenarioRunResource {\n return {\n id: item[\"id\"],\n };\n}\n\n/** Model that represents the scenario run errors. */\nexport interface ScenarioErrors {\n /** Error code for internal server errors. */\n errorCode?: string;\n /** Error message for internal server errors. */\n errorMessage?: string;\n /** Any permission errors associated with the scenario run. */\n readonly permission: PermissionError[];\n /** Any resource state errors associated with the scenario run. */\n readonly resource: ResourceStateError[];\n}\n\nexport function scenarioErrorsDeserializer(item: any): ScenarioErrors {\n return {\n errorCode: item[\"errorCode\"],\n errorMessage: item[\"errorMessage\"],\n permission: permissionErrorArrayDeserializer(item[\"permission\"]),\n resource: resourceStateErrorArrayDeserializer(item[\"resource\"]),\n };\n}\n\nexport function permissionErrorArrayDeserializer(result: Array<PermissionError>): any[] {\n return result.map((item) => {\n return permissionErrorDeserializer(item);\n });\n}\n\n/** Model that represents the permission error. */\nexport interface PermissionError {\n /** The resource id for the affected resource. */\n readonly resourceId: string;\n /** The missing permissions. */\n readonly missingPermissions: string[];\n /** The required permissions. */\n readonly requiredPermissions: string[];\n /** The recommended roles. */\n readonly recommendedRoles: string[];\n /** The identity. */\n readonly identity?: EntraIdentity;\n}\n\nexport function permissionErrorDeserializer(item: any): PermissionError {\n return {\n resourceId: item[\"resourceId\"],\n missingPermissions: item[\"missingPermissions\"].map((p: any) => {\n return p;\n }),\n requiredPermissions: item[\"requiredPermissions\"].map((p: any) => {\n return p;\n }),\n recommendedRoles: item[\"recommendedRoles\"].map((p: any) => {\n return p;\n }),\n identity: !item[\"identity\"] ? item[\"identity\"] : entraIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Model that represents the Azure Entra identity. */\nexport interface EntraIdentity {\n /** The identity object id. */\n readonly objectId: string;\n /** The identity tenant id. */\n readonly tenantId: string;\n}\n\nexport function entraIdentityDeserializer(item: any): EntraIdentity {\n return {\n objectId: item[\"objectId\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\nexport function resourceStateErrorArrayDeserializer(result: Array<ResourceStateError>): any[] {\n return result.map((item) => {\n return resourceStateErrorDeserializer(item);\n });\n}\n\n/** Model that represents the resource state error. */\nexport interface ResourceStateError {\n /** The resource id for the affected resource. */\n readonly resourceId: string;\n /** The error code. */\n readonly errorCode: number;\n /** The error message. */\n readonly errorMessage: string;\n /** The remediation uri. */\n readonly remediationUri: string;\n}\n\nexport function resourceStateErrorDeserializer(item: any): ResourceStateError {\n return {\n resourceId: item[\"resourceId\"],\n errorCode: item[\"errorCode\"],\n errorMessage: item[\"errorMessage\"],\n remediationUri: item[\"remediationUri\"],\n };\n}\n\nexport function scenarioRunSummaryActionArrayDeserializer(\n result: Array<ScenarioRunSummaryAction>,\n): any[] {\n return result.map((item) => {\n return scenarioRunSummaryActionDeserializer(item);\n });\n}\n\n/** Model that represents the scenario run action. */\nexport interface ScenarioRunSummaryAction {\n /** The resources associated with the specified action. */\n readonly resources: ScenarioRunResource[];\n /** The urn for the given chaos action. */\n readonly actionUrn: string;\n /** The state of the action. */\n readonly state: ScenarioSummaryState;\n /** When the action was started. */\n readonly startedAt?: Date;\n /** When the action was completed. */\n readonly completedAt?: Date;\n}\n\nexport function scenarioRunSummaryActionDeserializer(item: any): ScenarioRunSummaryAction {\n return {\n resources: scenarioRunResourceArrayDeserializer(item[\"resources\"]),\n actionUrn: item[\"actionUrn\"],\n state: item[\"state\"],\n startedAt: !item[\"startedAt\"] ? item[\"startedAt\"] : new Date(item[\"startedAt\"]),\n completedAt: !item[\"completedAt\"] ? item[\"completedAt\"] : new Date(item[\"completedAt\"]),\n };\n}\n\n/** Enum of the scenario run summary action state. */\nexport enum KnownScenarioSummaryState {\n /** The action is pending and has not started. */\n Pending = \"Pending\",\n /** The action is in the process of starting. */\n Starting = \"Starting\",\n /** The action is in the process of running. */\n Running = \"Running\",\n /** The action is in the process of stopping. */\n Stopping = \"Stopping\",\n /** The action has completed successfully. */\n Succeeded = \"Succeeded\",\n /** The action is in the process of being canceled. */\n Canceling = \"Canceling\",\n /** The action has been canceled. */\n Canceled = \"Canceled\",\n /** The action is failing due to an error. */\n FailingOnError = \"FailingOnError\",\n /** The action has failed. */\n Failed = \"Failed\",\n /** The action was skipped. */\n Skipped = \"Skipped\",\n}\n\n/**\n * Enum of the scenario run summary action state. \\\n * {@link KnownScenarioSummaryState} can be used interchangeably with ScenarioSummaryState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending**: The action is pending and has not started. \\\n * **Starting**: The action is in the process of starting. \\\n * **Running**: The action is in the process of running. \\\n * **Stopping**: The action is in the process of stopping. \\\n * **Succeeded**: The action has completed successfully. \\\n * **Canceling**: The action is in the process of being canceled. \\\n * **Canceled**: The action has been canceled. \\\n * **FailingOnError**: The action is failing due to an error. \\\n * **Failed**: The action has failed. \\\n * **Skipped**: The action was skipped.\n */\nexport type ScenarioSummaryState = string;\n\n/**\n * Information about how physical zones were resolved to logical zones\n * for each subscription during scenario execution.\n */\nexport interface ZoneResolutionInfo {\n /**\n * The zone targeting mode used for this run.\n * `logical` — customer specified logical zone identifiers directly.\n * `physical` — customer specified physical zone identifiers; the system\n * resolved them to per-subscription logical zones at execution time.\n */\n readonly mode: ZoneResolutionMode;\n /**\n * The physical zone identifiers requested by the customer in the\n * scenario configuration (e.g., `[\"westus2-az1\"]`).\n * Empty array when `mode` is `logical`.\n */\n readonly requestedPhysicalZones: string[];\n /**\n * Per-subscription zone resolution results. Each entry maps a subscription\n * to the logical zone resolved from the requested physical zone.\n * Empty when `mode` is `logical`.\n */\n readonly subscriptionZoneMappings: ZoneResolutionMapping[];\n}\n\nexport function zoneResolutionInfoDeserializer(item: any): ZoneResolutionInfo {\n return {\n mode: item[\"mode\"],\n requestedPhysicalZones: item[\"requestedPhysicalZones\"].map((p: any) => {\n return p;\n }),\n subscriptionZoneMappings: zoneResolutionMappingArrayDeserializer(\n item[\"subscriptionZoneMappings\"],\n ),\n };\n}\n\n/** The zone resolution mode for a scenario run. */\nexport enum KnownZoneResolutionMode {\n /** Logical zone mode — customer specified logical zone identifiers directly. */\n Logical = \"logical\",\n /**\n * Physical zone mode — system resolved physical zones to per-subscription\n * logical zones at execution time.\n */\n Physical = \"physical\",\n}\n\n/**\n * The zone resolution mode for a scenario run. \\\n * {@link KnownZoneResolutionMode} can be used interchangeably with ZoneResolutionMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **logical**: Logical zone mode — customer specified logical zone identifiers directly. \\\n * **physical**: Physical zone mode — system resolved physical zones to per-subscription\n * logical zones at execution time.\n */\nexport type ZoneResolutionMode = string;\n\nexport function zoneResolutionMappingArrayDeserializer(\n result: Array<ZoneResolutionMapping>,\n): any[] {\n return result.map((item) => {\n return zoneResolutionMappingDeserializer(item);\n });\n}\n\n/** Maps a single subscription to its physical-to-logical zone resolutions. */\nexport interface ZoneResolutionMapping {\n /** The subscription ID (e.g., `\"6b052e15-03d3-4f17-b2e1-be7f07588291\"`). */\n readonly subscriptionId: string;\n /** The physical-to-logical zone mappings for this subscription. */\n readonly zoneMappings: PhysicalToLogicalZoneMapping[];\n}\n\nexport function zoneResolutionMappingDeserializer(item: any): ZoneResolutionMapping {\n return {\n subscriptionId: item[\"subscriptionId\"],\n zoneMappings: physicalToLogicalZoneMappingArrayDeserializer(item[\"zoneMappings\"]),\n };\n}\n\nexport function physicalToLogicalZoneMappingArrayDeserializer(\n result: Array<PhysicalToLogicalZoneMapping>,\n): any[] {\n return result.map((item) => {\n return physicalToLogicalZoneMappingDeserializer(item);\n });\n}\n\n/** Maps a physical zone to the resolved logical zone for a given subscription. */\nexport interface PhysicalToLogicalZoneMapping {\n /** The physical availability zone (e.g., `\"westus2-az1\"`). */\n readonly physicalZone: string;\n /**\n * The logical availability zone resolved for this subscription\n * (e.g., `\"1\"`, `\"2\"`, `\"3\"`).\n */\n readonly logicalZone: string;\n}\n\nexport function physicalToLogicalZoneMappingDeserializer(item: any): PhysicalToLogicalZoneMapping {\n return {\n physicalZone: item[\"physicalZone\"],\n logicalZone: item[\"logicalZone\"],\n };\n}\n\n/** Model that represents a list of scenario runs and a link for pagination. */\nexport interface _ScenarioRunListResult {\n /** The ScenarioRun items on this page */\n value: ScenarioRun[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _scenarioRunListResultDeserializer(item: any): _ScenarioRunListResult {\n return {\n value: scenarioRunArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function scenarioRunArrayDeserializer(result: Array<ScenarioRun>): any[] {\n return result.map((item) => {\n return scenarioRunDeserializer(item);\n });\n}\n\n/** Model that represents the scenario. */\nexport interface ScenarioConfiguration extends ProxyResource {\n /** The properties of scenario definition. */\n properties?: ScenarioConfigurationProperties;\n}\n\nexport function scenarioConfigurationSerializer(item: ScenarioConfiguration): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : scenarioConfigurationPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function scenarioConfigurationDeserializer(item: any): ScenarioConfiguration {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : scenarioConfigurationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the properties of the scenario configuration. */\nexport interface ScenarioConfigurationProperties {\n /** Resource ID of the scenario this configuration applies to. */\n scenarioId: string;\n /** Runtime parameter values for the scenario. Keys must match parameter names defined in the scenario. */\n parameters?: KeyValuePair[];\n /** Exclusion criteria for protecting resources from fault injection. */\n exclusions?: ConfigurationExclusions;\n /** Most recent provisioning state for the given scenario resource. */\n readonly provisioningState?: ProvisioningState;\n /** Filter criteria used to constrain which discovered resources participate in fault injection. */\n filters?: ConfigurationFilters;\n}\n\nexport function scenarioConfigurationPropertiesSerializer(\n item: ScenarioConfigurationProperties,\n): any {\n return {\n scenarioId: item[\"scenarioId\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : keyValuePairArraySerializer(item[\"parameters\"]),\n exclusions: !item[\"exclusions\"]\n ? item[\"exclusions\"]\n : configurationExclusionsSerializer(item[\"exclusions\"]),\n filters: !item[\"filters\"] ? item[\"filters\"] : configurationFiltersSerializer(item[\"filters\"]),\n };\n}\n\nexport function scenarioConfigurationPropertiesDeserializer(\n item: any,\n): ScenarioConfigurationProperties {\n return {\n scenarioId: item[\"scenarioId\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : keyValuePairArrayDeserializer(item[\"parameters\"]),\n exclusions: !item[\"exclusions\"]\n ? item[\"exclusions\"]\n : configurationExclusionsDeserializer(item[\"exclusions\"]),\n provisioningState: item[\"provisioningState\"],\n filters: !item[\"filters\"] ? item[\"filters\"] : configurationFiltersDeserializer(item[\"filters\"]),\n };\n}\n\n/**\n * Model that represents exclusion criteria for protecting resources from fault injection.\n * Uses union (OR) logic - a resource is excluded if it matches ANY criteria.\n */\nexport interface ConfigurationExclusions {\n /** Array of specific resource IDs to exclude from fault injection. */\n resources?: string[];\n /** Array of tag key-value pairs. Resources with matching tags are excluded. */\n tags?: KeyValuePair[];\n /** Array of resource types. All resources of these types are excluded. */\n types?: string[];\n}\n\nexport function configurationExclusionsSerializer(item: ConfigurationExclusions): any {\n return {\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : item[\"resources\"].map((p: any) => {\n return p;\n }),\n tags: !item[\"tags\"] ? item[\"tags\"] : keyValuePairArraySerializer(item[\"tags\"]),\n types: !item[\"types\"]\n ? item[\"types\"]\n : item[\"types\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function configurationExclusionsDeserializer(item: any): ConfigurationExclusions {\n return {\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : item[\"resources\"].map((p: any) => {\n return p;\n }),\n tags: !item[\"tags\"] ? item[\"tags\"] : keyValuePairArrayDeserializer(item[\"tags\"]),\n types: !item[\"types\"]\n ? item[\"types\"]\n : item[\"types\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/**\n * Model that represents filter criteria for constraining which discovered\n * resources participate in fault injection.\n *\n * Uses intersection (AND) logic — a resource is included only if it matches all criteria.\n */\nexport interface ConfigurationFilters {\n /**\n * Array of Azure location strings. Only resources in these locations are included.\n *\n * Null or omitted means all locations (no filter). Empty array means include nothing.\n */\n locations?: string[];\n /**\n * Array of availability zone identifiers (\"1\", \"2\", \"3\", \"zone-redundant\").\n * Only resources whose zones intersect this list are included.\n *\n * Null or omitted means all zones (including non-zonal). Empty array means include nothing.\n *\n * Mutually exclusive with `physicalZones` — set one or the other, not both.\n */\n zones?: string[];\n /**\n * Array of physical availability zone identifiers in `{region}-az{N}` format\n * (e.g., `\"westus2-az1\"`). Only resources in the corresponding logical zone\n * for each subscription are included.\n *\n * At execution time, each physical zone is resolved to per-subscription\n * logical zones via the Azure locations API. The resolved mapping is surfaced\n * on the scenario run response (`zoneResolution`).\n *\n * Null or omitted means physical zone targeting is not used.\n * Only one physical zone is supported in preview.\n *\n * Mutually exclusive with `zones` — set one or the other, not both.\n */\n physicalZones?: string[];\n}\n\nexport function configurationFiltersSerializer(item: ConfigurationFilters): any {\n return {\n locations: !item[\"locations\"]\n ? item[\"locations\"]\n : item[\"locations\"].map((p: any) => {\n return p;\n }),\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n physicalZones: !item[\"physicalZones\"]\n ? item[\"physicalZones\"]\n : item[\"physicalZones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function configurationFiltersDeserializer(item: any): ConfigurationFilters {\n return {\n locations: !item[\"locations\"]\n ? item[\"locations\"]\n : item[\"locations\"].map((p: any) => {\n return p;\n }),\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n physicalZones: !item[\"physicalZones\"]\n ? item[\"physicalZones\"]\n : item[\"physicalZones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Model that represents a list of scenario configurations and a link for pagination. */\nexport interface _ScenarioConfigurationListResult {\n /** The ScenarioConfiguration items on this page */\n value: ScenarioConfiguration[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _scenarioConfigurationListResultDeserializer(\n item: any,\n): _ScenarioConfigurationListResult {\n return {\n value: scenarioConfigurationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function scenarioConfigurationArraySerializer(result: Array<ScenarioConfiguration>): any[] {\n return result.map((item) => {\n return scenarioConfigurationSerializer(item);\n });\n}\n\nexport function scenarioConfigurationArrayDeserializer(\n result: Array<ScenarioConfiguration>,\n): any[] {\n return result.map((item) => {\n return scenarioConfigurationDeserializer(item);\n });\n}\n\n/** Concrete proxy resource types can be created by aliasing this type using a specific property type. */\nexport interface Validation extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: ValidationProperties;\n}\n\nexport function validationDeserializer(item: any): Validation {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : validationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the properties of the scenario validation. */\nexport interface ValidationProperties {\n /** The scenario validation status. */\n readonly status: ScenarioValidationState;\n /** The scenario validation UTC start time. */\n readonly startTime: Date;\n /** Execution plan created from validation. This plan will be executed as-is on next scenario execution. */\n executionPlanJson?: string;\n /** The scenario validation UTC end time. */\n readonly endTime?: Date;\n /** System or infrastructure errors encountered during validation. */\n readonly errors?: OperationError[];\n /** Business errors from validation — permission and resource state issues. */\n validationErrors?: ScenarioErrors;\n}\n\nexport function validationPropertiesDeserializer(item: any): ValidationProperties {\n return {\n status: item[\"status\"],\n startTime: new Date(item[\"startTime\"]),\n executionPlanJson: item[\"executionPlanJson\"],\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n errors: !item[\"errors\"] ? item[\"errors\"] : operationErrorArrayDeserializer(item[\"errors\"]),\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : scenarioErrorsDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Enum of the scenario validation state. */\nexport enum KnownScenarioValidationState {\n /** The scenario validation is in a resolving state. */\n Resolving = \"Resolving\",\n /** The scenario validation is in a generating state. */\n Generating = \"Generating\",\n /** The scenario validation is in a validating state. */\n Validating = \"Validating\",\n /** The scenario validation has been accepted. */\n Accepted = \"Accepted\",\n /** The scenario validation has not yet started. */\n NotStarted = \"NotStarted\",\n /**\n * The scenario validation reflects a state that requires attention.\n * This is a terminal failure state indicating validation issues were found.\n */\n RequiresAttention = \"RequiresAttention\",\n /**\n * The scenario validation found no valid resources to perform fault behaviors against.\n * This is a terminal failure state.\n */\n NoResolvedResources = \"NoResolvedResources\",\n /** The scenario validation completed successfully and the scenario is ready to execute. */\n Succeeded = \"Succeeded\",\n}\n\n/**\n * Enum of the scenario validation state. \\\n * {@link KnownScenarioValidationState} can be used interchangeably with ScenarioValidationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Resolving**: The scenario validation is in a resolving state. \\\n * **Generating**: The scenario validation is in a generating state. \\\n * **Validating**: The scenario validation is in a validating state. \\\n * **Accepted**: The scenario validation has been accepted. \\\n * **NotStarted**: The scenario validation has not yet started. \\\n * **RequiresAttention**: The scenario validation reflects a state that requires attention.\n * This is a terminal failure state indicating validation issues were found. \\\n * **NoResolvedResources**: The scenario validation found no valid resources to perform fault behaviors against.\n * This is a terminal failure state. \\\n * **Succeeded**: The scenario validation completed successfully and the scenario is ready to execute.\n */\nexport type ScenarioValidationState = string;\n\n/** Request body for fixing resource permissions. */\nexport interface FixResourcePermissionsRequest {\n /** Optional value that indicates whether to run a \"dry run\" of fixing resource permissions. */\n whatIf?: boolean;\n}\n\nexport function fixResourcePermissionsRequestSerializer(item: FixResourcePermissionsRequest): any {\n return { whatIf: item[\"whatIf\"] };\n}\n\n/** Model that represents the fix resource permissions result. */\nexport interface PermissionsFix extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: PermissionsFixProperties;\n}\n\nexport function permissionsFixDeserializer(item: any): PermissionsFix {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : permissionsFixPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model that represents the properties of the permission fix operation. */\nexport interface PermissionsFixProperties {\n /** The permission fix state. */\n readonly state: PermissionsFixState;\n /** The permission fix UTC start time. */\n readonly startedAt: Date;\n /** The permission fix UTC end time. */\n readonly completedAt?: Date;\n /** Whether this was a what-if (dry run) operation. */\n readonly whatIfMode: boolean;\n /** The list of role assignment results. */\n readonly roleAssignments: RoleAssignmentResult[];\n /** Summary of the permission fix operation. */\n readonly summary: PermissionsFixSummary;\n}\n\nexport function permissionsFixPropertiesDeserializer(item: any): PermissionsFixProperties {\n return {\n state: item[\"state\"],\n startedAt: new Date(item[\"startedAt\"]),\n completedAt: !item[\"completedAt\"] ? item[\"completedAt\"] : new Date(item[\"completedAt\"]),\n whatIfMode: item[\"whatIfMode\"],\n roleAssignments: roleAssignmentResultArrayDeserializer(item[\"roleAssignments\"]),\n summary: permissionsFixSummaryDeserializer(item[\"summary\"]),\n };\n}\n\n/** Enum of the permission fix state. */\nexport enum KnownPermissionsFixState {\n /** The permission fix has not started. */\n NotStarted = \"NotStarted\",\n /** The permission fix is in progress. */\n InProgress = \"InProgress\",\n /** All role assignments succeeded. */\n Succeeded = \"Succeeded\",\n /** All role assignments failed. */\n Failed = \"Failed\",\n /** Some role assignments succeeded and some failed. */\n PartiallySucceeded = \"PartiallySucceeded\",\n /** What-if analysis completed (no changes made). */\n WhatIfCompleted = \"WhatIfCompleted\",\n}\n\n/**\n * Enum of the permission fix state. \\\n * {@link KnownPermissionsFixState} can be used interchangeably with PermissionsFixState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotStarted**: The permission fix has not started. \\\n * **InProgress**: The permission fix is in progress. \\\n * **Succeeded**: All role assignments succeeded. \\\n * **Failed**: All role assignments failed. \\\n * **PartiallySucceeded**: Some role assignments succeeded and some failed. \\\n * **WhatIfCompleted**: What-if analysis completed (no changes made).\n */\nexport type PermissionsFixState = string;\n\nexport function roleAssignmentResultArrayDeserializer(result: Array<RoleAssignmentResult>): any[] {\n return result.map((item) => {\n return roleAssignmentResultDeserializer(item);\n });\n}\n\n/** Result of a single role assignment operation. */\nexport interface RoleAssignmentResult {\n /** The target Azure resource ID. */\n readonly targetResourceId: string;\n /** The managed identity principal ID. */\n readonly principalId: string;\n /** The Azure RBAC role definition ID. */\n readonly roleDefinitionId: string;\n /** Human-readable role name. */\n readonly roleDefinitionName: string;\n /** The scope at which the role was/will be assigned. */\n readonly scope: string;\n /** The status of the role assignment operation. */\n readonly status: RoleAssignmentStatus;\n /** The created role assignment resource ID (null if failed or what-if mode). */\n readonly roleAssignmentId?: string;\n /** Error details if the assignment failed. */\n readonly error?: RoleAssignmentError;\n}\n\nexport function roleAssignmentResultDeserializer(item: any): RoleAssignmentResult {\n return {\n targetResourceId: item[\"targetResourceId\"],\n principalId: item[\"principalId\"],\n roleDefinitionId: item[\"roleDefinitionId\"],\n roleDefinitionName: item[\"roleDefinitionName\"],\n scope: item[\"scope\"],\n status: item[\"status\"],\n roleAssignmentId: item[\"roleAssignmentId\"],\n error: !item[\"error\"] ? item[\"error\"] : roleAssignmentErrorDeserializer(item[\"error\"]),\n };\n}\n\n/** Enum of the role assignment status. */\nexport enum KnownRoleAssignmentStatus {\n /** The role assignment succeeded. */\n Succeeded = \"Succeeded\",\n /** The role assignment failed. */\n Failed = \"Failed\",\n /** The role assignment was skipped (already exists). */\n Skipped = \"Skipped\",\n /** The role assignment is pending (what-if mode). */\n Pending = \"Pending\",\n}\n\n/**\n * Enum of the role assignment status. \\\n * {@link KnownRoleAssignmentStatus} can be used interchangeably with RoleAssignmentStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: The role assignment succeeded. \\\n * **Failed**: The role assignment failed. \\\n * **Skipped**: The role assignment was skipped (already exists). \\\n * **Pending**: The role assignment is pending (what-if mode).\n */\nexport type RoleAssignmentStatus = string;\n\n/** Error details for a failed role assignment. */\nexport interface RoleAssignmentError {\n /** Azure error code. */\n readonly code: string;\n /** Error message. */\n readonly message: string;\n}\n\nexport function roleAssignmentErrorDeserializer(item: any): RoleAssignmentError {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\n/** Summary of the permission fix operation. */\nexport interface PermissionsFixSummary {\n /** Total number of role assignments required. */\n readonly totalRequired: number;\n /** Number of successful role assignments. */\n readonly succeeded: number;\n /** Number of failed role assignments. */\n readonly failed: number;\n /** Number of skipped role assignments (already existed). */\n readonly skipped: number;\n}\n\nexport function permissionsFixSummaryDeserializer(item: any): PermissionsFixSummary {\n return {\n totalRequired: item[\"totalRequired\"],\n succeeded: item[\"succeeded\"],\n failed: item[\"failed\"],\n skipped: item[\"skipped\"],\n };\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-01-01 API version. */\n V20250101 = \"2025-01-01\",\n /** The 2026-05-01-preview API version. */\n V20260501Preview = \"2026-05-01-preview\",\n}\n"]}
|