@azure/arm-policyinsights 6.0.0-beta.2 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +238 -4
- package/LICENSE +1 -1
- package/README.md +4 -5
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts +11 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +21 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +2256 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +82 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +67 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +2982 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +51 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +488 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/attestations.d.ts +161 -0
- package/dist/browser/operations/attestations.d.ts.map +1 -0
- package/dist/browser/operations/attestations.js +790 -0
- package/dist/browser/operations/attestations.js.map +1 -0
- package/dist/browser/operations/componentPolicyStates.d.ts +66 -0
- package/dist/browser/operations/componentPolicyStates.d.ts.map +1 -0
- package/dist/browser/operations/componentPolicyStates.js +292 -0
- package/dist/browser/operations/componentPolicyStates.js.map +1 -0
- package/dist/browser/operations/index.d.ts +10 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +17 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +18 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +46 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/policyEvents.d.ts +256 -0
- package/dist/browser/operations/policyEvents.d.ts.map +1 -0
- package/dist/browser/operations/policyEvents.js +1200 -0
- package/dist/browser/operations/policyEvents.js.map +1 -0
- package/dist/browser/operations/policyMetadataOperations.d.ts +38 -0
- package/dist/browser/operations/policyMetadataOperations.d.ts.map +1 -0
- package/dist/browser/operations/policyMetadataOperations.js +157 -0
- package/dist/browser/operations/policyMetadataOperations.js.map +1 -0
- package/dist/browser/operations/policyRestrictions.d.ts +34 -0
- package/dist/browser/operations/policyRestrictions.d.ts.map +1 -0
- package/dist/browser/operations/policyRestrictions.js +112 -0
- package/dist/browser/operations/policyRestrictions.js.map +1 -0
- package/dist/browser/operations/policyStates.d.ts +385 -0
- package/dist/browser/operations/policyStates.d.ts.map +1 -0
- package/dist/browser/operations/policyStates.js +1705 -0
- package/dist/browser/operations/policyStates.js.map +1 -0
- package/dist/browser/operations/policyTrackedResources.d.ts +123 -0
- package/dist/browser/operations/policyTrackedResources.d.ts.map +1 -0
- package/dist/browser/operations/policyTrackedResources.js +536 -0
- package/dist/browser/operations/policyTrackedResources.js.map +1 -0
- package/dist/browser/operations/remediations.d.ts +304 -0
- package/dist/browser/operations/remediations.d.ts.map +1 -0
- package/dist/browser/operations/remediations.js +1474 -0
- package/dist/browser/operations/remediations.js.map +1 -0
- package/dist/browser/operationsInterfaces/attestations.d.ts +110 -0
- package/dist/browser/operationsInterfaces/attestations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/attestations.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentPolicyStates.d.ts +58 -0
- package/dist/browser/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentPolicyStates.js +9 -0
- package/dist/browser/operationsInterfaces/componentPolicyStates.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +10 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +17 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +10 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/policyEvents.d.ts +76 -0
- package/dist/browser/operationsInterfaces/policyEvents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/policyEvents.js.map +1 -0
- package/dist/browser/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
- package/dist/browser/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/policyMetadataOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/policyRestrictions.d.ts +26 -0
- package/dist/browser/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/policyRestrictions.js.map +1 -0
- package/dist/browser/operationsInterfaces/policyStates.d.ts +189 -0
- package/dist/browser/operationsInterfaces/policyStates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/policyStates.js.map +1 -0
- package/dist/browser/operationsInterfaces/policyTrackedResources.d.ts +37 -0
- package/dist/browser/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/policyTrackedResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/remediations.d.ts +168 -0
- package/dist/browser/operationsInterfaces/remediations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/remediations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +32 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/policyInsightsClient.d.ts +26 -0
- package/dist/browser/policyInsightsClient.d.ts.map +1 -0
- package/dist/browser/policyInsightsClient.js +76 -0
- package/dist/browser/policyInsightsClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2256 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +85 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +67 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2986 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +51 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +491 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/attestations.d.ts +161 -0
- package/dist/commonjs/operations/attestations.d.ts.map +1 -0
- package/dist/commonjs/operations/attestations.js +794 -0
- package/dist/commonjs/operations/attestations.js.map +1 -0
- package/dist/commonjs/operations/componentPolicyStates.d.ts +66 -0
- package/dist/commonjs/operations/componentPolicyStates.d.ts.map +1 -0
- package/dist/commonjs/operations/componentPolicyStates.js +297 -0
- package/dist/commonjs/operations/componentPolicyStates.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +10 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +20 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +18 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +51 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/policyEvents.d.ts +256 -0
- package/dist/commonjs/operations/policyEvents.d.ts.map +1 -0
- package/dist/commonjs/operations/policyEvents.js +1204 -0
- package/dist/commonjs/operations/policyEvents.js.map +1 -0
- package/dist/commonjs/operations/policyMetadataOperations.d.ts +38 -0
- package/dist/commonjs/operations/policyMetadataOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/policyMetadataOperations.js +161 -0
- package/dist/commonjs/operations/policyMetadataOperations.js.map +1 -0
- package/dist/commonjs/operations/policyRestrictions.d.ts +34 -0
- package/dist/commonjs/operations/policyRestrictions.d.ts.map +1 -0
- package/dist/commonjs/operations/policyRestrictions.js +117 -0
- package/dist/commonjs/operations/policyRestrictions.js.map +1 -0
- package/dist/commonjs/operations/policyStates.d.ts +385 -0
- package/dist/commonjs/operations/policyStates.d.ts.map +1 -0
- package/dist/commonjs/operations/policyStates.js +1709 -0
- package/dist/commonjs/operations/policyStates.js.map +1 -0
- package/dist/commonjs/operations/policyTrackedResources.d.ts +123 -0
- package/dist/commonjs/operations/policyTrackedResources.d.ts.map +1 -0
- package/dist/commonjs/operations/policyTrackedResources.js +540 -0
- package/dist/commonjs/operations/policyTrackedResources.js.map +1 -0
- package/dist/commonjs/operations/remediations.d.ts +304 -0
- package/dist/commonjs/operations/remediations.d.ts.map +1 -0
- package/dist/commonjs/operations/remediations.js +1478 -0
- package/dist/commonjs/operations/remediations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/attestations.d.ts +110 -0
- package/dist/commonjs/operationsInterfaces/attestations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/attestations.js +10 -0
- package/dist/commonjs/operationsInterfaces/attestations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentPolicyStates.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentPolicyStates.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentPolicyStates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +20 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyEvents.d.ts +76 -0
- package/dist/commonjs/operationsInterfaces/policyEvents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyEvents.js +10 -0
- package/dist/commonjs/operationsInterfaces/policyEvents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyMetadataOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/policyMetadataOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyRestrictions.d.ts +26 -0
- package/dist/commonjs/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyRestrictions.js +10 -0
- package/dist/commonjs/operationsInterfaces/policyRestrictions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyStates.d.ts +189 -0
- package/dist/commonjs/operationsInterfaces/policyStates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyStates.js +10 -0
- package/dist/commonjs/operationsInterfaces/policyStates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyTrackedResources.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyTrackedResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/policyTrackedResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/remediations.d.ts +168 -0
- package/dist/commonjs/operationsInterfaces/remediations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/remediations.js +10 -0
- package/dist/commonjs/operationsInterfaces/remediations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/policyInsightsClient.d.ts +26 -0
- package/dist/commonjs/policyInsightsClient.d.ts.map +1 -0
- package/dist/commonjs/policyInsightsClient.js +81 -0
- package/dist/commonjs/policyInsightsClient.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2256 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +82 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +67 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2982 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +51 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +488 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/attestations.d.ts +161 -0
- package/dist/esm/operations/attestations.d.ts.map +1 -0
- package/dist/esm/operations/attestations.js +790 -0
- package/dist/esm/operations/attestations.js.map +1 -0
- package/dist/esm/operations/componentPolicyStates.d.ts +66 -0
- package/dist/esm/operations/componentPolicyStates.d.ts.map +1 -0
- package/dist/esm/operations/componentPolicyStates.js +292 -0
- package/dist/esm/operations/componentPolicyStates.js.map +1 -0
- package/dist/esm/operations/index.d.ts +10 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +17 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +18 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +46 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/policyEvents.d.ts +256 -0
- package/dist/esm/operations/policyEvents.d.ts.map +1 -0
- package/dist/esm/operations/policyEvents.js +1200 -0
- package/dist/esm/operations/policyEvents.js.map +1 -0
- package/dist/esm/operations/policyMetadataOperations.d.ts +38 -0
- package/dist/esm/operations/policyMetadataOperations.d.ts.map +1 -0
- package/dist/esm/operations/policyMetadataOperations.js +157 -0
- package/dist/esm/operations/policyMetadataOperations.js.map +1 -0
- package/dist/esm/operations/policyRestrictions.d.ts +34 -0
- package/dist/esm/operations/policyRestrictions.d.ts.map +1 -0
- package/dist/esm/operations/policyRestrictions.js +112 -0
- package/dist/esm/operations/policyRestrictions.js.map +1 -0
- package/dist/esm/operations/policyStates.d.ts +385 -0
- package/dist/esm/operations/policyStates.d.ts.map +1 -0
- package/dist/esm/operations/policyStates.js +1705 -0
- package/dist/esm/operations/policyStates.js.map +1 -0
- package/dist/esm/operations/policyTrackedResources.d.ts +123 -0
- package/dist/esm/operations/policyTrackedResources.d.ts.map +1 -0
- package/dist/esm/operations/policyTrackedResources.js +536 -0
- package/dist/esm/operations/policyTrackedResources.js.map +1 -0
- package/dist/esm/operations/remediations.d.ts +304 -0
- package/dist/esm/operations/remediations.d.ts.map +1 -0
- package/dist/esm/operations/remediations.js +1474 -0
- package/dist/esm/operations/remediations.js.map +1 -0
- package/dist/esm/operationsInterfaces/attestations.d.ts +110 -0
- package/dist/esm/operationsInterfaces/attestations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/attestations.js +9 -0
- package/dist/esm/operationsInterfaces/attestations.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentPolicyStates.d.ts +58 -0
- package/dist/esm/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentPolicyStates.js +9 -0
- package/dist/esm/operationsInterfaces/componentPolicyStates.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +10 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +17 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/policyEvents.d.ts +76 -0
- package/dist/esm/operationsInterfaces/policyEvents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/policyEvents.js +9 -0
- package/dist/esm/operationsInterfaces/policyEvents.js.map +1 -0
- package/dist/esm/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
- package/dist/esm/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/policyMetadataOperations.js +9 -0
- package/dist/esm/operationsInterfaces/policyMetadataOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/policyRestrictions.d.ts +26 -0
- package/dist/esm/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/policyRestrictions.js +9 -0
- package/dist/esm/operationsInterfaces/policyRestrictions.js.map +1 -0
- package/dist/esm/operationsInterfaces/policyStates.d.ts +189 -0
- package/dist/esm/operationsInterfaces/policyStates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/policyStates.js +9 -0
- package/dist/esm/operationsInterfaces/policyStates.js.map +1 -0
- package/dist/esm/operationsInterfaces/policyTrackedResources.d.ts +37 -0
- package/dist/esm/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/policyTrackedResources.js +9 -0
- package/dist/esm/operationsInterfaces/policyTrackedResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/remediations.d.ts +168 -0
- package/dist/esm/operationsInterfaces/remediations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/remediations.js +9 -0
- package/dist/esm/operationsInterfaces/remediations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/policyInsightsClient.d.ts +26 -0
- package/dist/esm/policyInsightsClient.d.ts.map +1 -0
- package/dist/esm/policyInsightsClient.js +76 -0
- package/dist/esm/policyInsightsClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2256 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +82 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +67 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2982 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +51 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +488 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/attestations.d.ts +161 -0
- package/dist/react-native/operations/attestations.d.ts.map +1 -0
- package/dist/react-native/operations/attestations.js +790 -0
- package/dist/react-native/operations/attestations.js.map +1 -0
- package/dist/react-native/operations/componentPolicyStates.d.ts +66 -0
- package/dist/react-native/operations/componentPolicyStates.d.ts.map +1 -0
- package/dist/react-native/operations/componentPolicyStates.js +292 -0
- package/dist/react-native/operations/componentPolicyStates.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +10 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +17 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +18 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +46 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/policyEvents.d.ts +256 -0
- package/dist/react-native/operations/policyEvents.d.ts.map +1 -0
- package/dist/react-native/operations/policyEvents.js +1200 -0
- package/dist/react-native/operations/policyEvents.js.map +1 -0
- package/dist/react-native/operations/policyMetadataOperations.d.ts +38 -0
- package/dist/react-native/operations/policyMetadataOperations.d.ts.map +1 -0
- package/dist/react-native/operations/policyMetadataOperations.js +157 -0
- package/dist/react-native/operations/policyMetadataOperations.js.map +1 -0
- package/dist/react-native/operations/policyRestrictions.d.ts +34 -0
- package/dist/react-native/operations/policyRestrictions.d.ts.map +1 -0
- package/dist/react-native/operations/policyRestrictions.js +112 -0
- package/dist/react-native/operations/policyRestrictions.js.map +1 -0
- package/dist/react-native/operations/policyStates.d.ts +385 -0
- package/dist/react-native/operations/policyStates.d.ts.map +1 -0
- package/dist/react-native/operations/policyStates.js +1705 -0
- package/dist/react-native/operations/policyStates.js.map +1 -0
- package/dist/react-native/operations/policyTrackedResources.d.ts +123 -0
- package/dist/react-native/operations/policyTrackedResources.d.ts.map +1 -0
- package/dist/react-native/operations/policyTrackedResources.js +536 -0
- package/dist/react-native/operations/policyTrackedResources.js.map +1 -0
- package/dist/react-native/operations/remediations.d.ts +304 -0
- package/dist/react-native/operations/remediations.d.ts.map +1 -0
- package/dist/react-native/operations/remediations.js +1474 -0
- package/dist/react-native/operations/remediations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/attestations.d.ts +110 -0
- package/dist/react-native/operationsInterfaces/attestations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/attestations.js +9 -0
- package/dist/react-native/operationsInterfaces/attestations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentPolicyStates.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentPolicyStates.js +9 -0
- package/dist/react-native/operationsInterfaces/componentPolicyStates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +17 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/policyEvents.d.ts +76 -0
- package/dist/react-native/operationsInterfaces/policyEvents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/policyEvents.js +9 -0
- package/dist/react-native/operationsInterfaces/policyEvents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/policyMetadataOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/policyMetadataOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/policyRestrictions.d.ts +26 -0
- package/dist/react-native/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/policyRestrictions.js +9 -0
- package/dist/react-native/operationsInterfaces/policyRestrictions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/policyStates.d.ts +189 -0
- package/dist/react-native/operationsInterfaces/policyStates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/policyStates.js +9 -0
- package/dist/react-native/operationsInterfaces/policyStates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/policyTrackedResources.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/policyTrackedResources.js +9 -0
- package/dist/react-native/operationsInterfaces/policyTrackedResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/remediations.d.ts +168 -0
- package/dist/react-native/operationsInterfaces/remediations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/remediations.js +9 -0
- package/dist/react-native/operationsInterfaces/remediations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/policyInsightsClient.d.ts +26 -0
- package/dist/react-native/policyInsightsClient.d.ts.map +1 -0
- package/dist/react-native/policyInsightsClient.js +76 -0
- package/dist/react-native/policyInsightsClient.js.map +1 -0
- package/package.json +84 -62
- package/review/arm-policyinsights.api.md +198 -41
- package/dist/index.js +0 -8961
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.js +0 -47
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.js +0 -47
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.js +0 -67
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.js +0 -31
- package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.js +0 -31
- package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.js +0 -30
- package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.js +0 -31
- package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsGetAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsGetAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsGetAtResourceSample.js +0 -31
- package/dist-esm/samples-dev/attestationsGetAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.js +0 -30
- package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsListForResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsListForResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsListForResourceGroupSample.js +0 -83
- package/dist-esm/samples-dev/attestationsListForResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsListForResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsListForResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsListForResourceSample.js +0 -78
- package/dist-esm/samples-dev/attestationsListForResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsListForSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsListForSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsListForSubscriptionSample.js +0 -81
- package/dist-esm/samples-dev/attestationsListForSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -29
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.js +0 -81
- package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.js +0 -81
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.js +0 -81
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js +0 -83
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.js +0 -81
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.js +0 -251
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js +0 -81
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.js +0 -270
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyMetadataGetResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyMetadataGetResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyMetadataGetResourceSample.js +0 -30
- package/dist-esm/samples-dev/policyMetadataGetResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/policyMetadataListSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyMetadataListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyMetadataListSample.js +0 -75
- package/dist-esm/samples-dev/policyMetadataListSample.js.map +0 -1
- package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.js +0 -33
- package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.js +0 -47
- package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.js +0 -46
- package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.js +0 -81
- package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.js +0 -81
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.js +0 -81
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js +0 -83
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.js +0 -81
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.js +0 -287
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js +0 -81
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.js +0 -270
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.js +0 -38
- package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.js +0 -31
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.js +0 -38
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.js +0 -32
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.js +0 -31
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.js +0 -33
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.js +0 -31
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.js +0 -54
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.js +0 -30
- package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.js +0 -29
- package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.js.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.js +0 -82
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.js +0 -82
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.js +0 -82
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.js +0 -80
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.js +0 -31
- package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.js +0 -31
- package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCancelAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtResourceSample.js +0 -31
- package/dist-esm/samples-dev/remediationsCancelAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.js +0 -30
- package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.js +0 -34
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.js +0 -34
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.js +0 -34
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.js +0 -59
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.js +0 -31
- package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.js +0 -31
- package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.js +0 -31
- package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.js +0 -30
- package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.js +0 -31
- package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.js +0 -31
- package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsGetAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtResourceSample.js +0 -31
- package/dist-esm/samples-dev/remediationsGetAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.js +0 -30
- package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.js +0 -45
- package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.js +0 -45
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.js +0 -45
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.js +0 -44
- package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListForManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListForManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListForManagementGroupSample.js +0 -80
- package/dist-esm/samples-dev/remediationsListForManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListForResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListForResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListForResourceGroupSample.js +0 -80
- package/dist-esm/samples-dev/remediationsListForResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListForResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListForResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListForResourceSample.js +0 -78
- package/dist-esm/samples-dev/remediationsListForResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListForSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListForSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListForSubscriptionSample.js +0 -78
- package/dist-esm/samples-dev/remediationsListForSubscriptionSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -12
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -16
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1931
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -74
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -61
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -2530
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -43
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -406
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/attestations.d.ts +0 -161
- package/dist-esm/src/operations/attestations.d.ts.map +0 -1
- package/dist-esm/src/operations/attestations.js +0 -753
- package/dist-esm/src/operations/attestations.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -9
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -16
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -18
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -46
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/policyEvents.d.ts +0 -256
- package/dist-esm/src/operations/policyEvents.d.ts.map +0 -1
- package/dist-esm/src/operations/policyEvents.js +0 -1181
- package/dist-esm/src/operations/policyEvents.js.map +0 -1
- package/dist-esm/src/operations/policyMetadataOperations.d.ts +0 -38
- package/dist-esm/src/operations/policyMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/policyMetadataOperations.js +0 -144
- package/dist-esm/src/operations/policyMetadataOperations.js.map +0 -1
- package/dist-esm/src/operations/policyRestrictions.d.ts +0 -34
- package/dist-esm/src/operations/policyRestrictions.d.ts.map +0 -1
- package/dist-esm/src/operations/policyRestrictions.js +0 -112
- package/dist-esm/src/operations/policyRestrictions.js.map +0 -1
- package/dist-esm/src/operations/policyStates.d.ts +0 -385
- package/dist-esm/src/operations/policyStates.d.ts.map +0 -1
- package/dist-esm/src/operations/policyStates.js +0 -1686
- package/dist-esm/src/operations/policyStates.js.map +0 -1
- package/dist-esm/src/operations/policyTrackedResources.d.ts +0 -123
- package/dist-esm/src/operations/policyTrackedResources.d.ts.map +0 -1
- package/dist-esm/src/operations/policyTrackedResources.js +0 -487
- package/dist-esm/src/operations/policyTrackedResources.js.map +0 -1
- package/dist-esm/src/operations/remediations.d.ts +0 -304
- package/dist-esm/src/operations/remediations.d.ts.map +0 -1
- package/dist-esm/src/operations/remediations.js +0 -1377
- package/dist-esm/src/operations/remediations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/attestations.d.ts +0 -110
- package/dist-esm/src/operationsInterfaces/attestations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/attestations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -9
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -16
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyEvents.d.ts +0 -76
- package/dist-esm/src/operationsInterfaces/policyEvents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyEvents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts +0 -26
- package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyRestrictions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyStates.d.ts +0 -189
- package/dist-esm/src/operationsInterfaces/policyStates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyStates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/remediations.d.ts +0 -168
- package/dist-esm/src/operationsInterfaces/remediations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/remediations.js.map +0 -1
- package/dist-esm/src/policyInsightsClient.d.ts +0 -24
- package/dist-esm/src/policyInsightsClient.d.ts.map +0 -1
- package/dist-esm/src/policyInsightsClient.js +0 -80
- package/dist-esm/src/policyInsightsClient.js.map +0 -1
- package/dist-esm/test/policyinsights_example.spec.d.ts +0 -4
- package/dist-esm/test/policyinsights_example.spec.d.ts.map +0 -1
- package/dist-esm/test/policyinsights_example.spec.js +0 -71
- package/dist-esm/test/policyinsights_example.spec.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/index.ts +0 -12
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -2296
- package/src/models/mappers.ts +0 -2608
- package/src/models/parameters.ts +0 -457
- package/src/operations/attestations.ts +0 -1005
- package/src/operations/index.ts +0 -16
- package/src/operations/operations.ts +0 -59
- package/src/operations/policyEvents.ts +0 -1603
- package/src/operations/policyMetadataOperations.ts +0 -170
- package/src/operations/policyRestrictions.ts +0 -154
- package/src/operations/policyStates.ts +0 -2270
- package/src/operations/policyTrackedResources.ts +0 -665
- package/src/operations/remediations.ts +0 -1814
- package/src/operationsInterfaces/attestations.ts +0 -212
- package/src/operationsInterfaces/index.ts +0 -16
- package/src/operationsInterfaces/operations.ts +0 -21
- package/src/operationsInterfaces/policyEvents.ts +0 -134
- package/src/operationsInterfaces/policyMetadataOperations.ts +0 -36
- package/src/operationsInterfaces/policyRestrictions.ts +0 -54
- package/src/operationsInterfaces/policyStates.ts +0 -320
- package/src/operationsInterfaces/policyTrackedResources.ts +0 -68
- package/src/operationsInterfaces/remediations.ts +0 -310
- package/src/policyInsightsClient.ts +0 -137
- package/tsconfig.json +0 -33
- package/types/arm-policyinsights.d.ts +0 -2853
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/attestations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyEvents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyMetadataOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyRestrictions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyStates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyTrackedResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/remediations.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remediations.js","sourceRoot":"","sources":["../../../src/operations/remediations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,wDAA0D;AAE1D,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAuEtD,4CAA4C;AAC5C,gDAAgD;AAChD,MAAa,gBAAgB;IAG3B;;;OAGG;IACH,YAAY,MAA4B;QACtC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACI,gCAAgC,CACrC,iBAAyB,EACzB,eAAuB,EACvB,OAAoE;QAEpE,MAAM,IAAI,GAAG,IAAI,CAAC,yCAAyC,CACzD,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,0CAA0C,CACpD,iBAAiB,EACjB,eAAe,EACf,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,0CAA0C,CACvD,iBAAyB,EACzB,eAAuB,EACvB,OAAoE,EACpE,QAAuB;;YAEvB,IAAI,MAA4D,CAAC;YACjE,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;gBACvB,MAAM,GAAG,sBAAM,IAAI,CAAC,iCAAiC,CACnD,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAA,CAAC;gBACF,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;YACD,OAAO,iBAAiB,EAAE,CAAC;gBACzB,MAAM,GAAG,sBAAM,IAAI,CAAC,qCAAqC,CACvD,iBAAiB,EACjB,eAAe,EACf,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;QACH,CAAC;KAAA;IAEc,yCAAyC,CACtD,iBAAyB,EACzB,eAAuB,EACvB,OAAoE;;;;gBAEpE,KAAyB,eAAA,KAAA,sBAAA,IAAI,CAAC,0CAA0C,CACtE,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAA,IAAA,uEAAE,CAAC;oBAJqB,cAIxB;oBAJwB,WAIxB;oBAJU,MAAM,IAAI,KAAA,CAAA;oBAKnB,sBAAA,KAAK,CAAC,CAAC,yBAAA,sBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;OAIG;IACI,sBAAsB,CAC3B,iBAAyB,EACzB,OAA0D;QAE1D,MAAM,IAAI,GAAG,IAAI,CAAC,+BAA+B,CAC/C,iBAAiB,EACjB,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,gCAAgC,CAC1C,iBAAiB,EACjB,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,gCAAgC,CAC7C,iBAAyB,EACzB,OAA0D,EAC1D,QAAuB;;YAEvB,IAAI,MAAkD,CAAC;YACvD,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;gBACvB,MAAM,GAAG,sBAAM,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACxE,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;YACD,OAAO,iBAAiB,EAAE,CAAC;gBACzB,MAAM,GAAG,sBAAM,IAAI,CAAC,2BAA2B,CAC7C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;QACH,CAAC;KAAA;IAEc,+BAA+B,CAC5C,iBAAyB,EACzB,OAA0D;;;;gBAE1D,KAAyB,eAAA,KAAA,sBAAA,IAAI,CAAC,gCAAgC,CAC5D,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA,uEAAE,CAAC;oBAHqB,cAGxB;oBAHwB,WAGxB;oBAHU,MAAM,IAAI,KAAA,CAAA;oBAInB,sBAAA,KAAK,CAAC,CAAC,yBAAA,sBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;OAIG;IACI,6BAA6B,CAClC,eAAuB,EACvB,OAAiE;QAEjE,MAAM,IAAI,GAAG,IAAI,CAAC,sCAAsC,CACtD,eAAe,EACf,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,uCAAuC,CACjD,eAAe,EACf,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,uCAAuC,CACpD,eAAuB,EACvB,OAAiE,EACjE,QAAuB;;YAEvB,IAAI,MAAyD,CAAC;YAC9D,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;gBACvB,MAAM,GAAG,sBAAM,IAAI,CAAC,8BAA8B,CAChD,eAAe,EACf,OAAO,CACR,CAAA,CAAC;gBACF,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;YACD,OAAO,iBAAiB,EAAE,CAAC;gBACzB,MAAM,GAAG,sBAAM,IAAI,CAAC,kCAAkC,CACpD,eAAe,EACf,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;QACH,CAAC;KAAA;IAEc,sCAAsC,CACnD,eAAuB,EACvB,OAAiE;;;;gBAEjE,KAAyB,eAAA,KAAA,sBAAA,IAAI,CAAC,uCAAuC,CACnE,eAAe,EACf,OAAO,CACR,CAAA,IAAA,uEAAE,CAAC;oBAHqB,cAGxB;oBAHwB,WAGxB;oBAHU,MAAM,IAAI,KAAA,CAAA;oBAInB,sBAAA,KAAK,CAAC,CAAC,yBAAA,sBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;OAGG;IACI,mBAAmB,CACxB,OAAuD;QAEvD,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAC;QACxD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,6BAA6B,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;YAC/D,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,6BAA6B,CAC1C,OAAuD,EACvD,QAAuB;;YAEvB,IAAI,MAA+C,CAAC;YACpD,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;gBACvB,MAAM,GAAG,sBAAM,IAAI,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAA,CAAC;gBAClD,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;YACD,OAAO,iBAAiB,EAAE,CAAC;gBACzB,MAAM,GAAG,sBAAM,IAAI,CAAC,wBAAwB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACzE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;QACH,CAAC;KAAA;IAEc,4BAA4B,CACzC,OAAuD;;;;gBAEvD,KAAyB,eAAA,KAAA,sBAAA,IAAI,CAAC,6BAA6B,CAAC,OAAO,CAAC,CAAA,IAAA,uEAAE,CAAC;oBAA9C,cAA2C;oBAA3C,WAA2C;oBAAzD,MAAM,IAAI,KAAA,CAAA;oBACnB,sBAAA,KAAK,CAAC,CAAC,yBAAA,sBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;OAKG;IACI,8BAA8B,CACnC,iBAAyB,EACzB,eAAuB,EACvB,OAAkE;QAElE,MAAM,IAAI,GAAG,IAAI,CAAC,uCAAuC,CACvD,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,wCAAwC,CAClD,iBAAiB,EACjB,eAAe,EACf,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,wCAAwC,CACrD,iBAAyB,EACzB,eAAuB,EACvB,OAAkE,EAClE,QAAuB;;YAEvB,IAAI,MAA0D,CAAC;YAC/D,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;gBACvB,MAAM,GAAG,sBAAM,IAAI,CAAC,+BAA+B,CACjD,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAA,CAAC;gBACF,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;YACD,OAAO,iBAAiB,EAAE,CAAC;gBACzB,MAAM,GAAG,sBAAM,IAAI,CAAC,mCAAmC,CACrD,iBAAiB,EACjB,eAAe,EACf,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;QACH,CAAC;KAAA;IAEc,uCAAuC,CACpD,iBAAyB,EACzB,eAAuB,EACvB,OAAkE;;;;gBAElE,KAAyB,eAAA,KAAA,sBAAA,IAAI,CAAC,wCAAwC,CACpE,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAA,IAAA,uEAAE,CAAC;oBAJqB,cAIxB;oBAJwB,WAIxB;oBAJU,MAAM,IAAI,KAAA,CAAA;oBAKnB,sBAAA,KAAK,CAAC,CAAC,yBAAA,sBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;OAIG;IACI,oBAAoB,CACzB,iBAAyB,EACzB,OAAwD;QAExD,MAAM,IAAI,GAAG,IAAI,CAAC,6BAA6B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC5E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,8BAA8B,CACxC,iBAAiB,EACjB,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,8BAA8B,CAC3C,iBAAyB,EACzB,OAAwD,EACxD,QAAuB;;YAEvB,IAAI,MAAgD,CAAC;YACrD,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;gBACvB,MAAM,GAAG,sBAAM,IAAI,CAAC,qBAAqB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACtE,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;YACD,OAAO,iBAAiB,EAAE,CAAC;gBACzB,MAAM,GAAG,sBAAM,IAAI,CAAC,yBAAyB,CAC3C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;QACH,CAAC;KAAA;IAEc,6BAA6B,CAC1C,iBAAyB,EACzB,OAAwD;;;;gBAExD,KAAyB,eAAA,KAAA,sBAAA,IAAI,CAAC,8BAA8B,CAC1D,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA,uEAAE,CAAC;oBAHqB,cAGxB;oBAHwB,WAGxB;oBAHU,MAAM,IAAI,KAAA,CAAA;oBAInB,sBAAA,KAAK,CAAC,CAAC,yBAAA,sBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;OAKG;IACI,yBAAyB,CAC9B,UAAkB,EAClB,eAAuB,EACvB,OAA6D;QAE7D,MAAM,IAAI,GAAG,IAAI,CAAC,kCAAkC,CAClD,UAAU,EACV,eAAe,EACf,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,mCAAmC,CAC7C,UAAU,EACV,eAAe,EACf,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,mCAAmC,CAChD,UAAkB,EAClB,eAAuB,EACvB,OAA6D,EAC7D,QAAuB;;YAEvB,IAAI,MAAqD,CAAC;YAC1D,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;gBACvB,MAAM,GAAG,sBAAM,IAAI,CAAC,0BAA0B,CAC5C,UAAU,EACV,eAAe,EACf,OAAO,CACR,CAAA,CAAC;gBACF,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;YACD,OAAO,iBAAiB,EAAE,CAAC;gBACzB,MAAM,GAAG,sBAAM,IAAI,CAAC,8BAA8B,CAChD,UAAU,EACV,eAAe,EACf,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;QACH,CAAC;KAAA;IAEc,kCAAkC,CAC/C,UAAkB,EAClB,eAAuB,EACvB,OAA6D;;;;gBAE7D,KAAyB,eAAA,KAAA,sBAAA,IAAI,CAAC,mCAAmC,CAC/D,UAAU,EACV,eAAe,EACf,OAAO,CACR,CAAA,IAAA,uEAAE,CAAC;oBAJqB,cAIxB;oBAJwB,WAIxB;oBAJU,MAAM,IAAI,KAAA,CAAA;oBAKnB,sBAAA,KAAK,CAAC,CAAC,yBAAA,sBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;OAIG;IACI,eAAe,CACpB,UAAkB,EAClB,OAAmD;QAEnD,MAAM,IAAI,GAAG,IAAI,CAAC,wBAAwB,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;QAChE,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,yBAAyB,CAAC,UAAU,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;YACvE,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,yBAAyB,CACtC,UAAkB,EAClB,OAAmD,EACnD,QAAuB;;YAEvB,IAAI,MAA2C,CAAC;YAChD,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;gBACvB,MAAM,GAAG,sBAAM,IAAI,CAAC,gBAAgB,CAAC,UAAU,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;YACD,OAAO,iBAAiB,EAAE,CAAC;gBACzB,MAAM,GAAG,sBAAM,IAAI,CAAC,oBAAoB,CACtC,UAAU,EACV,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;QACH,CAAC;KAAA;IAEc,wBAAwB,CACrC,UAAkB,EAClB,OAAmD;;;;gBAEnD,KAAyB,eAAA,KAAA,sBAAA,IAAI,CAAC,yBAAyB,CACrD,UAAU,EACV,OAAO,CACR,CAAA,IAAA,uEAAE,CAAC;oBAHqB,cAGxB;oBAHwB,WAGxB;oBAHU,MAAM,IAAI,KAAA,CAAA;oBAInB,sBAAA,KAAK,CAAC,CAAC,yBAAA,sBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;OAKG;IACK,iCAAiC,CACvC,iBAAyB,EACzB,eAAuB,EACvB,OAAoE;QAEpE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,OAAO,EAAE,EAC/C,6CAA6C,CAC9C,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,uBAAuB,CACrB,iBAAyB,EACzB,eAAuB,EACvB,OAA2D;QAE3D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,OAAO,EAAE,EAC/C,oCAAoC,CACrC,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACK,uBAAuB,CAC7B,iBAAyB,EACzB,OAA0D;QAE1D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9B,mCAAmC,CACpC,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,+BAA+B,CAC7B,iBAAyB,EACzB,eAAuB,EACvB,UAAuB,EACvB,OAAmE;QAEnE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,UAAU,EAAE,OAAO,EAAE,EAC3D,4CAA4C,CAC7C,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,oBAAoB,CAClB,iBAAyB,EACzB,eAAuB,EACvB,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,OAAO,EAAE,EAC/C,iCAAiC,CAClC,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,uBAAuB,CACrB,iBAAyB,EACzB,eAAuB,EACvB,OAA2D;QAE3D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,OAAO,EAAE,EAC/C,oCAAoC,CACrC,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACK,8BAA8B,CACpC,eAAuB,EACvB,OAAiE;QAEjE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,eAAe,EAAE,OAAO,EAAE,EAC5B,0CAA0C,CAC3C,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,oBAAoB,CAClB,eAAuB,EACvB,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,eAAe,EAAE,OAAO,EAAE,EAC5B,iCAAiC,CAClC,CAAC;IACJ,CAAC;IAED;;;OAGG;IACK,oBAAoB,CAC1B,OAAuD;QAEvD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,gCAAgC,CACjC,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,4BAA4B,CAC1B,eAAuB,EACvB,UAAuB,EACvB,OAAgE;QAEhE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,eAAe,EAAE,UAAU,EAAE,OAAO,EAAE,EACxC,yCAAyC,CAC1C,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,iBAAiB,CACf,eAAuB,EACvB,OAAqD;QAErD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,eAAe,EAAE,OAAO,EAAE,EAC5B,8BAA8B,CAC/B,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,oBAAoB,CAClB,eAAuB,EACvB,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,eAAe,EAAE,OAAO,EAAE,EAC5B,iCAAiC,CAClC,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACK,+BAA+B,CACrC,iBAAyB,EACzB,eAAuB,EACvB,OAAkE;QAElE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,OAAO,EAAE,EAC/C,2CAA2C,CAC5C,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,qBAAqB,CACnB,iBAAyB,EACzB,eAAuB,EACvB,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,OAAO,EAAE,EAC/C,kCAAkC,CACnC,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACK,qBAAqB,CAC3B,iBAAyB,EACzB,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9B,iCAAiC,CAClC,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,6BAA6B,CAC3B,iBAAyB,EACzB,eAAuB,EACvB,UAAuB,EACvB,OAAiE;QAEjE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,UAAU,EAAE,OAAO,EAAE,EAC3D,0CAA0C,CAC3C,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAyB,EACzB,eAAuB,EACvB,OAAsD;QAEtD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,OAAO,EAAE,EAC/C,+BAA+B,CAChC,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,qBAAqB,CACnB,iBAAyB,EACzB,eAAuB,EACvB,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,OAAO,EAAE,EAC/C,kCAAkC,CACnC,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACK,0BAA0B,CAChC,UAAkB,EAClB,eAAuB,EACvB,OAA6D;QAE7D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,eAAe,EAAE,OAAO,EAAE,EACxC,sCAAsC,CACvC,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,gBAAgB,CACd,UAAkB,EAClB,eAAuB,EACvB,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,eAAe,EAAE,OAAO,EAAE,EACxC,6BAA6B,CAC9B,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACK,gBAAgB,CACtB,UAAkB,EAClB,OAAmD;QAEnD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,OAAO,EAAE,EACvB,4BAA4B,CAC7B,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,wBAAwB,CACtB,UAAkB,EAClB,eAAuB,EACvB,UAAuB,EACvB,OAA4D;QAE5D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,eAAe,EAAE,UAAU,EAAE,OAAO,EAAE,EACpD,qCAAqC,CACtC,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,aAAa,CACX,UAAkB,EAClB,eAAuB,EACvB,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,eAAe,EAAE,OAAO,EAAE,EACxC,0BAA0B,CAC3B,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,gBAAgB,CACd,UAAkB,EAClB,eAAuB,EACvB,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,eAAe,EAAE,OAAO,EAAE,EACxC,6BAA6B,CAC9B,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACK,qCAAqC,CAC3C,iBAAyB,EACzB,eAAuB,EACvB,QAAgB,EAChB,OAAwE;QAExE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,QAAQ,EAAE,OAAO,EAAE,EACzD,iDAAiD,CAClD,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACK,2BAA2B,CACjC,iBAAyB,EACzB,QAAgB,EAChB,OAA8D;QAE9D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxC,uCAAuC,CACxC,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACK,kCAAkC,CACxC,eAAuB,EACvB,QAAgB,EAChB,OAAqE;QAErE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,eAAe,EAAE,QAAQ,EAAE,OAAO,EAAE,EACtC,8CAA8C,CAC/C,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACK,wBAAwB,CAC9B,QAAgB,EAChB,OAA2D;QAE3D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,oCAAoC,CACrC,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACK,mCAAmC,CACzC,iBAAyB,EACzB,eAAuB,EACvB,QAAgB,EAChB,OAAsE;QAEtE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,QAAQ,EAAE,OAAO,EAAE,EACzD,+CAA+C,CAChD,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACK,yBAAyB,CAC/B,iBAAyB,EACzB,QAAgB,EAChB,OAA4D;QAE5D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxC,qCAAqC,CACtC,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACK,8BAA8B,CACpC,UAAkB,EAClB,eAAuB,EACvB,QAAgB,EAChB,OAAiE;QAEjE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,eAAe,EAAE,QAAQ,EAAE,OAAO,EAAE,EAClD,0CAA0C,CAC3C,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACK,oBAAoB,CAC1B,UAAkB,EAClB,QAAgB,EAChB,OAAuD;QAEvD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,EACjC,gCAAgC,CACjC,CAAC;IACJ,CAAC;CACF;AAjnCD,4CAinCC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,6CAA6C,GACjD;IACE,IAAI,EAAE,+JAA+J;IACrK,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,gCAAgC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC;IACzD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,yBAAyB;QACpC,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACJ,MAAM,oCAAoC,GAA6B;IACrE,IAAI,EAAE,sJAAsJ;IAC5J,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,yBAAyB;QACpC,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,mCAAmC,GAA6B;IACpE,IAAI,EAAE,6HAA6H;IACnI,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC5E,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,yBAAyB;QACpC,UAAU,CAAC,iBAAiB;KAC7B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,4CAA4C,GAA6B;IAC7E,IAAI,EAAE,+IAA+I;IACrJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,UAAU;IAClC,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,yBAAyB;QACpC,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;IAClE,IAAI,EAAE,+IAA+I;IACrJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,yBAAyB;QACpC,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,oCAAoC,GAA6B;IACrE,IAAI,EAAE,+IAA+I;IACrJ,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,yBAAyB;QACpC,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,0CAA0C,GAA6B;IAC3E,IAAI,EAAE,mHAAmH;IACzH,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,gCAAgC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC;IACzD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;IAClE,IAAI,EAAE,0GAA0G;IAChH,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gCAAgC,GAA6B;IACjE,IAAI,EAAE,iFAAiF;IACvF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC5E,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,CAAC;IAC5D,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,yCAAyC,GAA6B;IAC1E,IAAI,EAAE,mGAAmG;IACzG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,UAAU;IAClC,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EAAE,mGAAmG;IACzG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;IAClE,IAAI,EAAE,mGAAmG;IACzG,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,2CAA2C,GAA6B;IAC5E,IAAI,EAAE,sJAAsJ;IAC5J,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,gCAAgC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC;IACzD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,kCAAkC,GAA6B;IACnE,IAAI,EAAE,6IAA6I;IACnJ,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;IAClE,IAAI,EAAE,oHAAoH;IAC1H,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC5E,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;KAC7B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,0CAA0C,GAA6B;IAC3E,IAAI,EAAE,sIAAsI;IAC5I,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,UAAU;IAClC,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,+BAA+B,GAA6B;IAChE,IAAI,EAAE,sIAAsI;IAC5I,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,kCAAkC,GAA6B;IACnE,IAAI,EAAE,sIAAsI;IAC5I,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,sCAAsC,GAA6B;IACvE,IAAI,EAAE,iGAAiG;IACvG,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,gCAAgC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC;IACzD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,UAAU;QACrB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,6BAA6B,GAA6B;IAC9D,IAAI,EAAE,wFAAwF;IAC9F,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,UAAU;QACrB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,4BAA4B,GAA6B;IAC7D,IAAI,EAAE,+DAA+D;IACrE,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC5E,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,UAAU,CAAC;IACxD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,qCAAqC,GAA6B;IACtE,IAAI,EAAE,iFAAiF;IACvF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,UAAU;IAClC,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,UAAU;QACrB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,0BAA0B,GAA6B;IAC3D,IAAI,EAAE,iFAAiF;IACvF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,UAAU;QACrB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,6BAA6B,GAA6B;IAC9D,IAAI,EAAE,iFAAiF;IACvF,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,WAAW,CAAC;IACzC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,UAAU;QACrB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,iDAAiD,GACrD;IACE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,gCAAgC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,yBAAyB;QACpC,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACJ,MAAM,uCAAuC,GAA6B;IACxE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,yBAAyB;QACpC,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,iBAAiB;KAC7B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,8CAA8C,GAClD;IACE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,gCAAgC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACJ,MAAM,oCAAoC,GAA6B;IACrE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,+CAA+C,GACnD;IACE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,gCAAgC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACJ,MAAM,qCAAqC,GAA6B;IACtE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,0CAA0C,GAA6B;IAC3E,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,gCAAgC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,UAAU;QACrB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gCAAgC,GAA6B;IACjE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,QAAQ,CAAC;IAC7E,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Remediations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { PolicyInsightsClient } from \"../policyInsightsClient.js\";\nimport {\n RemediationDeployment,\n RemediationsListDeploymentsAtManagementGroupNextOptionalParams,\n RemediationsListDeploymentsAtManagementGroupOptionalParams,\n RemediationsListDeploymentsAtManagementGroupResponse,\n Remediation,\n RemediationsListForManagementGroupNextOptionalParams,\n RemediationsListForManagementGroupOptionalParams,\n RemediationsListForManagementGroupResponse,\n RemediationsListDeploymentsAtSubscriptionNextOptionalParams,\n RemediationsListDeploymentsAtSubscriptionOptionalParams,\n RemediationsListDeploymentsAtSubscriptionResponse,\n RemediationsListForSubscriptionNextOptionalParams,\n RemediationsListForSubscriptionOptionalParams,\n RemediationsListForSubscriptionResponse,\n RemediationsListDeploymentsAtResourceGroupNextOptionalParams,\n RemediationsListDeploymentsAtResourceGroupOptionalParams,\n RemediationsListDeploymentsAtResourceGroupResponse,\n RemediationsListForResourceGroupNextOptionalParams,\n RemediationsListForResourceGroupOptionalParams,\n RemediationsListForResourceGroupResponse,\n RemediationsListDeploymentsAtResourceNextOptionalParams,\n RemediationsListDeploymentsAtResourceOptionalParams,\n RemediationsListDeploymentsAtResourceResponse,\n RemediationsListForResourceNextOptionalParams,\n RemediationsListForResourceOptionalParams,\n RemediationsListForResourceResponse,\n RemediationsCancelAtManagementGroupOptionalParams,\n RemediationsCancelAtManagementGroupResponse,\n RemediationsCreateOrUpdateAtManagementGroupOptionalParams,\n RemediationsCreateOrUpdateAtManagementGroupResponse,\n RemediationsGetAtManagementGroupOptionalParams,\n RemediationsGetAtManagementGroupResponse,\n RemediationsDeleteAtManagementGroupOptionalParams,\n RemediationsDeleteAtManagementGroupResponse,\n RemediationsCancelAtSubscriptionOptionalParams,\n RemediationsCancelAtSubscriptionResponse,\n RemediationsCreateOrUpdateAtSubscriptionOptionalParams,\n RemediationsCreateOrUpdateAtSubscriptionResponse,\n RemediationsGetAtSubscriptionOptionalParams,\n RemediationsGetAtSubscriptionResponse,\n RemediationsDeleteAtSubscriptionOptionalParams,\n RemediationsDeleteAtSubscriptionResponse,\n RemediationsCancelAtResourceGroupOptionalParams,\n RemediationsCancelAtResourceGroupResponse,\n RemediationsCreateOrUpdateAtResourceGroupOptionalParams,\n RemediationsCreateOrUpdateAtResourceGroupResponse,\n RemediationsGetAtResourceGroupOptionalParams,\n RemediationsGetAtResourceGroupResponse,\n RemediationsDeleteAtResourceGroupOptionalParams,\n RemediationsDeleteAtResourceGroupResponse,\n RemediationsCancelAtResourceOptionalParams,\n RemediationsCancelAtResourceResponse,\n RemediationsCreateOrUpdateAtResourceOptionalParams,\n RemediationsCreateOrUpdateAtResourceResponse,\n RemediationsGetAtResourceOptionalParams,\n RemediationsGetAtResourceResponse,\n RemediationsDeleteAtResourceOptionalParams,\n RemediationsDeleteAtResourceResponse,\n RemediationsListDeploymentsAtManagementGroupNextResponse,\n RemediationsListForManagementGroupNextResponse,\n RemediationsListDeploymentsAtSubscriptionNextResponse,\n RemediationsListForSubscriptionNextResponse,\n RemediationsListDeploymentsAtResourceGroupNextResponse,\n RemediationsListForResourceGroupNextResponse,\n RemediationsListDeploymentsAtResourceNextResponse,\n RemediationsListForResourceNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Remediations operations. */\nexport class RemediationsImpl implements Remediations {\n private readonly client: PolicyInsightsClient;\n\n /**\n * Initialize a new instance of the class Remediations class.\n * @param client Reference to the service client\n */\n constructor(client: PolicyInsightsClient) {\n this.client = client;\n }\n\n /**\n * Gets all deployments for a remediation at management group scope.\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n public listDeploymentsAtManagementGroup(\n managementGroupId: string,\n remediationName: string,\n options?: RemediationsListDeploymentsAtManagementGroupOptionalParams,\n ): PagedAsyncIterableIterator<RemediationDeployment> {\n const iter = this.listDeploymentsAtManagementGroupPagingAll(\n managementGroupId,\n remediationName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listDeploymentsAtManagementGroupPagingPage(\n managementGroupId,\n remediationName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listDeploymentsAtManagementGroupPagingPage(\n managementGroupId: string,\n remediationName: string,\n options?: RemediationsListDeploymentsAtManagementGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<RemediationDeployment[]> {\n let result: RemediationsListDeploymentsAtManagementGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listDeploymentsAtManagementGroup(\n managementGroupId,\n remediationName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listDeploymentsAtManagementGroupNext(\n managementGroupId,\n remediationName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listDeploymentsAtManagementGroupPagingAll(\n managementGroupId: string,\n remediationName: string,\n options?: RemediationsListDeploymentsAtManagementGroupOptionalParams,\n ): AsyncIterableIterator<RemediationDeployment> {\n for await (const page of this.listDeploymentsAtManagementGroupPagingPage(\n managementGroupId,\n remediationName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all remediations for the management group.\n * @param managementGroupId Management group ID.\n * @param options The options parameters.\n */\n public listForManagementGroup(\n managementGroupId: string,\n options?: RemediationsListForManagementGroupOptionalParams,\n ): PagedAsyncIterableIterator<Remediation> {\n const iter = this.listForManagementGroupPagingAll(\n managementGroupId,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForManagementGroupPagingPage(\n managementGroupId,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listForManagementGroupPagingPage(\n managementGroupId: string,\n options?: RemediationsListForManagementGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Remediation[]> {\n let result: RemediationsListForManagementGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForManagementGroup(managementGroupId, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForManagementGroupNext(\n managementGroupId,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForManagementGroupPagingAll(\n managementGroupId: string,\n options?: RemediationsListForManagementGroupOptionalParams,\n ): AsyncIterableIterator<Remediation> {\n for await (const page of this.listForManagementGroupPagingPage(\n managementGroupId,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all deployments for a remediation at subscription scope.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n public listDeploymentsAtSubscription(\n remediationName: string,\n options?: RemediationsListDeploymentsAtSubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<RemediationDeployment> {\n const iter = this.listDeploymentsAtSubscriptionPagingAll(\n remediationName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listDeploymentsAtSubscriptionPagingPage(\n remediationName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listDeploymentsAtSubscriptionPagingPage(\n remediationName: string,\n options?: RemediationsListDeploymentsAtSubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<RemediationDeployment[]> {\n let result: RemediationsListDeploymentsAtSubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listDeploymentsAtSubscription(\n remediationName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listDeploymentsAtSubscriptionNext(\n remediationName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listDeploymentsAtSubscriptionPagingAll(\n remediationName: string,\n options?: RemediationsListDeploymentsAtSubscriptionOptionalParams,\n ): AsyncIterableIterator<RemediationDeployment> {\n for await (const page of this.listDeploymentsAtSubscriptionPagingPage(\n remediationName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all remediations for the subscription.\n * @param options The options parameters.\n */\n public listForSubscription(\n options?: RemediationsListForSubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<Remediation> {\n const iter = this.listForSubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForSubscriptionPagingPage(options, settings);\n },\n };\n }\n\n private async *listForSubscriptionPagingPage(\n options?: RemediationsListForSubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Remediation[]> {\n let result: RemediationsListForSubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForSubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForSubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForSubscriptionPagingAll(\n options?: RemediationsListForSubscriptionOptionalParams,\n ): AsyncIterableIterator<Remediation> {\n for await (const page of this.listForSubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets all deployments for a remediation at resource group scope.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n public listDeploymentsAtResourceGroup(\n resourceGroupName: string,\n remediationName: string,\n options?: RemediationsListDeploymentsAtResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<RemediationDeployment> {\n const iter = this.listDeploymentsAtResourceGroupPagingAll(\n resourceGroupName,\n remediationName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listDeploymentsAtResourceGroupPagingPage(\n resourceGroupName,\n remediationName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listDeploymentsAtResourceGroupPagingPage(\n resourceGroupName: string,\n remediationName: string,\n options?: RemediationsListDeploymentsAtResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<RemediationDeployment[]> {\n let result: RemediationsListDeploymentsAtResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listDeploymentsAtResourceGroup(\n resourceGroupName,\n remediationName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listDeploymentsAtResourceGroupNext(\n resourceGroupName,\n remediationName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listDeploymentsAtResourceGroupPagingAll(\n resourceGroupName: string,\n remediationName: string,\n options?: RemediationsListDeploymentsAtResourceGroupOptionalParams,\n ): AsyncIterableIterator<RemediationDeployment> {\n for await (const page of this.listDeploymentsAtResourceGroupPagingPage(\n resourceGroupName,\n remediationName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all remediations for the subscription.\n * @param resourceGroupName Resource group name.\n * @param options The options parameters.\n */\n public listForResourceGroup(\n resourceGroupName: string,\n options?: RemediationsListForResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Remediation> {\n const iter = this.listForResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listForResourceGroupPagingPage(\n resourceGroupName: string,\n options?: RemediationsListForResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Remediation[]> {\n let result: RemediationsListForResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForResourceGroupPagingAll(\n resourceGroupName: string,\n options?: RemediationsListForResourceGroupOptionalParams,\n ): AsyncIterableIterator<Remediation> {\n for await (const page of this.listForResourceGroupPagingPage(\n resourceGroupName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all deployments for a remediation at resource scope.\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n public listDeploymentsAtResource(\n resourceId: string,\n remediationName: string,\n options?: RemediationsListDeploymentsAtResourceOptionalParams,\n ): PagedAsyncIterableIterator<RemediationDeployment> {\n const iter = this.listDeploymentsAtResourcePagingAll(\n resourceId,\n remediationName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listDeploymentsAtResourcePagingPage(\n resourceId,\n remediationName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listDeploymentsAtResourcePagingPage(\n resourceId: string,\n remediationName: string,\n options?: RemediationsListDeploymentsAtResourceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<RemediationDeployment[]> {\n let result: RemediationsListDeploymentsAtResourceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listDeploymentsAtResource(\n resourceId,\n remediationName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listDeploymentsAtResourceNext(\n resourceId,\n remediationName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listDeploymentsAtResourcePagingAll(\n resourceId: string,\n remediationName: string,\n options?: RemediationsListDeploymentsAtResourceOptionalParams,\n ): AsyncIterableIterator<RemediationDeployment> {\n for await (const page of this.listDeploymentsAtResourcePagingPage(\n resourceId,\n remediationName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all remediations for a resource.\n * @param resourceId Resource ID.\n * @param options The options parameters.\n */\n public listForResource(\n resourceId: string,\n options?: RemediationsListForResourceOptionalParams,\n ): PagedAsyncIterableIterator<Remediation> {\n const iter = this.listForResourcePagingAll(resourceId, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listForResourcePagingPage(resourceId, options, settings);\n },\n };\n }\n\n private async *listForResourcePagingPage(\n resourceId: string,\n options?: RemediationsListForResourceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Remediation[]> {\n let result: RemediationsListForResourceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listForResource(resourceId, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listForResourceNext(\n resourceId,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listForResourcePagingAll(\n resourceId: string,\n options?: RemediationsListForResourceOptionalParams,\n ): AsyncIterableIterator<Remediation> {\n for await (const page of this.listForResourcePagingPage(\n resourceId,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all deployments for a remediation at management group scope.\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n private _listDeploymentsAtManagementGroup(\n managementGroupId: string,\n remediationName: string,\n options?: RemediationsListDeploymentsAtManagementGroupOptionalParams,\n ): Promise<RemediationsListDeploymentsAtManagementGroupResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, remediationName, options },\n listDeploymentsAtManagementGroupOperationSpec,\n );\n }\n\n /**\n * Cancels a remediation at management group scope.\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n cancelAtManagementGroup(\n managementGroupId: string,\n remediationName: string,\n options?: RemediationsCancelAtManagementGroupOptionalParams,\n ): Promise<RemediationsCancelAtManagementGroupResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, remediationName, options },\n cancelAtManagementGroupOperationSpec,\n );\n }\n\n /**\n * Gets all remediations for the management group.\n * @param managementGroupId Management group ID.\n * @param options The options parameters.\n */\n private _listForManagementGroup(\n managementGroupId: string,\n options?: RemediationsListForManagementGroupOptionalParams,\n ): Promise<RemediationsListForManagementGroupResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, options },\n listForManagementGroupOperationSpec,\n );\n }\n\n /**\n * Creates or updates a remediation at management group scope.\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param options The options parameters.\n */\n createOrUpdateAtManagementGroup(\n managementGroupId: string,\n remediationName: string,\n parameters: Remediation,\n options?: RemediationsCreateOrUpdateAtManagementGroupOptionalParams,\n ): Promise<RemediationsCreateOrUpdateAtManagementGroupResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, remediationName, parameters, options },\n createOrUpdateAtManagementGroupOperationSpec,\n );\n }\n\n /**\n * Gets an existing remediation at management group scope.\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n getAtManagementGroup(\n managementGroupId: string,\n remediationName: string,\n options?: RemediationsGetAtManagementGroupOptionalParams,\n ): Promise<RemediationsGetAtManagementGroupResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, remediationName, options },\n getAtManagementGroupOperationSpec,\n );\n }\n\n /**\n * Deletes an existing remediation at management group scope.\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n deleteAtManagementGroup(\n managementGroupId: string,\n remediationName: string,\n options?: RemediationsDeleteAtManagementGroupOptionalParams,\n ): Promise<RemediationsDeleteAtManagementGroupResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, remediationName, options },\n deleteAtManagementGroupOperationSpec,\n );\n }\n\n /**\n * Gets all deployments for a remediation at subscription scope.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n private _listDeploymentsAtSubscription(\n remediationName: string,\n options?: RemediationsListDeploymentsAtSubscriptionOptionalParams,\n ): Promise<RemediationsListDeploymentsAtSubscriptionResponse> {\n return this.client.sendOperationRequest(\n { remediationName, options },\n listDeploymentsAtSubscriptionOperationSpec,\n );\n }\n\n /**\n * Cancels a remediation at subscription scope.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n cancelAtSubscription(\n remediationName: string,\n options?: RemediationsCancelAtSubscriptionOptionalParams,\n ): Promise<RemediationsCancelAtSubscriptionResponse> {\n return this.client.sendOperationRequest(\n { remediationName, options },\n cancelAtSubscriptionOperationSpec,\n );\n }\n\n /**\n * Gets all remediations for the subscription.\n * @param options The options parameters.\n */\n private _listForSubscription(\n options?: RemediationsListForSubscriptionOptionalParams,\n ): Promise<RemediationsListForSubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listForSubscriptionOperationSpec,\n );\n }\n\n /**\n * Creates or updates a remediation at subscription scope.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param options The options parameters.\n */\n createOrUpdateAtSubscription(\n remediationName: string,\n parameters: Remediation,\n options?: RemediationsCreateOrUpdateAtSubscriptionOptionalParams,\n ): Promise<RemediationsCreateOrUpdateAtSubscriptionResponse> {\n return this.client.sendOperationRequest(\n { remediationName, parameters, options },\n createOrUpdateAtSubscriptionOperationSpec,\n );\n }\n\n /**\n * Gets an existing remediation at subscription scope.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n getAtSubscription(\n remediationName: string,\n options?: RemediationsGetAtSubscriptionOptionalParams,\n ): Promise<RemediationsGetAtSubscriptionResponse> {\n return this.client.sendOperationRequest(\n { remediationName, options },\n getAtSubscriptionOperationSpec,\n );\n }\n\n /**\n * Deletes an existing remediation at subscription scope.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n deleteAtSubscription(\n remediationName: string,\n options?: RemediationsDeleteAtSubscriptionOptionalParams,\n ): Promise<RemediationsDeleteAtSubscriptionResponse> {\n return this.client.sendOperationRequest(\n { remediationName, options },\n deleteAtSubscriptionOperationSpec,\n );\n }\n\n /**\n * Gets all deployments for a remediation at resource group scope.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n private _listDeploymentsAtResourceGroup(\n resourceGroupName: string,\n remediationName: string,\n options?: RemediationsListDeploymentsAtResourceGroupOptionalParams,\n ): Promise<RemediationsListDeploymentsAtResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, remediationName, options },\n listDeploymentsAtResourceGroupOperationSpec,\n );\n }\n\n /**\n * Cancels a remediation at resource group scope.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n cancelAtResourceGroup(\n resourceGroupName: string,\n remediationName: string,\n options?: RemediationsCancelAtResourceGroupOptionalParams,\n ): Promise<RemediationsCancelAtResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, remediationName, options },\n cancelAtResourceGroupOperationSpec,\n );\n }\n\n /**\n * Gets all remediations for the subscription.\n * @param resourceGroupName Resource group name.\n * @param options The options parameters.\n */\n private _listForResourceGroup(\n resourceGroupName: string,\n options?: RemediationsListForResourceGroupOptionalParams,\n ): Promise<RemediationsListForResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listForResourceGroupOperationSpec,\n );\n }\n\n /**\n * Creates or updates a remediation at resource group scope.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param options The options parameters.\n */\n createOrUpdateAtResourceGroup(\n resourceGroupName: string,\n remediationName: string,\n parameters: Remediation,\n options?: RemediationsCreateOrUpdateAtResourceGroupOptionalParams,\n ): Promise<RemediationsCreateOrUpdateAtResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, remediationName, parameters, options },\n createOrUpdateAtResourceGroupOperationSpec,\n );\n }\n\n /**\n * Gets an existing remediation at resource group scope.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n getAtResourceGroup(\n resourceGroupName: string,\n remediationName: string,\n options?: RemediationsGetAtResourceGroupOptionalParams,\n ): Promise<RemediationsGetAtResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, remediationName, options },\n getAtResourceGroupOperationSpec,\n );\n }\n\n /**\n * Deletes an existing remediation at resource group scope.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n deleteAtResourceGroup(\n resourceGroupName: string,\n remediationName: string,\n options?: RemediationsDeleteAtResourceGroupOptionalParams,\n ): Promise<RemediationsDeleteAtResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, remediationName, options },\n deleteAtResourceGroupOperationSpec,\n );\n }\n\n /**\n * Gets all deployments for a remediation at resource scope.\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n private _listDeploymentsAtResource(\n resourceId: string,\n remediationName: string,\n options?: RemediationsListDeploymentsAtResourceOptionalParams,\n ): Promise<RemediationsListDeploymentsAtResourceResponse> {\n return this.client.sendOperationRequest(\n { resourceId, remediationName, options },\n listDeploymentsAtResourceOperationSpec,\n );\n }\n\n /**\n * Cancel a remediation at resource scope.\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n cancelAtResource(\n resourceId: string,\n remediationName: string,\n options?: RemediationsCancelAtResourceOptionalParams,\n ): Promise<RemediationsCancelAtResourceResponse> {\n return this.client.sendOperationRequest(\n { resourceId, remediationName, options },\n cancelAtResourceOperationSpec,\n );\n }\n\n /**\n * Gets all remediations for a resource.\n * @param resourceId Resource ID.\n * @param options The options parameters.\n */\n private _listForResource(\n resourceId: string,\n options?: RemediationsListForResourceOptionalParams,\n ): Promise<RemediationsListForResourceResponse> {\n return this.client.sendOperationRequest(\n { resourceId, options },\n listForResourceOperationSpec,\n );\n }\n\n /**\n * Creates or updates a remediation at resource scope.\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param options The options parameters.\n */\n createOrUpdateAtResource(\n resourceId: string,\n remediationName: string,\n parameters: Remediation,\n options?: RemediationsCreateOrUpdateAtResourceOptionalParams,\n ): Promise<RemediationsCreateOrUpdateAtResourceResponse> {\n return this.client.sendOperationRequest(\n { resourceId, remediationName, parameters, options },\n createOrUpdateAtResourceOperationSpec,\n );\n }\n\n /**\n * Gets an existing remediation at resource scope.\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n getAtResource(\n resourceId: string,\n remediationName: string,\n options?: RemediationsGetAtResourceOptionalParams,\n ): Promise<RemediationsGetAtResourceResponse> {\n return this.client.sendOperationRequest(\n { resourceId, remediationName, options },\n getAtResourceOperationSpec,\n );\n }\n\n /**\n * Deletes an existing remediation at individual resource scope.\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param options The options parameters.\n */\n deleteAtResource(\n resourceId: string,\n remediationName: string,\n options?: RemediationsDeleteAtResourceOptionalParams,\n ): Promise<RemediationsDeleteAtResourceResponse> {\n return this.client.sendOperationRequest(\n { resourceId, remediationName, options },\n deleteAtResourceOperationSpec,\n );\n }\n\n /**\n * ListDeploymentsAtManagementGroupNext\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param nextLink The nextLink from the previous successful call to the\n * ListDeploymentsAtManagementGroup method.\n * @param options The options parameters.\n */\n private _listDeploymentsAtManagementGroupNext(\n managementGroupId: string,\n remediationName: string,\n nextLink: string,\n options?: RemediationsListDeploymentsAtManagementGroupNextOptionalParams,\n ): Promise<RemediationsListDeploymentsAtManagementGroupNextResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, remediationName, nextLink, options },\n listDeploymentsAtManagementGroupNextOperationSpec,\n );\n }\n\n /**\n * ListForManagementGroupNext\n * @param managementGroupId Management group ID.\n * @param nextLink The nextLink from the previous successful call to the ListForManagementGroup method.\n * @param options The options parameters.\n */\n private _listForManagementGroupNext(\n managementGroupId: string,\n nextLink: string,\n options?: RemediationsListForManagementGroupNextOptionalParams,\n ): Promise<RemediationsListForManagementGroupNextResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, nextLink, options },\n listForManagementGroupNextOperationSpec,\n );\n }\n\n /**\n * ListDeploymentsAtSubscriptionNext\n * @param remediationName The name of the remediation.\n * @param nextLink The nextLink from the previous successful call to the ListDeploymentsAtSubscription\n * method.\n * @param options The options parameters.\n */\n private _listDeploymentsAtSubscriptionNext(\n remediationName: string,\n nextLink: string,\n options?: RemediationsListDeploymentsAtSubscriptionNextOptionalParams,\n ): Promise<RemediationsListDeploymentsAtSubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { remediationName, nextLink, options },\n listDeploymentsAtSubscriptionNextOperationSpec,\n );\n }\n\n /**\n * ListForSubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListForSubscription method.\n * @param options The options parameters.\n */\n private _listForSubscriptionNext(\n nextLink: string,\n options?: RemediationsListForSubscriptionNextOptionalParams,\n ): Promise<RemediationsListForSubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listForSubscriptionNextOperationSpec,\n );\n }\n\n /**\n * ListDeploymentsAtResourceGroupNext\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param nextLink The nextLink from the previous successful call to the ListDeploymentsAtResourceGroup\n * method.\n * @param options The options parameters.\n */\n private _listDeploymentsAtResourceGroupNext(\n resourceGroupName: string,\n remediationName: string,\n nextLink: string,\n options?: RemediationsListDeploymentsAtResourceGroupNextOptionalParams,\n ): Promise<RemediationsListDeploymentsAtResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, remediationName, nextLink, options },\n listDeploymentsAtResourceGroupNextOperationSpec,\n );\n }\n\n /**\n * ListForResourceGroupNext\n * @param resourceGroupName Resource group name.\n * @param nextLink The nextLink from the previous successful call to the ListForResourceGroup method.\n * @param options The options parameters.\n */\n private _listForResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: RemediationsListForResourceGroupNextOptionalParams,\n ): Promise<RemediationsListForResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listForResourceGroupNextOperationSpec,\n );\n }\n\n /**\n * ListDeploymentsAtResourceNext\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param nextLink The nextLink from the previous successful call to the ListDeploymentsAtResource\n * method.\n * @param options The options parameters.\n */\n private _listDeploymentsAtResourceNext(\n resourceId: string,\n remediationName: string,\n nextLink: string,\n options?: RemediationsListDeploymentsAtResourceNextOptionalParams,\n ): Promise<RemediationsListDeploymentsAtResourceNextResponse> {\n return this.client.sendOperationRequest(\n { resourceId, remediationName, nextLink, options },\n listDeploymentsAtResourceNextOperationSpec,\n );\n }\n\n /**\n * ListForResourceNext\n * @param resourceId Resource ID.\n * @param nextLink The nextLink from the previous successful call to the ListForResource method.\n * @param options The options parameters.\n */\n private _listForResourceNext(\n resourceId: string,\n nextLink: string,\n options?: RemediationsListForResourceNextOptionalParams,\n ): Promise<RemediationsListForResourceNextResponse> {\n return this.client.sendOperationRequest(\n { resourceId, nextLink, options },\n listForResourceNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listDeploymentsAtManagementGroupOperationSpec: coreClient.OperationSpec =\n {\n path: \"/providers/{managementGroupsNamespace}/managementGroups/{managementGroupId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/listDeployments\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.top, Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst cancelAtManagementGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/{managementGroupsNamespace}/managementGroups/{managementGroupId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/cancel\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listForManagementGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/{managementGroupsNamespace}/managementGroups/{managementGroupId}/providers/Microsoft.PolicyInsights/remediations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.top, Parameters.filter, Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateAtManagementGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/{managementGroupsNamespace}/managementGroups/{managementGroupId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n 201: {\n bodyMapper: Mappers.Remediation,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getAtManagementGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/{managementGroupsNamespace}/managementGroups/{managementGroupId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteAtManagementGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/{managementGroupsNamespace}/managementGroups/{managementGroupId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listDeploymentsAtSubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/listDeployments\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.top, Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst cancelAtSubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/cancel\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listForSubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/remediations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.top, Parameters.filter, Parameters.apiVersion1],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateAtSubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n 201: {\n bodyMapper: Mappers.Remediation,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getAtSubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteAtSubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listDeploymentsAtResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/listDeployments\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.top, Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst cancelAtResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/cancel\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listForResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/remediations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.top, Parameters.filter, Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateAtResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n 201: {\n bodyMapper: Mappers.Remediation,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getAtResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteAtResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listDeploymentsAtResourceOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/listDeployments\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.top, Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst cancelAtResourceOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/cancel\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listForResourceOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceId}/providers/Microsoft.PolicyInsights/remediations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.top, Parameters.filter, Parameters.apiVersion1],\n urlParameters: [Parameters.$host, Parameters.resourceId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateAtResourceOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n 201: {\n bodyMapper: Mappers.Remediation,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getAtResourceOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteAtResourceOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation,\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listDeploymentsAtManagementGroupNextOperationSpec: coreClient.OperationSpec =\n {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupsNamespace,\n Parameters.nextLink,\n Parameters.managementGroupId,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst listForManagementGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupsNamespace,\n Parameters.nextLink,\n Parameters.managementGroupId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listDeploymentsAtSubscriptionNextOperationSpec: coreClient.OperationSpec =\n {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst listForSubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listDeploymentsAtResourceGroupNextOperationSpec: coreClient.OperationSpec =\n {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst listForResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listDeploymentsAtResourceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.nextLink,\n Parameters.remediationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listForResourceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.resourceId, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { Attestation, AttestationsListForSubscriptionOptionalParams, AttestationsListForResourceGroupOptionalParams, AttestationsListForResourceOptionalParams, AttestationsCreateOrUpdateAtSubscriptionOptionalParams, AttestationsCreateOrUpdateAtSubscriptionResponse, AttestationsGetAtSubscriptionOptionalParams, AttestationsGetAtSubscriptionResponse, AttestationsDeleteAtSubscriptionOptionalParams, AttestationsCreateOrUpdateAtResourceGroupOptionalParams, AttestationsCreateOrUpdateAtResourceGroupResponse, AttestationsGetAtResourceGroupOptionalParams, AttestationsGetAtResourceGroupResponse, AttestationsDeleteAtResourceGroupOptionalParams, AttestationsCreateOrUpdateAtResourceOptionalParams, AttestationsCreateOrUpdateAtResourceResponse, AttestationsGetAtResourceOptionalParams, AttestationsGetAtResourceResponse, AttestationsDeleteAtResourceOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Attestations. */
|
|
5
|
+
export interface Attestations {
|
|
6
|
+
/**
|
|
7
|
+
* Gets all attestations for the subscription.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
listForSubscription(options?: AttestationsListForSubscriptionOptionalParams): PagedAsyncIterableIterator<Attestation>;
|
|
11
|
+
/**
|
|
12
|
+
* Gets all attestations for the resource group.
|
|
13
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
listForResourceGroup(resourceGroupName: string, options?: AttestationsListForResourceGroupOptionalParams): PagedAsyncIterableIterator<Attestation>;
|
|
17
|
+
/**
|
|
18
|
+
* Gets all attestations for a resource.
|
|
19
|
+
* @param resourceId Resource ID.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
listForResource(resourceId: string, options?: AttestationsListForResourceOptionalParams): PagedAsyncIterableIterator<Attestation>;
|
|
23
|
+
/**
|
|
24
|
+
* Creates or updates an attestation at subscription scope.
|
|
25
|
+
* @param attestationName The name of the attestation.
|
|
26
|
+
* @param parameters The attestation parameters.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
beginCreateOrUpdateAtSubscription(attestationName: string, parameters: Attestation, options?: AttestationsCreateOrUpdateAtSubscriptionOptionalParams): Promise<SimplePollerLike<OperationState<AttestationsCreateOrUpdateAtSubscriptionResponse>, AttestationsCreateOrUpdateAtSubscriptionResponse>>;
|
|
30
|
+
/**
|
|
31
|
+
* Creates or updates an attestation at subscription scope.
|
|
32
|
+
* @param attestationName The name of the attestation.
|
|
33
|
+
* @param parameters The attestation parameters.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
beginCreateOrUpdateAtSubscriptionAndWait(attestationName: string, parameters: Attestation, options?: AttestationsCreateOrUpdateAtSubscriptionOptionalParams): Promise<AttestationsCreateOrUpdateAtSubscriptionResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* Gets an existing attestation at subscription scope.
|
|
39
|
+
* @param attestationName The name of the attestation.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
getAtSubscription(attestationName: string, options?: AttestationsGetAtSubscriptionOptionalParams): Promise<AttestationsGetAtSubscriptionResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* Deletes an existing attestation at subscription scope.
|
|
45
|
+
* @param attestationName The name of the attestation.
|
|
46
|
+
* @param options The options parameters.
|
|
47
|
+
*/
|
|
48
|
+
deleteAtSubscription(attestationName: string, options?: AttestationsDeleteAtSubscriptionOptionalParams): Promise<void>;
|
|
49
|
+
/**
|
|
50
|
+
* Creates or updates an attestation at resource group scope.
|
|
51
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
52
|
+
* @param attestationName The name of the attestation.
|
|
53
|
+
* @param parameters The attestation parameters.
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
beginCreateOrUpdateAtResourceGroup(resourceGroupName: string, attestationName: string, parameters: Attestation, options?: AttestationsCreateOrUpdateAtResourceGroupOptionalParams): Promise<SimplePollerLike<OperationState<AttestationsCreateOrUpdateAtResourceGroupResponse>, AttestationsCreateOrUpdateAtResourceGroupResponse>>;
|
|
57
|
+
/**
|
|
58
|
+
* Creates or updates an attestation at resource group scope.
|
|
59
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
60
|
+
* @param attestationName The name of the attestation.
|
|
61
|
+
* @param parameters The attestation parameters.
|
|
62
|
+
* @param options The options parameters.
|
|
63
|
+
*/
|
|
64
|
+
beginCreateOrUpdateAtResourceGroupAndWait(resourceGroupName: string, attestationName: string, parameters: Attestation, options?: AttestationsCreateOrUpdateAtResourceGroupOptionalParams): Promise<AttestationsCreateOrUpdateAtResourceGroupResponse>;
|
|
65
|
+
/**
|
|
66
|
+
* Gets an existing attestation at resource group scope.
|
|
67
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
68
|
+
* @param attestationName The name of the attestation.
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
getAtResourceGroup(resourceGroupName: string, attestationName: string, options?: AttestationsGetAtResourceGroupOptionalParams): Promise<AttestationsGetAtResourceGroupResponse>;
|
|
72
|
+
/**
|
|
73
|
+
* Deletes an existing attestation at resource group scope.
|
|
74
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
|
+
* @param attestationName The name of the attestation.
|
|
76
|
+
* @param options The options parameters.
|
|
77
|
+
*/
|
|
78
|
+
deleteAtResourceGroup(resourceGroupName: string, attestationName: string, options?: AttestationsDeleteAtResourceGroupOptionalParams): Promise<void>;
|
|
79
|
+
/**
|
|
80
|
+
* Creates or updates an attestation at resource scope.
|
|
81
|
+
* @param resourceId Resource ID.
|
|
82
|
+
* @param attestationName The name of the attestation.
|
|
83
|
+
* @param parameters The attestation parameters.
|
|
84
|
+
* @param options The options parameters.
|
|
85
|
+
*/
|
|
86
|
+
beginCreateOrUpdateAtResource(resourceId: string, attestationName: string, parameters: Attestation, options?: AttestationsCreateOrUpdateAtResourceOptionalParams): Promise<SimplePollerLike<OperationState<AttestationsCreateOrUpdateAtResourceResponse>, AttestationsCreateOrUpdateAtResourceResponse>>;
|
|
87
|
+
/**
|
|
88
|
+
* Creates or updates an attestation at resource scope.
|
|
89
|
+
* @param resourceId Resource ID.
|
|
90
|
+
* @param attestationName The name of the attestation.
|
|
91
|
+
* @param parameters The attestation parameters.
|
|
92
|
+
* @param options The options parameters.
|
|
93
|
+
*/
|
|
94
|
+
beginCreateOrUpdateAtResourceAndWait(resourceId: string, attestationName: string, parameters: Attestation, options?: AttestationsCreateOrUpdateAtResourceOptionalParams): Promise<AttestationsCreateOrUpdateAtResourceResponse>;
|
|
95
|
+
/**
|
|
96
|
+
* Gets an existing attestation at resource scope.
|
|
97
|
+
* @param resourceId Resource ID.
|
|
98
|
+
* @param attestationName The name of the attestation.
|
|
99
|
+
* @param options The options parameters.
|
|
100
|
+
*/
|
|
101
|
+
getAtResource(resourceId: string, attestationName: string, options?: AttestationsGetAtResourceOptionalParams): Promise<AttestationsGetAtResourceResponse>;
|
|
102
|
+
/**
|
|
103
|
+
* Deletes an existing attestation at individual resource scope.
|
|
104
|
+
* @param resourceId Resource ID.
|
|
105
|
+
* @param attestationName The name of the attestation.
|
|
106
|
+
* @param options The options parameters.
|
|
107
|
+
*/
|
|
108
|
+
deleteAtResource(resourceId: string, attestationName: string, options?: AttestationsDeleteAtResourceOptionalParams): Promise<void>;
|
|
109
|
+
}
|
|
110
|
+
//# sourceMappingURL=attestations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attestations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/attestations.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=attestations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attestations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/attestations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Attestation,\n AttestationsListForSubscriptionOptionalParams,\n AttestationsListForResourceGroupOptionalParams,\n AttestationsListForResourceOptionalParams,\n AttestationsCreateOrUpdateAtSubscriptionOptionalParams,\n AttestationsCreateOrUpdateAtSubscriptionResponse,\n AttestationsGetAtSubscriptionOptionalParams,\n AttestationsGetAtSubscriptionResponse,\n AttestationsDeleteAtSubscriptionOptionalParams,\n AttestationsCreateOrUpdateAtResourceGroupOptionalParams,\n AttestationsCreateOrUpdateAtResourceGroupResponse,\n AttestationsGetAtResourceGroupOptionalParams,\n AttestationsGetAtResourceGroupResponse,\n AttestationsDeleteAtResourceGroupOptionalParams,\n AttestationsCreateOrUpdateAtResourceOptionalParams,\n AttestationsCreateOrUpdateAtResourceResponse,\n AttestationsGetAtResourceOptionalParams,\n AttestationsGetAtResourceResponse,\n AttestationsDeleteAtResourceOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Attestations. */\nexport interface Attestations {\n /**\n * Gets all attestations for the subscription.\n * @param options The options parameters.\n */\n listForSubscription(\n options?: AttestationsListForSubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<Attestation>;\n /**\n * Gets all attestations for the resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listForResourceGroup(\n resourceGroupName: string,\n options?: AttestationsListForResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Attestation>;\n /**\n * Gets all attestations for a resource.\n * @param resourceId Resource ID.\n * @param options The options parameters.\n */\n listForResource(\n resourceId: string,\n options?: AttestationsListForResourceOptionalParams,\n ): PagedAsyncIterableIterator<Attestation>;\n /**\n * Creates or updates an attestation at subscription scope.\n * @param attestationName The name of the attestation.\n * @param parameters The attestation parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtSubscription(\n attestationName: string,\n parameters: Attestation,\n options?: AttestationsCreateOrUpdateAtSubscriptionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AttestationsCreateOrUpdateAtSubscriptionResponse>,\n AttestationsCreateOrUpdateAtSubscriptionResponse\n >\n >;\n /**\n * Creates or updates an attestation at subscription scope.\n * @param attestationName The name of the attestation.\n * @param parameters The attestation parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtSubscriptionAndWait(\n attestationName: string,\n parameters: Attestation,\n options?: AttestationsCreateOrUpdateAtSubscriptionOptionalParams,\n ): Promise<AttestationsCreateOrUpdateAtSubscriptionResponse>;\n /**\n * Gets an existing attestation at subscription scope.\n * @param attestationName The name of the attestation.\n * @param options The options parameters.\n */\n getAtSubscription(\n attestationName: string,\n options?: AttestationsGetAtSubscriptionOptionalParams,\n ): Promise<AttestationsGetAtSubscriptionResponse>;\n /**\n * Deletes an existing attestation at subscription scope.\n * @param attestationName The name of the attestation.\n * @param options The options parameters.\n */\n deleteAtSubscription(\n attestationName: string,\n options?: AttestationsDeleteAtSubscriptionOptionalParams,\n ): Promise<void>;\n /**\n * Creates or updates an attestation at resource group scope.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param attestationName The name of the attestation.\n * @param parameters The attestation parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtResourceGroup(\n resourceGroupName: string,\n attestationName: string,\n parameters: Attestation,\n options?: AttestationsCreateOrUpdateAtResourceGroupOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AttestationsCreateOrUpdateAtResourceGroupResponse>,\n AttestationsCreateOrUpdateAtResourceGroupResponse\n >\n >;\n /**\n * Creates or updates an attestation at resource group scope.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param attestationName The name of the attestation.\n * @param parameters The attestation parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtResourceGroupAndWait(\n resourceGroupName: string,\n attestationName: string,\n parameters: Attestation,\n options?: AttestationsCreateOrUpdateAtResourceGroupOptionalParams,\n ): Promise<AttestationsCreateOrUpdateAtResourceGroupResponse>;\n /**\n * Gets an existing attestation at resource group scope.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param attestationName The name of the attestation.\n * @param options The options parameters.\n */\n getAtResourceGroup(\n resourceGroupName: string,\n attestationName: string,\n options?: AttestationsGetAtResourceGroupOptionalParams,\n ): Promise<AttestationsGetAtResourceGroupResponse>;\n /**\n * Deletes an existing attestation at resource group scope.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param attestationName The name of the attestation.\n * @param options The options parameters.\n */\n deleteAtResourceGroup(\n resourceGroupName: string,\n attestationName: string,\n options?: AttestationsDeleteAtResourceGroupOptionalParams,\n ): Promise<void>;\n /**\n * Creates or updates an attestation at resource scope.\n * @param resourceId Resource ID.\n * @param attestationName The name of the attestation.\n * @param parameters The attestation parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtResource(\n resourceId: string,\n attestationName: string,\n parameters: Attestation,\n options?: AttestationsCreateOrUpdateAtResourceOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AttestationsCreateOrUpdateAtResourceResponse>,\n AttestationsCreateOrUpdateAtResourceResponse\n >\n >;\n /**\n * Creates or updates an attestation at resource scope.\n * @param resourceId Resource ID.\n * @param attestationName The name of the attestation.\n * @param parameters The attestation parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtResourceAndWait(\n resourceId: string,\n attestationName: string,\n parameters: Attestation,\n options?: AttestationsCreateOrUpdateAtResourceOptionalParams,\n ): Promise<AttestationsCreateOrUpdateAtResourceResponse>;\n /**\n * Gets an existing attestation at resource scope.\n * @param resourceId Resource ID.\n * @param attestationName The name of the attestation.\n * @param options The options parameters.\n */\n getAtResource(\n resourceId: string,\n attestationName: string,\n options?: AttestationsGetAtResourceOptionalParams,\n ): Promise<AttestationsGetAtResourceResponse>;\n /**\n * Deletes an existing attestation at individual resource scope.\n * @param resourceId Resource ID.\n * @param attestationName The name of the attestation.\n * @param options The options parameters.\n */\n deleteAtResource(\n resourceId: string,\n attestationName: string,\n options?: AttestationsDeleteAtResourceOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { ComponentPolicyStatesResource, ComponentPolicyStatesListQueryResultsForSubscriptionOptionalParams, ComponentPolicyStatesListQueryResultsForSubscriptionResponse, ComponentPolicyStatesListQueryResultsForResourceGroupOptionalParams, ComponentPolicyStatesListQueryResultsForResourceGroupResponse, ComponentPolicyStatesListQueryResultsForResourceOptionalParams, ComponentPolicyStatesListQueryResultsForResourceResponse, ComponentPolicyStatesListQueryResultsForPolicyDefinitionOptionalParams, ComponentPolicyStatesListQueryResultsForPolicyDefinitionResponse, ComponentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams, ComponentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentResponse, ComponentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams, ComponentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a ComponentPolicyStates. */
|
|
3
|
+
export interface ComponentPolicyStates {
|
|
4
|
+
/**
|
|
5
|
+
* Queries component policy states under subscription scope.
|
|
6
|
+
* @param subscriptionId Microsoft Azure subscription ID.
|
|
7
|
+
* @param componentPolicyStatesResource The virtual resource under ComponentPolicyStates resource type.
|
|
8
|
+
* In a given time range, 'latest' represents the latest component policy state(s).
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
listQueryResultsForSubscription(subscriptionId: string, componentPolicyStatesResource: ComponentPolicyStatesResource, options?: ComponentPolicyStatesListQueryResultsForSubscriptionOptionalParams): Promise<ComponentPolicyStatesListQueryResultsForSubscriptionResponse>;
|
|
12
|
+
/**
|
|
13
|
+
* Queries component policy states under resource group scope.
|
|
14
|
+
* @param subscriptionId Microsoft Azure subscription ID.
|
|
15
|
+
* @param resourceGroupName Resource group name.
|
|
16
|
+
* @param componentPolicyStatesResource The virtual resource under ComponentPolicyStates resource type.
|
|
17
|
+
* In a given time range, 'latest' represents the latest component policy state(s).
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
listQueryResultsForResourceGroup(subscriptionId: string, resourceGroupName: string, componentPolicyStatesResource: ComponentPolicyStatesResource, options?: ComponentPolicyStatesListQueryResultsForResourceGroupOptionalParams): Promise<ComponentPolicyStatesListQueryResultsForResourceGroupResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Queries component policy states for the resource.
|
|
23
|
+
* @param resourceId Resource ID.
|
|
24
|
+
* @param componentPolicyStatesResource The virtual resource under ComponentPolicyStates resource type.
|
|
25
|
+
* In a given time range, 'latest' represents the latest component policy state(s).
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
listQueryResultsForResource(resourceId: string, componentPolicyStatesResource: ComponentPolicyStatesResource, options?: ComponentPolicyStatesListQueryResultsForResourceOptionalParams): Promise<ComponentPolicyStatesListQueryResultsForResourceResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* Queries component policy states for the subscription level policy definition.
|
|
31
|
+
* @param subscriptionId Microsoft Azure subscription ID.
|
|
32
|
+
* @param policyDefinitionName Policy definition name.
|
|
33
|
+
* @param componentPolicyStatesResource The virtual resource under ComponentPolicyStates resource type.
|
|
34
|
+
* In a given time range, 'latest' represents the latest component policy state(s).
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
listQueryResultsForPolicyDefinition(subscriptionId: string, policyDefinitionName: string, componentPolicyStatesResource: ComponentPolicyStatesResource, options?: ComponentPolicyStatesListQueryResultsForPolicyDefinitionOptionalParams): Promise<ComponentPolicyStatesListQueryResultsForPolicyDefinitionResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Queries component policy states for the subscription level policy assignment.
|
|
40
|
+
* @param subscriptionId Microsoft Azure subscription ID.
|
|
41
|
+
* @param policyAssignmentName Policy assignment name.
|
|
42
|
+
* @param componentPolicyStatesResource The virtual resource under ComponentPolicyStates resource type.
|
|
43
|
+
* In a given time range, 'latest' represents the latest component policy state(s).
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
listQueryResultsForSubscriptionLevelPolicyAssignment(subscriptionId: string, policyAssignmentName: string, componentPolicyStatesResource: ComponentPolicyStatesResource, options?: ComponentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams): Promise<ComponentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* Queries component policy states for the resource group level policy assignment.
|
|
49
|
+
* @param subscriptionId Microsoft Azure subscription ID.
|
|
50
|
+
* @param resourceGroupName Resource group name.
|
|
51
|
+
* @param policyAssignmentName Policy assignment name.
|
|
52
|
+
* @param componentPolicyStatesResource The virtual resource under ComponentPolicyStates resource type.
|
|
53
|
+
* In a given time range, 'latest' represents the latest component policy state(s).
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
listQueryResultsForResourceGroupLevelPolicyAssignment(subscriptionId: string, resourceGroupName: string, policyAssignmentName: string, componentPolicyStatesResource: ComponentPolicyStatesResource, options?: ComponentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams): Promise<ComponentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentResponse>;
|
|
57
|
+
}
|
|
58
|
+
//# sourceMappingURL=componentPolicyStates.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"componentPolicyStates.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentPolicyStates.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,6BAA6B,EAC7B,kEAAkE,EAClE,4DAA4D,EAC5D,mEAAmE,EACnE,6DAA6D,EAC7D,8DAA8D,EAC9D,wDAAwD,EACxD,sEAAsE,EACtE,gEAAgE,EAChE,uFAAuF,EACvF,iFAAiF,EACjF,wFAAwF,EACxF,kFAAkF,EACnF,MAAM,oBAAoB,CAAC;AAE5B,sDAAsD;AACtD,MAAM,WAAW,qBAAqB;IACpC;;;;;;OAMG;IACH,+BAA+B,CAC7B,cAAc,EAAE,MAAM,EACtB,6BAA6B,EAAE,6BAA6B,EAC5D,OAAO,CAAC,EAAE,kEAAkE,GAC3E,OAAO,CAAC,4DAA4D,CAAC,CAAC;IACzE;;;;;;;OAOG;IACH,gCAAgC,CAC9B,cAAc,EAAE,MAAM,EACtB,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,6BAA6B,EAC5D,OAAO,CAAC,EAAE,mEAAmE,GAC5E,OAAO,CAAC,6DAA6D,CAAC,CAAC;IAC1E;;;;;;OAMG;IACH,2BAA2B,CACzB,UAAU,EAAE,MAAM,EAClB,6BAA6B,EAAE,6BAA6B,EAC5D,OAAO,CAAC,EAAE,8DAA8D,GACvE,OAAO,CAAC,wDAAwD,CAAC,CAAC;IACrE;;;;;;;OAOG;IACH,mCAAmC,CACjC,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,6BAA6B,EAAE,6BAA6B,EAC5D,OAAO,CAAC,EAAE,sEAAsE,GAC/E,OAAO,CAAC,gEAAgE,CAAC,CAAC;IAC7E;;;;;;;OAOG;IACH,oDAAoD,CAClD,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,6BAA6B,EAAE,6BAA6B,EAC5D,OAAO,CAAC,EAAE,uFAAuF,GAChG,OAAO,CAAC,iFAAiF,CAAC,CAAC;IAC9F;;;;;;;;OAQG;IACH,qDAAqD,CACnD,cAAc,EAAE,MAAM,EACtB,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,6BAA6B,EAAE,6BAA6B,EAC5D,OAAO,CAAC,EAAE,wFAAwF,GACjG,OAAO,CAAC,kFAAkF,CAAC,CAAC;CAChG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=componentPolicyStates.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"componentPolicyStates.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentPolicyStates.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n ComponentPolicyStatesResource,\n ComponentPolicyStatesListQueryResultsForSubscriptionOptionalParams,\n ComponentPolicyStatesListQueryResultsForSubscriptionResponse,\n ComponentPolicyStatesListQueryResultsForResourceGroupOptionalParams,\n ComponentPolicyStatesListQueryResultsForResourceGroupResponse,\n ComponentPolicyStatesListQueryResultsForResourceOptionalParams,\n ComponentPolicyStatesListQueryResultsForResourceResponse,\n ComponentPolicyStatesListQueryResultsForPolicyDefinitionOptionalParams,\n ComponentPolicyStatesListQueryResultsForPolicyDefinitionResponse,\n ComponentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams,\n ComponentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentResponse,\n ComponentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams,\n ComponentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a ComponentPolicyStates. */\nexport interface ComponentPolicyStates {\n /**\n * Queries component policy states under subscription scope.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param componentPolicyStatesResource The virtual resource under ComponentPolicyStates resource type.\n * In a given time range, 'latest' represents the latest component policy state(s).\n * @param options The options parameters.\n */\n listQueryResultsForSubscription(\n subscriptionId: string,\n componentPolicyStatesResource: ComponentPolicyStatesResource,\n options?: ComponentPolicyStatesListQueryResultsForSubscriptionOptionalParams,\n ): Promise<ComponentPolicyStatesListQueryResultsForSubscriptionResponse>;\n /**\n * Queries component policy states under resource group scope.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param componentPolicyStatesResource The virtual resource under ComponentPolicyStates resource type.\n * In a given time range, 'latest' represents the latest component policy state(s).\n * @param options The options parameters.\n */\n listQueryResultsForResourceGroup(\n subscriptionId: string,\n resourceGroupName: string,\n componentPolicyStatesResource: ComponentPolicyStatesResource,\n options?: ComponentPolicyStatesListQueryResultsForResourceGroupOptionalParams,\n ): Promise<ComponentPolicyStatesListQueryResultsForResourceGroupResponse>;\n /**\n * Queries component policy states for the resource.\n * @param resourceId Resource ID.\n * @param componentPolicyStatesResource The virtual resource under ComponentPolicyStates resource type.\n * In a given time range, 'latest' represents the latest component policy state(s).\n * @param options The options parameters.\n */\n listQueryResultsForResource(\n resourceId: string,\n componentPolicyStatesResource: ComponentPolicyStatesResource,\n options?: ComponentPolicyStatesListQueryResultsForResourceOptionalParams,\n ): Promise<ComponentPolicyStatesListQueryResultsForResourceResponse>;\n /**\n * Queries component policy states for the subscription level policy definition.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyDefinitionName Policy definition name.\n * @param componentPolicyStatesResource The virtual resource under ComponentPolicyStates resource type.\n * In a given time range, 'latest' represents the latest component policy state(s).\n * @param options The options parameters.\n */\n listQueryResultsForPolicyDefinition(\n subscriptionId: string,\n policyDefinitionName: string,\n componentPolicyStatesResource: ComponentPolicyStatesResource,\n options?: ComponentPolicyStatesListQueryResultsForPolicyDefinitionOptionalParams,\n ): Promise<ComponentPolicyStatesListQueryResultsForPolicyDefinitionResponse>;\n /**\n * Queries component policy states for the subscription level policy assignment.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyAssignmentName Policy assignment name.\n * @param componentPolicyStatesResource The virtual resource under ComponentPolicyStates resource type.\n * In a given time range, 'latest' represents the latest component policy state(s).\n * @param options The options parameters.\n */\n listQueryResultsForSubscriptionLevelPolicyAssignment(\n subscriptionId: string,\n policyAssignmentName: string,\n componentPolicyStatesResource: ComponentPolicyStatesResource,\n options?: ComponentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams,\n ): Promise<ComponentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentResponse>;\n /**\n * Queries component policy states for the resource group level policy assignment.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param policyAssignmentName Policy assignment name.\n * @param componentPolicyStatesResource The virtual resource under ComponentPolicyStates resource type.\n * In a given time range, 'latest' represents the latest component policy state(s).\n * @param options The options parameters.\n */\n listQueryResultsForResourceGroupLevelPolicyAssignment(\n subscriptionId: string,\n resourceGroupName: string,\n policyAssignmentName: string,\n componentPolicyStatesResource: ComponentPolicyStatesResource,\n options?: ComponentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams,\n ): Promise<ComponentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentResponse>;\n}\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./policyTrackedResources.js";
|
|
2
|
+
export * from "./remediations.js";
|
|
3
|
+
export * from "./policyEvents.js";
|
|
4
|
+
export * from "./policyStates.js";
|
|
5
|
+
export * from "./policyMetadataOperations.js";
|
|
6
|
+
export * from "./policyRestrictions.js";
|
|
7
|
+
export * from "./componentPolicyStates.js";
|
|
8
|
+
export * from "./operations.js";
|
|
9
|
+
export * from "./attestations.js";
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
const tslib_1 = require("tslib");
|
|
11
|
+
tslib_1.__exportStar(require("./policyTrackedResources.js"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./remediations.js"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./policyEvents.js"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./policyStates.js"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./policyMetadataOperations.js"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./policyRestrictions.js"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./componentPolicyStates.js"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./operations.js"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./attestations.js"), exports);
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,sEAA4C;AAC5C,4DAAkC;AAClC,4DAAkC;AAClC,4DAAkC;AAClC,wEAA8C;AAC9C,kEAAwC;AACxC,qEAA2C;AAC3C,0DAAgC;AAChC,4DAAkC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./policyTrackedResources.js\";\nexport * from \"./remediations.js\";\nexport * from \"./policyEvents.js\";\nexport * from \"./policyStates.js\";\nexport * from \"./policyMetadataOperations.js\";\nexport * from \"./policyRestrictions.js\";\nexport * from \"./componentPolicyStates.js\";\nexport * from \"./operations.js\";\nexport * from \"./attestations.js\";\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OperationsListOptionalParams, OperationsListResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a Operations. */
|
|
3
|
+
export interface Operations {
|
|
4
|
+
/**
|
|
5
|
+
* Lists available operations.
|
|
6
|
+
* @param options The options parameters.
|
|
7
|
+
*/
|
|
8
|
+
list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,oBAAoB,CAAC;AAE5B,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,4BAA4B,GAAG,OAAO,CAAC,sBAAsB,CAAC,CAAC;CAC/E"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationsListOptionalParams,\n OperationsListResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists available operations.\n * @param options The options parameters.\n */\n list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;\n}\n"]}
|