@azure/arm-hybridconnectivity 1.0.1-alpha.20250326.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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../../src/operations/endpoints.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Endpoints } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { HybridConnectivityManagementAPI } from \"../hybridConnectivityManagementAPI.js\";\nimport {\n EndpointResource,\n EndpointsListNextOptionalParams,\n EndpointsListOptionalParams,\n EndpointsListResponse,\n EndpointsGetOptionalParams,\n EndpointsGetResponse,\n EndpointsCreateOrUpdateOptionalParams,\n EndpointsCreateOrUpdateResponse,\n EndpointsUpdateOptionalParams,\n EndpointsUpdateResponse,\n EndpointsDeleteOptionalParams,\n EndpointsListCredentialsOptionalParams,\n EndpointsListCredentialsResponse,\n EndpointsListIngressGatewayCredentialsOptionalParams,\n EndpointsListIngressGatewayCredentialsResponse,\n ManagedProxyRequest,\n EndpointsListManagedProxyDetailsOptionalParams,\n EndpointsListManagedProxyDetailsResponse,\n EndpointsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Endpoints operations. */\nexport class EndpointsImpl implements Endpoints {\n private readonly client: HybridConnectivityManagementAPI;\n\n /**\n * Initialize a new instance of the class Endpoints class.\n * @param client Reference to the service client\n */\n constructor(client: HybridConnectivityManagementAPI) {\n this.client = client;\n }\n\n /**\n * List of endpoints to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param options The options parameters.\n */\n public list(\n resourceUri: string,\n options?: EndpointsListOptionalParams\n ): PagedAsyncIterableIterator<EndpointResource> {\n const iter = this.listPagingAll(resourceUri, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(resourceUri, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n resourceUri: string,\n options?: EndpointsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<EndpointResource[]> {\n let result: EndpointsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceUri, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(resourceUri, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n resourceUri: string,\n options?: EndpointsListOptionalParams\n ): AsyncIterableIterator<EndpointResource> {\n for await (const page of this.listPagingPage(resourceUri, options)) {\n yield* page;\n }\n }\n\n /**\n * List of endpoints to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param options The options parameters.\n */\n private _list(\n resourceUri: string,\n options?: EndpointsListOptionalParams\n ): Promise<EndpointsListResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, options },\n listOperationSpec\n );\n }\n\n /**\n * Gets the endpoint to the resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n get(\n resourceUri: string,\n endpointName: string,\n options?: EndpointsGetOptionalParams\n ): Promise<EndpointsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or update the endpoint to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param endpointResource Endpoint details\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceUri: string,\n endpointName: string,\n endpointResource: EndpointResource,\n options?: EndpointsCreateOrUpdateOptionalParams\n ): Promise<EndpointsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, endpointResource, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Update the endpoint to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param endpointResource Endpoint details\n * @param options The options parameters.\n */\n update(\n resourceUri: string,\n endpointName: string,\n endpointResource: EndpointResource,\n options?: EndpointsUpdateOptionalParams\n ): Promise<EndpointsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, endpointResource, options },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes the endpoint access to the target resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n delete(\n resourceUri: string,\n endpointName: string,\n options?: EndpointsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Gets the endpoint access credentials to the resource.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n listCredentials(\n resourceUri: string,\n endpointName: string,\n options?: EndpointsListCredentialsOptionalParams\n ): Promise<EndpointsListCredentialsResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, options },\n listCredentialsOperationSpec\n );\n }\n\n /**\n * Gets the ingress gateway endpoint credentials\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param options The options parameters.\n */\n listIngressGatewayCredentials(\n resourceUri: string,\n endpointName: string,\n options?: EndpointsListIngressGatewayCredentialsOptionalParams\n ): Promise<EndpointsListIngressGatewayCredentialsResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, options },\n listIngressGatewayCredentialsOperationSpec\n );\n }\n\n /**\n * Fetches the managed proxy details\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param endpointName The endpoint name.\n * @param managedProxyRequest Object of type ManagedProxyRequest\n * @param options The options parameters.\n */\n listManagedProxyDetails(\n resourceUri: string,\n endpointName: string,\n managedProxyRequest: ManagedProxyRequest,\n options?: EndpointsListManagedProxyDetailsOptionalParams\n ): Promise<EndpointsListManagedProxyDetailsResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, endpointName, managedProxyRequest, options },\n listManagedProxyDetailsOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceUri: string,\n nextLink: string,\n options?: EndpointsListNextOptionalParams\n ): Promise<EndpointsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.resourceUri],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.endpointResource,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.endpointResource,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listCredentialsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listCredentials\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointAccessResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.listCredentialsRequest,\n queryParameters: [Parameters.apiVersion, Parameters.expiresin],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listIngressGatewayCredentialsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listIngressGatewayCredentials\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.IngressGatewayResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.listIngressGatewayCredentialsRequest,\n queryParameters: [Parameters.apiVersion, Parameters.expiresin],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listManagedProxyDetailsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/listManagedProxyDetails\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedProxyResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.managedProxyRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.endpointName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EndpointsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceUri\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,4BAA4B,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export * from "./operations.js";
|
|
9
|
-
export * from "./endpoints.js";
|
|
10
|
-
export * from "./serviceConfigurations.js";
|
|
11
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,4BAA4B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./endpoints.js\";\nexport * from \"./serviceConfigurations.js\";\n"]}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Operations } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { HybridConnectivityManagementAPI } from "../hybridConnectivityManagementAPI.js";
|
|
4
|
-
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
5
|
-
/** Class containing Operations operations. */
|
|
6
|
-
export declare class OperationsImpl implements Operations {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Operations class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: HybridConnectivityManagementAPI);
|
|
13
|
-
/**
|
|
14
|
-
* Lists the available Hybrid Connectivity REST API operations.
|
|
15
|
-
* @param options The options parameters.
|
|
16
|
-
*/
|
|
17
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
18
|
-
private listPagingPage;
|
|
19
|
-
private listPagingAll;
|
|
20
|
-
/**
|
|
21
|
-
* Lists the available Hybrid Connectivity REST API operations.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
private _list;
|
|
25
|
-
/**
|
|
26
|
-
* ListNext
|
|
27
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
private _listNext;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkC;IAEzD;;;OAGG;gBACS,MAAM,EAAE,+BAA+B;IAInD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers.js";
|
|
12
|
-
import * as Parameters from "../models/parameters.js";
|
|
13
|
-
/// <reference lib="esnext.asynciterable" />
|
|
14
|
-
/** Class containing Operations operations. */
|
|
15
|
-
export class OperationsImpl {
|
|
16
|
-
/**
|
|
17
|
-
* Initialize a new instance of the class Operations class.
|
|
18
|
-
* @param client Reference to the service client
|
|
19
|
-
*/
|
|
20
|
-
constructor(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Lists the available Hybrid Connectivity REST API operations.
|
|
25
|
-
* @param options The options parameters.
|
|
26
|
-
*/
|
|
27
|
-
list(options) {
|
|
28
|
-
const iter = this.listPagingAll(options);
|
|
29
|
-
return {
|
|
30
|
-
next() {
|
|
31
|
-
return iter.next();
|
|
32
|
-
},
|
|
33
|
-
[Symbol.asyncIterator]() {
|
|
34
|
-
return this;
|
|
35
|
-
},
|
|
36
|
-
byPage: (settings) => {
|
|
37
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
38
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
39
|
-
}
|
|
40
|
-
return this.listPagingPage(options, settings);
|
|
41
|
-
}
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
listPagingPage(options, settings) {
|
|
45
|
-
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
46
|
-
let result;
|
|
47
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
48
|
-
if (!continuationToken) {
|
|
49
|
-
result = yield __await(this._list(options));
|
|
50
|
-
let page = result.value || [];
|
|
51
|
-
continuationToken = result.nextLink;
|
|
52
|
-
setContinuationToken(page, continuationToken);
|
|
53
|
-
yield yield __await(page);
|
|
54
|
-
}
|
|
55
|
-
while (continuationToken) {
|
|
56
|
-
result = yield __await(this._listNext(continuationToken, options));
|
|
57
|
-
continuationToken = result.nextLink;
|
|
58
|
-
let page = result.value || [];
|
|
59
|
-
setContinuationToken(page, continuationToken);
|
|
60
|
-
yield yield __await(page);
|
|
61
|
-
}
|
|
62
|
-
});
|
|
63
|
-
}
|
|
64
|
-
listPagingAll(options) {
|
|
65
|
-
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
66
|
-
var _a, e_1, _b, _c;
|
|
67
|
-
try {
|
|
68
|
-
for (var _d = true, _e = __asyncValues(this.listPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
69
|
-
_c = _f.value;
|
|
70
|
-
_d = false;
|
|
71
|
-
const page = _c;
|
|
72
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
76
|
-
finally {
|
|
77
|
-
try {
|
|
78
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
79
|
-
}
|
|
80
|
-
finally { if (e_1) throw e_1.error; }
|
|
81
|
-
}
|
|
82
|
-
});
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* Lists the available Hybrid Connectivity REST API operations.
|
|
86
|
-
* @param options The options parameters.
|
|
87
|
-
*/
|
|
88
|
-
_list(options) {
|
|
89
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
90
|
-
}
|
|
91
|
-
/**
|
|
92
|
-
* ListNext
|
|
93
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
94
|
-
* @param options The options parameters.
|
|
95
|
-
*/
|
|
96
|
-
_listNext(nextLink, options) {
|
|
97
|
-
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
// Operation Specifications
|
|
101
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
102
|
-
const listOperationSpec = {
|
|
103
|
-
path: "/providers/Microsoft.HybridConnectivity/operations",
|
|
104
|
-
httpMethod: "GET",
|
|
105
|
-
responses: {
|
|
106
|
-
200: {
|
|
107
|
-
bodyMapper: Mappers.OperationListResult
|
|
108
|
-
},
|
|
109
|
-
default: {
|
|
110
|
-
bodyMapper: Mappers.ErrorResponse
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
queryParameters: [Parameters.apiVersion],
|
|
114
|
-
urlParameters: [Parameters.$host],
|
|
115
|
-
headerParameters: [Parameters.accept],
|
|
116
|
-
serializer
|
|
117
|
-
};
|
|
118
|
-
const listNextOperationSpec = {
|
|
119
|
-
path: "{nextLink}",
|
|
120
|
-
httpMethod: "GET",
|
|
121
|
-
responses: {
|
|
122
|
-
200: {
|
|
123
|
-
bodyMapper: Mappers.OperationListResult
|
|
124
|
-
},
|
|
125
|
-
default: {
|
|
126
|
-
bodyMapper: Mappers.ErrorResponse
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
|
-
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
130
|
-
headerParameters: [Parameters.accept],
|
|
131
|
-
serializer
|
|
132
|
-
};
|
|
133
|
-
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { HybridConnectivityManagementAPI } from \"../hybridConnectivityManagementAPI.js\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: HybridConnectivityManagementAPI;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: HybridConnectivityManagementAPI) {\n this.client = client;\n }\n\n /**\n * Lists the available Hybrid Connectivity REST API operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists the available Hybrid Connectivity REST API operations.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.HybridConnectivity/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ServiceConfigurations } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { HybridConnectivityManagementAPI } from "../hybridConnectivityManagementAPI.js";
|
|
4
|
-
import { ServiceConfigurationResource, ServiceConfigurationsListByEndpointResourceOptionalParams, ServiceConfigurationsGetOptionalParams, ServiceConfigurationsGetResponse, ServiceConfigurationsCreateOrupdateOptionalParams, ServiceConfigurationsCreateOrupdateResponse, ServiceConfigurationResourcePatch, ServiceConfigurationsUpdateOptionalParams, ServiceConfigurationsUpdateResponse, ServiceConfigurationsDeleteOptionalParams } from "../models/index.js";
|
|
5
|
-
/** Class containing ServiceConfigurations operations. */
|
|
6
|
-
export declare class ServiceConfigurationsImpl implements ServiceConfigurations {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class ServiceConfigurations class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: HybridConnectivityManagementAPI);
|
|
13
|
-
/**
|
|
14
|
-
* API to enumerate registered services in service configurations under a Endpoint Resource
|
|
15
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
16
|
-
* connected.
|
|
17
|
-
* @param endpointName The endpoint name.
|
|
18
|
-
* @param options The options parameters.
|
|
19
|
-
*/
|
|
20
|
-
listByEndpointResource(resourceUri: string, endpointName: string, options?: ServiceConfigurationsListByEndpointResourceOptionalParams): PagedAsyncIterableIterator<ServiceConfigurationResource>;
|
|
21
|
-
private listByEndpointResourcePagingPage;
|
|
22
|
-
private listByEndpointResourcePagingAll;
|
|
23
|
-
/**
|
|
24
|
-
* API to enumerate registered services in service configurations under a Endpoint Resource
|
|
25
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
26
|
-
* connected.
|
|
27
|
-
* @param endpointName The endpoint name.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
private _listByEndpointResource;
|
|
31
|
-
/**
|
|
32
|
-
* Gets the details about the service to the resource.
|
|
33
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
34
|
-
* connected.
|
|
35
|
-
* @param endpointName The endpoint name.
|
|
36
|
-
* @param serviceConfigurationName The service name.
|
|
37
|
-
* @param options The options parameters.
|
|
38
|
-
*/
|
|
39
|
-
get(resourceUri: string, endpointName: string, serviceConfigurationName: string, options?: ServiceConfigurationsGetOptionalParams): Promise<ServiceConfigurationsGetResponse>;
|
|
40
|
-
/**
|
|
41
|
-
* Create or update a service in serviceConfiguration for the endpoint resource.
|
|
42
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
43
|
-
* connected.
|
|
44
|
-
* @param endpointName The endpoint name.
|
|
45
|
-
* @param serviceConfigurationName The service name.
|
|
46
|
-
* @param serviceConfigurationResource Service details
|
|
47
|
-
* @param options The options parameters.
|
|
48
|
-
*/
|
|
49
|
-
createOrupdate(resourceUri: string, endpointName: string, serviceConfigurationName: string, serviceConfigurationResource: ServiceConfigurationResource, options?: ServiceConfigurationsCreateOrupdateOptionalParams): Promise<ServiceConfigurationsCreateOrupdateResponse>;
|
|
50
|
-
/**
|
|
51
|
-
* Update the service details in the service configurations of the target resource.
|
|
52
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
53
|
-
* connected.
|
|
54
|
-
* @param endpointName The endpoint name.
|
|
55
|
-
* @param serviceConfigurationName The service name.
|
|
56
|
-
* @param serviceConfigurationResource Service details
|
|
57
|
-
* @param options The options parameters.
|
|
58
|
-
*/
|
|
59
|
-
update(resourceUri: string, endpointName: string, serviceConfigurationName: string, serviceConfigurationResource: ServiceConfigurationResourcePatch, options?: ServiceConfigurationsUpdateOptionalParams): Promise<ServiceConfigurationsUpdateResponse>;
|
|
60
|
-
/**
|
|
61
|
-
* Deletes the service details to the target resource.
|
|
62
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
63
|
-
* connected.
|
|
64
|
-
* @param endpointName The endpoint name.
|
|
65
|
-
* @param serviceConfigurationName The service name.
|
|
66
|
-
* @param options The options parameters.
|
|
67
|
-
*/
|
|
68
|
-
delete(resourceUri: string, endpointName: string, serviceConfigurationName: string, options?: ServiceConfigurationsDeleteOptionalParams): Promise<void>;
|
|
69
|
-
/**
|
|
70
|
-
* ListByEndpointResourceNext
|
|
71
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
72
|
-
* connected.
|
|
73
|
-
* @param endpointName The endpoint name.
|
|
74
|
-
* @param nextLink The nextLink from the previous successful call to the ListByEndpointResource method.
|
|
75
|
-
* @param options The options parameters.
|
|
76
|
-
*/
|
|
77
|
-
private _listByEndpointResourceNext;
|
|
78
|
-
}
|
|
79
|
-
//# sourceMappingURL=serviceConfigurations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"serviceConfigurations.d.ts","sourceRoot":"","sources":["../../../src/operations/serviceConfigurations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAIzE,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EACL,4BAA4B,EAE5B,yDAAyD,EAEzD,sCAAsC,EACtC,gCAAgC,EAChC,iDAAiD,EACjD,2CAA2C,EAC3C,iCAAiC,EACjC,yCAAyC,EACzC,mCAAmC,EACnC,yCAAyC,EAE1C,MAAM,oBAAoB,CAAC;AAG5B,yDAAyD;AACzD,qBAAa,yBAA0B,YAAW,qBAAqB;IACrE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkC;IAEzD;;;OAGG;gBACS,MAAM,EAAE,+BAA+B;IAInD;;;;;;OAMG;IACI,sBAAsB,CAC3B,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,yDAAyD,GAClE,0BAA0B,CAAC,4BAA4B,CAAC;YA2B5C,gCAAgC;YAiChC,+BAA+B;IAc9C;;;;;;OAMG;IACH,OAAO,CAAC,uBAAuB;IAW/B;;;;;;;OAOG;IACH,GAAG,CACD,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,wBAAwB,EAAE,MAAM,EAChC,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC;IAO5C;;;;;;;;OAQG;IACH,cAAc,CACZ,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,wBAAwB,EAAE,MAAM,EAChC,4BAA4B,EAAE,4BAA4B,EAC1D,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC;IAavD;;;;;;;;OAQG;IACH,MAAM,CACJ,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,wBAAwB,EAAE,MAAM,EAChC,4BAA4B,EAAE,iCAAiC,EAC/D,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC;IAa/C;;;;;;;OAOG;IACH,MAAM,CACJ,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,wBAAwB,EAAE,MAAM,EAChC,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;;OAOG;IACH,OAAO,CAAC,2BAA2B;CAWpC"}
|
|
@@ -1,299 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers.js";
|
|
12
|
-
import * as Parameters from "../models/parameters.js";
|
|
13
|
-
/// <reference lib="esnext.asynciterable" />
|
|
14
|
-
/** Class containing ServiceConfigurations operations. */
|
|
15
|
-
export class ServiceConfigurationsImpl {
|
|
16
|
-
/**
|
|
17
|
-
* Initialize a new instance of the class ServiceConfigurations class.
|
|
18
|
-
* @param client Reference to the service client
|
|
19
|
-
*/
|
|
20
|
-
constructor(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* API to enumerate registered services in service configurations under a Endpoint Resource
|
|
25
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
26
|
-
* connected.
|
|
27
|
-
* @param endpointName The endpoint name.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
listByEndpointResource(resourceUri, endpointName, options) {
|
|
31
|
-
const iter = this.listByEndpointResourcePagingAll(resourceUri, endpointName, options);
|
|
32
|
-
return {
|
|
33
|
-
next() {
|
|
34
|
-
return iter.next();
|
|
35
|
-
},
|
|
36
|
-
[Symbol.asyncIterator]() {
|
|
37
|
-
return this;
|
|
38
|
-
},
|
|
39
|
-
byPage: (settings) => {
|
|
40
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
41
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
42
|
-
}
|
|
43
|
-
return this.listByEndpointResourcePagingPage(resourceUri, endpointName, options, settings);
|
|
44
|
-
}
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
listByEndpointResourcePagingPage(resourceUri, endpointName, options, settings) {
|
|
48
|
-
return __asyncGenerator(this, arguments, function* listByEndpointResourcePagingPage_1() {
|
|
49
|
-
let result;
|
|
50
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
51
|
-
if (!continuationToken) {
|
|
52
|
-
result = yield __await(this._listByEndpointResource(resourceUri, endpointName, options));
|
|
53
|
-
let page = result.value || [];
|
|
54
|
-
continuationToken = result.nextLink;
|
|
55
|
-
setContinuationToken(page, continuationToken);
|
|
56
|
-
yield yield __await(page);
|
|
57
|
-
}
|
|
58
|
-
while (continuationToken) {
|
|
59
|
-
result = yield __await(this._listByEndpointResourceNext(resourceUri, endpointName, continuationToken, options));
|
|
60
|
-
continuationToken = result.nextLink;
|
|
61
|
-
let page = result.value || [];
|
|
62
|
-
setContinuationToken(page, continuationToken);
|
|
63
|
-
yield yield __await(page);
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
|
-
}
|
|
67
|
-
listByEndpointResourcePagingAll(resourceUri, endpointName, options) {
|
|
68
|
-
return __asyncGenerator(this, arguments, function* listByEndpointResourcePagingAll_1() {
|
|
69
|
-
var _a, e_1, _b, _c;
|
|
70
|
-
try {
|
|
71
|
-
for (var _d = true, _e = __asyncValues(this.listByEndpointResourcePagingPage(resourceUri, endpointName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
72
|
-
_c = _f.value;
|
|
73
|
-
_d = false;
|
|
74
|
-
const page = _c;
|
|
75
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
79
|
-
finally {
|
|
80
|
-
try {
|
|
81
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
82
|
-
}
|
|
83
|
-
finally { if (e_1) throw e_1.error; }
|
|
84
|
-
}
|
|
85
|
-
});
|
|
86
|
-
}
|
|
87
|
-
/**
|
|
88
|
-
* API to enumerate registered services in service configurations under a Endpoint Resource
|
|
89
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
90
|
-
* connected.
|
|
91
|
-
* @param endpointName The endpoint name.
|
|
92
|
-
* @param options The options parameters.
|
|
93
|
-
*/
|
|
94
|
-
_listByEndpointResource(resourceUri, endpointName, options) {
|
|
95
|
-
return this.client.sendOperationRequest({ resourceUri, endpointName, options }, listByEndpointResourceOperationSpec);
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* Gets the details about the service to the resource.
|
|
99
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
100
|
-
* connected.
|
|
101
|
-
* @param endpointName The endpoint name.
|
|
102
|
-
* @param serviceConfigurationName The service name.
|
|
103
|
-
* @param options The options parameters.
|
|
104
|
-
*/
|
|
105
|
-
get(resourceUri, endpointName, serviceConfigurationName, options) {
|
|
106
|
-
return this.client.sendOperationRequest({ resourceUri, endpointName, serviceConfigurationName, options }, getOperationSpec);
|
|
107
|
-
}
|
|
108
|
-
/**
|
|
109
|
-
* Create or update a service in serviceConfiguration for the endpoint resource.
|
|
110
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
111
|
-
* connected.
|
|
112
|
-
* @param endpointName The endpoint name.
|
|
113
|
-
* @param serviceConfigurationName The service name.
|
|
114
|
-
* @param serviceConfigurationResource Service details
|
|
115
|
-
* @param options The options parameters.
|
|
116
|
-
*/
|
|
117
|
-
createOrupdate(resourceUri, endpointName, serviceConfigurationName, serviceConfigurationResource, options) {
|
|
118
|
-
return this.client.sendOperationRequest({
|
|
119
|
-
resourceUri,
|
|
120
|
-
endpointName,
|
|
121
|
-
serviceConfigurationName,
|
|
122
|
-
serviceConfigurationResource,
|
|
123
|
-
options
|
|
124
|
-
}, createOrupdateOperationSpec);
|
|
125
|
-
}
|
|
126
|
-
/**
|
|
127
|
-
* Update the service details in the service configurations of the target resource.
|
|
128
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
129
|
-
* connected.
|
|
130
|
-
* @param endpointName The endpoint name.
|
|
131
|
-
* @param serviceConfigurationName The service name.
|
|
132
|
-
* @param serviceConfigurationResource Service details
|
|
133
|
-
* @param options The options parameters.
|
|
134
|
-
*/
|
|
135
|
-
update(resourceUri, endpointName, serviceConfigurationName, serviceConfigurationResource, options) {
|
|
136
|
-
return this.client.sendOperationRequest({
|
|
137
|
-
resourceUri,
|
|
138
|
-
endpointName,
|
|
139
|
-
serviceConfigurationName,
|
|
140
|
-
serviceConfigurationResource,
|
|
141
|
-
options
|
|
142
|
-
}, updateOperationSpec);
|
|
143
|
-
}
|
|
144
|
-
/**
|
|
145
|
-
* Deletes the service details to the target resource.
|
|
146
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
147
|
-
* connected.
|
|
148
|
-
* @param endpointName The endpoint name.
|
|
149
|
-
* @param serviceConfigurationName The service name.
|
|
150
|
-
* @param options The options parameters.
|
|
151
|
-
*/
|
|
152
|
-
delete(resourceUri, endpointName, serviceConfigurationName, options) {
|
|
153
|
-
return this.client.sendOperationRequest({ resourceUri, endpointName, serviceConfigurationName, options }, deleteOperationSpec);
|
|
154
|
-
}
|
|
155
|
-
/**
|
|
156
|
-
* ListByEndpointResourceNext
|
|
157
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
158
|
-
* connected.
|
|
159
|
-
* @param endpointName The endpoint name.
|
|
160
|
-
* @param nextLink The nextLink from the previous successful call to the ListByEndpointResource method.
|
|
161
|
-
* @param options The options parameters.
|
|
162
|
-
*/
|
|
163
|
-
_listByEndpointResourceNext(resourceUri, endpointName, nextLink, options) {
|
|
164
|
-
return this.client.sendOperationRequest({ resourceUri, endpointName, nextLink, options }, listByEndpointResourceNextOperationSpec);
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
// Operation Specifications
|
|
168
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
169
|
-
const listByEndpointResourceOperationSpec = {
|
|
170
|
-
path: "/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations",
|
|
171
|
-
httpMethod: "GET",
|
|
172
|
-
responses: {
|
|
173
|
-
200: {
|
|
174
|
-
bodyMapper: Mappers.ServiceConfigurationList
|
|
175
|
-
},
|
|
176
|
-
default: {
|
|
177
|
-
bodyMapper: Mappers.ErrorResponse
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
|
-
queryParameters: [Parameters.apiVersion],
|
|
181
|
-
urlParameters: [
|
|
182
|
-
Parameters.$host,
|
|
183
|
-
Parameters.resourceUri,
|
|
184
|
-
Parameters.endpointName
|
|
185
|
-
],
|
|
186
|
-
headerParameters: [Parameters.accept],
|
|
187
|
-
serializer
|
|
188
|
-
};
|
|
189
|
-
const getOperationSpec = {
|
|
190
|
-
path: "/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}",
|
|
191
|
-
httpMethod: "GET",
|
|
192
|
-
responses: {
|
|
193
|
-
200: {
|
|
194
|
-
bodyMapper: Mappers.ServiceConfigurationResource
|
|
195
|
-
},
|
|
196
|
-
default: {
|
|
197
|
-
bodyMapper: Mappers.ErrorResponse
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
queryParameters: [Parameters.apiVersion],
|
|
201
|
-
urlParameters: [
|
|
202
|
-
Parameters.$host,
|
|
203
|
-
Parameters.resourceUri,
|
|
204
|
-
Parameters.endpointName,
|
|
205
|
-
Parameters.serviceConfigurationName
|
|
206
|
-
],
|
|
207
|
-
headerParameters: [Parameters.accept],
|
|
208
|
-
serializer
|
|
209
|
-
};
|
|
210
|
-
const createOrupdateOperationSpec = {
|
|
211
|
-
path: "/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}",
|
|
212
|
-
httpMethod: "PUT",
|
|
213
|
-
responses: {
|
|
214
|
-
200: {
|
|
215
|
-
bodyMapper: Mappers.ServiceConfigurationResource
|
|
216
|
-
},
|
|
217
|
-
201: {
|
|
218
|
-
bodyMapper: Mappers.ServiceConfigurationResource
|
|
219
|
-
},
|
|
220
|
-
default: {
|
|
221
|
-
bodyMapper: Mappers.ErrorResponse
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
requestBody: Parameters.serviceConfigurationResource,
|
|
225
|
-
queryParameters: [Parameters.apiVersion],
|
|
226
|
-
urlParameters: [
|
|
227
|
-
Parameters.$host,
|
|
228
|
-
Parameters.resourceUri,
|
|
229
|
-
Parameters.endpointName,
|
|
230
|
-
Parameters.serviceConfigurationName
|
|
231
|
-
],
|
|
232
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
233
|
-
mediaType: "json",
|
|
234
|
-
serializer
|
|
235
|
-
};
|
|
236
|
-
const updateOperationSpec = {
|
|
237
|
-
path: "/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}",
|
|
238
|
-
httpMethod: "PATCH",
|
|
239
|
-
responses: {
|
|
240
|
-
200: {
|
|
241
|
-
bodyMapper: Mappers.ServiceConfigurationResource
|
|
242
|
-
},
|
|
243
|
-
default: {
|
|
244
|
-
bodyMapper: Mappers.ErrorResponse
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
requestBody: Parameters.serviceConfigurationResource1,
|
|
248
|
-
queryParameters: [Parameters.apiVersion],
|
|
249
|
-
urlParameters: [
|
|
250
|
-
Parameters.$host,
|
|
251
|
-
Parameters.resourceUri,
|
|
252
|
-
Parameters.endpointName,
|
|
253
|
-
Parameters.serviceConfigurationName
|
|
254
|
-
],
|
|
255
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
256
|
-
mediaType: "json",
|
|
257
|
-
serializer
|
|
258
|
-
};
|
|
259
|
-
const deleteOperationSpec = {
|
|
260
|
-
path: "/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}/serviceConfigurations/{serviceConfigurationName}",
|
|
261
|
-
httpMethod: "DELETE",
|
|
262
|
-
responses: {
|
|
263
|
-
200: {},
|
|
264
|
-
204: {},
|
|
265
|
-
default: {
|
|
266
|
-
bodyMapper: Mappers.ErrorResponse
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
|
-
queryParameters: [Parameters.apiVersion],
|
|
270
|
-
urlParameters: [
|
|
271
|
-
Parameters.$host,
|
|
272
|
-
Parameters.resourceUri,
|
|
273
|
-
Parameters.endpointName,
|
|
274
|
-
Parameters.serviceConfigurationName
|
|
275
|
-
],
|
|
276
|
-
headerParameters: [Parameters.accept],
|
|
277
|
-
serializer
|
|
278
|
-
};
|
|
279
|
-
const listByEndpointResourceNextOperationSpec = {
|
|
280
|
-
path: "{nextLink}",
|
|
281
|
-
httpMethod: "GET",
|
|
282
|
-
responses: {
|
|
283
|
-
200: {
|
|
284
|
-
bodyMapper: Mappers.ServiceConfigurationList
|
|
285
|
-
},
|
|
286
|
-
default: {
|
|
287
|
-
bodyMapper: Mappers.ErrorResponse
|
|
288
|
-
}
|
|
289
|
-
},
|
|
290
|
-
urlParameters: [
|
|
291
|
-
Parameters.$host,
|
|
292
|
-
Parameters.nextLink,
|
|
293
|
-
Parameters.resourceUri,
|
|
294
|
-
Parameters.endpointName
|
|
295
|
-
],
|
|
296
|
-
headerParameters: [Parameters.accept],
|
|
297
|
-
serializer
|
|
298
|
-
};
|
|
299
|
-
//# sourceMappingURL=serviceConfigurations.js.map
|