@azure/arm-deviceprovisioningservices 6.0.0-beta.1 → 6.0.0-beta.2
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 +20 -10
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/iotDpsClient.d.ts +2 -2
- package/dist/browser/iotDpsClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/iotDpsClient.js +32 -24
- package/dist/browser/iotDpsClient.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +13 -6
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dpsCertificate.d.ts +3 -3
- package/dist/browser/operations/dpsCertificate.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dpsCertificate.js +3 -2
- package/dist/browser/operations/dpsCertificate.js.map +1 -0
- package/dist/browser/operations/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/iotDpsResource.d.ts +3 -3
- package/dist/browser/operations/iotDpsResource.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/iotDpsResource.js +319 -402
- package/dist/browser/operations/iotDpsResource.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +26 -48
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/dpsCertificate.d.ts +1 -1
- package/dist/browser/operationsInterfaces/dpsCertificate.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dpsCertificate.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +3 -3
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/iotDpsResource.d.ts +1 -1
- package/dist/browser/operationsInterfaces/iotDpsResource.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/iotDpsResource.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/iotDpsClient.d.ts +22 -0
- package/dist/commonjs/iotDpsClient.d.ts.map +1 -0
- package/dist/commonjs/iotDpsClient.js +115 -0
- package/dist/commonjs/iotDpsClient.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-deviceprovisioningservices.d.ts → dist/commonjs/models/index.d.ts} +979 -1378
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +131 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +40 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1271 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +34 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +296 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/dpsCertificate.d.ts +70 -0
- package/dist/commonjs/operations/dpsCertificate.d.ts.map +1 -0
- package/dist/commonjs/operations/dpsCertificate.js +295 -0
- package/dist/commonjs/operations/dpsCertificate.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +14 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/iotDpsResource.d.ts +253 -0
- package/dist/commonjs/operations/iotDpsResource.d.ts.map +1 -0
- package/dist/commonjs/operations/iotDpsResource.js +1175 -0
- package/dist/commonjs/operations/iotDpsResource.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dpsCertificate.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/dpsCertificate.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dpsCertificate.js +10 -0
- package/dist/commonjs/operationsInterfaces/dpsCertificate.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/iotDpsResource.d.ts +183 -0
- package/dist/commonjs/operationsInterfaces/iotDpsResource.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/iotDpsResource.js +10 -0
- package/dist/commonjs/operationsInterfaces/iotDpsResource.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/iotDpsClient.d.ts +22 -0
- package/dist/esm/iotDpsClient.d.ts.map +1 -0
- package/dist/esm/iotDpsClient.js +110 -0
- package/dist/esm/iotDpsClient.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +979 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +128 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +40 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1268 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +34 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +293 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/dpsCertificate.d.ts +70 -0
- package/dist/esm/operations/dpsCertificate.d.ts.map +1 -0
- package/dist/esm/operations/dpsCertificate.js +290 -0
- package/dist/esm/operations/dpsCertificate.js.map +1 -0
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +11 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/iotDpsResource.d.ts +253 -0
- package/dist/esm/operations/iotDpsResource.d.ts.map +1 -0
- package/dist/esm/operations/iotDpsResource.js +1170 -0
- package/dist/esm/operations/iotDpsResource.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/dpsCertificate.d.ts +62 -0
- package/dist/esm/operationsInterfaces/dpsCertificate.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/dpsCertificate.js} +2 -4
- package/dist/esm/operationsInterfaces/dpsCertificate.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +11 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/iotDpsResource.d.ts +183 -0
- package/dist/esm/operationsInterfaces/iotDpsResource.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/iotDpsResource.js +9 -0
- package/dist/esm/operationsInterfaces/iotDpsResource.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/iotDpsClient.d.ts +22 -0
- package/dist/react-native/iotDpsClient.d.ts.map +1 -0
- package/dist/react-native/iotDpsClient.js +110 -0
- package/dist/react-native/iotDpsClient.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +979 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +128 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +40 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1268 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +34 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +293 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/dpsCertificate.d.ts +70 -0
- package/dist/react-native/operations/dpsCertificate.d.ts.map +1 -0
- package/dist/react-native/operations/dpsCertificate.js +290 -0
- package/dist/react-native/operations/dpsCertificate.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +11 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/iotDpsResource.d.ts +253 -0
- package/dist/react-native/operations/iotDpsResource.d.ts.map +1 -0
- package/dist/react-native/operations/iotDpsResource.js +1170 -0
- package/dist/react-native/operations/iotDpsResource.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dpsCertificate.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/dpsCertificate.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dpsCertificate.js +9 -0
- package/dist/react-native/operationsInterfaces/dpsCertificate.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +11 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/iotDpsResource.d.ts +183 -0
- package/dist/react-native/operationsInterfaces/iotDpsResource.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/iotDpsResource.js +9 -0
- package/dist/react-native/operationsInterfaces/iotDpsResource.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +85 -76
- package/dist/index.js +0 -3571
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/dpsCertificateCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dpsCertificateCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dpsCertificateCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/dpsCertificateCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dpsCertificateDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dpsCertificateDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dpsCertificateDeleteSample.js +0 -42
- package/dist-esm/samples-dev/dpsCertificateDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dpsCertificateGenerateVerificationCodeSample.d.ts +0 -2
- package/dist-esm/samples-dev/dpsCertificateGenerateVerificationCodeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dpsCertificateGenerateVerificationCodeSample.js +0 -42
- package/dist-esm/samples-dev/dpsCertificateGenerateVerificationCodeSample.js.map +0 -1
- package/dist-esm/samples-dev/dpsCertificateGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dpsCertificateGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dpsCertificateGetSample.js +0 -41
- package/dist-esm/samples-dev/dpsCertificateGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dpsCertificateListSample.d.ts +0 -2
- package/dist-esm/samples-dev/dpsCertificateListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dpsCertificateListSample.js +0 -40
- package/dist-esm/samples-dev/dpsCertificateListSample.js.map +0 -1
- package/dist-esm/samples-dev/dpsCertificateVerifyCertificateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dpsCertificateVerifyCertificateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dpsCertificateVerifyCertificateSample.js +0 -45
- package/dist-esm/samples-dev/dpsCertificateVerifyCertificateSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceCheckProvisioningServiceNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceCheckProvisioningServiceNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceCheckProvisioningServiceNameAvailabilitySample.js +0 -38
- package/dist-esm/samples-dev/iotDpsResourceCheckProvisioningServiceNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceCreateOrUpdatePrivateEndpointConnectionSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceCreateOrUpdatePrivateEndpointConnectionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceCreateOrUpdatePrivateEndpointConnectionSample.js +0 -49
- package/dist-esm/samples-dev/iotDpsResourceCreateOrUpdatePrivateEndpointConnectionSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceCreateOrUpdateSample.js +0 -78
- package/dist-esm/samples-dev/iotDpsResourceCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceDeletePrivateEndpointConnectionSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceDeletePrivateEndpointConnectionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceDeletePrivateEndpointConnectionSample.js +0 -41
- package/dist-esm/samples-dev/iotDpsResourceDeletePrivateEndpointConnectionSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceDeleteSample.js +0 -40
- package/dist-esm/samples-dev/iotDpsResourceDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceGetOperationResultSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceGetOperationResultSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceGetOperationResultSample.js +0 -42
- package/dist-esm/samples-dev/iotDpsResourceGetOperationResultSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceGetPrivateEndpointConnectionSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceGetPrivateEndpointConnectionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceGetPrivateEndpointConnectionSample.js +0 -41
- package/dist-esm/samples-dev/iotDpsResourceGetPrivateEndpointConnectionSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceGetPrivateLinkResourcesSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceGetPrivateLinkResourcesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceGetPrivateLinkResourcesSample.js +0 -41
- package/dist-esm/samples-dev/iotDpsResourceGetPrivateLinkResourcesSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceGetSample.js +0 -40
- package/dist-esm/samples-dev/iotDpsResourceGetSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceListByResourceGroupSample.js +0 -60
- package/dist-esm/samples-dev/iotDpsResourceListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceListBySubscriptionSample.js +0 -58
- package/dist-esm/samples-dev/iotDpsResourceListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceListKeysForKeyNameSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceListKeysForKeyNameSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceListKeysForKeyNameSample.js +0 -41
- package/dist-esm/samples-dev/iotDpsResourceListKeysForKeyNameSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceListKeysSample.js +0 -61
- package/dist-esm/samples-dev/iotDpsResourceListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceListPrivateEndpointConnectionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceListPrivateEndpointConnectionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceListPrivateEndpointConnectionsSample.js +0 -40
- package/dist-esm/samples-dev/iotDpsResourceListPrivateEndpointConnectionsSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceListPrivateLinkResourcesSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceListPrivateLinkResourcesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceListPrivateLinkResourcesSample.js +0 -40
- package/dist-esm/samples-dev/iotDpsResourceListPrivateLinkResourcesSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceListValidSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceListValidSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceListValidSkusSample.js +0 -61
- package/dist-esm/samples-dev/iotDpsResourceListValidSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotDpsResourceUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotDpsResourceUpdateSample.js +0 -41
- package/dist-esm/samples-dev/iotDpsResourceUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -58
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/iotDpsClient.d.ts.map +0 -1
- package/dist-esm/src/iotDpsClient.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/dpsCertificate.d.ts.map +0 -1
- package/dist-esm/src/operations/dpsCertificate.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -4
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/iotDpsResource.d.ts.map +0 -1
- package/dist-esm/src/operations/iotDpsResource.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dpsCertificate.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/iotDpsResource.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/deviceprovisioningservices_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/deviceprovisioningservices_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/deviceprovisioningservices_operations_test.spec.js +0 -123
- package/dist-esm/test/deviceprovisioningservices_operations_test.spec.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/iotDpsClient.ts +0 -152
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1108
- package/src/models/mappers.ts +0 -1309
- package/src/models/parameters.ts +0 -337
- package/src/operations/dpsCertificate.ts +0 -374
- package/src/operations/iotDpsResource.ts +0 -1674
- package/src/operations/operations.ts +0 -149
- package/src/operationsInterfaces/dpsCertificate.ts +0 -118
- package/src/operationsInterfaces/index.ts +0 -11
- package/src/operationsInterfaces/iotDpsResource.ts +0 -351
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dpsCertificate.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/iotDpsResource.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/review/{arm-deviceprovisioningservices.api.md → arm-deviceprovisioningservices-node.api.md} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,128 @@
|
|
|
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
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
9
|
+
export var KnownCreatedByType;
|
|
10
|
+
(function (KnownCreatedByType) {
|
|
11
|
+
/** User */
|
|
12
|
+
KnownCreatedByType["User"] = "User";
|
|
13
|
+
/** Application */
|
|
14
|
+
KnownCreatedByType["Application"] = "Application";
|
|
15
|
+
/** ManagedIdentity */
|
|
16
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
17
|
+
/** Key */
|
|
18
|
+
KnownCreatedByType["Key"] = "Key";
|
|
19
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
20
|
+
/** Known values of {@link CertificatePurpose} that the service accepts. */
|
|
21
|
+
export var KnownCertificatePurpose;
|
|
22
|
+
(function (KnownCertificatePurpose) {
|
|
23
|
+
/** ClientAuthentication */
|
|
24
|
+
KnownCertificatePurpose["ClientAuthentication"] = "clientAuthentication";
|
|
25
|
+
/** ServerAuthentication */
|
|
26
|
+
KnownCertificatePurpose["ServerAuthentication"] = "serverAuthentication";
|
|
27
|
+
})(KnownCertificatePurpose || (KnownCertificatePurpose = {}));
|
|
28
|
+
/** Known values of {@link State} that the service accepts. */
|
|
29
|
+
export var KnownState;
|
|
30
|
+
(function (KnownState) {
|
|
31
|
+
/** Activating */
|
|
32
|
+
KnownState["Activating"] = "Activating";
|
|
33
|
+
/** Active */
|
|
34
|
+
KnownState["Active"] = "Active";
|
|
35
|
+
/** Deleting */
|
|
36
|
+
KnownState["Deleting"] = "Deleting";
|
|
37
|
+
/** Deleted */
|
|
38
|
+
KnownState["Deleted"] = "Deleted";
|
|
39
|
+
/** ActivationFailed */
|
|
40
|
+
KnownState["ActivationFailed"] = "ActivationFailed";
|
|
41
|
+
/** DeletionFailed */
|
|
42
|
+
KnownState["DeletionFailed"] = "DeletionFailed";
|
|
43
|
+
/** Transitioning */
|
|
44
|
+
KnownState["Transitioning"] = "Transitioning";
|
|
45
|
+
/** Suspending */
|
|
46
|
+
KnownState["Suspending"] = "Suspending";
|
|
47
|
+
/** Suspended */
|
|
48
|
+
KnownState["Suspended"] = "Suspended";
|
|
49
|
+
/** Resuming */
|
|
50
|
+
KnownState["Resuming"] = "Resuming";
|
|
51
|
+
/** FailingOver */
|
|
52
|
+
KnownState["FailingOver"] = "FailingOver";
|
|
53
|
+
/** FailoverFailed */
|
|
54
|
+
KnownState["FailoverFailed"] = "FailoverFailed";
|
|
55
|
+
})(KnownState || (KnownState = {}));
|
|
56
|
+
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
57
|
+
export var KnownPublicNetworkAccess;
|
|
58
|
+
(function (KnownPublicNetworkAccess) {
|
|
59
|
+
/** Enabled */
|
|
60
|
+
KnownPublicNetworkAccess["Enabled"] = "Enabled";
|
|
61
|
+
/** Disabled */
|
|
62
|
+
KnownPublicNetworkAccess["Disabled"] = "Disabled";
|
|
63
|
+
})(KnownPublicNetworkAccess || (KnownPublicNetworkAccess = {}));
|
|
64
|
+
/** Known values of {@link PrivateLinkServiceConnectionStatus} that the service accepts. */
|
|
65
|
+
export var KnownPrivateLinkServiceConnectionStatus;
|
|
66
|
+
(function (KnownPrivateLinkServiceConnectionStatus) {
|
|
67
|
+
/** Pending */
|
|
68
|
+
KnownPrivateLinkServiceConnectionStatus["Pending"] = "Pending";
|
|
69
|
+
/** Approved */
|
|
70
|
+
KnownPrivateLinkServiceConnectionStatus["Approved"] = "Approved";
|
|
71
|
+
/** Rejected */
|
|
72
|
+
KnownPrivateLinkServiceConnectionStatus["Rejected"] = "Rejected";
|
|
73
|
+
/** Disconnected */
|
|
74
|
+
KnownPrivateLinkServiceConnectionStatus["Disconnected"] = "Disconnected";
|
|
75
|
+
})(KnownPrivateLinkServiceConnectionStatus || (KnownPrivateLinkServiceConnectionStatus = {}));
|
|
76
|
+
/** Known values of {@link AllocationPolicy} that the service accepts. */
|
|
77
|
+
export var KnownAllocationPolicy;
|
|
78
|
+
(function (KnownAllocationPolicy) {
|
|
79
|
+
/** Hashed */
|
|
80
|
+
KnownAllocationPolicy["Hashed"] = "Hashed";
|
|
81
|
+
/** GeoLatency */
|
|
82
|
+
KnownAllocationPolicy["GeoLatency"] = "GeoLatency";
|
|
83
|
+
/** Static */
|
|
84
|
+
KnownAllocationPolicy["Static"] = "Static";
|
|
85
|
+
})(KnownAllocationPolicy || (KnownAllocationPolicy = {}));
|
|
86
|
+
/** Known values of {@link AccessRightsDescription} that the service accepts. */
|
|
87
|
+
export var KnownAccessRightsDescription;
|
|
88
|
+
(function (KnownAccessRightsDescription) {
|
|
89
|
+
/** ServiceConfig */
|
|
90
|
+
KnownAccessRightsDescription["ServiceConfig"] = "ServiceConfig";
|
|
91
|
+
/** EnrollmentRead */
|
|
92
|
+
KnownAccessRightsDescription["EnrollmentRead"] = "EnrollmentRead";
|
|
93
|
+
/** EnrollmentWrite */
|
|
94
|
+
KnownAccessRightsDescription["EnrollmentWrite"] = "EnrollmentWrite";
|
|
95
|
+
/** DeviceConnect */
|
|
96
|
+
KnownAccessRightsDescription["DeviceConnect"] = "DeviceConnect";
|
|
97
|
+
/** RegistrationStatusRead */
|
|
98
|
+
KnownAccessRightsDescription["RegistrationStatusRead"] = "RegistrationStatusRead";
|
|
99
|
+
/** RegistrationStatusWrite */
|
|
100
|
+
KnownAccessRightsDescription["RegistrationStatusWrite"] = "RegistrationStatusWrite";
|
|
101
|
+
})(KnownAccessRightsDescription || (KnownAccessRightsDescription = {}));
|
|
102
|
+
/** Known values of {@link IotDpsSku} that the service accepts. */
|
|
103
|
+
export var KnownIotDpsSku;
|
|
104
|
+
(function (KnownIotDpsSku) {
|
|
105
|
+
/** S1 */
|
|
106
|
+
KnownIotDpsSku["S1"] = "S1";
|
|
107
|
+
})(KnownIotDpsSku || (KnownIotDpsSku = {}));
|
|
108
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
109
|
+
export var KnownManagedServiceIdentityType;
|
|
110
|
+
(function (KnownManagedServiceIdentityType) {
|
|
111
|
+
/** None */
|
|
112
|
+
KnownManagedServiceIdentityType["None"] = "None";
|
|
113
|
+
/** SystemAssigned */
|
|
114
|
+
KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
115
|
+
/** UserAssigned */
|
|
116
|
+
KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
|
|
117
|
+
/** SystemAssignedUserAssigned */
|
|
118
|
+
KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
|
|
119
|
+
})(KnownManagedServiceIdentityType || (KnownManagedServiceIdentityType = {}));
|
|
120
|
+
/** Known values of {@link NameUnavailabilityReason} that the service accepts. */
|
|
121
|
+
export var KnownNameUnavailabilityReason;
|
|
122
|
+
(function (KnownNameUnavailabilityReason) {
|
|
123
|
+
/** Invalid */
|
|
124
|
+
KnownNameUnavailabilityReason["Invalid"] = "Invalid";
|
|
125
|
+
/** AlreadyExists */
|
|
126
|
+
KnownNameUnavailabilityReason["AlreadyExists"] = "AlreadyExists";
|
|
127
|
+
})(KnownNameUnavailabilityReason || (KnownNameUnavailabilityReason = {}));
|
|
128
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.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 * as coreClient from \"@azure/core-client\";\n\n/** Result of the request to list provisioning service operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * Provisioning service operations supported by the Microsoft.Devices resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Provisioning Service REST API operation. */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{read | write | action | delete}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft Devices.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * Resource Type: ProvisioningServices.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * Name of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n}\n\n/** Error details. */\nexport interface ErrorDetails {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: number;\n /**\n * The HTTP status code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly httpStatusCode?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: string;\n}\n\n/** The X509 Certificate. */\nexport interface CertificateResponse {\n /** properties of a certificate */\n properties?: CertificateProperties;\n /**\n * The resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The entity tag.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** The description of an X509 CA Certificate. */\nexport interface CertificateProperties {\n /**\n * The certificate's subject name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subject?: string;\n /**\n * The certificate's expiration date and time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expiry?: Date;\n /**\n * The certificate's thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /** Determines whether certificate has been verified. */\n isVerified?: boolean;\n /** base-64 representation of X509 certificate .cer file or just .pem file content. */\n certificate?: Uint8Array;\n /**\n * The certificate's creation date and time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: Date;\n /**\n * The certificate's last update date and time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updated?: Date;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** the service specific properties of a provisioning service, including keys, linked iot hubs, current state, and system generated properties such as hostname and idScope */\nexport interface IotDpsPropertiesDescription {\n /** Current state of the provisioning service. */\n state?: State;\n /** Whether requests from Public Network are allowed */\n publicNetworkAccess?: PublicNetworkAccess;\n /** The IP filter rules. */\n ipFilterRules?: IpFilterRule[];\n /** Private endpoint connections created on this IotHub */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /** The ARM provisioning state of the provisioning service. */\n provisioningState?: string;\n /** List of IoT hubs associated with this provisioning service. */\n iotHubs?: IotHubDefinitionDescription[];\n /** Allocation policy to be used by this provisioning service. */\n allocationPolicy?: AllocationPolicy;\n /**\n * Service endpoint for provisioning service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceOperationsHostName?: string;\n /**\n * Device endpoint for this provisioning service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deviceProvisioningHostName?: string;\n /**\n * Unique identifier of this provisioning service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly idScope?: string;\n /** List of authorization keys for a provisioning service. */\n authorizationPolicies?: SharedAccessSignatureAuthorizationRuleAccessRightsDescription[];\n /**\n * Optional.\n * Indicates if the DPS instance has Data Residency enabled, removing the cross geo-pair disaster recovery.\n */\n enableDataResidency?: boolean;\n /** Portal endpoint to enable CORS for this provisioning service. */\n portalOperationsHostName?: string;\n}\n\n/** The IP filter rules for a provisioning Service. */\nexport interface IpFilterRule {\n /** The name of the IP filter rule. */\n filterName: string;\n /** The desired action for requests captured by this rule. */\n action: IpFilterActionType;\n /** A string that contains the IP address range in CIDR notation for the rule. */\n ipMask: string;\n /** Target for requests captured by this rule. */\n target?: IpFilterTargetType;\n}\n\n/** The private endpoint connection of a provisioning service */\nexport interface PrivateEndpointConnection {\n /**\n * The resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The properties of a private endpoint connection */\n properties: PrivateEndpointConnectionProperties;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** The properties of a private endpoint connection */\nexport interface PrivateEndpointConnectionProperties {\n /** The private endpoint property of a private endpoint connection */\n privateEndpoint?: PrivateEndpoint;\n /** The current state of a private endpoint connection */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n}\n\n/** The private endpoint property of a private endpoint connection */\nexport interface PrivateEndpoint {\n /**\n * The resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** The current state of a private endpoint connection */\nexport interface PrivateLinkServiceConnectionState {\n /** The status of a private endpoint connection */\n status: PrivateLinkServiceConnectionStatus;\n /** The description for the current state of a private endpoint connection */\n description: string;\n /** Actions required for a private endpoint connection */\n actionsRequired?: string;\n}\n\n/** Description of the IoT hub. */\nexport interface IotHubDefinitionDescription {\n /** flag for applying allocationPolicy or not for a given iot hub. */\n applyAllocationPolicy?: boolean;\n /** weight to apply for a given iot h. */\n allocationWeight?: number;\n /**\n * Host name of the IoT hub.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Connection string of the IoT hub. */\n connectionString: string;\n /** ARM region of the IoT hub. */\n location: string;\n}\n\n/** Description of the shared access key. */\nexport interface SharedAccessSignatureAuthorizationRuleAccessRightsDescription {\n /** Name of the key. */\n keyName: string;\n /** Primary SAS key value. */\n primaryKey?: string;\n /** Secondary SAS key value. */\n secondaryKey?: string;\n /** Rights that this key has. */\n rights: AccessRightsDescription;\n}\n\n/** List of possible provisioning service SKUs. */\nexport interface IotDpsSkuInfo {\n /** Sku name. */\n name?: IotDpsSku;\n /**\n * Pricing tier name of the provisioning service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tier?: string;\n /** The number of units to provision */\n capacity?: number;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedIdentity | null;\n };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** The common properties of an Azure resource. */\nexport interface Resource {\n /**\n * The resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The resource location. */\n location: string;\n /** The resource group of the resource. */\n resourcegroup?: string;\n /** The subscription id of the resource. */\n subscriptionid?: string;\n /** The resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** A container holding only the Tags for a resource, allowing the user to update the tags on a Provisioning Service instance. */\nexport interface TagsResource {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** The JSON-serialized array of Certificate objects. */\nexport interface CertificateListDescription {\n /** The array of Certificate objects. */\n value?: CertificateResponse[];\n}\n\n/** List of provisioning service descriptions. */\nexport interface ProvisioningServiceDescriptionListResult {\n /** List of provisioning service descriptions. */\n value?: ProvisioningServiceDescription[];\n /**\n * the next link\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Result of a long running operation. */\nexport interface AsyncOperationResult {\n /** current status of a long running operation. */\n status?: string;\n /** Error message containing code, description and details */\n error?: ErrorMessage;\n}\n\n/** Error response containing message and code. */\nexport interface ErrorMessage {\n /** standard error code */\n code?: string;\n /** standard error description */\n message?: string;\n /** detailed summary of error */\n details?: string;\n}\n\n/** List of available SKUs. */\nexport interface IotDpsSkuDefinitionListResult {\n /** The list of SKUs */\n value?: IotDpsSkuDefinition[];\n /**\n * The next link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Available SKUs of tier and units. */\nexport interface IotDpsSkuDefinition {\n /** Sku name. */\n name?: IotDpsSku;\n}\n\n/** Description of the response of the verification code. */\nexport interface VerificationCodeResponse {\n /**\n * Name of certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Request etag.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /**\n * The resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n properties?: VerificationCodeResponseProperties;\n}\n\nexport interface VerificationCodeResponseProperties {\n /** Verification code. */\n verificationCode?: string;\n /** Certificate subject. */\n subject?: string;\n /** Code expiry. */\n expiry?: string;\n /** Certificate thumbprint. */\n thumbprint?: string;\n /** Indicate if the certificate is verified by owner of private key. */\n isVerified?: boolean;\n /** base-64 representation of X509 certificate .cer file or just .pem file content. */\n certificate?: Uint8Array;\n /** Certificate created time. */\n created?: string;\n /** Certificate updated time. */\n updated?: string;\n}\n\n/** The JSON-serialized leaf certificate */\nexport interface VerificationCodeRequest {\n /** base-64 representation of X509 certificate .cer file or just .pem file content. */\n certificate?: string;\n}\n\n/** Input values for operation results call. */\nexport interface OperationInputs {\n /** The name of the Provisioning Service to check. */\n name: string;\n}\n\n/** Description of name availability. */\nexport interface NameAvailabilityInfo {\n /** specifies if a name is available or not */\n nameAvailable?: boolean;\n /** specifies the reason a name is unavailable */\n reason?: NameUnavailabilityReason;\n /** message containing a detailed reason name is unavailable */\n message?: string;\n}\n\n/** List of shared access keys. */\nexport interface SharedAccessSignatureAuthorizationRuleListResult {\n /** The list of shared access policies. */\n value?: SharedAccessSignatureAuthorizationRuleAccessRightsDescription[];\n /**\n * The next link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The available private link resources for a provisioning service */\nexport interface PrivateLinkResources {\n /** The list of available private link resources for a provisioning service */\n value?: GroupIdInformation[];\n}\n\n/** The group information for creating a private endpoint on a provisioning service */\nexport interface GroupIdInformation {\n /**\n * The resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The properties for a group information object */\n properties: GroupIdInformationProperties;\n}\n\n/** The properties for a group information object */\nexport interface GroupIdInformationProperties {\n /** The group id */\n groupId?: string;\n /** The required members for a specific group id */\n requiredMembers?: string[];\n /** The required DNS zones for a specific group id */\n requiredZoneNames?: string[];\n}\n\n/** The JSON-serialized X509 Certificate. */\nexport interface CertificateBodyDescription {\n /** Base-64 representation of the X509 leaf certificate .cer file or just .pem file content. */\n certificate?: string;\n /** True indicates that the certificate will be created in verified state and proof of possession will not be required. */\n isVerified?: boolean;\n}\n\n/** The description of the provisioning service. */\nexport interface ProvisioningServiceDescription extends Resource {\n /** The Etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention. */\n etag?: string;\n /** Service specific properties for a provisioning service */\n properties: IotDpsPropertiesDescription;\n /** Sku info for a provisioning Service. */\n sku: IotDpsSkuInfo;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The managed identities for a provisioning service. */\n identity?: ManagedServiceIdentity;\n}\n\n/** Defines headers for IotDpsResource_deletePrivateEndpointConnection operation. */\nexport interface IotDpsResourceDeletePrivateEndpointConnectionHeaders {\n /** Operation Status Location URI */\n azureAsyncOperation?: string;\n /** Operation Status Location URI */\n location?: string;\n /** Retry After */\n retryAfter?: string;\n}\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link CertificatePurpose} that the service accepts. */\nexport enum KnownCertificatePurpose {\n /** ClientAuthentication */\n ClientAuthentication = \"clientAuthentication\",\n /** ServerAuthentication */\n ServerAuthentication = \"serverAuthentication\"\n}\n\n/**\n * Defines values for CertificatePurpose. \\\n * {@link KnownCertificatePurpose} can be used interchangeably with CertificatePurpose,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **clientAuthentication** \\\n * **serverAuthentication**\n */\nexport type CertificatePurpose = string;\n\n/** Known values of {@link State} that the service accepts. */\nexport enum KnownState {\n /** Activating */\n Activating = \"Activating\",\n /** Active */\n Active = \"Active\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** ActivationFailed */\n ActivationFailed = \"ActivationFailed\",\n /** DeletionFailed */\n DeletionFailed = \"DeletionFailed\",\n /** Transitioning */\n Transitioning = \"Transitioning\",\n /** Suspending */\n Suspending = \"Suspending\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Resuming */\n Resuming = \"Resuming\",\n /** FailingOver */\n FailingOver = \"FailingOver\",\n /** FailoverFailed */\n FailoverFailed = \"FailoverFailed\"\n}\n\n/**\n * Defines values for State. \\\n * {@link KnownState} can be used interchangeably with State,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Activating** \\\n * **Active** \\\n * **Deleting** \\\n * **Deleted** \\\n * **ActivationFailed** \\\n * **DeletionFailed** \\\n * **Transitioning** \\\n * **Suspending** \\\n * **Suspended** \\\n * **Resuming** \\\n * **FailingOver** \\\n * **FailoverFailed**\n */\nexport type State = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link PrivateLinkServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateLinkServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\"\n}\n\n/**\n * Defines values for PrivateLinkServiceConnectionStatus. \\\n * {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type PrivateLinkServiceConnectionStatus = string;\n\n/** Known values of {@link AllocationPolicy} that the service accepts. */\nexport enum KnownAllocationPolicy {\n /** Hashed */\n Hashed = \"Hashed\",\n /** GeoLatency */\n GeoLatency = \"GeoLatency\",\n /** Static */\n Static = \"Static\"\n}\n\n/**\n * Defines values for AllocationPolicy. \\\n * {@link KnownAllocationPolicy} can be used interchangeably with AllocationPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Hashed** \\\n * **GeoLatency** \\\n * **Static**\n */\nexport type AllocationPolicy = string;\n\n/** Known values of {@link AccessRightsDescription} that the service accepts. */\nexport enum KnownAccessRightsDescription {\n /** ServiceConfig */\n ServiceConfig = \"ServiceConfig\",\n /** EnrollmentRead */\n EnrollmentRead = \"EnrollmentRead\",\n /** EnrollmentWrite */\n EnrollmentWrite = \"EnrollmentWrite\",\n /** DeviceConnect */\n DeviceConnect = \"DeviceConnect\",\n /** RegistrationStatusRead */\n RegistrationStatusRead = \"RegistrationStatusRead\",\n /** RegistrationStatusWrite */\n RegistrationStatusWrite = \"RegistrationStatusWrite\"\n}\n\n/**\n * Defines values for AccessRightsDescription. \\\n * {@link KnownAccessRightsDescription} can be used interchangeably with AccessRightsDescription,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ServiceConfig** \\\n * **EnrollmentRead** \\\n * **EnrollmentWrite** \\\n * **DeviceConnect** \\\n * **RegistrationStatusRead** \\\n * **RegistrationStatusWrite**\n */\nexport type AccessRightsDescription = string;\n\n/** Known values of {@link IotDpsSku} that the service accepts. */\nexport enum KnownIotDpsSku {\n /** S1 */\n S1 = \"S1\"\n}\n\n/**\n * Defines values for IotDpsSku. \\\n * {@link KnownIotDpsSku} can be used interchangeably with IotDpsSku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **S1**\n */\nexport type IotDpsSku = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\"\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link NameUnavailabilityReason} that the service accepts. */\nexport enum KnownNameUnavailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\"\n}\n\n/**\n * Defines values for NameUnavailabilityReason. \\\n * {@link KnownNameUnavailabilityReason} can be used interchangeably with NameUnavailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type NameUnavailabilityReason = string;\n/** Defines values for IpFilterActionType. */\nexport type IpFilterActionType = \"Accept\" | \"Reject\";\n/** Defines values for IpFilterTargetType. */\nexport type IpFilterTargetType = \"all\" | \"serviceApi\" | \"deviceApi\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface DpsCertificateGetOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the certificate. */\n ifMatch?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type DpsCertificateGetResponse = CertificateResponse;\n\n/** Optional parameters. */\nexport interface DpsCertificateCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the certificate. This is required to update an existing certificate, and ignored while creating a brand new certificate. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DpsCertificateCreateOrUpdateResponse = CertificateResponse;\n\n/** Optional parameters. */\nexport interface DpsCertificateDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** This is optional, and it is the Common Name of the certificate. */\n certificateName1?: string;\n /** Raw data within the certificate. */\n certificateRawBytes?: Uint8Array;\n /** Indicates if certificate has been verified by owner of the private key. */\n certificateIsVerified?: boolean;\n /** A description that mentions the purpose of the certificate. */\n certificatePurpose?: CertificatePurpose;\n /** Time the certificate is created. */\n certificateCreated?: Date;\n /** Time the certificate is last updated. */\n certificateLastUpdated?: Date;\n /** Indicates if the certificate contains a private key. */\n certificateHasPrivateKey?: boolean;\n /** Random number generated to indicate Proof of Possession. */\n certificateNonce?: string;\n}\n\n/** Optional parameters. */\nexport interface DpsCertificateListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DpsCertificateListResponse = CertificateListDescription;\n\n/** Optional parameters. */\nexport interface DpsCertificateGenerateVerificationCodeOptionalParams\n extends coreClient.OperationOptions {\n /** Common Name for the certificate. */\n certificateName1?: string;\n /** Raw data of certificate. */\n certificateRawBytes?: Uint8Array;\n /** Indicates if the certificate has been verified by owner of the private key. */\n certificateIsVerified?: boolean;\n /** Description mentioning the purpose of the certificate. */\n certificatePurpose?: CertificatePurpose;\n /** Certificate creation time. */\n certificateCreated?: Date;\n /** Certificate last updated time. */\n certificateLastUpdated?: Date;\n /** Indicates if the certificate contains private key. */\n certificateHasPrivateKey?: boolean;\n /** Random number generated to indicate Proof of Possession. */\n certificateNonce?: string;\n}\n\n/** Contains response data for the generateVerificationCode operation. */\nexport type DpsCertificateGenerateVerificationCodeResponse = VerificationCodeResponse;\n\n/** Optional parameters. */\nexport interface DpsCertificateVerifyCertificateOptionalParams\n extends coreClient.OperationOptions {\n /** Common Name for the certificate. */\n certificateName1?: string;\n /** Raw data of certificate. */\n certificateRawBytes?: Uint8Array;\n /** Indicates if the certificate has been verified by owner of the private key. */\n certificateIsVerified?: boolean;\n /** Describe the purpose of the certificate. */\n certificatePurpose?: CertificatePurpose;\n /** Certificate creation time. */\n certificateCreated?: Date;\n /** Certificate last updated time. */\n certificateLastUpdated?: Date;\n /** Indicates if the certificate contains private key. */\n certificateHasPrivateKey?: boolean;\n /** Random number generated to indicate Proof of Possession. */\n certificateNonce?: string;\n}\n\n/** Contains response data for the verifyCertificate operation. */\nexport type DpsCertificateVerifyCertificateResponse = CertificateResponse;\n\n/** Optional parameters. */\nexport interface IotDpsResourceGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type IotDpsResourceGetResponse = ProvisioningServiceDescription;\n\n/** Optional parameters. */\nexport interface IotDpsResourceCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type IotDpsResourceCreateOrUpdateResponse = ProvisioningServiceDescription;\n\n/** Optional parameters. */\nexport interface IotDpsResourceUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type IotDpsResourceUpdateResponse = ProvisioningServiceDescription;\n\n/** Optional parameters. */\nexport interface IotDpsResourceDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface IotDpsResourceListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type IotDpsResourceListBySubscriptionResponse = ProvisioningServiceDescriptionListResult;\n\n/** Optional parameters. */\nexport interface IotDpsResourceListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type IotDpsResourceListByResourceGroupResponse = ProvisioningServiceDescriptionListResult;\n\n/** Optional parameters. */\nexport interface IotDpsResourceGetOperationResultOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getOperationResult operation. */\nexport type IotDpsResourceGetOperationResultResponse = AsyncOperationResult;\n\n/** Optional parameters. */\nexport interface IotDpsResourceListValidSkusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listValidSkus operation. */\nexport type IotDpsResourceListValidSkusResponse = IotDpsSkuDefinitionListResult;\n\n/** Optional parameters. */\nexport interface IotDpsResourceCheckProvisioningServiceNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkProvisioningServiceNameAvailability operation. */\nexport type IotDpsResourceCheckProvisioningServiceNameAvailabilityResponse = NameAvailabilityInfo;\n\n/** Optional parameters. */\nexport interface IotDpsResourceListKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type IotDpsResourceListKeysResponse = SharedAccessSignatureAuthorizationRuleListResult;\n\n/** Optional parameters. */\nexport interface IotDpsResourceListKeysForKeyNameOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeysForKeyName operation. */\nexport type IotDpsResourceListKeysForKeyNameResponse = SharedAccessSignatureAuthorizationRuleAccessRightsDescription;\n\n/** Optional parameters. */\nexport interface IotDpsResourceListPrivateLinkResourcesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPrivateLinkResources operation. */\nexport type IotDpsResourceListPrivateLinkResourcesResponse = PrivateLinkResources;\n\n/** Optional parameters. */\nexport interface IotDpsResourceGetPrivateLinkResourcesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateLinkResources operation. */\nexport type IotDpsResourceGetPrivateLinkResourcesResponse = GroupIdInformation;\n\n/** Optional parameters. */\nexport interface IotDpsResourceListPrivateEndpointConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPrivateEndpointConnections operation. */\nexport type IotDpsResourceListPrivateEndpointConnectionsResponse = PrivateEndpointConnection[];\n\n/** Optional parameters. */\nexport interface IotDpsResourceGetPrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnection operation. */\nexport type IotDpsResourceGetPrivateEndpointConnectionResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface IotDpsResourceCreateOrUpdatePrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdatePrivateEndpointConnection operation. */\nexport type IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface IotDpsResourceDeletePrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the deletePrivateEndpointConnection operation. */\nexport type IotDpsResourceDeletePrivateEndpointConnectionResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface IotDpsResourceListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type IotDpsResourceListBySubscriptionNextResponse = ProvisioningServiceDescriptionListResult;\n\n/** Optional parameters. */\nexport interface IotDpsResourceListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type IotDpsResourceListByResourceGroupNextResponse = ProvisioningServiceDescriptionListResult;\n\n/** Optional parameters. */\nexport interface IotDpsResourceListValidSkusNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listValidSkusNext operation. */\nexport type IotDpsResourceListValidSkusNextResponse = IotDpsSkuDefinitionListResult;\n\n/** Optional parameters. */\nexport interface IotDpsResourceListKeysNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeysNext operation. */\nexport type IotDpsResourceListKeysNextResponse = SharedAccessSignatureAuthorizationRuleListResult;\n\n/** Optional parameters. */\nexport interface IotDpsClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|