@azure/arm-hybridconnectivity 1.0.1-alpha.20250327.1 → 2.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +103 -7
- package/LICENSE +1 -1
- package/README.md +25 -25
- package/dist/browser/api/endpoints/index.d.ts +3 -0
- package/dist/browser/api/endpoints/index.d.ts.map +1 -0
- package/dist/browser/api/endpoints/index.js +4 -0
- package/dist/browser/api/endpoints/index.js.map +1 -0
- package/dist/browser/api/endpoints/operations.d.ts +43 -0
- package/dist/browser/api/endpoints/operations.d.ts.map +1 -0
- package/dist/browser/api/endpoints/operations.js +224 -0
- package/dist/browser/api/endpoints/operations.js.map +1 -0
- package/dist/browser/api/endpoints/options.d.ts +35 -0
- package/dist/browser/api/endpoints/options.d.ts.map +1 -0
- package/dist/browser/api/endpoints/options.js +4 -0
- package/dist/browser/api/endpoints/options.js.map +1 -0
- package/dist/browser/api/generateAwsTemplate/index.d.ts +3 -0
- package/dist/browser/api/generateAwsTemplate/index.d.ts.map +1 -0
- package/dist/browser/api/generateAwsTemplate/index.js +4 -0
- package/dist/browser/api/generateAwsTemplate/index.js.map +1 -0
- package/dist/browser/api/generateAwsTemplate/operations.d.ts +9 -0
- package/dist/browser/api/generateAwsTemplate/operations.d.ts.map +1 -0
- package/dist/browser/api/generateAwsTemplate/operations.js +30 -0
- package/dist/browser/api/generateAwsTemplate/operations.js.map +1 -0
- package/dist/browser/api/generateAwsTemplate/options.d.ts +5 -0
- package/dist/browser/api/generateAwsTemplate/options.d.ts.map +1 -0
- package/dist/browser/api/generateAwsTemplate/options.js +4 -0
- package/dist/browser/api/generateAwsTemplate/options.js.map +1 -0
- package/dist/browser/api/hybridConnectivityManagementAPIContext.d.ts +19 -0
- package/dist/browser/api/hybridConnectivityManagementAPIContext.d.ts.map +1 -0
- package/dist/browser/api/hybridConnectivityManagementAPIContext.js +36 -0
- package/dist/browser/api/hybridConnectivityManagementAPIContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/inventory/index.d.ts +3 -0
- package/dist/browser/api/inventory/index.d.ts.map +1 -0
- package/dist/browser/api/inventory/index.js +4 -0
- package/dist/browser/api/inventory/index.js.map +1 -0
- package/dist/browser/api/inventory/operations.d.ts +14 -0
- package/dist/browser/api/inventory/operations.d.ts.map +1 -0
- package/dist/browser/api/inventory/operations.js +61 -0
- package/dist/browser/api/inventory/operations.js.map +1 -0
- package/dist/browser/api/inventory/options.d.ts +8 -0
- package/dist/browser/api/inventory/options.d.ts.map +1 -0
- package/dist/browser/api/inventory/options.js +4 -0
- package/dist/browser/api/inventory/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.d.ts.map +1 -0
- package/dist/browser/api/operations/operations.js +29 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.d.ts.map +1 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/publicCloudConnectors/index.d.ts +3 -0
- package/dist/browser/api/publicCloudConnectors/index.d.ts.map +1 -0
- package/dist/browser/api/publicCloudConnectors/index.js +4 -0
- package/dist/browser/api/publicCloudConnectors/index.js.map +1 -0
- package/dist/browser/api/publicCloudConnectors/operations.d.ts +40 -0
- package/dist/browser/api/publicCloudConnectors/operations.d.ts.map +1 -0
- package/dist/browser/api/publicCloudConnectors/operations.js +214 -0
- package/dist/browser/api/publicCloudConnectors/operations.js.map +1 -0
- package/dist/browser/api/publicCloudConnectors/options.d.ts +27 -0
- package/dist/browser/api/publicCloudConnectors/options.d.ts.map +1 -0
- package/dist/browser/api/publicCloudConnectors/options.js +4 -0
- package/dist/browser/api/publicCloudConnectors/options.js.map +1 -0
- package/dist/browser/api/serviceConfigurations/index.d.ts +3 -0
- package/dist/browser/api/serviceConfigurations/index.d.ts.map +1 -0
- package/dist/browser/api/serviceConfigurations/index.js +4 -0
- package/dist/browser/api/serviceConfigurations/index.js.map +1 -0
- package/dist/browser/api/serviceConfigurations/operations.d.ts +31 -0
- package/dist/browser/api/serviceConfigurations/operations.d.ts.map +1 -0
- package/dist/browser/api/serviceConfigurations/operations.js +148 -0
- package/dist/browser/api/serviceConfigurations/operations.js.map +1 -0
- package/dist/browser/api/serviceConfigurations/options.d.ts +17 -0
- package/dist/browser/api/serviceConfigurations/options.d.ts.map +1 -0
- package/dist/browser/api/serviceConfigurations/options.js +4 -0
- package/dist/browser/api/serviceConfigurations/options.js.map +1 -0
- package/dist/browser/api/solutionConfigurations/index.d.ts +3 -0
- package/dist/browser/api/solutionConfigurations/index.d.ts.map +1 -0
- package/dist/browser/api/solutionConfigurations/index.js +4 -0
- package/dist/browser/api/solutionConfigurations/index.js.map +1 -0
- package/dist/browser/api/solutionConfigurations/operations.d.ts +36 -0
- package/dist/browser/api/solutionConfigurations/operations.d.ts.map +1 -0
- package/dist/browser/api/solutionConfigurations/operations.js +169 -0
- package/dist/browser/api/solutionConfigurations/operations.js.map +1 -0
- package/dist/browser/api/solutionConfigurations/options.d.ts +22 -0
- package/dist/browser/api/solutionConfigurations/options.d.ts.map +1 -0
- package/dist/browser/api/solutionConfigurations/options.js +4 -0
- package/dist/browser/api/solutionConfigurations/options.js.map +1 -0
- package/dist/browser/api/solutionTypes/index.d.ts +3 -0
- package/dist/browser/api/solutionTypes/index.d.ts.map +1 -0
- package/dist/browser/api/solutionTypes/index.js +4 -0
- package/dist/browser/api/solutionTypes/index.js.map +1 -0
- package/dist/browser/api/solutionTypes/operations.d.ts +18 -0
- package/dist/browser/api/solutionTypes/operations.d.ts.map +1 -0
- package/dist/browser/api/solutionTypes/operations.js +88 -0
- package/dist/browser/api/solutionTypes/operations.js.map +1 -0
- package/dist/browser/api/solutionTypes/options.d.ts +11 -0
- package/dist/browser/api/solutionTypes/options.d.ts.map +1 -0
- package/dist/browser/api/solutionTypes/options.js +4 -0
- package/dist/browser/api/solutionTypes/options.js.map +1 -0
- package/dist/browser/classic/endpoints/index.d.ts +30 -0
- package/dist/browser/classic/endpoints/index.d.ts.map +1 -0
- package/dist/browser/classic/endpoints/index.js +19 -0
- package/dist/browser/classic/endpoints/index.js.map +1 -0
- package/dist/browser/classic/generateAwsTemplate/index.d.ts +10 -0
- package/dist/browser/classic/generateAwsTemplate/index.d.ts.map +1 -0
- package/dist/browser/classic/generateAwsTemplate/index.js +12 -0
- package/dist/browser/classic/generateAwsTemplate/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +9 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/inventory/index.d.ts +13 -0
- package/dist/browser/classic/inventory/index.d.ts.map +1 -0
- package/dist/browser/classic/inventory/index.js +13 -0
- package/dist/browser/classic/inventory/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/publicCloudConnectors/index.d.ts +29 -0
- package/dist/browser/classic/publicCloudConnectors/index.d.ts.map +1 -0
- package/dist/browser/classic/publicCloudConnectors/index.js +18 -0
- package/dist/browser/classic/publicCloudConnectors/index.js.map +1 -0
- package/dist/browser/classic/serviceConfigurations/index.d.ts +24 -0
- package/dist/browser/classic/serviceConfigurations/index.d.ts.map +1 -0
- package/dist/browser/classic/serviceConfigurations/index.js +16 -0
- package/dist/browser/classic/serviceConfigurations/index.js.map +1 -0
- package/dist/browser/classic/solutionConfigurations/index.d.ts +27 -0
- package/dist/browser/classic/solutionConfigurations/index.d.ts.map +1 -0
- package/dist/browser/classic/solutionConfigurations/index.js +17 -0
- package/dist/browser/classic/solutionConfigurations/index.js.map +1 -0
- package/dist/browser/classic/solutionTypes/index.d.ts +15 -0
- package/dist/browser/classic/solutionTypes/index.d.ts.map +1 -0
- package/dist/browser/classic/solutionTypes/index.js +14 -0
- package/dist/browser/classic/solutionTypes/index.js.map +1 -0
- package/dist/browser/hybridConnectivityManagementAPI.d.ts +34 -18
- package/dist/browser/hybridConnectivityManagementAPI.d.ts.map +1 -1
- package/dist/browser/hybridConnectivityManagementAPI.js +29 -90
- package/dist/browser/hybridConnectivityManagementAPI.js.map +1 -1
- package/dist/browser/index.d.ts +14 -3
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +1 -476
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +3 -65
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +675 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +699 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
- package/dist/browser/restorePollerHelpers.js +99 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +168 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/endpoints/index.d.ts +3 -0
- package/dist/commonjs/api/endpoints/index.d.ts.map +1 -0
- package/dist/commonjs/api/endpoints/index.js +15 -0
- package/dist/commonjs/api/endpoints/index.js.map +1 -0
- package/dist/commonjs/api/endpoints/operations.d.ts +43 -0
- package/dist/commonjs/api/endpoints/operations.d.ts.map +1 -0
- package/dist/commonjs/api/endpoints/operations.js +250 -0
- package/dist/commonjs/api/endpoints/operations.js.map +1 -0
- package/dist/commonjs/api/endpoints/options.d.ts +35 -0
- package/dist/commonjs/api/endpoints/options.d.ts.map +1 -0
- package/dist/commonjs/api/endpoints/options.js +5 -0
- package/dist/commonjs/api/endpoints/options.js.map +1 -0
- package/dist/commonjs/api/generateAwsTemplate/index.d.ts +3 -0
- package/dist/commonjs/api/generateAwsTemplate/index.d.ts.map +1 -0
- package/dist/commonjs/api/generateAwsTemplate/index.js +8 -0
- package/dist/commonjs/api/generateAwsTemplate/index.js.map +1 -0
- package/dist/commonjs/api/generateAwsTemplate/operations.d.ts +9 -0
- package/dist/commonjs/api/generateAwsTemplate/operations.d.ts.map +1 -0
- package/dist/commonjs/api/generateAwsTemplate/operations.js +35 -0
- package/dist/commonjs/api/generateAwsTemplate/operations.js.map +1 -0
- package/dist/commonjs/api/generateAwsTemplate/options.d.ts +5 -0
- package/dist/commonjs/api/generateAwsTemplate/options.d.ts.map +1 -0
- package/dist/commonjs/api/generateAwsTemplate/options.js +5 -0
- package/dist/commonjs/api/generateAwsTemplate/options.js.map +1 -0
- package/dist/commonjs/api/hybridConnectivityManagementAPIContext.d.ts +19 -0
- package/dist/commonjs/api/hybridConnectivityManagementAPIContext.d.ts.map +1 -0
- package/dist/commonjs/api/hybridConnectivityManagementAPIContext.js +39 -0
- package/dist/commonjs/api/hybridConnectivityManagementAPIContext.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/inventory/index.d.ts +3 -0
- package/dist/commonjs/api/inventory/index.d.ts.map +1 -0
- package/dist/commonjs/api/inventory/index.js +9 -0
- package/dist/commonjs/api/inventory/index.js.map +1 -0
- package/dist/commonjs/api/inventory/operations.d.ts +14 -0
- package/dist/commonjs/api/inventory/operations.d.ts.map +1 -0
- package/dist/commonjs/api/inventory/operations.js +69 -0
- package/dist/commonjs/api/inventory/operations.js.map +1 -0
- package/dist/commonjs/api/inventory/options.d.ts +8 -0
- package/dist/commonjs/api/inventory/options.d.ts.map +1 -0
- package/dist/commonjs/api/inventory/options.js +5 -0
- package/dist/commonjs/api/inventory/options.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.d.ts.map +1 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/publicCloudConnectors/index.d.ts +3 -0
- package/dist/commonjs/api/publicCloudConnectors/index.d.ts.map +1 -0
- package/dist/commonjs/api/publicCloudConnectors/index.js +14 -0
- package/dist/commonjs/api/publicCloudConnectors/index.js.map +1 -0
- package/dist/commonjs/api/publicCloudConnectors/operations.d.ts +40 -0
- package/dist/commonjs/api/publicCloudConnectors/operations.d.ts.map +1 -0
- package/dist/commonjs/api/publicCloudConnectors/operations.js +237 -0
- package/dist/commonjs/api/publicCloudConnectors/operations.js.map +1 -0
- package/dist/commonjs/api/publicCloudConnectors/options.d.ts +27 -0
- package/dist/commonjs/api/publicCloudConnectors/options.d.ts.map +1 -0
- package/dist/commonjs/api/publicCloudConnectors/options.js +5 -0
- package/dist/commonjs/api/publicCloudConnectors/options.js.map +1 -0
- package/dist/commonjs/api/serviceConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/serviceConfigurations/index.d.ts.map +1 -0
- package/dist/commonjs/api/serviceConfigurations/index.js +12 -0
- package/dist/commonjs/api/serviceConfigurations/index.js.map +1 -0
- package/dist/commonjs/api/serviceConfigurations/operations.d.ts +31 -0
- package/dist/commonjs/api/serviceConfigurations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/serviceConfigurations/operations.js +165 -0
- package/dist/commonjs/api/serviceConfigurations/operations.js.map +1 -0
- package/dist/commonjs/api/serviceConfigurations/options.d.ts +17 -0
- package/dist/commonjs/api/serviceConfigurations/options.d.ts.map +1 -0
- package/dist/commonjs/api/serviceConfigurations/options.js +5 -0
- package/dist/commonjs/api/serviceConfigurations/options.js.map +1 -0
- package/dist/commonjs/api/solutionConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/solutionConfigurations/index.d.ts.map +1 -0
- package/dist/commonjs/api/solutionConfigurations/index.js +13 -0
- package/dist/commonjs/api/solutionConfigurations/index.js.map +1 -0
- package/dist/commonjs/api/solutionConfigurations/operations.d.ts +36 -0
- package/dist/commonjs/api/solutionConfigurations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/solutionConfigurations/operations.js +189 -0
- package/dist/commonjs/api/solutionConfigurations/operations.js.map +1 -0
- package/dist/commonjs/api/solutionConfigurations/options.d.ts +22 -0
- package/dist/commonjs/api/solutionConfigurations/options.d.ts.map +1 -0
- package/dist/commonjs/api/solutionConfigurations/options.js +5 -0
- package/dist/commonjs/api/solutionConfigurations/options.js.map +1 -0
- package/dist/commonjs/api/solutionTypes/index.d.ts +3 -0
- package/dist/commonjs/api/solutionTypes/index.d.ts.map +1 -0
- package/dist/commonjs/api/solutionTypes/index.js +10 -0
- package/dist/commonjs/api/solutionTypes/index.js.map +1 -0
- package/dist/commonjs/api/solutionTypes/operations.d.ts +18 -0
- package/dist/commonjs/api/solutionTypes/operations.d.ts.map +1 -0
- package/dist/commonjs/api/solutionTypes/operations.js +99 -0
- package/dist/commonjs/api/solutionTypes/operations.js.map +1 -0
- package/dist/commonjs/api/solutionTypes/options.d.ts +11 -0
- package/dist/commonjs/api/solutionTypes/options.d.ts.map +1 -0
- package/dist/commonjs/api/solutionTypes/options.js +5 -0
- package/dist/commonjs/api/solutionTypes/options.js.map +1 -0
- package/dist/commonjs/classic/endpoints/index.d.ts +30 -0
- package/dist/commonjs/classic/endpoints/index.d.ts.map +1 -0
- package/dist/commonjs/classic/endpoints/index.js +22 -0
- package/dist/commonjs/classic/endpoints/index.js.map +1 -0
- package/dist/commonjs/classic/generateAwsTemplate/index.d.ts +10 -0
- package/dist/commonjs/classic/generateAwsTemplate/index.d.ts.map +1 -0
- package/dist/commonjs/classic/generateAwsTemplate/index.js +15 -0
- package/dist/commonjs/classic/generateAwsTemplate/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +9 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/inventory/index.d.ts +13 -0
- package/dist/commonjs/classic/inventory/index.d.ts.map +1 -0
- package/dist/commonjs/classic/inventory/index.js +16 -0
- package/dist/commonjs/classic/inventory/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/publicCloudConnectors/index.d.ts +29 -0
- package/dist/commonjs/classic/publicCloudConnectors/index.d.ts.map +1 -0
- package/dist/commonjs/classic/publicCloudConnectors/index.js +21 -0
- package/dist/commonjs/classic/publicCloudConnectors/index.js.map +1 -0
- package/dist/commonjs/classic/serviceConfigurations/index.d.ts +24 -0
- package/dist/commonjs/classic/serviceConfigurations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/serviceConfigurations/index.js +19 -0
- package/dist/commonjs/classic/serviceConfigurations/index.js.map +1 -0
- package/dist/commonjs/classic/solutionConfigurations/index.d.ts +27 -0
- package/dist/commonjs/classic/solutionConfigurations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/solutionConfigurations/index.js +20 -0
- package/dist/commonjs/classic/solutionConfigurations/index.js.map +1 -0
- package/dist/commonjs/classic/solutionTypes/index.d.ts +15 -0
- package/dist/commonjs/classic/solutionTypes/index.d.ts.map +1 -0
- package/dist/commonjs/classic/solutionTypes/index.js +17 -0
- package/dist/commonjs/classic/solutionTypes/index.js.map +1 -0
- package/dist/commonjs/hybridConnectivityManagementAPI.d.ts +34 -18
- package/dist/commonjs/hybridConnectivityManagementAPI.d.ts.map +1 -1
- package/dist/commonjs/hybridConnectivityManagementAPI.js +29 -91
- package/dist/commonjs/hybridConnectivityManagementAPI.js.map +1 -1
- package/dist/commonjs/index.d.ts +14 -3
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +17 -14
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1 -476
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +15 -66
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +675 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +786 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
- package/dist/commonjs/restorePollerHelpers.js +102 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +171 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/endpoints/index.d.ts +3 -0
- package/dist/esm/api/endpoints/index.d.ts.map +1 -0
- package/dist/esm/api/endpoints/index.js +4 -0
- package/dist/esm/api/endpoints/index.js.map +1 -0
- package/dist/esm/api/endpoints/operations.d.ts +43 -0
- package/dist/esm/api/endpoints/operations.d.ts.map +1 -0
- package/dist/esm/api/endpoints/operations.js +224 -0
- package/dist/esm/api/endpoints/operations.js.map +1 -0
- package/dist/esm/api/endpoints/options.d.ts +35 -0
- package/dist/esm/api/endpoints/options.d.ts.map +1 -0
- package/dist/esm/api/endpoints/options.js +4 -0
- package/dist/esm/api/endpoints/options.js.map +1 -0
- package/dist/esm/api/generateAwsTemplate/index.d.ts +3 -0
- package/dist/esm/api/generateAwsTemplate/index.d.ts.map +1 -0
- package/dist/esm/api/generateAwsTemplate/index.js +4 -0
- package/dist/esm/api/generateAwsTemplate/index.js.map +1 -0
- package/dist/esm/api/generateAwsTemplate/operations.d.ts +9 -0
- package/dist/esm/api/generateAwsTemplate/operations.d.ts.map +1 -0
- package/dist/esm/api/generateAwsTemplate/operations.js +30 -0
- package/dist/esm/api/generateAwsTemplate/operations.js.map +1 -0
- package/dist/esm/api/generateAwsTemplate/options.d.ts +5 -0
- package/dist/esm/api/generateAwsTemplate/options.d.ts.map +1 -0
- package/dist/esm/api/generateAwsTemplate/options.js +4 -0
- package/dist/esm/api/generateAwsTemplate/options.js.map +1 -0
- package/dist/esm/api/hybridConnectivityManagementAPIContext.d.ts +19 -0
- package/dist/esm/api/hybridConnectivityManagementAPIContext.d.ts.map +1 -0
- package/dist/esm/api/hybridConnectivityManagementAPIContext.js +36 -0
- package/dist/esm/api/hybridConnectivityManagementAPIContext.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/inventory/index.d.ts +3 -0
- package/dist/esm/api/inventory/index.d.ts.map +1 -0
- package/dist/esm/api/inventory/index.js +4 -0
- package/dist/esm/api/inventory/index.js.map +1 -0
- package/dist/esm/api/inventory/operations.d.ts +14 -0
- package/dist/esm/api/inventory/operations.d.ts.map +1 -0
- package/dist/esm/api/inventory/operations.js +61 -0
- package/dist/esm/api/inventory/operations.js.map +1 -0
- package/dist/esm/api/inventory/options.d.ts +8 -0
- package/dist/esm/api/inventory/options.d.ts.map +1 -0
- package/dist/esm/api/inventory/options.js +4 -0
- package/dist/esm/api/inventory/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.d.ts.map +1 -0
- package/dist/esm/api/operations/operations.js +29 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.d.ts.map +1 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/publicCloudConnectors/index.d.ts +3 -0
- package/dist/esm/api/publicCloudConnectors/index.d.ts.map +1 -0
- package/dist/esm/api/publicCloudConnectors/index.js +4 -0
- package/dist/esm/api/publicCloudConnectors/index.js.map +1 -0
- package/dist/esm/api/publicCloudConnectors/operations.d.ts +40 -0
- package/dist/esm/api/publicCloudConnectors/operations.d.ts.map +1 -0
- package/dist/esm/api/publicCloudConnectors/operations.js +214 -0
- package/dist/esm/api/publicCloudConnectors/operations.js.map +1 -0
- package/dist/esm/api/publicCloudConnectors/options.d.ts +27 -0
- package/dist/esm/api/publicCloudConnectors/options.d.ts.map +1 -0
- package/dist/esm/api/publicCloudConnectors/options.js +4 -0
- package/dist/esm/api/publicCloudConnectors/options.js.map +1 -0
- package/dist/esm/api/serviceConfigurations/index.d.ts +3 -0
- package/dist/esm/api/serviceConfigurations/index.d.ts.map +1 -0
- package/dist/esm/api/serviceConfigurations/index.js +4 -0
- package/dist/esm/api/serviceConfigurations/index.js.map +1 -0
- package/dist/esm/api/serviceConfigurations/operations.d.ts +31 -0
- package/dist/esm/api/serviceConfigurations/operations.d.ts.map +1 -0
- package/dist/esm/api/serviceConfigurations/operations.js +148 -0
- package/dist/esm/api/serviceConfigurations/operations.js.map +1 -0
- package/dist/esm/api/serviceConfigurations/options.d.ts +17 -0
- package/dist/esm/api/serviceConfigurations/options.d.ts.map +1 -0
- package/dist/esm/api/serviceConfigurations/options.js +4 -0
- package/dist/esm/api/serviceConfigurations/options.js.map +1 -0
- package/dist/esm/api/solutionConfigurations/index.d.ts +3 -0
- package/dist/esm/api/solutionConfigurations/index.d.ts.map +1 -0
- package/dist/esm/api/solutionConfigurations/index.js +4 -0
- package/dist/esm/api/solutionConfigurations/index.js.map +1 -0
- package/dist/esm/api/solutionConfigurations/operations.d.ts +36 -0
- package/dist/esm/api/solutionConfigurations/operations.d.ts.map +1 -0
- package/dist/esm/api/solutionConfigurations/operations.js +169 -0
- package/dist/esm/api/solutionConfigurations/operations.js.map +1 -0
- package/dist/esm/api/solutionConfigurations/options.d.ts +22 -0
- package/dist/esm/api/solutionConfigurations/options.d.ts.map +1 -0
- package/dist/esm/api/solutionConfigurations/options.js +4 -0
- package/dist/esm/api/solutionConfigurations/options.js.map +1 -0
- package/dist/esm/api/solutionTypes/index.d.ts +3 -0
- package/dist/esm/api/solutionTypes/index.d.ts.map +1 -0
- package/dist/esm/api/solutionTypes/index.js +4 -0
- package/dist/esm/api/solutionTypes/index.js.map +1 -0
- package/dist/esm/api/solutionTypes/operations.d.ts +18 -0
- package/dist/esm/api/solutionTypes/operations.d.ts.map +1 -0
- package/dist/esm/api/solutionTypes/operations.js +88 -0
- package/dist/esm/api/solutionTypes/operations.js.map +1 -0
- package/dist/esm/api/solutionTypes/options.d.ts +11 -0
- package/dist/esm/api/solutionTypes/options.d.ts.map +1 -0
- package/dist/esm/api/solutionTypes/options.js +4 -0
- package/dist/esm/api/solutionTypes/options.js.map +1 -0
- package/dist/esm/classic/endpoints/index.d.ts +30 -0
- package/dist/esm/classic/endpoints/index.d.ts.map +1 -0
- package/dist/esm/classic/endpoints/index.js +19 -0
- package/dist/esm/classic/endpoints/index.js.map +1 -0
- package/dist/esm/classic/generateAwsTemplate/index.d.ts +10 -0
- package/dist/esm/classic/generateAwsTemplate/index.d.ts.map +1 -0
- package/dist/esm/classic/generateAwsTemplate/index.js +12 -0
- package/dist/esm/classic/generateAwsTemplate/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +9 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/inventory/index.d.ts +13 -0
- package/dist/esm/classic/inventory/index.d.ts.map +1 -0
- package/dist/esm/classic/inventory/index.js +13 -0
- package/dist/esm/classic/inventory/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/publicCloudConnectors/index.d.ts +29 -0
- package/dist/esm/classic/publicCloudConnectors/index.d.ts.map +1 -0
- package/dist/esm/classic/publicCloudConnectors/index.js +18 -0
- package/dist/esm/classic/publicCloudConnectors/index.js.map +1 -0
- package/dist/esm/classic/serviceConfigurations/index.d.ts +24 -0
- package/dist/esm/classic/serviceConfigurations/index.d.ts.map +1 -0
- package/dist/esm/classic/serviceConfigurations/index.js +16 -0
- package/dist/esm/classic/serviceConfigurations/index.js.map +1 -0
- package/dist/esm/classic/solutionConfigurations/index.d.ts +27 -0
- package/dist/esm/classic/solutionConfigurations/index.d.ts.map +1 -0
- package/dist/esm/classic/solutionConfigurations/index.js +17 -0
- package/dist/esm/classic/solutionConfigurations/index.js.map +1 -0
- package/dist/esm/classic/solutionTypes/index.d.ts +15 -0
- package/dist/esm/classic/solutionTypes/index.d.ts.map +1 -0
- package/dist/esm/classic/solutionTypes/index.js +14 -0
- package/dist/esm/classic/solutionTypes/index.js.map +1 -0
- package/dist/esm/hybridConnectivityManagementAPI.d.ts +34 -18
- package/dist/esm/hybridConnectivityManagementAPI.d.ts.map +1 -1
- package/dist/esm/hybridConnectivityManagementAPI.js +29 -90
- package/dist/esm/hybridConnectivityManagementAPI.js.map +1 -1
- package/dist/esm/index.d.ts +14 -3
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +1 -476
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +3 -65
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +675 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +699 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
- package/dist/esm/restorePollerHelpers.js +99 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.js +168 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/endpoints/index.d.ts +3 -0
- package/dist/react-native/api/endpoints/index.d.ts.map +1 -0
- package/dist/react-native/api/endpoints/index.js +4 -0
- package/dist/react-native/api/endpoints/index.js.map +1 -0
- package/dist/react-native/api/endpoints/operations.d.ts +43 -0
- package/dist/react-native/api/endpoints/operations.d.ts.map +1 -0
- package/dist/react-native/api/endpoints/operations.js +224 -0
- package/dist/react-native/api/endpoints/operations.js.map +1 -0
- package/dist/react-native/api/endpoints/options.d.ts +35 -0
- package/dist/react-native/api/endpoints/options.d.ts.map +1 -0
- package/dist/react-native/api/endpoints/options.js +4 -0
- package/dist/react-native/api/endpoints/options.js.map +1 -0
- package/dist/react-native/api/generateAwsTemplate/index.d.ts +3 -0
- package/dist/react-native/api/generateAwsTemplate/index.d.ts.map +1 -0
- package/dist/react-native/api/generateAwsTemplate/index.js +4 -0
- package/dist/react-native/api/generateAwsTemplate/index.js.map +1 -0
- package/dist/react-native/api/generateAwsTemplate/operations.d.ts +9 -0
- package/dist/react-native/api/generateAwsTemplate/operations.d.ts.map +1 -0
- package/dist/react-native/api/generateAwsTemplate/operations.js +30 -0
- package/dist/react-native/api/generateAwsTemplate/operations.js.map +1 -0
- package/dist/react-native/api/generateAwsTemplate/options.d.ts +5 -0
- package/dist/react-native/api/generateAwsTemplate/options.d.ts.map +1 -0
- package/dist/react-native/api/generateAwsTemplate/options.js +4 -0
- package/dist/react-native/api/generateAwsTemplate/options.js.map +1 -0
- package/dist/react-native/api/hybridConnectivityManagementAPIContext.d.ts +19 -0
- package/dist/react-native/api/hybridConnectivityManagementAPIContext.d.ts.map +1 -0
- package/dist/react-native/api/hybridConnectivityManagementAPIContext.js +36 -0
- package/dist/react-native/api/hybridConnectivityManagementAPIContext.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/inventory/index.d.ts +3 -0
- package/dist/react-native/api/inventory/index.d.ts.map +1 -0
- package/dist/react-native/api/inventory/index.js +4 -0
- package/dist/react-native/api/inventory/index.js.map +1 -0
- package/dist/react-native/api/inventory/operations.d.ts +14 -0
- package/dist/react-native/api/inventory/operations.d.ts.map +1 -0
- package/dist/react-native/api/inventory/operations.js +61 -0
- package/dist/react-native/api/inventory/operations.js.map +1 -0
- package/dist/react-native/api/inventory/options.d.ts +8 -0
- package/dist/react-native/api/inventory/options.d.ts.map +1 -0
- package/dist/react-native/api/inventory/options.js +4 -0
- package/dist/react-native/api/inventory/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.d.ts.map +1 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.d.ts.map +1 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/publicCloudConnectors/index.d.ts +3 -0
- package/dist/react-native/api/publicCloudConnectors/index.d.ts.map +1 -0
- package/dist/react-native/api/publicCloudConnectors/index.js +4 -0
- package/dist/react-native/api/publicCloudConnectors/index.js.map +1 -0
- package/dist/react-native/api/publicCloudConnectors/operations.d.ts +40 -0
- package/dist/react-native/api/publicCloudConnectors/operations.d.ts.map +1 -0
- package/dist/react-native/api/publicCloudConnectors/operations.js +214 -0
- package/dist/react-native/api/publicCloudConnectors/operations.js.map +1 -0
- package/dist/react-native/api/publicCloudConnectors/options.d.ts +27 -0
- package/dist/react-native/api/publicCloudConnectors/options.d.ts.map +1 -0
- package/dist/react-native/api/publicCloudConnectors/options.js +4 -0
- package/dist/react-native/api/publicCloudConnectors/options.js.map +1 -0
- package/dist/react-native/api/serviceConfigurations/index.d.ts +3 -0
- package/dist/react-native/api/serviceConfigurations/index.d.ts.map +1 -0
- package/dist/react-native/api/serviceConfigurations/index.js +4 -0
- package/dist/react-native/api/serviceConfigurations/index.js.map +1 -0
- package/dist/react-native/api/serviceConfigurations/operations.d.ts +31 -0
- package/dist/react-native/api/serviceConfigurations/operations.d.ts.map +1 -0
- package/dist/react-native/api/serviceConfigurations/operations.js +148 -0
- package/dist/react-native/api/serviceConfigurations/operations.js.map +1 -0
- package/dist/react-native/api/serviceConfigurations/options.d.ts +17 -0
- package/dist/react-native/api/serviceConfigurations/options.d.ts.map +1 -0
- package/dist/react-native/api/serviceConfigurations/options.js +4 -0
- package/dist/react-native/api/serviceConfigurations/options.js.map +1 -0
- package/dist/react-native/api/solutionConfigurations/index.d.ts +3 -0
- package/dist/react-native/api/solutionConfigurations/index.d.ts.map +1 -0
- package/dist/react-native/api/solutionConfigurations/index.js +4 -0
- package/dist/react-native/api/solutionConfigurations/index.js.map +1 -0
- package/dist/react-native/api/solutionConfigurations/operations.d.ts +36 -0
- package/dist/react-native/api/solutionConfigurations/operations.d.ts.map +1 -0
- package/dist/react-native/api/solutionConfigurations/operations.js +169 -0
- package/dist/react-native/api/solutionConfigurations/operations.js.map +1 -0
- package/dist/react-native/api/solutionConfigurations/options.d.ts +22 -0
- package/dist/react-native/api/solutionConfigurations/options.d.ts.map +1 -0
- package/dist/react-native/api/solutionConfigurations/options.js +4 -0
- package/dist/react-native/api/solutionConfigurations/options.js.map +1 -0
- package/dist/react-native/api/solutionTypes/index.d.ts +3 -0
- package/dist/react-native/api/solutionTypes/index.d.ts.map +1 -0
- package/dist/react-native/api/solutionTypes/index.js +4 -0
- package/dist/react-native/api/solutionTypes/index.js.map +1 -0
- package/dist/react-native/api/solutionTypes/operations.d.ts +18 -0
- package/dist/react-native/api/solutionTypes/operations.d.ts.map +1 -0
- package/dist/react-native/api/solutionTypes/operations.js +88 -0
- package/dist/react-native/api/solutionTypes/operations.js.map +1 -0
- package/dist/react-native/api/solutionTypes/options.d.ts +11 -0
- package/dist/react-native/api/solutionTypes/options.d.ts.map +1 -0
- package/dist/react-native/api/solutionTypes/options.js +4 -0
- package/dist/react-native/api/solutionTypes/options.js.map +1 -0
- package/dist/react-native/classic/endpoints/index.d.ts +30 -0
- package/dist/react-native/classic/endpoints/index.d.ts.map +1 -0
- package/dist/react-native/classic/endpoints/index.js +19 -0
- package/dist/react-native/classic/endpoints/index.js.map +1 -0
- package/dist/react-native/classic/generateAwsTemplate/index.d.ts +10 -0
- package/dist/react-native/classic/generateAwsTemplate/index.d.ts.map +1 -0
- package/dist/react-native/classic/generateAwsTemplate/index.js +12 -0
- package/dist/react-native/classic/generateAwsTemplate/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +9 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/inventory/index.d.ts +13 -0
- package/dist/react-native/classic/inventory/index.d.ts.map +1 -0
- package/dist/react-native/classic/inventory/index.js +13 -0
- package/dist/react-native/classic/inventory/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/publicCloudConnectors/index.d.ts +29 -0
- package/dist/react-native/classic/publicCloudConnectors/index.d.ts.map +1 -0
- package/dist/react-native/classic/publicCloudConnectors/index.js +18 -0
- package/dist/react-native/classic/publicCloudConnectors/index.js.map +1 -0
- package/dist/react-native/classic/serviceConfigurations/index.d.ts +24 -0
- package/dist/react-native/classic/serviceConfigurations/index.d.ts.map +1 -0
- package/dist/react-native/classic/serviceConfigurations/index.js +16 -0
- package/dist/react-native/classic/serviceConfigurations/index.js.map +1 -0
- package/dist/react-native/classic/solutionConfigurations/index.d.ts +27 -0
- package/dist/react-native/classic/solutionConfigurations/index.d.ts.map +1 -0
- package/dist/react-native/classic/solutionConfigurations/index.js +17 -0
- package/dist/react-native/classic/solutionConfigurations/index.js.map +1 -0
- package/dist/react-native/classic/solutionTypes/index.d.ts +15 -0
- package/dist/react-native/classic/solutionTypes/index.d.ts.map +1 -0
- package/dist/react-native/classic/solutionTypes/index.js +14 -0
- package/dist/react-native/classic/solutionTypes/index.js.map +1 -0
- package/dist/react-native/hybridConnectivityManagementAPI.d.ts +34 -18
- package/dist/react-native/hybridConnectivityManagementAPI.d.ts.map +1 -1
- package/dist/react-native/hybridConnectivityManagementAPI.js +29 -90
- package/dist/react-native/hybridConnectivityManagementAPI.js.map +1 -1
- package/dist/react-native/index.d.ts +14 -3
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -11
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1 -476
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +3 -65
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +675 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +699 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
- package/dist/react-native/restorePollerHelpers.js +99 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +168 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +270 -76
- package/review/arm-hybridconnectivity-api-endpoints.api.md +72 -0
- package/review/arm-hybridconnectivity-api-generateAwsTemplate.api.md +19 -0
- package/review/arm-hybridconnectivity-api-inventory.api.md +26 -0
- package/review/arm-hybridconnectivity-api-operations.api.md +19 -0
- package/review/arm-hybridconnectivity-api-publicCloudConnectors.api.md +65 -0
- package/review/arm-hybridconnectivity-api-serviceConfigurations.api.md +47 -0
- package/review/arm-hybridconnectivity-api-solutionConfigurations.api.md +57 -0
- package/review/arm-hybridconnectivity-api-solutionTypes.api.md +33 -0
- package/review/arm-hybridconnectivity-api.api.md +27 -0
- package/review/arm-hybridconnectivity-models.api.md +412 -0
- package/review/arm-hybridconnectivity.api.md +402 -119
- package/dist/browser/models/mappers.d.ts +0 -23
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -631
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -17
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -135
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/endpoints.d.ts +0 -97
- package/dist/browser/operations/endpoints.d.ts.map +0 -1
- package/dist/browser/operations/endpoints.js +0 -365
- package/dist/browser/operations/endpoints.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -4
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -11
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -133
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/serviceConfigurations.d.ts +0 -79
- package/dist/browser/operations/serviceConfigurations.d.ts.map +0 -1
- package/dist/browser/operations/serviceConfigurations.js +0 -299
- package/dist/browser/operations/serviceConfigurations.js.map +0 -1
- package/dist/browser/operationsInterfaces/endpoints.d.ts +0 -72
- package/dist/browser/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/endpoints.js +0 -9
- package/dist/browser/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -4
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -11
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/serviceConfigurations.d.ts +0 -52
- package/dist/browser/operationsInterfaces/serviceConfigurations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/serviceConfigurations.js +0 -9
- package/dist/browser/operationsInterfaces/serviceConfigurations.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -32
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -23
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -634
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -17
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -138
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/endpoints.d.ts +0 -97
- package/dist/commonjs/operations/endpoints.d.ts.map +0 -1
- package/dist/commonjs/operations/endpoints.js +0 -369
- package/dist/commonjs/operations/endpoints.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -4
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -14
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -137
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/serviceConfigurations.d.ts +0 -79
- package/dist/commonjs/operations/serviceConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operations/serviceConfigurations.js +0 -303
- package/dist/commonjs/operations/serviceConfigurations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/endpoints.d.ts +0 -72
- package/dist/commonjs/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/endpoints.js +0 -10
- package/dist/commonjs/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -4
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -14
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/serviceConfigurations.d.ts +0 -52
- package/dist/commonjs/operationsInterfaces/serviceConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/serviceConfigurations.js +0 -10
- package/dist/commonjs/operationsInterfaces/serviceConfigurations.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -36
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -23
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -631
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -17
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -135
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/endpoints.d.ts +0 -97
- package/dist/esm/operations/endpoints.d.ts.map +0 -1
- package/dist/esm/operations/endpoints.js +0 -365
- package/dist/esm/operations/endpoints.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -4
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -11
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -133
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/serviceConfigurations.d.ts +0 -79
- package/dist/esm/operations/serviceConfigurations.d.ts.map +0 -1
- package/dist/esm/operations/serviceConfigurations.js +0 -299
- package/dist/esm/operations/serviceConfigurations.js.map +0 -1
- package/dist/esm/operationsInterfaces/endpoints.d.ts +0 -72
- package/dist/esm/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/endpoints.js +0 -9
- package/dist/esm/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -4
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -11
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/serviceConfigurations.d.ts +0 -52
- package/dist/esm/operationsInterfaces/serviceConfigurations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/serviceConfigurations.js +0 -9
- package/dist/esm/operationsInterfaces/serviceConfigurations.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -32
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -23
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -631
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -17
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -135
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/endpoints.d.ts +0 -97
- package/dist/react-native/operations/endpoints.d.ts.map +0 -1
- package/dist/react-native/operations/endpoints.js +0 -365
- package/dist/react-native/operations/endpoints.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -4
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -11
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -133
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/serviceConfigurations.d.ts +0 -79
- package/dist/react-native/operations/serviceConfigurations.d.ts.map +0 -1
- package/dist/react-native/operations/serviceConfigurations.js +0 -299
- package/dist/react-native/operations/serviceConfigurations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/endpoints.d.ts +0 -72
- package/dist/react-native/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/endpoints.js +0 -9
- package/dist/react-native/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -4
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -11
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/serviceConfigurations.d.ts +0 -52
- package/dist/react-native/operationsInterfaces/serviceConfigurations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/serviceConfigurations.js +0 -9
- package/dist/react-native/operationsInterfaces/serviceConfigurations.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -32
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -1,477 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
3
|
-
export interface OperationListResult {
|
|
4
|
-
/**
|
|
5
|
-
* List of operations supported by the resource provider
|
|
6
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
-
*/
|
|
8
|
-
readonly value?: Operation[];
|
|
9
|
-
/**
|
|
10
|
-
* URL to get the next set of operation list results (if there are any).
|
|
11
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
-
*/
|
|
13
|
-
readonly nextLink?: string;
|
|
14
|
-
}
|
|
15
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
16
|
-
export interface Operation {
|
|
17
|
-
/**
|
|
18
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
19
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
|
-
*/
|
|
21
|
-
readonly name?: string;
|
|
22
|
-
/**
|
|
23
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
24
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
25
|
-
*/
|
|
26
|
-
readonly isDataAction?: boolean;
|
|
27
|
-
/** Localized display information for this particular operation. */
|
|
28
|
-
display?: OperationDisplay;
|
|
29
|
-
/**
|
|
30
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
31
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
-
*/
|
|
33
|
-
readonly origin?: Origin;
|
|
34
|
-
/**
|
|
35
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
36
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
37
|
-
*/
|
|
38
|
-
readonly actionType?: ActionType;
|
|
39
|
-
}
|
|
40
|
-
/** Localized display information for this particular operation. */
|
|
41
|
-
export interface OperationDisplay {
|
|
42
|
-
/**
|
|
43
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
44
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
45
|
-
*/
|
|
46
|
-
readonly provider?: string;
|
|
47
|
-
/**
|
|
48
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
49
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
50
|
-
*/
|
|
51
|
-
readonly resource?: string;
|
|
52
|
-
/**
|
|
53
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
54
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
55
|
-
*/
|
|
56
|
-
readonly operation?: string;
|
|
57
|
-
/**
|
|
58
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
59
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
60
|
-
*/
|
|
61
|
-
readonly description?: string;
|
|
62
|
-
}
|
|
63
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
64
|
-
export interface ErrorResponse {
|
|
65
|
-
/** The error object. */
|
|
66
|
-
error?: ErrorDetail;
|
|
67
|
-
}
|
|
68
|
-
/** The error detail. */
|
|
69
|
-
export interface ErrorDetail {
|
|
70
|
-
/**
|
|
71
|
-
* The error code.
|
|
72
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
-
*/
|
|
74
|
-
readonly code?: string;
|
|
75
|
-
/**
|
|
76
|
-
* The error message.
|
|
77
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
-
*/
|
|
79
|
-
readonly message?: string;
|
|
80
|
-
/**
|
|
81
|
-
* The error target.
|
|
82
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
-
*/
|
|
84
|
-
readonly target?: string;
|
|
85
|
-
/**
|
|
86
|
-
* The error details.
|
|
87
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
-
*/
|
|
89
|
-
readonly details?: ErrorDetail[];
|
|
90
|
-
/**
|
|
91
|
-
* The error additional info.
|
|
92
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
-
*/
|
|
94
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
95
|
-
}
|
|
96
|
-
/** The resource management error additional info. */
|
|
97
|
-
export interface ErrorAdditionalInfo {
|
|
98
|
-
/**
|
|
99
|
-
* The additional info type.
|
|
100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
-
*/
|
|
102
|
-
readonly type?: string;
|
|
103
|
-
/**
|
|
104
|
-
* The additional info.
|
|
105
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
-
*/
|
|
107
|
-
readonly info?: Record<string, unknown>;
|
|
108
|
-
}
|
|
109
|
-
/** The list of endpoints. */
|
|
110
|
-
export interface EndpointsList {
|
|
111
|
-
/** The link used to get the next page of endpoints list. */
|
|
112
|
-
nextLink?: string;
|
|
113
|
-
/** The list of endpoint. */
|
|
114
|
-
value?: EndpointResource[];
|
|
115
|
-
}
|
|
116
|
-
/** Endpoint details */
|
|
117
|
-
export interface EndpointProperties {
|
|
118
|
-
/** The type of endpoint. */
|
|
119
|
-
type: Type;
|
|
120
|
-
/** The resource Id of the connectivity endpoint (optional). */
|
|
121
|
-
resourceId?: string;
|
|
122
|
-
/**
|
|
123
|
-
* The resource provisioning state.
|
|
124
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
125
|
-
*/
|
|
126
|
-
readonly provisioningState?: string;
|
|
127
|
-
}
|
|
128
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
129
|
-
export interface Resource {
|
|
130
|
-
/**
|
|
131
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
132
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
133
|
-
*/
|
|
134
|
-
readonly id?: string;
|
|
135
|
-
/**
|
|
136
|
-
* The name of the resource
|
|
137
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
138
|
-
*/
|
|
139
|
-
readonly name?: string;
|
|
140
|
-
/**
|
|
141
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
142
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
143
|
-
*/
|
|
144
|
-
readonly type?: string;
|
|
145
|
-
/**
|
|
146
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
147
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
148
|
-
*/
|
|
149
|
-
readonly systemData?: SystemData;
|
|
150
|
-
}
|
|
151
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
152
|
-
export interface SystemData {
|
|
153
|
-
/** The identity that created the resource. */
|
|
154
|
-
createdBy?: string;
|
|
155
|
-
/** The type of identity that created the resource. */
|
|
156
|
-
createdByType?: CreatedByType;
|
|
157
|
-
/** The timestamp of resource creation (UTC). */
|
|
158
|
-
createdAt?: Date;
|
|
159
|
-
/** The identity that last modified the resource. */
|
|
160
|
-
lastModifiedBy?: string;
|
|
161
|
-
/** The type of identity that last modified the resource. */
|
|
162
|
-
lastModifiedByType?: CreatedByType;
|
|
163
|
-
/** The timestamp of resource last modification (UTC) */
|
|
164
|
-
lastModifiedAt?: Date;
|
|
165
|
-
}
|
|
166
|
-
/** The paginated list of serviceConfigurations */
|
|
167
|
-
export interface ServiceConfigurationList {
|
|
168
|
-
/** The list of service configuration */
|
|
169
|
-
value?: ServiceConfigurationResource[];
|
|
170
|
-
/** The link to fetch the next page of connected cluster */
|
|
171
|
-
nextLink?: string;
|
|
172
|
-
}
|
|
173
|
-
/** The service details under service configuration for the target endpoint resource. */
|
|
174
|
-
export interface ServiceConfigurationResourcePatch {
|
|
175
|
-
/** The port on which service is enabled. */
|
|
176
|
-
port?: number;
|
|
177
|
-
}
|
|
178
|
-
/** The details of the service for which credentials needs to be returned. */
|
|
179
|
-
export interface ListCredentialsRequest {
|
|
180
|
-
/** The name of the service. If not provided, the request will by pass the generation of service configuration token */
|
|
181
|
-
serviceName?: ServiceName;
|
|
182
|
-
}
|
|
183
|
-
/** The endpoint access for the target resource. */
|
|
184
|
-
export interface EndpointAccessResource {
|
|
185
|
-
/** The namespace name. */
|
|
186
|
-
namespaceName?: string;
|
|
187
|
-
/** The suffix domain name of relay namespace. */
|
|
188
|
-
namespaceNameSuffix?: string;
|
|
189
|
-
/** Azure Relay hybrid connection name for the resource. */
|
|
190
|
-
hybridConnectionName?: string;
|
|
191
|
-
/**
|
|
192
|
-
* Access key for hybrid connection.
|
|
193
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
194
|
-
*/
|
|
195
|
-
readonly accessKey?: string;
|
|
196
|
-
/** The expiration of access key in unix time. */
|
|
197
|
-
expiresOn?: number;
|
|
198
|
-
/** The token to access the enabled service. */
|
|
199
|
-
serviceConfigurationToken?: string;
|
|
200
|
-
}
|
|
201
|
-
/** Represent ListIngressGatewayCredentials Request object. */
|
|
202
|
-
export interface ListIngressGatewayCredentialsRequest {
|
|
203
|
-
/** The name of the service. */
|
|
204
|
-
serviceName?: ServiceName;
|
|
205
|
-
}
|
|
206
|
-
/** The ingress gateway access credentials */
|
|
207
|
-
export interface IngressGatewayResource {
|
|
208
|
-
/** The ingress hostname. */
|
|
209
|
-
hostname?: string;
|
|
210
|
-
/** The arc ingress gateway server app id. */
|
|
211
|
-
serverId?: string;
|
|
212
|
-
/** The target resource home tenant id. */
|
|
213
|
-
tenantId?: string;
|
|
214
|
-
/** The namespace name. */
|
|
215
|
-
namespaceName?: string;
|
|
216
|
-
/** The suffix domain name of relay namespace. */
|
|
217
|
-
namespaceNameSuffix?: string;
|
|
218
|
-
/** Azure Relay hybrid connection name for the resource. */
|
|
219
|
-
hybridConnectionName?: string;
|
|
220
|
-
/**
|
|
221
|
-
* Access key for hybrid connection.
|
|
222
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
223
|
-
*/
|
|
224
|
-
readonly accessKey?: string;
|
|
225
|
-
/** The expiration of access key in unix time. */
|
|
226
|
-
expiresOn?: number;
|
|
227
|
-
/** The token to access the enabled service. */
|
|
228
|
-
serviceConfigurationToken?: string;
|
|
229
|
-
}
|
|
230
|
-
/** Represent ManageProxy Request object. */
|
|
231
|
-
export interface ManagedProxyRequest {
|
|
232
|
-
/** The name of the service. */
|
|
233
|
-
service: string;
|
|
234
|
-
/** The target host name. */
|
|
235
|
-
hostname?: string;
|
|
236
|
-
/** The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed. */
|
|
237
|
-
serviceName?: ServiceName;
|
|
238
|
-
}
|
|
239
|
-
/** Managed Proxy */
|
|
240
|
-
export interface ManagedProxyResource {
|
|
241
|
-
/** The short lived proxy name. */
|
|
242
|
-
proxy: string;
|
|
243
|
-
/** The expiration time of short lived proxy name in unix epoch. */
|
|
244
|
-
expiresOn: number;
|
|
245
|
-
}
|
|
246
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
247
|
-
export interface ProxyResource extends Resource {
|
|
248
|
-
}
|
|
249
|
-
/** The endpoint for the target resource. */
|
|
250
|
-
export interface EndpointResource extends ProxyResource {
|
|
251
|
-
/** The endpoint properties. */
|
|
252
|
-
properties?: EndpointProperties;
|
|
253
|
-
}
|
|
254
|
-
/** The service configuration details associated with the target resource. */
|
|
255
|
-
export interface ServiceConfigurationResource extends ProxyResource {
|
|
256
|
-
/** Name of the service. */
|
|
257
|
-
serviceName?: ServiceName;
|
|
258
|
-
/** The resource Id of the connectivity endpoint (optional). */
|
|
259
|
-
resourceId?: string;
|
|
260
|
-
/** The port on which service is enabled. */
|
|
261
|
-
port?: number;
|
|
262
|
-
/**
|
|
263
|
-
* The resource provisioning state.
|
|
264
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
265
|
-
*/
|
|
266
|
-
readonly provisioningState?: ProvisioningState;
|
|
267
|
-
}
|
|
268
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
269
|
-
export declare enum KnownOrigin {
|
|
270
|
-
/** User */
|
|
271
|
-
User = "user",
|
|
272
|
-
/** System */
|
|
273
|
-
System = "system",
|
|
274
|
-
/** UserSystem */
|
|
275
|
-
UserSystem = "user,system"
|
|
276
|
-
}
|
|
277
|
-
/**
|
|
278
|
-
* Defines values for Origin. \
|
|
279
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
280
|
-
* this enum contains the known values that the service supports.
|
|
281
|
-
* ### Known values supported by the service
|
|
282
|
-
* **user** \
|
|
283
|
-
* **system** \
|
|
284
|
-
* **user,system**
|
|
285
|
-
*/
|
|
286
|
-
export type Origin = string;
|
|
287
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
288
|
-
export declare enum KnownActionType {
|
|
289
|
-
/** Internal */
|
|
290
|
-
Internal = "Internal"
|
|
291
|
-
}
|
|
292
|
-
/**
|
|
293
|
-
* Defines values for ActionType. \
|
|
294
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
295
|
-
* this enum contains the known values that the service supports.
|
|
296
|
-
* ### Known values supported by the service
|
|
297
|
-
* **Internal**
|
|
298
|
-
*/
|
|
299
|
-
export type ActionType = string;
|
|
300
|
-
/** Known values of {@link Type} that the service accepts. */
|
|
301
|
-
export declare enum KnownType {
|
|
302
|
-
/** Default */
|
|
303
|
-
Default = "default",
|
|
304
|
-
/** Custom */
|
|
305
|
-
Custom = "custom"
|
|
306
|
-
}
|
|
307
|
-
/**
|
|
308
|
-
* Defines values for Type. \
|
|
309
|
-
* {@link KnownType} can be used interchangeably with Type,
|
|
310
|
-
* this enum contains the known values that the service supports.
|
|
311
|
-
* ### Known values supported by the service
|
|
312
|
-
* **default** \
|
|
313
|
-
* **custom**
|
|
314
|
-
*/
|
|
315
|
-
export type Type = string;
|
|
316
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
317
|
-
export declare enum KnownCreatedByType {
|
|
318
|
-
/** User */
|
|
319
|
-
User = "User",
|
|
320
|
-
/** Application */
|
|
321
|
-
Application = "Application",
|
|
322
|
-
/** ManagedIdentity */
|
|
323
|
-
ManagedIdentity = "ManagedIdentity",
|
|
324
|
-
/** Key */
|
|
325
|
-
Key = "Key"
|
|
326
|
-
}
|
|
327
|
-
/**
|
|
328
|
-
* Defines values for CreatedByType. \
|
|
329
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
330
|
-
* this enum contains the known values that the service supports.
|
|
331
|
-
* ### Known values supported by the service
|
|
332
|
-
* **User** \
|
|
333
|
-
* **Application** \
|
|
334
|
-
* **ManagedIdentity** \
|
|
335
|
-
* **Key**
|
|
336
|
-
*/
|
|
337
|
-
export type CreatedByType = string;
|
|
338
|
-
/** Known values of {@link ServiceName} that the service accepts. */
|
|
339
|
-
export declare enum KnownServiceName {
|
|
340
|
-
/** SSH */
|
|
341
|
-
SSH = "SSH",
|
|
342
|
-
/** WAC */
|
|
343
|
-
WAC = "WAC"
|
|
344
|
-
}
|
|
345
|
-
/**
|
|
346
|
-
* Defines values for ServiceName. \
|
|
347
|
-
* {@link KnownServiceName} can be used interchangeably with ServiceName,
|
|
348
|
-
* this enum contains the known values that the service supports.
|
|
349
|
-
* ### Known values supported by the service
|
|
350
|
-
* **SSH** \
|
|
351
|
-
* **WAC**
|
|
352
|
-
*/
|
|
353
|
-
export type ServiceName = string;
|
|
354
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
355
|
-
export declare enum KnownProvisioningState {
|
|
356
|
-
/** Succeeded */
|
|
357
|
-
Succeeded = "Succeeded",
|
|
358
|
-
/** Creating */
|
|
359
|
-
Creating = "Creating",
|
|
360
|
-
/** Updating */
|
|
361
|
-
Updating = "Updating",
|
|
362
|
-
/** Failed */
|
|
363
|
-
Failed = "Failed",
|
|
364
|
-
/** Canceled */
|
|
365
|
-
Canceled = "Canceled"
|
|
366
|
-
}
|
|
367
|
-
/**
|
|
368
|
-
* Defines values for ProvisioningState. \
|
|
369
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
370
|
-
* this enum contains the known values that the service supports.
|
|
371
|
-
* ### Known values supported by the service
|
|
372
|
-
* **Succeeded** \
|
|
373
|
-
* **Creating** \
|
|
374
|
-
* **Updating** \
|
|
375
|
-
* **Failed** \
|
|
376
|
-
* **Canceled**
|
|
377
|
-
*/
|
|
378
|
-
export type ProvisioningState = string;
|
|
379
|
-
/** Optional parameters. */
|
|
380
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
381
|
-
}
|
|
382
|
-
/** Contains response data for the list operation. */
|
|
383
|
-
export type OperationsListResponse = OperationListResult;
|
|
384
|
-
/** Optional parameters. */
|
|
385
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
386
|
-
}
|
|
387
|
-
/** Contains response data for the listNext operation. */
|
|
388
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
389
|
-
/** Optional parameters. */
|
|
390
|
-
export interface EndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
391
|
-
}
|
|
392
|
-
/** Contains response data for the list operation. */
|
|
393
|
-
export type EndpointsListResponse = EndpointsList;
|
|
394
|
-
/** Optional parameters. */
|
|
395
|
-
export interface EndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
396
|
-
}
|
|
397
|
-
/** Contains response data for the get operation. */
|
|
398
|
-
export type EndpointsGetResponse = EndpointResource;
|
|
399
|
-
/** Optional parameters. */
|
|
400
|
-
export interface EndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
401
|
-
}
|
|
402
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
403
|
-
export type EndpointsCreateOrUpdateResponse = EndpointResource;
|
|
404
|
-
/** Optional parameters. */
|
|
405
|
-
export interface EndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
406
|
-
}
|
|
407
|
-
/** Contains response data for the update operation. */
|
|
408
|
-
export type EndpointsUpdateResponse = EndpointResource;
|
|
409
|
-
/** Optional parameters. */
|
|
410
|
-
export interface EndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
411
|
-
}
|
|
412
|
-
/** Optional parameters. */
|
|
413
|
-
export interface EndpointsListCredentialsOptionalParams extends coreClient.OperationOptions {
|
|
414
|
-
/** Object of type ListCredentialsRequest */
|
|
415
|
-
listCredentialsRequest?: ListCredentialsRequest;
|
|
416
|
-
/** The is how long the endpoint access token is valid (in seconds). */
|
|
417
|
-
expiresin?: number;
|
|
418
|
-
}
|
|
419
|
-
/** Contains response data for the listCredentials operation. */
|
|
420
|
-
export type EndpointsListCredentialsResponse = EndpointAccessResource;
|
|
421
|
-
/** Optional parameters. */
|
|
422
|
-
export interface EndpointsListIngressGatewayCredentialsOptionalParams extends coreClient.OperationOptions {
|
|
423
|
-
/** The is how long the endpoint access token is valid (in seconds). */
|
|
424
|
-
expiresin?: number;
|
|
425
|
-
/** Object of type ListIngressGatewayCredentialsRequest */
|
|
426
|
-
listIngressGatewayCredentialsRequest?: ListIngressGatewayCredentialsRequest;
|
|
427
|
-
}
|
|
428
|
-
/** Contains response data for the listIngressGatewayCredentials operation. */
|
|
429
|
-
export type EndpointsListIngressGatewayCredentialsResponse = IngressGatewayResource;
|
|
430
|
-
/** Optional parameters. */
|
|
431
|
-
export interface EndpointsListManagedProxyDetailsOptionalParams extends coreClient.OperationOptions {
|
|
432
|
-
}
|
|
433
|
-
/** Contains response data for the listManagedProxyDetails operation. */
|
|
434
|
-
export type EndpointsListManagedProxyDetailsResponse = ManagedProxyResource;
|
|
435
|
-
/** Optional parameters. */
|
|
436
|
-
export interface EndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
437
|
-
}
|
|
438
|
-
/** Contains response data for the listNext operation. */
|
|
439
|
-
export type EndpointsListNextResponse = EndpointsList;
|
|
440
|
-
/** Optional parameters. */
|
|
441
|
-
export interface ServiceConfigurationsListByEndpointResourceOptionalParams extends coreClient.OperationOptions {
|
|
442
|
-
}
|
|
443
|
-
/** Contains response data for the listByEndpointResource operation. */
|
|
444
|
-
export type ServiceConfigurationsListByEndpointResourceResponse = ServiceConfigurationList;
|
|
445
|
-
/** Optional parameters. */
|
|
446
|
-
export interface ServiceConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
447
|
-
}
|
|
448
|
-
/** Contains response data for the get operation. */
|
|
449
|
-
export type ServiceConfigurationsGetResponse = ServiceConfigurationResource;
|
|
450
|
-
/** Optional parameters. */
|
|
451
|
-
export interface ServiceConfigurationsCreateOrupdateOptionalParams extends coreClient.OperationOptions {
|
|
452
|
-
}
|
|
453
|
-
/** Contains response data for the createOrupdate operation. */
|
|
454
|
-
export type ServiceConfigurationsCreateOrupdateResponse = ServiceConfigurationResource;
|
|
455
|
-
/** Optional parameters. */
|
|
456
|
-
export interface ServiceConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
457
|
-
}
|
|
458
|
-
/** Contains response data for the update operation. */
|
|
459
|
-
export type ServiceConfigurationsUpdateResponse = ServiceConfigurationResource;
|
|
460
|
-
/** Optional parameters. */
|
|
461
|
-
export interface ServiceConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
462
|
-
}
|
|
463
|
-
/** Optional parameters. */
|
|
464
|
-
export interface ServiceConfigurationsListByEndpointResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
465
|
-
}
|
|
466
|
-
/** Contains response data for the listByEndpointResourceNext operation. */
|
|
467
|
-
export type ServiceConfigurationsListByEndpointResourceNextResponse = ServiceConfigurationList;
|
|
468
|
-
/** Optional parameters. */
|
|
469
|
-
export interface HybridConnectivityManagementAPIOptionalParams extends coreClient.ServiceClientOptions {
|
|
470
|
-
/** server parameter */
|
|
471
|
-
$host?: string;
|
|
472
|
-
/** Api Version */
|
|
473
|
-
apiVersion?: string;
|
|
474
|
-
/** Overrides client endpoint. */
|
|
475
|
-
endpoint?: string;
|
|
476
|
-
}
|
|
1
|
+
export { SolutionTypeResource, SolutionTypeProperties, SolutionTypeSettingsProperties, ProxyResource, Resource, SystemData, KnownCreatedByType, CreatedByType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, InventoryResource, InventoryProperties, KnownCloudNativeType, CloudNativeType, KnownSolutionConfigurationStatus, SolutionConfigurationStatus, KnownResourceProvisioningState, ResourceProvisioningState, SolutionConfiguration, SolutionConfigurationProperties, SolutionSettings, ExtensionResource, SolutionConfigurationUpdate, SolutionConfigurationPropertiesUpdate, OperationStatusResult, PublicCloudConnector, PublicCloudConnectorProperties, AwsCloudProfile, KnownHostType, HostType, TrackedResource, PublicCloudConnectorUpdate, PublicCloudConnectorPropertiesUpdate, AwsCloudProfileUpdate, TrackedResourceUpdate, GenerateAwsTemplateRequest, SolutionTypeSettings, ServiceConfigurationResource, ServiceConfigurationProperties, KnownServiceName, ServiceName, KnownProvisioningState, ProvisioningState, ServiceConfigurationResourcePatch, ServiceConfigurationPropertiesPatch, EndpointResource, EndpointProperties, KnownType, Type, ListCredentialsRequest, EndpointAccessResource, RelayNamespaceAccessProperties, ListIngressGatewayCredentialsRequest, IngressGatewayResource, IngressProfileProperties, AADProfileProperties, ManagedProxyRequest, ManagedProxyResource, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, KnownVersions, } from "./models.js";
|
|
477
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,oBAAoB,EACpB,sBAAsB,EACtB,8BAA8B,EAC9B,aAAa,EACb,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,aAAa,EACb,WAAW,EACX,mBAAmB,EACnB,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,eAAe,EACf,gCAAgC,EAChC,2BAA2B,EAC3B,8BAA8B,EAC9B,yBAAyB,EACzB,qBAAqB,EACrB,+BAA+B,EAC/B,gBAAgB,EAChB,iBAAiB,EACjB,2BAA2B,EAC3B,qCAAqC,EACrC,qBAAqB,EACrB,oBAAoB,EACpB,8BAA8B,EAC9B,eAAe,EACf,aAAa,EACb,QAAQ,EACR,eAAe,EACf,0BAA0B,EAC1B,oCAAoC,EACpC,qBAAqB,EACrB,qBAAqB,EACrB,0BAA0B,EAC1B,oBAAoB,EACpB,4BAA4B,EAC5B,8BAA8B,EAC9B,gBAAgB,EAChB,WAAW,EACX,sBAAsB,EACtB,iBAAiB,EACjB,iCAAiC,EACjC,mCAAmC,EACnC,gBAAgB,EAChB,kBAAkB,EAClB,SAAS,EACT,IAAI,EACJ,sBAAsB,EACtB,sBAAsB,EACtB,8BAA8B,EAC9B,oCAAoC,EACpC,sBAAsB,EACtB,wBAAwB,EACxB,oBAAoB,EACpB,mBAAmB,EACnB,oBAAoB,EACpB,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,aAAa,GACd,MAAM,aAAa,CAAC"}
|
package/dist/esm/models/index.js
CHANGED
|
@@ -1,66 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
9
|
-
export var KnownOrigin;
|
|
10
|
-
(function (KnownOrigin) {
|
|
11
|
-
/** User */
|
|
12
|
-
KnownOrigin["User"] = "user";
|
|
13
|
-
/** System */
|
|
14
|
-
KnownOrigin["System"] = "system";
|
|
15
|
-
/** UserSystem */
|
|
16
|
-
KnownOrigin["UserSystem"] = "user,system";
|
|
17
|
-
})(KnownOrigin || (KnownOrigin = {}));
|
|
18
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
19
|
-
export var KnownActionType;
|
|
20
|
-
(function (KnownActionType) {
|
|
21
|
-
/** Internal */
|
|
22
|
-
KnownActionType["Internal"] = "Internal";
|
|
23
|
-
})(KnownActionType || (KnownActionType = {}));
|
|
24
|
-
/** Known values of {@link Type} that the service accepts. */
|
|
25
|
-
export var KnownType;
|
|
26
|
-
(function (KnownType) {
|
|
27
|
-
/** Default */
|
|
28
|
-
KnownType["Default"] = "default";
|
|
29
|
-
/** Custom */
|
|
30
|
-
KnownType["Custom"] = "custom";
|
|
31
|
-
})(KnownType || (KnownType = {}));
|
|
32
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
33
|
-
export var KnownCreatedByType;
|
|
34
|
-
(function (KnownCreatedByType) {
|
|
35
|
-
/** User */
|
|
36
|
-
KnownCreatedByType["User"] = "User";
|
|
37
|
-
/** Application */
|
|
38
|
-
KnownCreatedByType["Application"] = "Application";
|
|
39
|
-
/** ManagedIdentity */
|
|
40
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
41
|
-
/** Key */
|
|
42
|
-
KnownCreatedByType["Key"] = "Key";
|
|
43
|
-
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
44
|
-
/** Known values of {@link ServiceName} that the service accepts. */
|
|
45
|
-
export var KnownServiceName;
|
|
46
|
-
(function (KnownServiceName) {
|
|
47
|
-
/** SSH */
|
|
48
|
-
KnownServiceName["SSH"] = "SSH";
|
|
49
|
-
/** WAC */
|
|
50
|
-
KnownServiceName["WAC"] = "WAC";
|
|
51
|
-
})(KnownServiceName || (KnownServiceName = {}));
|
|
52
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
53
|
-
export var KnownProvisioningState;
|
|
54
|
-
(function (KnownProvisioningState) {
|
|
55
|
-
/** Succeeded */
|
|
56
|
-
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
57
|
-
/** Creating */
|
|
58
|
-
KnownProvisioningState["Creating"] = "Creating";
|
|
59
|
-
/** Updating */
|
|
60
|
-
KnownProvisioningState["Updating"] = "Updating";
|
|
61
|
-
/** Failed */
|
|
62
|
-
KnownProvisioningState["Failed"] = "Failed";
|
|
63
|
-
/** Canceled */
|
|
64
|
-
KnownProvisioningState["Canceled"] = "Canceled";
|
|
65
|
-
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export { KnownCreatedByType, KnownCloudNativeType, KnownSolutionConfigurationStatus, KnownResourceProvisioningState, KnownHostType, KnownServiceName, KnownProvisioningState, KnownType, KnownOrigin, KnownActionType, KnownVersions, } from "./models.js";
|
|
66
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAkSH,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAWD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,cAAc;IACd,gCAAmB,CAAA;IACnB,aAAa;IACb,8BAAiB,CAAA;AACnB,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,UAAU;IACV,+BAAW,CAAA;IACX,UAAU;IACV,+BAAW,CAAA;AACb,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAWX;AAXD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAXW,sBAAsB,KAAtB,sBAAsB,QAWjC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The list of endpoints. */\nexport interface EndpointsList {\n /** The link used to get the next page of endpoints list. */\n nextLink?: string;\n /** The list of endpoint. */\n value?: EndpointResource[];\n}\n\n/** Endpoint details */\nexport interface EndpointProperties {\n /** The type of endpoint. */\n type: Type;\n /** The resource Id of the connectivity endpoint (optional). */\n resourceId?: string;\n /**\n * The resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The paginated list of serviceConfigurations */\nexport interface ServiceConfigurationList {\n /** The list of service configuration */\n value?: ServiceConfigurationResource[];\n /** The link to fetch the next page of connected cluster */\n nextLink?: string;\n}\n\n/** The service details under service configuration for the target endpoint resource. */\nexport interface ServiceConfigurationResourcePatch {\n /** The port on which service is enabled. */\n port?: number;\n}\n\n/** The details of the service for which credentials needs to be returned. */\nexport interface ListCredentialsRequest {\n /** The name of the service. If not provided, the request will by pass the generation of service configuration token */\n serviceName?: ServiceName;\n}\n\n/** The endpoint access for the target resource. */\nexport interface EndpointAccessResource {\n /** The namespace name. */\n namespaceName?: string;\n /** The suffix domain name of relay namespace. */\n namespaceNameSuffix?: string;\n /** Azure Relay hybrid connection name for the resource. */\n hybridConnectionName?: string;\n /**\n * Access key for hybrid connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessKey?: string;\n /** The expiration of access key in unix time. */\n expiresOn?: number;\n /** The token to access the enabled service. */\n serviceConfigurationToken?: string;\n}\n\n/** Represent ListIngressGatewayCredentials Request object. */\nexport interface ListIngressGatewayCredentialsRequest {\n /** The name of the service. */\n serviceName?: ServiceName;\n}\n\n/** The ingress gateway access credentials */\nexport interface IngressGatewayResource {\n /** The ingress hostname. */\n hostname?: string;\n /** The arc ingress gateway server app id. */\n serverId?: string;\n /** The target resource home tenant id. */\n tenantId?: string;\n /** The namespace name. */\n namespaceName?: string;\n /** The suffix domain name of relay namespace. */\n namespaceNameSuffix?: string;\n /** Azure Relay hybrid connection name for the resource. */\n hybridConnectionName?: string;\n /**\n * Access key for hybrid connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessKey?: string;\n /** The expiration of access key in unix time. */\n expiresOn?: number;\n /** The token to access the enabled service. */\n serviceConfigurationToken?: string;\n}\n\n/** Represent ManageProxy Request object. */\nexport interface ManagedProxyRequest {\n /** The name of the service. */\n service: string;\n /** The target host name. */\n hostname?: string;\n /** The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed. */\n serviceName?: ServiceName;\n}\n\n/** Managed Proxy */\nexport interface ManagedProxyResource {\n /** The short lived proxy name. */\n proxy: string;\n /** The expiration time of short lived proxy name in unix epoch. */\n expiresOn: number;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The endpoint for the target resource. */\nexport interface EndpointResource extends ProxyResource {\n /** The endpoint properties. */\n properties?: EndpointProperties;\n}\n\n/** The service configuration details associated with the target resource. */\nexport interface ServiceConfigurationResource extends ProxyResource {\n /** Name of the service. */\n serviceName?: ServiceName;\n /** The resource Id of the connectivity endpoint (optional). */\n resourceId?: string;\n /** The port on which service is enabled. */\n port?: number;\n /**\n * The resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\"\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\"\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link Type} that the service accepts. */\nexport enum KnownType {\n /** Default */\n Default = \"default\",\n /** Custom */\n Custom = \"custom\"\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **default** \\\n * **custom**\n */\nexport type Type = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ServiceName} that the service accepts. */\nexport enum KnownServiceName {\n /** SSH */\n SSH = \"SSH\",\n /** WAC */\n WAC = \"WAC\"\n}\n\n/**\n * Defines values for ServiceName. \\\n * {@link KnownServiceName} can be used interchangeably with ServiceName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SSH** \\\n * **WAC**\n */\nexport type ServiceName = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Updating** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ProvisioningState = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface EndpointsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type EndpointsListResponse = EndpointsList;\n\n/** Optional parameters. */\nexport interface EndpointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EndpointsGetResponse = EndpointResource;\n\n/** Optional parameters. */\nexport interface EndpointsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EndpointsCreateOrUpdateResponse = EndpointResource;\n\n/** Optional parameters. */\nexport interface EndpointsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type EndpointsUpdateResponse = EndpointResource;\n\n/** Optional parameters. */\nexport interface EndpointsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface EndpointsListCredentialsOptionalParams\n extends coreClient.OperationOptions {\n /** Object of type ListCredentialsRequest */\n listCredentialsRequest?: ListCredentialsRequest;\n /** The is how long the endpoint access token is valid (in seconds). */\n expiresin?: number;\n}\n\n/** Contains response data for the listCredentials operation. */\nexport type EndpointsListCredentialsResponse = EndpointAccessResource;\n\n/** Optional parameters. */\nexport interface EndpointsListIngressGatewayCredentialsOptionalParams\n extends coreClient.OperationOptions {\n /** The is how long the endpoint access token is valid (in seconds). */\n expiresin?: number;\n /** Object of type ListIngressGatewayCredentialsRequest */\n listIngressGatewayCredentialsRequest?: ListIngressGatewayCredentialsRequest;\n}\n\n/** Contains response data for the listIngressGatewayCredentials operation. */\nexport type EndpointsListIngressGatewayCredentialsResponse = IngressGatewayResource;\n\n/** Optional parameters. */\nexport interface EndpointsListManagedProxyDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listManagedProxyDetails operation. */\nexport type EndpointsListManagedProxyDetailsResponse = ManagedProxyResource;\n\n/** Optional parameters. */\nexport interface EndpointsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type EndpointsListNextResponse = EndpointsList;\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsListByEndpointResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEndpointResource operation. */\nexport type ServiceConfigurationsListByEndpointResourceResponse = ServiceConfigurationList;\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServiceConfigurationsGetResponse = ServiceConfigurationResource;\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsCreateOrupdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrupdate operation. */\nexport type ServiceConfigurationsCreateOrupdateResponse = ServiceConfigurationResource;\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ServiceConfigurationsUpdateResponse = ServiceConfigurationResource;\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ServiceConfigurationsListByEndpointResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEndpointResourceNext operation. */\nexport type ServiceConfigurationsListByEndpointResourceNextResponse = ServiceConfigurationList;\n\n/** Optional parameters. */\nexport interface HybridConnectivityManagementAPIOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAOL,kBAAkB,EAOlB,oBAAoB,EAEpB,gCAAgC,EAEhC,8BAA8B,EAY9B,aAAa,EAWb,gBAAgB,EAEhB,sBAAsB,EAMtB,SAAS,EAaT,WAAW,EAEX,eAAe,EAEf,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n SolutionTypeResource,\n SolutionTypeProperties,\n SolutionTypeSettingsProperties,\n ProxyResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n InventoryResource,\n InventoryProperties,\n KnownCloudNativeType,\n CloudNativeType,\n KnownSolutionConfigurationStatus,\n SolutionConfigurationStatus,\n KnownResourceProvisioningState,\n ResourceProvisioningState,\n SolutionConfiguration,\n SolutionConfigurationProperties,\n SolutionSettings,\n ExtensionResource,\n SolutionConfigurationUpdate,\n SolutionConfigurationPropertiesUpdate,\n OperationStatusResult,\n PublicCloudConnector,\n PublicCloudConnectorProperties,\n AwsCloudProfile,\n KnownHostType,\n HostType,\n TrackedResource,\n PublicCloudConnectorUpdate,\n PublicCloudConnectorPropertiesUpdate,\n AwsCloudProfileUpdate,\n TrackedResourceUpdate,\n GenerateAwsTemplateRequest,\n SolutionTypeSettings,\n ServiceConfigurationResource,\n ServiceConfigurationProperties,\n KnownServiceName,\n ServiceName,\n KnownProvisioningState,\n ProvisioningState,\n ServiceConfigurationResourcePatch,\n ServiceConfigurationPropertiesPatch,\n EndpointResource,\n EndpointProperties,\n KnownType,\n Type,\n ListCredentialsRequest,\n EndpointAccessResource,\n RelayNamespaceAccessProperties,\n ListIngressGatewayCredentialsRequest,\n IngressGatewayResource,\n IngressProfileProperties,\n AADProfileProperties,\n ManagedProxyRequest,\n ManagedProxyResource,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n KnownVersions,\n} from \"./models.js\";\n"]}
|