@azure/arm-deviceprovisioningservices 6.0.0-beta.2 → 6.0.0-beta.3
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/LICENSE +1 -1
- package/README.md +9 -12
- package/dist/browser/api/dpsCertificate/index.d.ts +3 -0
- package/dist/browser/api/dpsCertificate/index.js +4 -0
- package/dist/browser/api/dpsCertificate/index.js.map +1 -0
- package/dist/browser/api/dpsCertificate/operations.d.ts +35 -0
- package/dist/browser/api/dpsCertificate/operations.js +258 -0
- package/dist/browser/api/dpsCertificate/operations.js.map +1 -0
- package/dist/browser/api/dpsCertificate/options.d.ts +73 -0
- package/dist/browser/api/dpsCertificate/options.js +4 -0
- package/dist/browser/api/dpsCertificate/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/iotDpsContext.d.ts +22 -0
- package/dist/browser/api/iotDpsContext.js +39 -0
- package/dist/browser/api/iotDpsContext.js.map +1 -0
- package/dist/browser/api/iotDpsResource/index.d.ts +3 -0
- package/dist/browser/api/iotDpsResource/index.js +4 -0
- package/dist/browser/api/iotDpsResource/index.js.map +1 -0
- package/dist/browser/api/iotDpsResource/operations.d.ts +80 -0
- package/dist/browser/api/iotDpsResource/operations.js +603 -0
- package/dist/browser/api/iotDpsResource/operations.js.map +1 -0
- package/dist/browser/api/iotDpsResource/options.d.ts +63 -0
- package/dist/browser/api/iotDpsResource/options.js +4 -0
- package/dist/browser/api/iotDpsResource/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +34 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/classic/dpsCertificate/index.d.ts +26 -0
- package/dist/browser/classic/dpsCertificate/index.js +19 -0
- package/dist/browser/classic/dpsCertificate/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +4 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/iotDpsResource/index.d.ts +49 -0
- package/dist/browser/classic/iotDpsResource/index.js +30 -0
- package/dist/browser/classic/iotDpsResource/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/index.d.ts +11 -3
- package/dist/browser/index.js +6 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/iotDpsClient.d.ts +19 -20
- package/dist/browser/iotDpsClient.js +28 -105
- package/dist/browser/iotDpsClient.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +1 -978
- package/dist/browser/models/index.js +3 -127
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +710 -0
- package/dist/browser/models/models.js +749 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +104 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.js +118 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.js +79 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +185 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/dpsCertificate/index.d.ts +3 -0
- package/dist/commonjs/api/dpsCertificate/index.js +13 -0
- package/dist/commonjs/api/dpsCertificate/index.js.map +1 -0
- package/dist/commonjs/api/dpsCertificate/operations.d.ts +35 -0
- package/dist/commonjs/api/dpsCertificate/operations.js +278 -0
- package/dist/commonjs/api/dpsCertificate/operations.js.map +1 -0
- package/dist/commonjs/api/dpsCertificate/options.d.ts +73 -0
- package/dist/commonjs/api/dpsCertificate/options.js +5 -0
- package/dist/commonjs/api/dpsCertificate/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/iotDpsContext.d.ts +22 -0
- package/dist/commonjs/api/iotDpsContext.js +42 -0
- package/dist/commonjs/api/iotDpsContext.js.map +1 -0
- package/dist/commonjs/api/iotDpsResource/index.d.ts +3 -0
- package/dist/commonjs/api/iotDpsResource/index.js +24 -0
- package/dist/commonjs/api/iotDpsResource/index.js.map +1 -0
- package/dist/commonjs/api/iotDpsResource/operations.d.ts +80 -0
- package/dist/commonjs/api/iotDpsResource/operations.js +656 -0
- package/dist/commonjs/api/iotDpsResource/operations.js.map +1 -0
- package/dist/commonjs/api/iotDpsResource/options.d.ts +63 -0
- package/dist/commonjs/api/iotDpsResource/options.js +5 -0
- package/dist/commonjs/api/iotDpsResource/options.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +39 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/classic/dpsCertificate/index.d.ts +26 -0
- package/dist/commonjs/classic/dpsCertificate/index.js +22 -0
- package/dist/commonjs/classic/dpsCertificate/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +4 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/iotDpsResource/index.d.ts +49 -0
- package/dist/commonjs/classic/iotDpsResource/index.js +33 -0
- package/dist/commonjs/classic/iotDpsResource/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +17 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +11 -3
- package/dist/commonjs/index.js +20 -14
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/iotDpsClient.d.ts +19 -20
- package/dist/commonjs/iotDpsClient.js +28 -106
- package/dist/commonjs/iotDpsClient.js.map +1 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1 -978
- package/dist/commonjs/models/index.js +16 -128
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +710 -0
- package/dist/commonjs/models/models.js +833 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +107 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +121 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +82 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +188 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/dpsCertificate/index.d.ts +3 -0
- package/dist/esm/api/dpsCertificate/index.js +4 -0
- package/dist/esm/api/dpsCertificate/index.js.map +1 -0
- package/dist/esm/api/dpsCertificate/operations.d.ts +35 -0
- package/dist/esm/api/dpsCertificate/operations.js +258 -0
- package/dist/esm/api/dpsCertificate/operations.js.map +1 -0
- package/dist/esm/api/dpsCertificate/options.d.ts +73 -0
- package/dist/esm/api/dpsCertificate/options.js +4 -0
- package/dist/esm/api/dpsCertificate/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/iotDpsContext.d.ts +22 -0
- package/dist/esm/api/iotDpsContext.js +39 -0
- package/dist/esm/api/iotDpsContext.js.map +1 -0
- package/dist/esm/api/iotDpsResource/index.d.ts +3 -0
- package/dist/esm/api/iotDpsResource/index.js +4 -0
- package/dist/esm/api/iotDpsResource/index.js.map +1 -0
- package/dist/esm/api/iotDpsResource/operations.d.ts +80 -0
- package/dist/esm/api/iotDpsResource/operations.js +603 -0
- package/dist/esm/api/iotDpsResource/operations.js.map +1 -0
- package/dist/esm/api/iotDpsResource/options.d.ts +63 -0
- package/dist/esm/api/iotDpsResource/options.js +4 -0
- package/dist/esm/api/iotDpsResource/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +34 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/classic/dpsCertificate/index.d.ts +26 -0
- package/dist/esm/classic/dpsCertificate/index.js +19 -0
- package/dist/esm/classic/dpsCertificate/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +4 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/iotDpsResource/index.d.ts +49 -0
- package/dist/esm/classic/iotDpsResource/index.js +30 -0
- package/dist/esm/classic/iotDpsResource/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/index.d.ts +11 -3
- package/dist/esm/index.js +6 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/iotDpsClient.d.ts +19 -20
- package/dist/esm/iotDpsClient.js +28 -105
- package/dist/esm/iotDpsClient.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +1 -978
- package/dist/esm/models/index.js +3 -127
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +710 -0
- package/dist/esm/models/models.js +749 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +104 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.js +118 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.js +79 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +185 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/dpsCertificate/index.d.ts +3 -0
- package/dist/react-native/api/dpsCertificate/index.js +4 -0
- package/dist/react-native/api/dpsCertificate/index.js.map +1 -0
- package/dist/react-native/api/dpsCertificate/operations.d.ts +35 -0
- package/dist/react-native/api/dpsCertificate/operations.js +258 -0
- package/dist/react-native/api/dpsCertificate/operations.js.map +1 -0
- package/dist/react-native/api/dpsCertificate/options.d.ts +73 -0
- package/dist/react-native/api/dpsCertificate/options.js +4 -0
- package/dist/react-native/api/dpsCertificate/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/iotDpsContext.d.ts +22 -0
- package/dist/react-native/api/iotDpsContext.js +39 -0
- package/dist/react-native/api/iotDpsContext.js.map +1 -0
- package/dist/react-native/api/iotDpsResource/index.d.ts +3 -0
- package/dist/react-native/api/iotDpsResource/index.js +4 -0
- package/dist/react-native/api/iotDpsResource/index.js.map +1 -0
- package/dist/react-native/api/iotDpsResource/operations.d.ts +80 -0
- package/dist/react-native/api/iotDpsResource/operations.js +603 -0
- package/dist/react-native/api/iotDpsResource/operations.js.map +1 -0
- package/dist/react-native/api/iotDpsResource/options.d.ts +63 -0
- package/dist/react-native/api/iotDpsResource/options.js +4 -0
- package/dist/react-native/api/iotDpsResource/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +34 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/classic/dpsCertificate/index.d.ts +26 -0
- package/dist/react-native/classic/dpsCertificate/index.js +19 -0
- package/dist/react-native/classic/dpsCertificate/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +4 -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/iotDpsResource/index.d.ts +49 -0
- package/dist/react-native/classic/iotDpsResource/index.js +30 -0
- package/dist/react-native/classic/iotDpsResource/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/index.d.ts +11 -3
- package/dist/react-native/index.js +6 -11
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/iotDpsClient.d.ts +19 -20
- package/dist/react-native/iotDpsClient.js +28 -105
- package/dist/react-native/iotDpsClient.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1 -978
- package/dist/react-native/models/index.js +3 -127
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +710 -0
- package/dist/react-native/models/models.js +749 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +104 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +118 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +79 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +185 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +141 -38
- package/CHANGELOG.md +0 -83
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/iotDpsClient.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -18
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -40
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1268
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -34
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -293
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/dpsCertificate.d.ts +0 -70
- package/dist/browser/operations/dpsCertificate.d.ts.map +0 -1
- package/dist/browser/operations/dpsCertificate.js +0 -290
- package/dist/browser/operations/dpsCertificate.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/iotDpsResource.d.ts +0 -253
- package/dist/browser/operations/iotDpsResource.d.ts.map +0 -1
- package/dist/browser/operations/iotDpsResource.js +0 -1170
- package/dist/browser/operations/iotDpsResource.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 -116
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/dpsCertificate.d.ts +0 -62
- package/dist/browser/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/dpsCertificate.js +0 -9
- package/dist/browser/operationsInterfaces/dpsCertificate.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/iotDpsResource.d.ts +0 -183
- package/dist/browser/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/iotDpsResource.js +0 -9
- package/dist/browser/operationsInterfaces/iotDpsResource.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/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/iotDpsClient.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -21
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -40
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1271
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -34
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -296
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/dpsCertificate.d.ts +0 -70
- package/dist/commonjs/operations/dpsCertificate.d.ts.map +0 -1
- package/dist/commonjs/operations/dpsCertificate.js +0 -295
- package/dist/commonjs/operations/dpsCertificate.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/iotDpsResource.d.ts +0 -253
- package/dist/commonjs/operations/iotDpsResource.d.ts.map +0 -1
- package/dist/commonjs/operations/iotDpsResource.js +0 -1175
- package/dist/commonjs/operations/iotDpsResource.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 -121
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/dpsCertificate.d.ts +0 -62
- package/dist/commonjs/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/dpsCertificate.js +0 -10
- package/dist/commonjs/operationsInterfaces/dpsCertificate.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/iotDpsResource.d.ts +0 -183
- package/dist/commonjs/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/iotDpsResource.js +0 -10
- package/dist/commonjs/operationsInterfaces/iotDpsResource.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/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -34
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/iotDpsClient.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -18
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -40
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1268
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -34
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -293
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/dpsCertificate.d.ts +0 -70
- package/dist/esm/operations/dpsCertificate.d.ts.map +0 -1
- package/dist/esm/operations/dpsCertificate.js +0 -290
- package/dist/esm/operations/dpsCertificate.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/iotDpsResource.d.ts +0 -253
- package/dist/esm/operations/iotDpsResource.d.ts.map +0 -1
- package/dist/esm/operations/iotDpsResource.js +0 -1170
- package/dist/esm/operations/iotDpsResource.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 -116
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/dpsCertificate.d.ts +0 -62
- package/dist/esm/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/dpsCertificate.js +0 -9
- package/dist/esm/operationsInterfaces/dpsCertificate.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/iotDpsResource.d.ts +0 -183
- package/dist/esm/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/iotDpsResource.js +0 -9
- package/dist/esm/operationsInterfaces/iotDpsResource.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/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -30
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/iotDpsClient.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -18
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -40
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1268
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -34
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -293
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/dpsCertificate.d.ts +0 -70
- package/dist/react-native/operations/dpsCertificate.d.ts.map +0 -1
- package/dist/react-native/operations/dpsCertificate.js +0 -290
- package/dist/react-native/operations/dpsCertificate.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/iotDpsResource.d.ts +0 -253
- package/dist/react-native/operations/iotDpsResource.d.ts.map +0 -1
- package/dist/react-native/operations/iotDpsResource.js +0 -1170
- package/dist/react-native/operations/iotDpsResource.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 -116
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/dpsCertificate.d.ts +0 -62
- package/dist/react-native/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/dpsCertificate.js +0 -9
- package/dist/react-native/operationsInterfaces/dpsCertificate.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/iotDpsResource.d.ts +0 -183
- package/dist/react-native/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/iotDpsResource.js +0 -9
- package/dist/react-native/operationsInterfaces/iotDpsResource.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/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/review/arm-deviceprovisioningservices-node.api.md +0 -724
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { ProvisioningServiceDescription, IotDpsResourceListBySubscriptionOptionalParams, IotDpsResourceListByResourceGroupOptionalParams, IotDpsSkuDefinition, IotDpsResourceListValidSkusOptionalParams, SharedAccessSignatureAuthorizationRuleAccessRightsDescription, IotDpsResourceListKeysOptionalParams, IotDpsResourceGetOptionalParams, IotDpsResourceGetResponse, IotDpsResourceCreateOrUpdateOptionalParams, IotDpsResourceCreateOrUpdateResponse, TagsResource, IotDpsResourceUpdateOptionalParams, IotDpsResourceUpdateResponse, IotDpsResourceDeleteOptionalParams, IotDpsResourceGetOperationResultOptionalParams, IotDpsResourceGetOperationResultResponse, OperationInputs, IotDpsResourceCheckProvisioningServiceNameAvailabilityOptionalParams, IotDpsResourceCheckProvisioningServiceNameAvailabilityResponse, IotDpsResourceListKeysForKeyNameOptionalParams, IotDpsResourceListKeysForKeyNameResponse, IotDpsResourceListPrivateLinkResourcesOptionalParams, IotDpsResourceListPrivateLinkResourcesResponse, IotDpsResourceGetPrivateLinkResourcesOptionalParams, IotDpsResourceGetPrivateLinkResourcesResponse, IotDpsResourceListPrivateEndpointConnectionsOptionalParams, IotDpsResourceListPrivateEndpointConnectionsResponse, IotDpsResourceGetPrivateEndpointConnectionOptionalParams, IotDpsResourceGetPrivateEndpointConnectionResponse, PrivateEndpointConnection, IotDpsResourceCreateOrUpdatePrivateEndpointConnectionOptionalParams, IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse, IotDpsResourceDeletePrivateEndpointConnectionOptionalParams, IotDpsResourceDeletePrivateEndpointConnectionResponse } from "../models/index.js";
|
|
4
|
-
/** Interface representing a IotDpsResource. */
|
|
5
|
-
export interface IotDpsResource {
|
|
6
|
-
/**
|
|
7
|
-
* List all the provisioning services for a given subscription id.
|
|
8
|
-
* @param options The options parameters.
|
|
9
|
-
*/
|
|
10
|
-
listBySubscription(options?: IotDpsResourceListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ProvisioningServiceDescription>;
|
|
11
|
-
/**
|
|
12
|
-
* Get a list of all provisioning services in the given resource group.
|
|
13
|
-
* @param resourceGroupName Resource group identifier.
|
|
14
|
-
* @param options The options parameters.
|
|
15
|
-
*/
|
|
16
|
-
listByResourceGroup(resourceGroupName: string, options?: IotDpsResourceListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ProvisioningServiceDescription>;
|
|
17
|
-
/**
|
|
18
|
-
* Gets the list of valid SKUs and tiers for a provisioning service.
|
|
19
|
-
* @param provisioningServiceName Name of provisioning service.
|
|
20
|
-
* @param resourceGroupName Name of resource group.
|
|
21
|
-
* @param options The options parameters.
|
|
22
|
-
*/
|
|
23
|
-
listValidSkus(provisioningServiceName: string, resourceGroupName: string, options?: IotDpsResourceListValidSkusOptionalParams): PagedAsyncIterableIterator<IotDpsSkuDefinition>;
|
|
24
|
-
/**
|
|
25
|
-
* List the primary and secondary keys for a provisioning service.
|
|
26
|
-
* @param provisioningServiceName The provisioning service name to get the shared access keys for.
|
|
27
|
-
* @param resourceGroupName resource group name
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
listKeys(provisioningServiceName: string, resourceGroupName: string, options?: IotDpsResourceListKeysOptionalParams): PagedAsyncIterableIterator<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>;
|
|
31
|
-
/**
|
|
32
|
-
* Get the metadata of the provisioning service without SAS keys.
|
|
33
|
-
* @param resourceGroupName Resource group name.
|
|
34
|
-
* @param provisioningServiceName Name of the provisioning service to retrieve.
|
|
35
|
-
* @param options The options parameters.
|
|
36
|
-
*/
|
|
37
|
-
get(resourceGroupName: string, provisioningServiceName: string, options?: IotDpsResourceGetOptionalParams): Promise<IotDpsResourceGetResponse>;
|
|
38
|
-
/**
|
|
39
|
-
* Create or update the metadata of the provisioning service. The usual pattern to modify a property is
|
|
40
|
-
* to retrieve the provisioning service metadata and security metadata, and then combine them with the
|
|
41
|
-
* modified values in a new body to update the provisioning service.
|
|
42
|
-
* @param resourceGroupName Resource group identifier.
|
|
43
|
-
* @param provisioningServiceName Name of provisioning service to create or update.
|
|
44
|
-
* @param iotDpsDescription Description of the provisioning service to create or update.
|
|
45
|
-
* @param options The options parameters.
|
|
46
|
-
*/
|
|
47
|
-
beginCreateOrUpdate(resourceGroupName: string, provisioningServiceName: string, iotDpsDescription: ProvisioningServiceDescription, options?: IotDpsResourceCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotDpsResourceCreateOrUpdateResponse>, IotDpsResourceCreateOrUpdateResponse>>;
|
|
48
|
-
/**
|
|
49
|
-
* Create or update the metadata of the provisioning service. The usual pattern to modify a property is
|
|
50
|
-
* to retrieve the provisioning service metadata and security metadata, and then combine them with the
|
|
51
|
-
* modified values in a new body to update the provisioning service.
|
|
52
|
-
* @param resourceGroupName Resource group identifier.
|
|
53
|
-
* @param provisioningServiceName Name of provisioning service to create or update.
|
|
54
|
-
* @param iotDpsDescription Description of the provisioning service to create or update.
|
|
55
|
-
* @param options The options parameters.
|
|
56
|
-
*/
|
|
57
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, provisioningServiceName: string, iotDpsDescription: ProvisioningServiceDescription, options?: IotDpsResourceCreateOrUpdateOptionalParams): Promise<IotDpsResourceCreateOrUpdateResponse>;
|
|
58
|
-
/**
|
|
59
|
-
* Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method
|
|
60
|
-
* @param resourceGroupName Resource group identifier.
|
|
61
|
-
* @param provisioningServiceName Name of provisioning service to create or update.
|
|
62
|
-
* @param provisioningServiceTags Updated tag information to set into the provisioning service
|
|
63
|
-
* instance.
|
|
64
|
-
* @param options The options parameters.
|
|
65
|
-
*/
|
|
66
|
-
beginUpdate(resourceGroupName: string, provisioningServiceName: string, provisioningServiceTags: TagsResource, options?: IotDpsResourceUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotDpsResourceUpdateResponse>, IotDpsResourceUpdateResponse>>;
|
|
67
|
-
/**
|
|
68
|
-
* Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method
|
|
69
|
-
* @param resourceGroupName Resource group identifier.
|
|
70
|
-
* @param provisioningServiceName Name of provisioning service to create or update.
|
|
71
|
-
* @param provisioningServiceTags Updated tag information to set into the provisioning service
|
|
72
|
-
* instance.
|
|
73
|
-
* @param options The options parameters.
|
|
74
|
-
*/
|
|
75
|
-
beginUpdateAndWait(resourceGroupName: string, provisioningServiceName: string, provisioningServiceTags: TagsResource, options?: IotDpsResourceUpdateOptionalParams): Promise<IotDpsResourceUpdateResponse>;
|
|
76
|
-
/**
|
|
77
|
-
* Deletes the Provisioning Service.
|
|
78
|
-
* @param resourceGroupName Resource group identifier.
|
|
79
|
-
* @param provisioningServiceName Name of provisioning service to delete.
|
|
80
|
-
* @param options The options parameters.
|
|
81
|
-
*/
|
|
82
|
-
beginDelete(resourceGroupName: string, provisioningServiceName: string, options?: IotDpsResourceDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
83
|
-
/**
|
|
84
|
-
* Deletes the Provisioning Service.
|
|
85
|
-
* @param resourceGroupName Resource group identifier.
|
|
86
|
-
* @param provisioningServiceName Name of provisioning service to delete.
|
|
87
|
-
* @param options The options parameters.
|
|
88
|
-
*/
|
|
89
|
-
beginDeleteAndWait(resourceGroupName: string, provisioningServiceName: string, options?: IotDpsResourceDeleteOptionalParams): Promise<void>;
|
|
90
|
-
/**
|
|
91
|
-
* Gets the status of a long running operation, such as create, update or delete a provisioning
|
|
92
|
-
* service.
|
|
93
|
-
* @param operationId Operation id corresponding to long running operation. Use this to poll for the
|
|
94
|
-
* status.
|
|
95
|
-
* @param resourceGroupName Resource group identifier.
|
|
96
|
-
* @param provisioningServiceName Name of provisioning service that the operation is running on.
|
|
97
|
-
* @param asyncinfo Async header used to poll on the status of the operation, obtained while creating
|
|
98
|
-
* the long running operation.
|
|
99
|
-
* @param options The options parameters.
|
|
100
|
-
*/
|
|
101
|
-
getOperationResult(operationId: string, resourceGroupName: string, provisioningServiceName: string, asyncinfo: string, options?: IotDpsResourceGetOperationResultOptionalParams): Promise<IotDpsResourceGetOperationResultResponse>;
|
|
102
|
-
/**
|
|
103
|
-
* Check if a provisioning service name is available. This will validate if the name is syntactically
|
|
104
|
-
* valid and if the name is usable
|
|
105
|
-
* @param argumentsParam Set the name parameter in the OperationInputs structure to the name of the
|
|
106
|
-
* provisioning service to check.
|
|
107
|
-
* @param options The options parameters.
|
|
108
|
-
*/
|
|
109
|
-
checkProvisioningServiceNameAvailability(argumentsParam: OperationInputs, options?: IotDpsResourceCheckProvisioningServiceNameAvailabilityOptionalParams): Promise<IotDpsResourceCheckProvisioningServiceNameAvailabilityResponse>;
|
|
110
|
-
/**
|
|
111
|
-
* List primary and secondary keys for a specific key name
|
|
112
|
-
* @param provisioningServiceName Name of the provisioning service.
|
|
113
|
-
* @param keyName Logical key name to get key-values for.
|
|
114
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
115
|
-
* @param options The options parameters.
|
|
116
|
-
*/
|
|
117
|
-
listKeysForKeyName(provisioningServiceName: string, keyName: string, resourceGroupName: string, options?: IotDpsResourceListKeysForKeyNameOptionalParams): Promise<IotDpsResourceListKeysForKeyNameResponse>;
|
|
118
|
-
/**
|
|
119
|
-
* List private link resources for the given provisioning service
|
|
120
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
121
|
-
* @param resourceName The name of the provisioning service.
|
|
122
|
-
* @param options The options parameters.
|
|
123
|
-
*/
|
|
124
|
-
listPrivateLinkResources(resourceGroupName: string, resourceName: string, options?: IotDpsResourceListPrivateLinkResourcesOptionalParams): Promise<IotDpsResourceListPrivateLinkResourcesResponse>;
|
|
125
|
-
/**
|
|
126
|
-
* Get the specified private link resource for the given provisioning service
|
|
127
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
128
|
-
* @param resourceName The name of the provisioning service.
|
|
129
|
-
* @param groupId The name of the private link resource
|
|
130
|
-
* @param options The options parameters.
|
|
131
|
-
*/
|
|
132
|
-
getPrivateLinkResources(resourceGroupName: string, resourceName: string, groupId: string, options?: IotDpsResourceGetPrivateLinkResourcesOptionalParams): Promise<IotDpsResourceGetPrivateLinkResourcesResponse>;
|
|
133
|
-
/**
|
|
134
|
-
* List private endpoint connection properties
|
|
135
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
136
|
-
* @param resourceName The name of the provisioning service.
|
|
137
|
-
* @param options The options parameters.
|
|
138
|
-
*/
|
|
139
|
-
listPrivateEndpointConnections(resourceGroupName: string, resourceName: string, options?: IotDpsResourceListPrivateEndpointConnectionsOptionalParams): Promise<IotDpsResourceListPrivateEndpointConnectionsResponse>;
|
|
140
|
-
/**
|
|
141
|
-
* Get private endpoint connection properties
|
|
142
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
143
|
-
* @param resourceName The name of the provisioning service.
|
|
144
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection
|
|
145
|
-
* @param options The options parameters.
|
|
146
|
-
*/
|
|
147
|
-
getPrivateEndpointConnection(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: IotDpsResourceGetPrivateEndpointConnectionOptionalParams): Promise<IotDpsResourceGetPrivateEndpointConnectionResponse>;
|
|
148
|
-
/**
|
|
149
|
-
* Create or update the status of a private endpoint connection with the specified name
|
|
150
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
151
|
-
* @param resourceName The name of the provisioning service.
|
|
152
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection
|
|
153
|
-
* @param privateEndpointConnection The private endpoint connection with updated properties
|
|
154
|
-
* @param options The options parameters.
|
|
155
|
-
*/
|
|
156
|
-
beginCreateOrUpdatePrivateEndpointConnection(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: IotDpsResourceCreateOrUpdatePrivateEndpointConnectionOptionalParams): Promise<SimplePollerLike<OperationState<IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse>, IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse>>;
|
|
157
|
-
/**
|
|
158
|
-
* Create or update the status of a private endpoint connection with the specified name
|
|
159
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
160
|
-
* @param resourceName The name of the provisioning service.
|
|
161
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection
|
|
162
|
-
* @param privateEndpointConnection The private endpoint connection with updated properties
|
|
163
|
-
* @param options The options parameters.
|
|
164
|
-
*/
|
|
165
|
-
beginCreateOrUpdatePrivateEndpointConnectionAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: IotDpsResourceCreateOrUpdatePrivateEndpointConnectionOptionalParams): Promise<IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse>;
|
|
166
|
-
/**
|
|
167
|
-
* Delete private endpoint connection with the specified name
|
|
168
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
169
|
-
* @param resourceName The name of the provisioning service.
|
|
170
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection
|
|
171
|
-
* @param options The options parameters.
|
|
172
|
-
*/
|
|
173
|
-
beginDeletePrivateEndpointConnection(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: IotDpsResourceDeletePrivateEndpointConnectionOptionalParams): Promise<SimplePollerLike<OperationState<IotDpsResourceDeletePrivateEndpointConnectionResponse>, IotDpsResourceDeletePrivateEndpointConnectionResponse>>;
|
|
174
|
-
/**
|
|
175
|
-
* Delete private endpoint connection with the specified name
|
|
176
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
177
|
-
* @param resourceName The name of the provisioning service.
|
|
178
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection
|
|
179
|
-
* @param options The options parameters.
|
|
180
|
-
*/
|
|
181
|
-
beginDeletePrivateEndpointConnectionAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: IotDpsResourceDeletePrivateEndpointConnectionOptionalParams): Promise<IotDpsResourceDeletePrivateEndpointConnectionResponse>;
|
|
182
|
-
}
|
|
183
|
-
//# sourceMappingURL=iotDpsResource.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"iotDpsResource.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/iotDpsResource.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +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 {};
|
|
9
|
-
//# sourceMappingURL=iotDpsResource.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"iotDpsResource.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/iotDpsResource.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ProvisioningServiceDescription,\n IotDpsResourceListBySubscriptionOptionalParams,\n IotDpsResourceListByResourceGroupOptionalParams,\n IotDpsSkuDefinition,\n IotDpsResourceListValidSkusOptionalParams,\n SharedAccessSignatureAuthorizationRuleAccessRightsDescription,\n IotDpsResourceListKeysOptionalParams,\n IotDpsResourceGetOptionalParams,\n IotDpsResourceGetResponse,\n IotDpsResourceCreateOrUpdateOptionalParams,\n IotDpsResourceCreateOrUpdateResponse,\n TagsResource,\n IotDpsResourceUpdateOptionalParams,\n IotDpsResourceUpdateResponse,\n IotDpsResourceDeleteOptionalParams,\n IotDpsResourceGetOperationResultOptionalParams,\n IotDpsResourceGetOperationResultResponse,\n OperationInputs,\n IotDpsResourceCheckProvisioningServiceNameAvailabilityOptionalParams,\n IotDpsResourceCheckProvisioningServiceNameAvailabilityResponse,\n IotDpsResourceListKeysForKeyNameOptionalParams,\n IotDpsResourceListKeysForKeyNameResponse,\n IotDpsResourceListPrivateLinkResourcesOptionalParams,\n IotDpsResourceListPrivateLinkResourcesResponse,\n IotDpsResourceGetPrivateLinkResourcesOptionalParams,\n IotDpsResourceGetPrivateLinkResourcesResponse,\n IotDpsResourceListPrivateEndpointConnectionsOptionalParams,\n IotDpsResourceListPrivateEndpointConnectionsResponse,\n IotDpsResourceGetPrivateEndpointConnectionOptionalParams,\n IotDpsResourceGetPrivateEndpointConnectionResponse,\n PrivateEndpointConnection,\n IotDpsResourceCreateOrUpdatePrivateEndpointConnectionOptionalParams,\n IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse,\n IotDpsResourceDeletePrivateEndpointConnectionOptionalParams,\n IotDpsResourceDeletePrivateEndpointConnectionResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a IotDpsResource. */\nexport interface IotDpsResource {\n /**\n * List all the provisioning services for a given subscription id.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: IotDpsResourceListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<ProvisioningServiceDescription>;\n /**\n * Get a list of all provisioning services in the given resource group.\n * @param resourceGroupName Resource group identifier.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: IotDpsResourceListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<ProvisioningServiceDescription>;\n /**\n * Gets the list of valid SKUs and tiers for a provisioning service.\n * @param provisioningServiceName Name of provisioning service.\n * @param resourceGroupName Name of resource group.\n * @param options The options parameters.\n */\n listValidSkus(\n provisioningServiceName: string,\n resourceGroupName: string,\n options?: IotDpsResourceListValidSkusOptionalParams\n ): PagedAsyncIterableIterator<IotDpsSkuDefinition>;\n /**\n * List the primary and secondary keys for a provisioning service.\n * @param provisioningServiceName The provisioning service name to get the shared access keys for.\n * @param resourceGroupName resource group name\n * @param options The options parameters.\n */\n listKeys(\n provisioningServiceName: string,\n resourceGroupName: string,\n options?: IotDpsResourceListKeysOptionalParams\n ): PagedAsyncIterableIterator<\n SharedAccessSignatureAuthorizationRuleAccessRightsDescription\n >;\n /**\n * Get the metadata of the provisioning service without SAS keys.\n * @param resourceGroupName Resource group name.\n * @param provisioningServiceName Name of the provisioning service to retrieve.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n provisioningServiceName: string,\n options?: IotDpsResourceGetOptionalParams\n ): Promise<IotDpsResourceGetResponse>;\n /**\n * Create or update the metadata of the provisioning service. The usual pattern to modify a property is\n * to retrieve the provisioning service metadata and security metadata, and then combine them with the\n * modified values in a new body to update the provisioning service.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to create or update.\n * @param iotDpsDescription Description of the provisioning service to create or update.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n provisioningServiceName: string,\n iotDpsDescription: ProvisioningServiceDescription,\n options?: IotDpsResourceCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<IotDpsResourceCreateOrUpdateResponse>,\n IotDpsResourceCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update the metadata of the provisioning service. The usual pattern to modify a property is\n * to retrieve the provisioning service metadata and security metadata, and then combine them with the\n * modified values in a new body to update the provisioning service.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to create or update.\n * @param iotDpsDescription Description of the provisioning service to create or update.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n provisioningServiceName: string,\n iotDpsDescription: ProvisioningServiceDescription,\n options?: IotDpsResourceCreateOrUpdateOptionalParams\n ): Promise<IotDpsResourceCreateOrUpdateResponse>;\n /**\n * Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to create or update.\n * @param provisioningServiceTags Updated tag information to set into the provisioning service\n * instance.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n provisioningServiceName: string,\n provisioningServiceTags: TagsResource,\n options?: IotDpsResourceUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<IotDpsResourceUpdateResponse>,\n IotDpsResourceUpdateResponse\n >\n >;\n /**\n * Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to create or update.\n * @param provisioningServiceTags Updated tag information to set into the provisioning service\n * instance.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n provisioningServiceName: string,\n provisioningServiceTags: TagsResource,\n options?: IotDpsResourceUpdateOptionalParams\n ): Promise<IotDpsResourceUpdateResponse>;\n /**\n * Deletes the Provisioning Service.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to delete.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n provisioningServiceName: string,\n options?: IotDpsResourceDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes the Provisioning Service.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to delete.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n provisioningServiceName: string,\n options?: IotDpsResourceDeleteOptionalParams\n ): Promise<void>;\n /**\n * Gets the status of a long running operation, such as create, update or delete a provisioning\n * service.\n * @param operationId Operation id corresponding to long running operation. Use this to poll for the\n * status.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service that the operation is running on.\n * @param asyncinfo Async header used to poll on the status of the operation, obtained while creating\n * the long running operation.\n * @param options The options parameters.\n */\n getOperationResult(\n operationId: string,\n resourceGroupName: string,\n provisioningServiceName: string,\n asyncinfo: string,\n options?: IotDpsResourceGetOperationResultOptionalParams\n ): Promise<IotDpsResourceGetOperationResultResponse>;\n /**\n * Check if a provisioning service name is available. This will validate if the name is syntactically\n * valid and if the name is usable\n * @param argumentsParam Set the name parameter in the OperationInputs structure to the name of the\n * provisioning service to check.\n * @param options The options parameters.\n */\n checkProvisioningServiceNameAvailability(\n argumentsParam: OperationInputs,\n options?: IotDpsResourceCheckProvisioningServiceNameAvailabilityOptionalParams\n ): Promise<IotDpsResourceCheckProvisioningServiceNameAvailabilityResponse>;\n /**\n * List primary and secondary keys for a specific key name\n * @param provisioningServiceName Name of the provisioning service.\n * @param keyName Logical key name to get key-values for.\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param options The options parameters.\n */\n listKeysForKeyName(\n provisioningServiceName: string,\n keyName: string,\n resourceGroupName: string,\n options?: IotDpsResourceListKeysForKeyNameOptionalParams\n ): Promise<IotDpsResourceListKeysForKeyNameResponse>;\n /**\n * List private link resources for the given provisioning service\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param options The options parameters.\n */\n listPrivateLinkResources(\n resourceGroupName: string,\n resourceName: string,\n options?: IotDpsResourceListPrivateLinkResourcesOptionalParams\n ): Promise<IotDpsResourceListPrivateLinkResourcesResponse>;\n /**\n * Get the specified private link resource for the given provisioning service\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param groupId The name of the private link resource\n * @param options The options parameters.\n */\n getPrivateLinkResources(\n resourceGroupName: string,\n resourceName: string,\n groupId: string,\n options?: IotDpsResourceGetPrivateLinkResourcesOptionalParams\n ): Promise<IotDpsResourceGetPrivateLinkResourcesResponse>;\n /**\n * List private endpoint connection properties\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param options The options parameters.\n */\n listPrivateEndpointConnections(\n resourceGroupName: string,\n resourceName: string,\n options?: IotDpsResourceListPrivateEndpointConnectionsOptionalParams\n ): Promise<IotDpsResourceListPrivateEndpointConnectionsResponse>;\n /**\n * Get private endpoint connection properties\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param options The options parameters.\n */\n getPrivateEndpointConnection(\n resourceGroupName: string,\n resourceName: string,\n privateEndpointConnectionName: string,\n options?: IotDpsResourceGetPrivateEndpointConnectionOptionalParams\n ): Promise<IotDpsResourceGetPrivateEndpointConnectionResponse>;\n /**\n * Create or update the status of a private endpoint connection with the specified name\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param privateEndpointConnection The private endpoint connection with updated properties\n * @param options The options parameters.\n */\n beginCreateOrUpdatePrivateEndpointConnection(\n resourceGroupName: string,\n resourceName: string,\n privateEndpointConnectionName: string,\n privateEndpointConnection: PrivateEndpointConnection,\n options?: IotDpsResourceCreateOrUpdatePrivateEndpointConnectionOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<\n IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse\n >,\n IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse\n >\n >;\n /**\n * Create or update the status of a private endpoint connection with the specified name\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param privateEndpointConnection The private endpoint connection with updated properties\n * @param options The options parameters.\n */\n beginCreateOrUpdatePrivateEndpointConnectionAndWait(\n resourceGroupName: string,\n resourceName: string,\n privateEndpointConnectionName: string,\n privateEndpointConnection: PrivateEndpointConnection,\n options?: IotDpsResourceCreateOrUpdatePrivateEndpointConnectionOptionalParams\n ): Promise<IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse>;\n /**\n * Delete private endpoint connection with the specified name\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param options The options parameters.\n */\n beginDeletePrivateEndpointConnection(\n resourceGroupName: string,\n resourceName: string,\n privateEndpointConnectionName: string,\n options?: IotDpsResourceDeletePrivateEndpointConnectionOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<IotDpsResourceDeletePrivateEndpointConnectionResponse>,\n IotDpsResourceDeletePrivateEndpointConnectionResponse\n >\n >;\n /**\n * Delete private endpoint connection with the specified name\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param options The options parameters.\n */\n beginDeletePrivateEndpointConnectionAndWait(\n resourceGroupName: string,\n resourceName: string,\n privateEndpointConnectionName: string,\n options?: IotDpsResourceDeletePrivateEndpointConnectionOptionalParams\n ): Promise<IotDpsResourceDeletePrivateEndpointConnectionResponse>;\n}\n"]}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
3
|
-
/** Interface representing a Operations. */
|
|
4
|
-
export interface Operations {
|
|
5
|
-
/**
|
|
6
|
-
* Lists all of the available Microsoft.Devices REST API operations.
|
|
7
|
-
* @param options The options parameters.
|
|
8
|
-
*/
|
|
9
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
|
|
@@ -1,9 +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 {};
|
|
9
|
-
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available Microsoft.Devices REST API operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface PageInfo {
|
|
2
|
-
continuationToken?: string;
|
|
3
|
-
}
|
|
4
|
-
/**
|
|
5
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
6
|
-
* returns a continuation token that can be used to begin paging from
|
|
7
|
-
* that point later.
|
|
8
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
9
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
10
|
-
*/
|
|
11
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
12
|
-
export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
|
|
13
|
-
//# sourceMappingURL=pagingHelper.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
|
package/dist/esm/pagingHelper.js
DELETED
|
@@ -1,30 +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
|
-
const pageMap = new WeakMap();
|
|
9
|
-
/**
|
|
10
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
11
|
-
* returns a continuation token that can be used to begin paging from
|
|
12
|
-
* that point later.
|
|
13
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
14
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
15
|
-
*/
|
|
16
|
-
export function getContinuationToken(page) {
|
|
17
|
-
if (typeof page !== "object" || page === null) {
|
|
18
|
-
return undefined;
|
|
19
|
-
}
|
|
20
|
-
return pageMap.get(page)?.continuationToken;
|
|
21
|
-
}
|
|
22
|
-
export function setContinuationToken(page, continuationToken) {
|
|
23
|
-
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
24
|
-
return;
|
|
25
|
-
}
|
|
26
|
-
const pageInfo = pageMap.get(page) ?? {};
|
|
27
|
-
pageInfo.continuationToken = continuationToken;
|
|
28
|
-
pageMap.set(page, pageInfo);
|
|
29
|
-
}
|
|
30
|
-
//# sourceMappingURL=pagingHelper.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,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 interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,cAAc,iCAAiC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"iotDpsClient.d.ts","sourceRoot":"","sources":["../../src/iotDpsClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAM7C,OAAO,EACL,UAAU,EACV,cAAc,EACd,cAAc,EACf,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,0BAA0B,EAAE,MAAM,mBAAmB,CAAC;AAE/D,qBAAa,YAAa,SAAQ,UAAU,CAAC,aAAa;IACxD,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,0BAA0B;IA8EtC,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,cAAc,EAAE,cAAc,CAAC;IAC/B,cAAc,EAAE,cAAc,CAAC;CAChC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { LongRunningOperation, LroResponse } from "@azure/core-lro";
|
|
2
|
-
export declare function createLroSpec<T>(inputs: {
|
|
3
|
-
sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;
|
|
4
|
-
args: Record<string, unknown>;
|
|
5
|
-
spec: {
|
|
6
|
-
readonly requestBody?: unknown;
|
|
7
|
-
readonly path?: string;
|
|
8
|
-
readonly httpMethod: string;
|
|
9
|
-
} & Record<string, any>;
|
|
10
|
-
}): LongRunningOperation<T>;
|
|
11
|
-
//# sourceMappingURL=lroImpl.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export function createLroSpec(inputs) {
|
|
2
|
-
const { args, spec, sendOperationFn } = inputs;
|
|
3
|
-
return {
|
|
4
|
-
requestMethod: spec.httpMethod,
|
|
5
|
-
requestPath: spec.path,
|
|
6
|
-
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
7
|
-
sendPollRequest: (path, options) => {
|
|
8
|
-
const { requestBody, ...restSpec } = spec;
|
|
9
|
-
return sendOperationFn(args, {
|
|
10
|
-
...restSpec,
|
|
11
|
-
httpMethod: "GET",
|
|
12
|
-
path,
|
|
13
|
-
abortSignal: options?.abortSignal
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=lroImpl.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAE;gBAC3B,GAAG,QAAQ;gBACX,UAAU,EAAE,KAAK;gBACjB,IAAI;gBACJ,WAAW,EAAE,OAAO,EAAE,WAAW;aAClC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,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 */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike }\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal\n });\n }\n };\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
2
|
-
export declare const OperationListResult: coreClient.CompositeMapper;
|
|
3
|
-
export declare const Operation: coreClient.CompositeMapper;
|
|
4
|
-
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
5
|
-
export declare const ErrorDetails: coreClient.CompositeMapper;
|
|
6
|
-
export declare const CertificateResponse: coreClient.CompositeMapper;
|
|
7
|
-
export declare const CertificateProperties: coreClient.CompositeMapper;
|
|
8
|
-
export declare const SystemData: coreClient.CompositeMapper;
|
|
9
|
-
export declare const IotDpsPropertiesDescription: coreClient.CompositeMapper;
|
|
10
|
-
export declare const IpFilterRule: coreClient.CompositeMapper;
|
|
11
|
-
export declare const PrivateEndpointConnection: coreClient.CompositeMapper;
|
|
12
|
-
export declare const PrivateEndpointConnectionProperties: coreClient.CompositeMapper;
|
|
13
|
-
export declare const PrivateEndpoint: coreClient.CompositeMapper;
|
|
14
|
-
export declare const PrivateLinkServiceConnectionState: coreClient.CompositeMapper;
|
|
15
|
-
export declare const IotHubDefinitionDescription: coreClient.CompositeMapper;
|
|
16
|
-
export declare const SharedAccessSignatureAuthorizationRuleAccessRightsDescription: coreClient.CompositeMapper;
|
|
17
|
-
export declare const IotDpsSkuInfo: coreClient.CompositeMapper;
|
|
18
|
-
export declare const ManagedServiceIdentity: coreClient.CompositeMapper;
|
|
19
|
-
export declare const UserAssignedIdentity: coreClient.CompositeMapper;
|
|
20
|
-
export declare const Resource: coreClient.CompositeMapper;
|
|
21
|
-
export declare const TagsResource: coreClient.CompositeMapper;
|
|
22
|
-
export declare const CertificateListDescription: coreClient.CompositeMapper;
|
|
23
|
-
export declare const ProvisioningServiceDescriptionListResult: coreClient.CompositeMapper;
|
|
24
|
-
export declare const AsyncOperationResult: coreClient.CompositeMapper;
|
|
25
|
-
export declare const ErrorMessage: coreClient.CompositeMapper;
|
|
26
|
-
export declare const IotDpsSkuDefinitionListResult: coreClient.CompositeMapper;
|
|
27
|
-
export declare const IotDpsSkuDefinition: coreClient.CompositeMapper;
|
|
28
|
-
export declare const VerificationCodeResponse: coreClient.CompositeMapper;
|
|
29
|
-
export declare const VerificationCodeResponseProperties: coreClient.CompositeMapper;
|
|
30
|
-
export declare const VerificationCodeRequest: coreClient.CompositeMapper;
|
|
31
|
-
export declare const OperationInputs: coreClient.CompositeMapper;
|
|
32
|
-
export declare const NameAvailabilityInfo: coreClient.CompositeMapper;
|
|
33
|
-
export declare const SharedAccessSignatureAuthorizationRuleListResult: coreClient.CompositeMapper;
|
|
34
|
-
export declare const PrivateLinkResources: coreClient.CompositeMapper;
|
|
35
|
-
export declare const GroupIdInformation: coreClient.CompositeMapper;
|
|
36
|
-
export declare const GroupIdInformationProperties: coreClient.CompositeMapper;
|
|
37
|
-
export declare const CertificateBodyDescription: coreClient.CompositeMapper;
|
|
38
|
-
export declare const ProvisioningServiceDescription: coreClient.CompositeMapper;
|
|
39
|
-
export declare const IotDpsResourceDeletePrivateEndpointConnectionHeaders: coreClient.CompositeMapper;
|
|
40
|
-
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAqBlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA4BzC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAmCrC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAiD5C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAsD9C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAiHpD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAoCrC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA6ClD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAqB5D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAcxC,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eA2B1D,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAwCpD,CAAC;AAEF,eAAO,MAAM,6DAA6D,EAAE,UAAU,CAAC,eAiCtF,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eA0BtC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAqC/C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAqB7C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAyDjC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAcrC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAmBnD,CAAC;AAEF,eAAO,MAAM,wCAAwC,EAAE,UAAU,CAAC,eA0BjE,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAoB7C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAyBrC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eA0BtD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAa5C,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eA0CjD,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAuD3D,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAahD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAcxC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAyB7C,CAAC;AAEF,eAAO,MAAM,gDAAgD,EAAE,UAAU,CAAC,eA2BzE,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAmB7C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAsC3C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAmCrD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAmBnD,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eA0CvD,CAAC;AAEF,eAAO,MAAM,oDAAoD,EAAE,UAAU,CAAC,eAyB7E,CAAC"}
|