@azure/arm-iotoperations 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +250 -0
- package/LICENSE +4 -4
- package/README.md +23 -14
- package/dist/browser/api/akriConnector/index.d.ts +3 -0
- package/dist/browser/api/akriConnector/index.d.ts.map +1 -0
- package/dist/browser/api/akriConnector/index.js +4 -0
- package/dist/browser/api/akriConnector/index.js.map +1 -0
- package/dist/browser/api/akriConnector/operations.d.ts +28 -0
- package/dist/browser/api/akriConnector/operations.d.ts.map +1 -0
- package/dist/browser/api/akriConnector/operations.js +140 -0
- package/dist/browser/api/akriConnector/operations.js.map +1 -0
- package/dist/browser/api/akriConnector/options.d.ts +18 -0
- package/dist/browser/api/akriConnector/options.d.ts.map +1 -0
- package/dist/browser/api/akriConnector/options.js.map +1 -0
- package/dist/browser/api/akriConnectorTemplate/index.d.ts +3 -0
- package/dist/browser/api/akriConnectorTemplate/index.d.ts.map +1 -0
- package/dist/browser/api/akriConnectorTemplate/index.js +4 -0
- package/dist/browser/api/akriConnectorTemplate/index.js.map +1 -0
- package/dist/browser/api/akriConnectorTemplate/operations.d.ts +28 -0
- package/dist/browser/api/akriConnectorTemplate/operations.d.ts.map +1 -0
- package/dist/browser/api/akriConnectorTemplate/operations.js +136 -0
- package/dist/browser/api/akriConnectorTemplate/operations.js.map +1 -0
- package/dist/browser/api/akriConnectorTemplate/options.d.ts +18 -0
- package/dist/browser/api/akriConnectorTemplate/options.d.ts.map +1 -0
- package/dist/browser/api/akriConnectorTemplate/options.js.map +1 -0
- package/dist/browser/api/akriService/index.d.ts +3 -0
- package/dist/browser/api/akriService/index.d.ts.map +1 -0
- package/dist/browser/api/akriService/index.js +4 -0
- package/dist/browser/api/akriService/index.js.map +1 -0
- package/dist/browser/api/akriService/operations.d.ts +28 -0
- package/dist/browser/api/akriService/operations.d.ts.map +1 -0
- package/dist/browser/api/akriService/operations.js +136 -0
- package/dist/browser/api/akriService/operations.js.map +1 -0
- package/dist/browser/api/akriService/options.d.ts +18 -0
- package/dist/browser/api/akriService/options.d.ts.map +1 -0
- package/dist/browser/api/akriService/options.js.map +1 -0
- package/dist/browser/api/broker/index.d.ts +2 -21
- package/dist/browser/api/broker/index.d.ts.map +1 -1
- package/dist/browser/api/broker/index.js +1 -79
- package/dist/browser/api/broker/index.js.map +1 -1
- package/dist/browser/api/broker/operations.d.ts +28 -0
- package/dist/browser/api/broker/operations.d.ts.map +1 -0
- package/dist/browser/api/broker/operations.js +136 -0
- package/dist/browser/api/broker/operations.js.map +1 -0
- package/dist/browser/api/broker/options.d.ts +18 -0
- package/dist/browser/api/broker/options.d.ts.map +1 -0
- package/dist/browser/api/broker/options.js +4 -0
- package/dist/browser/api/broker/options.js.map +1 -0
- package/dist/browser/api/brokerAuthentication/index.d.ts +2 -21
- package/dist/browser/api/brokerAuthentication/index.d.ts.map +1 -1
- package/dist/browser/api/brokerAuthentication/index.js +1 -87
- package/dist/browser/api/brokerAuthentication/index.js.map +1 -1
- package/dist/browser/api/brokerAuthentication/operations.d.ts +28 -0
- package/dist/browser/api/brokerAuthentication/operations.d.ts.map +1 -0
- package/dist/browser/api/brokerAuthentication/operations.js +140 -0
- package/dist/browser/api/brokerAuthentication/operations.js.map +1 -0
- package/dist/browser/api/brokerAuthentication/options.d.ts +18 -0
- package/dist/browser/api/brokerAuthentication/options.d.ts.map +1 -0
- package/dist/browser/api/brokerAuthentication/options.js +4 -0
- package/dist/browser/api/brokerAuthentication/options.js.map +1 -0
- package/dist/browser/api/brokerAuthorization/index.d.ts +2 -21
- package/dist/browser/api/brokerAuthorization/index.d.ts.map +1 -1
- package/dist/browser/api/brokerAuthorization/index.js +1 -87
- package/dist/browser/api/brokerAuthorization/index.js.map +1 -1
- package/dist/browser/api/brokerAuthorization/operations.d.ts +28 -0
- package/dist/browser/api/brokerAuthorization/operations.d.ts.map +1 -0
- package/dist/browser/api/brokerAuthorization/operations.js +140 -0
- package/dist/browser/api/brokerAuthorization/operations.js.map +1 -0
- package/dist/browser/api/brokerAuthorization/options.d.ts +18 -0
- package/dist/browser/api/brokerAuthorization/options.d.ts.map +1 -0
- package/dist/browser/api/brokerAuthorization/options.js +4 -0
- package/dist/browser/api/brokerAuthorization/options.js.map +1 -0
- package/dist/browser/api/brokerListener/index.d.ts +2 -21
- package/dist/browser/api/brokerListener/index.d.ts.map +1 -1
- package/dist/browser/api/brokerListener/index.js +1 -83
- package/dist/browser/api/brokerListener/index.js.map +1 -1
- package/dist/browser/api/brokerListener/operations.d.ts +28 -0
- package/dist/browser/api/brokerListener/operations.d.ts.map +1 -0
- package/dist/browser/api/brokerListener/operations.js +140 -0
- package/dist/browser/api/brokerListener/operations.js.map +1 -0
- package/dist/browser/api/brokerListener/options.d.ts +18 -0
- package/dist/browser/api/brokerListener/options.d.ts.map +1 -0
- package/dist/browser/api/brokerListener/options.js +4 -0
- package/dist/browser/api/brokerListener/options.js.map +1 -0
- package/dist/browser/api/dataflow/index.d.ts +2 -21
- package/dist/browser/api/dataflow/index.d.ts.map +1 -1
- package/dist/browser/api/dataflow/index.js +1 -79
- package/dist/browser/api/dataflow/index.js.map +1 -1
- package/dist/browser/api/dataflow/operations.d.ts +28 -0
- package/dist/browser/api/dataflow/operations.d.ts.map +1 -0
- package/dist/browser/api/dataflow/operations.js +140 -0
- package/dist/browser/api/dataflow/operations.js.map +1 -0
- package/dist/browser/api/dataflow/options.d.ts +18 -0
- package/dist/browser/api/dataflow/options.d.ts.map +1 -0
- package/dist/browser/api/dataflow/options.js +4 -0
- package/dist/browser/api/dataflow/options.js.map +1 -0
- package/dist/browser/api/dataflowEndpoint/index.d.ts +2 -21
- package/dist/browser/api/dataflowEndpoint/index.d.ts.map +1 -1
- package/dist/browser/api/dataflowEndpoint/index.js +1 -87
- package/dist/browser/api/dataflowEndpoint/index.js.map +1 -1
- package/dist/browser/api/dataflowEndpoint/operations.d.ts +28 -0
- package/dist/browser/api/dataflowEndpoint/operations.d.ts.map +1 -0
- package/dist/browser/api/dataflowEndpoint/operations.js +136 -0
- package/dist/browser/api/dataflowEndpoint/operations.js.map +1 -0
- package/dist/browser/api/dataflowEndpoint/options.d.ts +18 -0
- package/dist/browser/api/dataflowEndpoint/options.d.ts.map +1 -0
- package/dist/browser/api/dataflowEndpoint/options.js +4 -0
- package/dist/browser/api/dataflowEndpoint/options.js.map +1 -0
- package/dist/browser/api/dataflowGraph/index.d.ts +3 -0
- package/dist/browser/api/dataflowGraph/index.d.ts.map +1 -0
- package/dist/browser/api/dataflowGraph/index.js +4 -0
- package/dist/browser/api/dataflowGraph/index.js.map +1 -0
- package/dist/browser/api/dataflowGraph/operations.d.ts +28 -0
- package/dist/browser/api/dataflowGraph/operations.d.ts.map +1 -0
- package/dist/browser/api/dataflowGraph/operations.js +140 -0
- package/dist/browser/api/dataflowGraph/operations.js.map +1 -0
- package/dist/browser/api/dataflowGraph/options.d.ts +18 -0
- package/dist/browser/api/dataflowGraph/options.d.ts.map +1 -0
- package/dist/browser/api/dataflowGraph/options.js +4 -0
- package/dist/browser/api/dataflowGraph/options.js.map +1 -0
- package/dist/browser/api/dataflowProfile/index.d.ts +2 -21
- package/dist/browser/api/dataflowProfile/index.d.ts.map +1 -1
- package/dist/browser/api/dataflowProfile/index.js +1 -83
- package/dist/browser/api/dataflowProfile/index.js.map +1 -1
- package/dist/browser/api/dataflowProfile/operations.d.ts +28 -0
- package/dist/browser/api/dataflowProfile/operations.d.ts.map +1 -0
- package/dist/browser/api/dataflowProfile/operations.js +136 -0
- package/dist/browser/api/dataflowProfile/operations.js.map +1 -0
- package/dist/browser/api/dataflowProfile/options.d.ts +18 -0
- package/dist/browser/api/dataflowProfile/options.d.ts.map +1 -0
- package/dist/browser/api/dataflowProfile/options.js +4 -0
- package/dist/browser/api/dataflowProfile/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -11
- package/dist/browser/api/index.d.ts.map +1 -1
- package/dist/browser/api/index.js +1 -10
- package/dist/browser/api/index.js.map +1 -1
- package/dist/browser/api/instance/index.d.ts +2 -29
- package/dist/browser/api/instance/index.d.ts.map +1 -1
- package/dist/browser/api/instance/index.js +1 -112
- package/dist/browser/api/instance/index.js.map +1 -1
- package/dist/browser/api/instance/operations.d.ts +36 -0
- package/dist/browser/api/instance/operations.d.ts.map +1 -0
- package/dist/browser/api/instance/operations.js +187 -0
- package/dist/browser/api/instance/operations.js.map +1 -0
- package/dist/browser/api/instance/options.d.ts +24 -0
- package/dist/browser/api/instance/options.d.ts.map +1 -0
- package/dist/browser/api/instance/options.js +4 -0
- package/dist/browser/api/instance/options.js.map +1 -0
- package/dist/browser/api/ioTOperationsContext.d.ts +11 -3
- package/dist/browser/api/ioTOperationsContext.d.ts.map +1 -1
- package/dist/browser/api/ioTOperationsContext.js +13 -24
- package/dist/browser/api/ioTOperationsContext.js.map +1 -1
- package/dist/browser/api/operations/index.d.ts +2 -8
- package/dist/browser/api/operations/index.d.ts.map +1 -1
- package/dist/browser/api/operations/index.js +1 -19
- package/dist/browser/api/operations/index.js.map +1 -1
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.d.ts.map +1 -0
- package/dist/browser/api/operations/operations.js +31 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.d.ts.map +1 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/registryEndpoint/index.d.ts +3 -0
- package/dist/browser/api/registryEndpoint/index.d.ts.map +1 -0
- package/dist/browser/api/registryEndpoint/index.js +4 -0
- package/dist/browser/api/registryEndpoint/index.js.map +1 -0
- package/dist/browser/api/registryEndpoint/operations.d.ts +28 -0
- package/dist/browser/api/registryEndpoint/operations.d.ts.map +1 -0
- package/dist/browser/api/registryEndpoint/operations.js +136 -0
- package/dist/browser/api/registryEndpoint/operations.js.map +1 -0
- package/dist/browser/api/registryEndpoint/options.d.ts +18 -0
- package/dist/browser/api/registryEndpoint/options.d.ts.map +1 -0
- package/dist/browser/api/registryEndpoint/options.js +4 -0
- package/dist/browser/api/registryEndpoint/options.js.map +1 -0
- package/dist/browser/classic/akriConnector/index.d.ts +23 -0
- package/dist/browser/classic/akriConnector/index.d.ts.map +1 -0
- package/dist/browser/classic/akriConnector/index.js +17 -0
- package/dist/browser/classic/akriConnector/index.js.map +1 -0
- package/dist/browser/classic/akriConnectorTemplate/index.d.ts +23 -0
- package/dist/browser/classic/akriConnectorTemplate/index.d.ts.map +1 -0
- package/dist/browser/classic/akriConnectorTemplate/index.js +17 -0
- package/dist/browser/classic/akriConnectorTemplate/index.js.map +1 -0
- package/dist/browser/classic/akriService/index.d.ts +23 -0
- package/dist/browser/classic/akriService/index.d.ts.map +1 -0
- package/dist/browser/classic/akriService/index.js +17 -0
- package/dist/browser/classic/akriService/index.js.map +1 -0
- package/dist/browser/classic/broker/index.d.ts +17 -18
- package/dist/browser/classic/broker/index.d.ts.map +1 -1
- package/dist/browser/classic/broker/index.js +10 -8
- package/dist/browser/classic/broker/index.js.map +1 -1
- package/dist/browser/classic/brokerAuthentication/index.d.ts +17 -18
- package/dist/browser/classic/brokerAuthentication/index.d.ts.map +1 -1
- package/dist/browser/classic/brokerAuthentication/index.js +10 -8
- package/dist/browser/classic/brokerAuthentication/index.js.map +1 -1
- package/dist/browser/classic/brokerAuthorization/index.d.ts +17 -18
- package/dist/browser/classic/brokerAuthorization/index.d.ts.map +1 -1
- package/dist/browser/classic/brokerAuthorization/index.js +10 -8
- package/dist/browser/classic/brokerAuthorization/index.js.map +1 -1
- package/dist/browser/classic/brokerListener/index.d.ts +17 -18
- package/dist/browser/classic/brokerListener/index.d.ts.map +1 -1
- package/dist/browser/classic/brokerListener/index.js +10 -8
- package/dist/browser/classic/brokerListener/index.js.map +1 -1
- package/dist/browser/classic/dataflow/index.d.ts +17 -18
- package/dist/browser/classic/dataflow/index.d.ts.map +1 -1
- package/dist/browser/classic/dataflow/index.js +10 -8
- package/dist/browser/classic/dataflow/index.js.map +1 -1
- package/dist/browser/classic/dataflowEndpoint/index.d.ts +17 -18
- package/dist/browser/classic/dataflowEndpoint/index.d.ts.map +1 -1
- package/dist/browser/classic/dataflowEndpoint/index.js +10 -8
- package/dist/browser/classic/dataflowEndpoint/index.js.map +1 -1
- package/dist/browser/classic/dataflowGraph/index.d.ts +23 -0
- package/dist/browser/classic/dataflowGraph/index.d.ts.map +1 -0
- package/dist/browser/classic/dataflowGraph/index.js +17 -0
- package/dist/browser/classic/dataflowGraph/index.js.map +1 -0
- package/dist/browser/classic/dataflowProfile/index.d.ts +17 -18
- package/dist/browser/classic/dataflowProfile/index.d.ts.map +1 -1
- package/dist/browser/classic/dataflowProfile/index.js +10 -8
- package/dist/browser/classic/dataflowProfile/index.js.map +1 -1
- package/dist/browser/classic/index.d.ts +14 -9
- package/dist/browser/classic/index.d.ts.map +1 -1
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/instance/index.d.ts +21 -24
- package/dist/browser/classic/instance/index.d.ts.map +1 -1
- package/dist/browser/classic/instance/index.js +12 -10
- package/dist/browser/classic/instance/index.js.map +1 -1
- package/dist/browser/classic/operations/index.d.ts +5 -8
- package/dist/browser/classic/operations/index.d.ts.map +1 -1
- package/dist/browser/classic/operations/index.js +7 -5
- package/dist/browser/classic/operations/index.js.map +1 -1
- package/dist/browser/classic/registryEndpoint/index.d.ts +23 -0
- package/dist/browser/classic/registryEndpoint/index.d.ts.map +1 -0
- package/dist/browser/classic/registryEndpoint/index.js +17 -0
- package/dist/browser/classic/registryEndpoint/index.js.map +1 -0
- package/dist/browser/index.d.ts +26 -6
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +3 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/ioTOperationsClient.d.ts +45 -30
- package/dist/browser/ioTOperationsClient.d.ts.map +1 -1
- package/dist/browser/ioTOperationsClient.js +65 -22
- package/dist/browser/ioTOperationsClient.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -1
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +3023 -1456
- package/dist/browser/models/models.d.ts.map +1 -1
- package/dist/browser/models/models.js +3865 -1651
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.d.ts +4 -4
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -1
- package/dist/browser/restorePollerHelpers.js +78 -71
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts.map +1 -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 +3 -1
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js +59 -53
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.d.ts +7 -3
- package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js +33 -14
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/akriConnector/index.d.ts +3 -0
- package/dist/commonjs/api/akriConnector/index.d.ts.map +1 -0
- package/dist/commonjs/api/akriConnector/index.js +34 -0
- package/dist/commonjs/api/akriConnector/index.js.map +7 -0
- package/dist/commonjs/api/akriConnector/operations.d.ts +28 -0
- package/dist/commonjs/api/akriConnector/operations.d.ts.map +1 -0
- package/dist/commonjs/api/akriConnector/operations.js +227 -0
- package/dist/commonjs/api/akriConnector/operations.js.map +7 -0
- package/dist/commonjs/api/akriConnector/options.d.ts +18 -0
- package/dist/commonjs/api/akriConnector/options.d.ts.map +1 -0
- package/dist/commonjs/api/akriConnector/options.js +16 -0
- package/dist/commonjs/api/akriConnector/options.js.map +7 -0
- package/dist/commonjs/api/akriConnectorTemplate/index.d.ts +3 -0
- package/dist/commonjs/api/akriConnectorTemplate/index.d.ts.map +1 -0
- package/dist/commonjs/api/akriConnectorTemplate/index.js +34 -0
- package/dist/commonjs/api/akriConnectorTemplate/index.js.map +7 -0
- package/dist/commonjs/api/akriConnectorTemplate/operations.d.ts +28 -0
- package/dist/commonjs/api/akriConnectorTemplate/operations.d.ts.map +1 -0
- package/dist/commonjs/api/akriConnectorTemplate/operations.js +208 -0
- package/dist/commonjs/api/akriConnectorTemplate/operations.js.map +7 -0
- package/dist/commonjs/api/akriConnectorTemplate/options.d.ts +18 -0
- package/dist/commonjs/api/akriConnectorTemplate/options.d.ts.map +1 -0
- package/dist/commonjs/api/akriConnectorTemplate/options.js +16 -0
- package/dist/commonjs/api/akriConnectorTemplate/options.js.map +7 -0
- package/dist/commonjs/api/akriService/index.d.ts +3 -0
- package/dist/commonjs/api/akriService/index.d.ts.map +1 -0
- package/dist/commonjs/api/akriService/index.js +34 -0
- package/dist/commonjs/api/akriService/index.js.map +7 -0
- package/dist/commonjs/api/akriService/operations.d.ts +28 -0
- package/dist/commonjs/api/akriService/operations.d.ts.map +1 -0
- package/dist/commonjs/api/akriService/operations.js +202 -0
- package/dist/commonjs/api/akriService/operations.js.map +7 -0
- package/dist/commonjs/api/akriService/options.d.ts +18 -0
- package/dist/commonjs/api/akriService/options.d.ts.map +1 -0
- package/dist/commonjs/api/akriService/options.js +16 -0
- package/dist/commonjs/api/akriService/options.js.map +7 -0
- package/dist/commonjs/api/broker/index.d.ts +2 -21
- package/dist/commonjs/api/broker/index.d.ts.map +1 -1
- package/dist/commonjs/api/broker/index.js +34 -96
- package/dist/commonjs/api/broker/index.js.map +7 -1
- package/dist/commonjs/api/broker/operations.d.ts +28 -0
- package/dist/commonjs/api/broker/operations.d.ts.map +1 -0
- package/dist/commonjs/api/broker/operations.js +195 -0
- package/dist/commonjs/api/broker/operations.js.map +7 -0
- package/dist/commonjs/api/broker/options.d.ts +18 -0
- package/dist/commonjs/api/broker/options.d.ts.map +1 -0
- package/dist/commonjs/api/broker/options.js +16 -0
- package/dist/commonjs/api/broker/options.js.map +7 -0
- package/dist/commonjs/api/brokerAuthentication/index.d.ts +2 -21
- package/dist/commonjs/api/brokerAuthentication/index.d.ts.map +1 -1
- package/dist/commonjs/api/brokerAuthentication/index.js +34 -104
- package/dist/commonjs/api/brokerAuthentication/index.js.map +7 -1
- package/dist/commonjs/api/brokerAuthentication/operations.d.ts +28 -0
- package/dist/commonjs/api/brokerAuthentication/operations.d.ts.map +1 -0
- package/dist/commonjs/api/brokerAuthentication/operations.js +221 -0
- package/dist/commonjs/api/brokerAuthentication/operations.js.map +7 -0
- package/dist/commonjs/api/brokerAuthentication/options.d.ts +18 -0
- package/dist/commonjs/api/brokerAuthentication/options.d.ts.map +1 -0
- package/dist/commonjs/api/brokerAuthentication/options.js +16 -0
- package/dist/commonjs/api/brokerAuthentication/options.js.map +7 -0
- package/dist/commonjs/api/brokerAuthorization/index.d.ts +2 -21
- package/dist/commonjs/api/brokerAuthorization/index.d.ts.map +1 -1
- package/dist/commonjs/api/brokerAuthorization/index.js +34 -104
- package/dist/commonjs/api/brokerAuthorization/index.js.map +7 -1
- package/dist/commonjs/api/brokerAuthorization/operations.d.ts +28 -0
- package/dist/commonjs/api/brokerAuthorization/operations.d.ts.map +1 -0
- package/dist/commonjs/api/brokerAuthorization/operations.js +221 -0
- package/dist/commonjs/api/brokerAuthorization/operations.js.map +7 -0
- package/dist/commonjs/api/brokerAuthorization/options.d.ts +18 -0
- package/dist/commonjs/api/brokerAuthorization/options.d.ts.map +1 -0
- package/dist/commonjs/api/brokerAuthorization/options.js +16 -0
- package/dist/commonjs/api/brokerAuthorization/options.js.map +7 -0
- package/dist/commonjs/api/brokerListener/index.d.ts +2 -21
- package/dist/commonjs/api/brokerListener/index.d.ts.map +1 -1
- package/dist/commonjs/api/brokerListener/index.js +34 -100
- package/dist/commonjs/api/brokerListener/index.js.map +7 -1
- package/dist/commonjs/api/brokerListener/operations.d.ts +28 -0
- package/dist/commonjs/api/brokerListener/operations.d.ts.map +1 -0
- package/dist/commonjs/api/brokerListener/operations.js +214 -0
- package/dist/commonjs/api/brokerListener/operations.js.map +7 -0
- package/dist/commonjs/api/brokerListener/options.d.ts +18 -0
- package/dist/commonjs/api/brokerListener/options.d.ts.map +1 -0
- package/dist/commonjs/api/brokerListener/options.js +16 -0
- package/dist/commonjs/api/brokerListener/options.js.map +7 -0
- package/dist/commonjs/api/dataflow/index.d.ts +2 -21
- package/dist/commonjs/api/dataflow/index.d.ts.map +1 -1
- package/dist/commonjs/api/dataflow/index.js +34 -96
- package/dist/commonjs/api/dataflow/index.js.map +7 -1
- package/dist/commonjs/api/dataflow/operations.d.ts +28 -0
- package/dist/commonjs/api/dataflow/operations.d.ts.map +1 -0
- package/dist/commonjs/api/dataflow/operations.js +227 -0
- package/dist/commonjs/api/dataflow/operations.js.map +7 -0
- package/dist/commonjs/api/dataflow/options.d.ts +18 -0
- package/dist/commonjs/api/dataflow/options.d.ts.map +1 -0
- package/dist/commonjs/api/dataflow/options.js +16 -0
- package/dist/commonjs/api/dataflow/options.js.map +7 -0
- package/dist/commonjs/api/dataflowEndpoint/index.d.ts +2 -21
- package/dist/commonjs/api/dataflowEndpoint/index.d.ts.map +1 -1
- package/dist/commonjs/api/dataflowEndpoint/index.js +34 -104
- package/dist/commonjs/api/dataflowEndpoint/index.js.map +7 -1
- package/dist/commonjs/api/dataflowEndpoint/operations.d.ts +28 -0
- package/dist/commonjs/api/dataflowEndpoint/operations.d.ts.map +1 -0
- package/dist/commonjs/api/dataflowEndpoint/operations.js +208 -0
- package/dist/commonjs/api/dataflowEndpoint/operations.js.map +7 -0
- package/dist/commonjs/api/dataflowEndpoint/options.d.ts +18 -0
- package/dist/commonjs/api/dataflowEndpoint/options.d.ts.map +1 -0
- package/dist/commonjs/api/dataflowEndpoint/options.js +16 -0
- package/dist/commonjs/api/dataflowEndpoint/options.js.map +7 -0
- package/dist/commonjs/api/dataflowGraph/index.d.ts +3 -0
- package/dist/commonjs/api/dataflowGraph/index.d.ts.map +1 -0
- package/dist/commonjs/api/dataflowGraph/index.js +34 -0
- package/dist/commonjs/api/dataflowGraph/index.js.map +7 -0
- package/dist/commonjs/api/dataflowGraph/operations.d.ts +28 -0
- package/dist/commonjs/api/dataflowGraph/operations.d.ts.map +1 -0
- package/dist/commonjs/api/dataflowGraph/operations.js +227 -0
- package/dist/commonjs/api/dataflowGraph/operations.js.map +7 -0
- package/dist/commonjs/api/dataflowGraph/options.d.ts +18 -0
- package/dist/commonjs/api/dataflowGraph/options.d.ts.map +1 -0
- package/dist/commonjs/api/dataflowGraph/options.js +16 -0
- package/dist/commonjs/api/dataflowGraph/options.js.map +7 -0
- package/dist/commonjs/api/dataflowProfile/index.d.ts +2 -21
- package/dist/commonjs/api/dataflowProfile/index.d.ts.map +1 -1
- package/dist/commonjs/api/dataflowProfile/index.js +34 -100
- package/dist/commonjs/api/dataflowProfile/index.js.map +7 -1
- package/dist/commonjs/api/dataflowProfile/operations.d.ts +28 -0
- package/dist/commonjs/api/dataflowProfile/operations.d.ts.map +1 -0
- package/dist/commonjs/api/dataflowProfile/operations.js +208 -0
- package/dist/commonjs/api/dataflowProfile/operations.js.map +7 -0
- package/dist/commonjs/api/dataflowProfile/options.d.ts +18 -0
- package/dist/commonjs/api/dataflowProfile/options.d.ts.map +1 -0
- package/dist/commonjs/api/dataflowProfile/options.js +16 -0
- package/dist/commonjs/api/dataflowProfile/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +2 -11
- package/dist/commonjs/api/index.d.ts.map +1 -1
- package/dist/commonjs/api/index.js +28 -52
- package/dist/commonjs/api/index.js.map +7 -1
- package/dist/commonjs/api/instance/index.d.ts +2 -29
- package/dist/commonjs/api/instance/index.d.ts.map +1 -1
- package/dist/commonjs/api/instance/index.js +38 -135
- package/dist/commonjs/api/instance/index.js.map +7 -1
- package/dist/commonjs/api/instance/operations.d.ts +36 -0
- package/dist/commonjs/api/instance/operations.d.ts.map +1 -0
- package/dist/commonjs/api/instance/operations.js +270 -0
- package/dist/commonjs/api/instance/operations.js.map +7 -0
- package/dist/commonjs/api/instance/options.d.ts +24 -0
- package/dist/commonjs/api/instance/options.d.ts.map +1 -0
- package/dist/commonjs/api/instance/options.js +16 -0
- package/dist/commonjs/api/instance/options.js.map +7 -0
- package/dist/commonjs/api/ioTOperationsContext.d.ts +11 -3
- package/dist/commonjs/api/ioTOperationsContext.d.ts.map +1 -1
- package/dist/commonjs/api/ioTOperationsContext.js +44 -37
- package/dist/commonjs/api/ioTOperationsContext.js.map +7 -1
- package/dist/commonjs/api/operations/index.d.ts +2 -8
- package/dist/commonjs/api/operations/index.d.ts.map +1 -1
- package/dist/commonjs/api/operations/index.js +28 -27
- package/dist/commonjs/api/operations/index.js.map +7 -1
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/operations/operations.js +68 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.d.ts.map +1 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/registryEndpoint/index.d.ts +3 -0
- package/dist/commonjs/api/registryEndpoint/index.d.ts.map +1 -0
- package/dist/commonjs/api/registryEndpoint/index.js +34 -0
- package/dist/commonjs/api/registryEndpoint/index.js.map +7 -0
- package/dist/commonjs/api/registryEndpoint/operations.d.ts +28 -0
- package/dist/commonjs/api/registryEndpoint/operations.d.ts.map +1 -0
- package/dist/commonjs/api/registryEndpoint/operations.js +208 -0
- package/dist/commonjs/api/registryEndpoint/operations.js.map +7 -0
- package/dist/commonjs/api/registryEndpoint/options.d.ts +18 -0
- package/dist/commonjs/api/registryEndpoint/options.d.ts.map +1 -0
- package/dist/commonjs/api/registryEndpoint/options.js +16 -0
- package/dist/commonjs/api/registryEndpoint/options.js.map +7 -0
- package/dist/commonjs/classic/akriConnector/index.d.ts +23 -0
- package/dist/commonjs/classic/akriConnector/index.d.ts.map +1 -0
- package/dist/commonjs/classic/akriConnector/index.js +63 -0
- package/dist/commonjs/classic/akriConnector/index.js.map +7 -0
- package/dist/commonjs/classic/akriConnectorTemplate/index.d.ts +23 -0
- package/dist/commonjs/classic/akriConnectorTemplate/index.d.ts.map +1 -0
- package/dist/commonjs/classic/akriConnectorTemplate/index.js +48 -0
- package/dist/commonjs/classic/akriConnectorTemplate/index.js.map +7 -0
- package/dist/commonjs/classic/akriService/index.d.ts +23 -0
- package/dist/commonjs/classic/akriService/index.d.ts.map +1 -0
- package/dist/commonjs/classic/akriService/index.js +41 -0
- package/dist/commonjs/classic/akriService/index.js.map +7 -0
- package/dist/commonjs/classic/broker/index.d.ts +17 -18
- package/dist/commonjs/classic/broker/index.d.ts.map +1 -1
- package/dist/commonjs/classic/broker/index.js +39 -17
- package/dist/commonjs/classic/broker/index.js.map +7 -1
- package/dist/commonjs/classic/brokerAuthentication/index.d.ts +17 -18
- package/dist/commonjs/classic/brokerAuthentication/index.d.ts.map +1 -1
- package/dist/commonjs/classic/brokerAuthentication/index.js +47 -17
- package/dist/commonjs/classic/brokerAuthentication/index.js.map +7 -1
- package/dist/commonjs/classic/brokerAuthorization/index.d.ts +17 -18
- package/dist/commonjs/classic/brokerAuthorization/index.d.ts.map +1 -1
- package/dist/commonjs/classic/brokerAuthorization/index.js +47 -17
- package/dist/commonjs/classic/brokerAuthorization/index.js.map +7 -1
- package/dist/commonjs/classic/brokerListener/index.d.ts +17 -18
- package/dist/commonjs/classic/brokerListener/index.d.ts.map +1 -1
- package/dist/commonjs/classic/brokerListener/index.js +47 -17
- package/dist/commonjs/classic/brokerListener/index.js.map +7 -1
- package/dist/commonjs/classic/dataflow/index.d.ts +17 -18
- package/dist/commonjs/classic/dataflow/index.d.ts.map +1 -1
- package/dist/commonjs/classic/dataflow/index.js +47 -17
- package/dist/commonjs/classic/dataflow/index.js.map +7 -1
- package/dist/commonjs/classic/dataflowEndpoint/index.d.ts +17 -18
- package/dist/commonjs/classic/dataflowEndpoint/index.d.ts.map +1 -1
- package/dist/commonjs/classic/dataflowEndpoint/index.js +46 -17
- package/dist/commonjs/classic/dataflowEndpoint/index.js.map +7 -1
- package/dist/commonjs/classic/dataflowGraph/index.d.ts +23 -0
- package/dist/commonjs/classic/dataflowGraph/index.d.ts.map +1 -0
- package/dist/commonjs/classic/dataflowGraph/index.js +63 -0
- package/dist/commonjs/classic/dataflowGraph/index.js.map +7 -0
- package/dist/commonjs/classic/dataflowProfile/index.d.ts +17 -18
- package/dist/commonjs/classic/dataflowProfile/index.d.ts.map +1 -1
- package/dist/commonjs/classic/dataflowProfile/index.js +46 -17
- package/dist/commonjs/classic/dataflowProfile/index.js.map +7 -1
- package/dist/commonjs/classic/index.d.ts +14 -9
- package/dist/commonjs/classic/index.d.ts.map +1 -1
- package/dist/commonjs/classic/index.js +16 -5
- package/dist/commonjs/classic/index.js.map +7 -1
- package/dist/commonjs/classic/instance/index.d.ts +21 -24
- package/dist/commonjs/classic/instance/index.d.ts.map +1 -1
- package/dist/commonjs/classic/instance/index.js +41 -19
- package/dist/commonjs/classic/instance/index.js.map +7 -1
- package/dist/commonjs/classic/operations/index.d.ts +5 -8
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -1
- package/dist/commonjs/classic/operations/index.js +36 -14
- package/dist/commonjs/classic/operations/index.js.map +7 -1
- package/dist/commonjs/classic/registryEndpoint/index.d.ts +23 -0
- package/dist/commonjs/classic/registryEndpoint/index.d.ts.map +1 -0
- package/dist/commonjs/classic/registryEndpoint/index.js +48 -0
- package/dist/commonjs/classic/registryEndpoint/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +26 -6
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +155 -50
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/ioTOperationsClient.d.ts +45 -30
- package/dist/commonjs/ioTOperationsClient.d.ts.map +1 -1
- package/dist/commonjs/ioTOperationsClient.js +97 -36
- package/dist/commonjs/ioTOperationsClient.js.map +7 -1
- package/dist/commonjs/logger.js +29 -8
- package/dist/commonjs/logger.js.map +7 -1
- package/dist/commonjs/models/index.d.ts +2 -1
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +146 -46
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +3023 -1456
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +4834 -2340
- package/dist/commonjs/models/models.js.map +7 -1
- package/dist/commonjs/restorePollerHelpers.d.ts +4 -4
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -1
- package/dist/commonjs/restorePollerHelpers.js +169 -152
- package/dist/commonjs/restorePollerHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +3 -1
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js +131 -128
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +7 -3
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js +95 -73
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/api/akriConnector/index.d.ts +3 -0
- package/dist/esm/api/akriConnector/index.d.ts.map +1 -0
- package/dist/esm/api/akriConnector/index.js +4 -0
- package/dist/esm/api/akriConnector/index.js.map +1 -0
- package/dist/esm/api/akriConnector/operations.d.ts +28 -0
- package/dist/esm/api/akriConnector/operations.d.ts.map +1 -0
- package/dist/esm/api/akriConnector/operations.js +140 -0
- package/dist/esm/api/akriConnector/operations.js.map +1 -0
- package/dist/esm/api/akriConnector/options.d.ts +18 -0
- package/dist/esm/api/akriConnector/options.d.ts.map +1 -0
- package/dist/esm/api/akriConnector/options.js +4 -0
- package/dist/esm/api/akriConnector/options.js.map +1 -0
- package/dist/esm/api/akriConnectorTemplate/index.d.ts +3 -0
- package/dist/esm/api/akriConnectorTemplate/index.d.ts.map +1 -0
- package/dist/esm/api/akriConnectorTemplate/index.js +4 -0
- package/dist/esm/api/akriConnectorTemplate/index.js.map +1 -0
- package/dist/esm/api/akriConnectorTemplate/operations.d.ts +28 -0
- package/dist/esm/api/akriConnectorTemplate/operations.d.ts.map +1 -0
- package/dist/esm/api/akriConnectorTemplate/operations.js +136 -0
- package/dist/esm/api/akriConnectorTemplate/operations.js.map +1 -0
- package/dist/esm/api/akriConnectorTemplate/options.d.ts +18 -0
- package/dist/esm/api/akriConnectorTemplate/options.d.ts.map +1 -0
- package/dist/esm/api/akriConnectorTemplate/options.js +4 -0
- package/dist/esm/api/akriConnectorTemplate/options.js.map +1 -0
- package/dist/esm/api/akriService/index.d.ts +3 -0
- package/dist/esm/api/akriService/index.d.ts.map +1 -0
- package/dist/esm/api/akriService/index.js +4 -0
- package/dist/esm/api/akriService/index.js.map +1 -0
- package/dist/esm/api/akriService/operations.d.ts +28 -0
- package/dist/esm/api/akriService/operations.d.ts.map +1 -0
- package/dist/esm/api/akriService/operations.js +136 -0
- package/dist/esm/api/akriService/operations.js.map +1 -0
- package/dist/esm/api/akriService/options.d.ts +18 -0
- package/dist/esm/api/akriService/options.d.ts.map +1 -0
- package/dist/esm/api/akriService/options.js +4 -0
- package/dist/esm/api/akriService/options.js.map +1 -0
- package/dist/esm/api/broker/index.d.ts +2 -21
- package/dist/esm/api/broker/index.d.ts.map +1 -1
- package/dist/esm/api/broker/index.js +1 -79
- package/dist/esm/api/broker/index.js.map +1 -1
- package/dist/esm/api/broker/operations.d.ts +28 -0
- package/dist/esm/api/broker/operations.d.ts.map +1 -0
- package/dist/esm/api/broker/operations.js +136 -0
- package/dist/esm/api/broker/operations.js.map +1 -0
- package/dist/esm/api/broker/options.d.ts +18 -0
- package/dist/esm/api/broker/options.d.ts.map +1 -0
- package/dist/esm/api/broker/options.js +4 -0
- package/dist/esm/api/broker/options.js.map +1 -0
- package/dist/esm/api/brokerAuthentication/index.d.ts +2 -21
- package/dist/esm/api/brokerAuthentication/index.d.ts.map +1 -1
- package/dist/esm/api/brokerAuthentication/index.js +1 -87
- package/dist/esm/api/brokerAuthentication/index.js.map +1 -1
- package/dist/esm/api/brokerAuthentication/operations.d.ts +28 -0
- package/dist/esm/api/brokerAuthentication/operations.d.ts.map +1 -0
- package/dist/esm/api/brokerAuthentication/operations.js +140 -0
- package/dist/esm/api/brokerAuthentication/operations.js.map +1 -0
- package/dist/esm/api/brokerAuthentication/options.d.ts +18 -0
- package/dist/esm/api/brokerAuthentication/options.d.ts.map +1 -0
- package/dist/esm/api/brokerAuthentication/options.js +4 -0
- package/dist/esm/api/brokerAuthentication/options.js.map +1 -0
- package/dist/esm/api/brokerAuthorization/index.d.ts +2 -21
- package/dist/esm/api/brokerAuthorization/index.d.ts.map +1 -1
- package/dist/esm/api/brokerAuthorization/index.js +1 -87
- package/dist/esm/api/brokerAuthorization/index.js.map +1 -1
- package/dist/esm/api/brokerAuthorization/operations.d.ts +28 -0
- package/dist/esm/api/brokerAuthorization/operations.d.ts.map +1 -0
- package/dist/esm/api/brokerAuthorization/operations.js +140 -0
- package/dist/esm/api/brokerAuthorization/operations.js.map +1 -0
- package/dist/esm/api/brokerAuthorization/options.d.ts +18 -0
- package/dist/esm/api/brokerAuthorization/options.d.ts.map +1 -0
- package/dist/esm/api/brokerAuthorization/options.js +4 -0
- package/dist/esm/api/brokerAuthorization/options.js.map +1 -0
- package/dist/esm/api/brokerListener/index.d.ts +2 -21
- package/dist/esm/api/brokerListener/index.d.ts.map +1 -1
- package/dist/esm/api/brokerListener/index.js +1 -83
- package/dist/esm/api/brokerListener/index.js.map +1 -1
- package/dist/esm/api/brokerListener/operations.d.ts +28 -0
- package/dist/esm/api/brokerListener/operations.d.ts.map +1 -0
- package/dist/esm/api/brokerListener/operations.js +140 -0
- package/dist/esm/api/brokerListener/operations.js.map +1 -0
- package/dist/esm/api/brokerListener/options.d.ts +18 -0
- package/dist/esm/api/brokerListener/options.d.ts.map +1 -0
- package/dist/esm/api/brokerListener/options.js +4 -0
- package/dist/esm/api/brokerListener/options.js.map +1 -0
- package/dist/esm/api/dataflow/index.d.ts +2 -21
- package/dist/esm/api/dataflow/index.d.ts.map +1 -1
- package/dist/esm/api/dataflow/index.js +1 -79
- package/dist/esm/api/dataflow/index.js.map +1 -1
- package/dist/esm/api/dataflow/operations.d.ts +28 -0
- package/dist/esm/api/dataflow/operations.d.ts.map +1 -0
- package/dist/esm/api/dataflow/operations.js +140 -0
- package/dist/esm/api/dataflow/operations.js.map +1 -0
- package/dist/esm/api/dataflow/options.d.ts +18 -0
- package/dist/esm/api/dataflow/options.d.ts.map +1 -0
- package/dist/esm/api/dataflow/options.js +4 -0
- package/dist/esm/api/dataflow/options.js.map +1 -0
- package/dist/esm/api/dataflowEndpoint/index.d.ts +2 -21
- package/dist/esm/api/dataflowEndpoint/index.d.ts.map +1 -1
- package/dist/esm/api/dataflowEndpoint/index.js +1 -87
- package/dist/esm/api/dataflowEndpoint/index.js.map +1 -1
- package/dist/esm/api/dataflowEndpoint/operations.d.ts +28 -0
- package/dist/esm/api/dataflowEndpoint/operations.d.ts.map +1 -0
- package/dist/esm/api/dataflowEndpoint/operations.js +136 -0
- package/dist/esm/api/dataflowEndpoint/operations.js.map +1 -0
- package/dist/esm/api/dataflowEndpoint/options.d.ts +18 -0
- package/dist/esm/api/dataflowEndpoint/options.d.ts.map +1 -0
- package/dist/esm/api/dataflowEndpoint/options.js +4 -0
- package/dist/esm/api/dataflowEndpoint/options.js.map +1 -0
- package/dist/esm/api/dataflowGraph/index.d.ts +3 -0
- package/dist/esm/api/dataflowGraph/index.d.ts.map +1 -0
- package/dist/esm/api/dataflowGraph/index.js +4 -0
- package/dist/esm/api/dataflowGraph/index.js.map +1 -0
- package/dist/esm/api/dataflowGraph/operations.d.ts +28 -0
- package/dist/esm/api/dataflowGraph/operations.d.ts.map +1 -0
- package/dist/esm/api/dataflowGraph/operations.js +140 -0
- package/dist/esm/api/dataflowGraph/operations.js.map +1 -0
- package/dist/esm/api/dataflowGraph/options.d.ts +18 -0
- package/dist/esm/api/dataflowGraph/options.d.ts.map +1 -0
- package/dist/esm/api/dataflowGraph/options.js +4 -0
- package/dist/esm/api/dataflowGraph/options.js.map +1 -0
- package/dist/esm/api/dataflowProfile/index.d.ts +2 -21
- package/dist/esm/api/dataflowProfile/index.d.ts.map +1 -1
- package/dist/esm/api/dataflowProfile/index.js +1 -83
- package/dist/esm/api/dataflowProfile/index.js.map +1 -1
- package/dist/esm/api/dataflowProfile/operations.d.ts +28 -0
- package/dist/esm/api/dataflowProfile/operations.d.ts.map +1 -0
- package/dist/esm/api/dataflowProfile/operations.js +136 -0
- package/dist/esm/api/dataflowProfile/operations.js.map +1 -0
- package/dist/esm/api/dataflowProfile/options.d.ts +18 -0
- package/dist/esm/api/dataflowProfile/options.d.ts.map +1 -0
- package/dist/esm/api/dataflowProfile/options.js +4 -0
- package/dist/esm/api/dataflowProfile/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -11
- package/dist/esm/api/index.d.ts.map +1 -1
- package/dist/esm/api/index.js +1 -10
- package/dist/esm/api/index.js.map +1 -1
- package/dist/esm/api/instance/index.d.ts +2 -29
- package/dist/esm/api/instance/index.d.ts.map +1 -1
- package/dist/esm/api/instance/index.js +1 -112
- package/dist/esm/api/instance/index.js.map +1 -1
- package/dist/esm/api/instance/operations.d.ts +36 -0
- package/dist/esm/api/instance/operations.d.ts.map +1 -0
- package/dist/esm/api/instance/operations.js +187 -0
- package/dist/esm/api/instance/operations.js.map +1 -0
- package/dist/esm/api/instance/options.d.ts +24 -0
- package/dist/esm/api/instance/options.d.ts.map +1 -0
- package/dist/esm/api/instance/options.js +4 -0
- package/dist/esm/api/instance/options.js.map +1 -0
- package/dist/esm/api/ioTOperationsContext.d.ts +11 -3
- package/dist/esm/api/ioTOperationsContext.d.ts.map +1 -1
- package/dist/esm/api/ioTOperationsContext.js +13 -24
- package/dist/esm/api/ioTOperationsContext.js.map +1 -1
- package/dist/esm/api/operations/index.d.ts +2 -8
- package/dist/esm/api/operations/index.d.ts.map +1 -1
- package/dist/esm/api/operations/index.js +1 -19
- package/dist/esm/api/operations/index.js.map +1 -1
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.d.ts.map +1 -0
- package/dist/esm/api/operations/operations.js +31 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.d.ts.map +1 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/registryEndpoint/index.d.ts +3 -0
- package/dist/esm/api/registryEndpoint/index.d.ts.map +1 -0
- package/dist/esm/api/registryEndpoint/index.js +4 -0
- package/dist/esm/api/registryEndpoint/index.js.map +1 -0
- package/dist/esm/api/registryEndpoint/operations.d.ts +28 -0
- package/dist/esm/api/registryEndpoint/operations.d.ts.map +1 -0
- package/dist/esm/api/registryEndpoint/operations.js +136 -0
- package/dist/esm/api/registryEndpoint/operations.js.map +1 -0
- package/dist/esm/api/registryEndpoint/options.d.ts +18 -0
- package/dist/esm/api/registryEndpoint/options.d.ts.map +1 -0
- package/dist/esm/api/registryEndpoint/options.js +4 -0
- package/dist/esm/api/registryEndpoint/options.js.map +1 -0
- package/dist/esm/classic/akriConnector/index.d.ts +23 -0
- package/dist/esm/classic/akriConnector/index.d.ts.map +1 -0
- package/dist/esm/classic/akriConnector/index.js +17 -0
- package/dist/esm/classic/akriConnector/index.js.map +1 -0
- package/dist/esm/classic/akriConnectorTemplate/index.d.ts +23 -0
- package/dist/esm/classic/akriConnectorTemplate/index.d.ts.map +1 -0
- package/dist/esm/classic/akriConnectorTemplate/index.js +17 -0
- package/dist/esm/classic/akriConnectorTemplate/index.js.map +1 -0
- package/dist/esm/classic/akriService/index.d.ts +23 -0
- package/dist/esm/classic/akriService/index.d.ts.map +1 -0
- package/dist/esm/classic/akriService/index.js +17 -0
- package/dist/esm/classic/akriService/index.js.map +1 -0
- package/dist/esm/classic/broker/index.d.ts +17 -18
- package/dist/esm/classic/broker/index.d.ts.map +1 -1
- package/dist/esm/classic/broker/index.js +10 -8
- package/dist/esm/classic/broker/index.js.map +1 -1
- package/dist/esm/classic/brokerAuthentication/index.d.ts +17 -18
- package/dist/esm/classic/brokerAuthentication/index.d.ts.map +1 -1
- package/dist/esm/classic/brokerAuthentication/index.js +10 -8
- package/dist/esm/classic/brokerAuthentication/index.js.map +1 -1
- package/dist/esm/classic/brokerAuthorization/index.d.ts +17 -18
- package/dist/esm/classic/brokerAuthorization/index.d.ts.map +1 -1
- package/dist/esm/classic/brokerAuthorization/index.js +10 -8
- package/dist/esm/classic/brokerAuthorization/index.js.map +1 -1
- package/dist/esm/classic/brokerListener/index.d.ts +17 -18
- package/dist/esm/classic/brokerListener/index.d.ts.map +1 -1
- package/dist/esm/classic/brokerListener/index.js +10 -8
- package/dist/esm/classic/brokerListener/index.js.map +1 -1
- package/dist/esm/classic/dataflow/index.d.ts +17 -18
- package/dist/esm/classic/dataflow/index.d.ts.map +1 -1
- package/dist/esm/classic/dataflow/index.js +10 -8
- package/dist/esm/classic/dataflow/index.js.map +1 -1
- package/dist/esm/classic/dataflowEndpoint/index.d.ts +17 -18
- package/dist/esm/classic/dataflowEndpoint/index.d.ts.map +1 -1
- package/dist/esm/classic/dataflowEndpoint/index.js +10 -8
- package/dist/esm/classic/dataflowEndpoint/index.js.map +1 -1
- package/dist/esm/classic/dataflowGraph/index.d.ts +23 -0
- package/dist/esm/classic/dataflowGraph/index.d.ts.map +1 -0
- package/dist/esm/classic/dataflowGraph/index.js +17 -0
- package/dist/esm/classic/dataflowGraph/index.js.map +1 -0
- package/dist/esm/classic/dataflowProfile/index.d.ts +17 -18
- package/dist/esm/classic/dataflowProfile/index.d.ts.map +1 -1
- package/dist/esm/classic/dataflowProfile/index.js +10 -8
- package/dist/esm/classic/dataflowProfile/index.js.map +1 -1
- package/dist/esm/classic/index.d.ts +14 -9
- package/dist/esm/classic/index.d.ts.map +1 -1
- package/dist/esm/classic/index.js.map +1 -1
- package/dist/esm/classic/instance/index.d.ts +21 -24
- package/dist/esm/classic/instance/index.d.ts.map +1 -1
- package/dist/esm/classic/instance/index.js +12 -10
- package/dist/esm/classic/instance/index.js.map +1 -1
- package/dist/esm/classic/operations/index.d.ts +5 -8
- package/dist/esm/classic/operations/index.d.ts.map +1 -1
- package/dist/esm/classic/operations/index.js +7 -5
- package/dist/esm/classic/operations/index.js.map +1 -1
- package/dist/esm/classic/registryEndpoint/index.d.ts +23 -0
- package/dist/esm/classic/registryEndpoint/index.d.ts.map +1 -0
- package/dist/esm/classic/registryEndpoint/index.js +17 -0
- package/dist/esm/classic/registryEndpoint/index.js.map +1 -0
- package/dist/esm/index.d.ts +26 -6
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/ioTOperationsClient.d.ts +45 -30
- package/dist/esm/ioTOperationsClient.d.ts.map +1 -1
- package/dist/esm/ioTOperationsClient.js +65 -22
- package/dist/esm/ioTOperationsClient.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -1
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +3023 -1456
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js +3865 -1651
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.d.ts +4 -4
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -1
- package/dist/esm/restorePollerHelpers.js +78 -71
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts.map +1 -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 +3 -1
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -1
- package/dist/esm/static-helpers/pagingHelpers.js +59 -53
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.d.ts +7 -3
- package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js +33 -14
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/akriConnector/index.d.ts +3 -0
- package/dist/react-native/api/akriConnector/index.d.ts.map +1 -0
- package/dist/react-native/api/akriConnector/index.js +4 -0
- package/dist/react-native/api/akriConnector/index.js.map +1 -0
- package/dist/react-native/api/akriConnector/operations.d.ts +28 -0
- package/dist/react-native/api/akriConnector/operations.d.ts.map +1 -0
- package/dist/react-native/api/akriConnector/operations.js +140 -0
- package/dist/react-native/api/akriConnector/operations.js.map +1 -0
- package/dist/react-native/api/akriConnector/options.d.ts +18 -0
- package/dist/react-native/api/akriConnector/options.d.ts.map +1 -0
- package/dist/react-native/api/akriConnector/options.js +4 -0
- package/dist/react-native/api/akriConnector/options.js.map +1 -0
- package/dist/react-native/api/akriConnectorTemplate/index.d.ts +3 -0
- package/dist/react-native/api/akriConnectorTemplate/index.d.ts.map +1 -0
- package/dist/react-native/api/akriConnectorTemplate/index.js +4 -0
- package/dist/react-native/api/akriConnectorTemplate/index.js.map +1 -0
- package/dist/react-native/api/akriConnectorTemplate/operations.d.ts +28 -0
- package/dist/react-native/api/akriConnectorTemplate/operations.d.ts.map +1 -0
- package/dist/react-native/api/akriConnectorTemplate/operations.js +136 -0
- package/dist/react-native/api/akriConnectorTemplate/operations.js.map +1 -0
- package/dist/react-native/api/akriConnectorTemplate/options.d.ts +18 -0
- package/dist/react-native/api/akriConnectorTemplate/options.d.ts.map +1 -0
- package/dist/react-native/api/akriConnectorTemplate/options.js +4 -0
- package/dist/react-native/api/akriConnectorTemplate/options.js.map +1 -0
- package/dist/react-native/api/akriService/index.d.ts +3 -0
- package/dist/react-native/api/akriService/index.d.ts.map +1 -0
- package/dist/react-native/api/akriService/index.js +4 -0
- package/dist/react-native/api/akriService/index.js.map +1 -0
- package/dist/react-native/api/akriService/operations.d.ts +28 -0
- package/dist/react-native/api/akriService/operations.d.ts.map +1 -0
- package/dist/react-native/api/akriService/operations.js +136 -0
- package/dist/react-native/api/akriService/operations.js.map +1 -0
- package/dist/react-native/api/akriService/options.d.ts +18 -0
- package/dist/react-native/api/akriService/options.d.ts.map +1 -0
- package/dist/react-native/api/akriService/options.js +4 -0
- package/dist/react-native/api/akriService/options.js.map +1 -0
- package/dist/react-native/api/broker/index.d.ts +2 -21
- package/dist/react-native/api/broker/index.d.ts.map +1 -1
- package/dist/react-native/api/broker/index.js +1 -79
- package/dist/react-native/api/broker/index.js.map +1 -1
- package/dist/react-native/api/broker/operations.d.ts +28 -0
- package/dist/react-native/api/broker/operations.d.ts.map +1 -0
- package/dist/react-native/api/broker/operations.js +136 -0
- package/dist/react-native/api/broker/operations.js.map +1 -0
- package/dist/react-native/api/broker/options.d.ts +18 -0
- package/dist/react-native/api/broker/options.d.ts.map +1 -0
- package/dist/react-native/api/broker/options.js +4 -0
- package/dist/react-native/api/broker/options.js.map +1 -0
- package/dist/react-native/api/brokerAuthentication/index.d.ts +2 -21
- package/dist/react-native/api/brokerAuthentication/index.d.ts.map +1 -1
- package/dist/react-native/api/brokerAuthentication/index.js +1 -87
- package/dist/react-native/api/brokerAuthentication/index.js.map +1 -1
- package/dist/react-native/api/brokerAuthentication/operations.d.ts +28 -0
- package/dist/react-native/api/brokerAuthentication/operations.d.ts.map +1 -0
- package/dist/react-native/api/brokerAuthentication/operations.js +140 -0
- package/dist/react-native/api/brokerAuthentication/operations.js.map +1 -0
- package/dist/react-native/api/brokerAuthentication/options.d.ts +18 -0
- package/dist/react-native/api/brokerAuthentication/options.d.ts.map +1 -0
- package/dist/react-native/api/brokerAuthentication/options.js +4 -0
- package/dist/react-native/api/brokerAuthentication/options.js.map +1 -0
- package/dist/react-native/api/brokerAuthorization/index.d.ts +2 -21
- package/dist/react-native/api/brokerAuthorization/index.d.ts.map +1 -1
- package/dist/react-native/api/brokerAuthorization/index.js +1 -87
- package/dist/react-native/api/brokerAuthorization/index.js.map +1 -1
- package/dist/react-native/api/brokerAuthorization/operations.d.ts +28 -0
- package/dist/react-native/api/brokerAuthorization/operations.d.ts.map +1 -0
- package/dist/react-native/api/brokerAuthorization/operations.js +140 -0
- package/dist/react-native/api/brokerAuthorization/operations.js.map +1 -0
- package/dist/react-native/api/brokerAuthorization/options.d.ts +18 -0
- package/dist/react-native/api/brokerAuthorization/options.d.ts.map +1 -0
- package/dist/react-native/api/brokerAuthorization/options.js +4 -0
- package/dist/react-native/api/brokerAuthorization/options.js.map +1 -0
- package/dist/react-native/api/brokerListener/index.d.ts +2 -21
- package/dist/react-native/api/brokerListener/index.d.ts.map +1 -1
- package/dist/react-native/api/brokerListener/index.js +1 -83
- package/dist/react-native/api/brokerListener/index.js.map +1 -1
- package/dist/react-native/api/brokerListener/operations.d.ts +28 -0
- package/dist/react-native/api/brokerListener/operations.d.ts.map +1 -0
- package/dist/react-native/api/brokerListener/operations.js +140 -0
- package/dist/react-native/api/brokerListener/operations.js.map +1 -0
- package/dist/react-native/api/brokerListener/options.d.ts +18 -0
- package/dist/react-native/api/brokerListener/options.d.ts.map +1 -0
- package/dist/react-native/api/brokerListener/options.js +4 -0
- package/dist/react-native/api/brokerListener/options.js.map +1 -0
- package/dist/react-native/api/dataflow/index.d.ts +2 -21
- package/dist/react-native/api/dataflow/index.d.ts.map +1 -1
- package/dist/react-native/api/dataflow/index.js +1 -79
- package/dist/react-native/api/dataflow/index.js.map +1 -1
- package/dist/react-native/api/dataflow/operations.d.ts +28 -0
- package/dist/react-native/api/dataflow/operations.d.ts.map +1 -0
- package/dist/react-native/api/dataflow/operations.js +140 -0
- package/dist/react-native/api/dataflow/operations.js.map +1 -0
- package/dist/react-native/api/dataflow/options.d.ts +18 -0
- package/dist/react-native/api/dataflow/options.d.ts.map +1 -0
- package/dist/react-native/api/dataflow/options.js +4 -0
- package/dist/react-native/api/dataflow/options.js.map +1 -0
- package/dist/react-native/api/dataflowEndpoint/index.d.ts +2 -21
- package/dist/react-native/api/dataflowEndpoint/index.d.ts.map +1 -1
- package/dist/react-native/api/dataflowEndpoint/index.js +1 -87
- package/dist/react-native/api/dataflowEndpoint/index.js.map +1 -1
- package/dist/react-native/api/dataflowEndpoint/operations.d.ts +28 -0
- package/dist/react-native/api/dataflowEndpoint/operations.d.ts.map +1 -0
- package/dist/react-native/api/dataflowEndpoint/operations.js +136 -0
- package/dist/react-native/api/dataflowEndpoint/operations.js.map +1 -0
- package/dist/react-native/api/dataflowEndpoint/options.d.ts +18 -0
- package/dist/react-native/api/dataflowEndpoint/options.d.ts.map +1 -0
- package/dist/react-native/api/dataflowEndpoint/options.js +4 -0
- package/dist/react-native/api/dataflowEndpoint/options.js.map +1 -0
- package/dist/react-native/api/dataflowGraph/index.d.ts +3 -0
- package/dist/react-native/api/dataflowGraph/index.d.ts.map +1 -0
- package/dist/react-native/api/dataflowGraph/index.js +4 -0
- package/dist/react-native/api/dataflowGraph/index.js.map +1 -0
- package/dist/react-native/api/dataflowGraph/operations.d.ts +28 -0
- package/dist/react-native/api/dataflowGraph/operations.d.ts.map +1 -0
- package/dist/react-native/api/dataflowGraph/operations.js +140 -0
- package/dist/react-native/api/dataflowGraph/operations.js.map +1 -0
- package/dist/react-native/api/dataflowGraph/options.d.ts +18 -0
- package/dist/react-native/api/dataflowGraph/options.d.ts.map +1 -0
- package/dist/react-native/api/dataflowGraph/options.js +4 -0
- package/dist/react-native/api/dataflowGraph/options.js.map +1 -0
- package/dist/react-native/api/dataflowProfile/index.d.ts +2 -21
- package/dist/react-native/api/dataflowProfile/index.d.ts.map +1 -1
- package/dist/react-native/api/dataflowProfile/index.js +1 -83
- package/dist/react-native/api/dataflowProfile/index.js.map +1 -1
- package/dist/react-native/api/dataflowProfile/operations.d.ts +28 -0
- package/dist/react-native/api/dataflowProfile/operations.d.ts.map +1 -0
- package/dist/react-native/api/dataflowProfile/operations.js +136 -0
- package/dist/react-native/api/dataflowProfile/operations.js.map +1 -0
- package/dist/react-native/api/dataflowProfile/options.d.ts +18 -0
- package/dist/react-native/api/dataflowProfile/options.d.ts.map +1 -0
- package/dist/react-native/api/dataflowProfile/options.js +4 -0
- package/dist/react-native/api/dataflowProfile/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -11
- package/dist/react-native/api/index.d.ts.map +1 -1
- package/dist/react-native/api/index.js +1 -10
- package/dist/react-native/api/index.js.map +1 -1
- package/dist/react-native/api/instance/index.d.ts +2 -29
- package/dist/react-native/api/instance/index.d.ts.map +1 -1
- package/dist/react-native/api/instance/index.js +1 -112
- package/dist/react-native/api/instance/index.js.map +1 -1
- package/dist/react-native/api/instance/operations.d.ts +36 -0
- package/dist/react-native/api/instance/operations.d.ts.map +1 -0
- package/dist/react-native/api/instance/operations.js +187 -0
- package/dist/react-native/api/instance/operations.js.map +1 -0
- package/dist/react-native/api/instance/options.d.ts +24 -0
- package/dist/react-native/api/instance/options.d.ts.map +1 -0
- package/dist/react-native/api/instance/options.js +4 -0
- package/dist/react-native/api/instance/options.js.map +1 -0
- package/dist/react-native/api/ioTOperationsContext.d.ts +11 -3
- package/dist/react-native/api/ioTOperationsContext.d.ts.map +1 -1
- package/dist/react-native/api/ioTOperationsContext.js +13 -24
- package/dist/react-native/api/ioTOperationsContext.js.map +1 -1
- package/dist/react-native/api/operations/index.d.ts +2 -8
- package/dist/react-native/api/operations/index.d.ts.map +1 -1
- package/dist/react-native/api/operations/index.js +1 -19
- package/dist/react-native/api/operations/index.js.map +1 -1
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.d.ts.map +1 -0
- package/dist/react-native/api/operations/operations.js +31 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.d.ts.map +1 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/registryEndpoint/index.d.ts +3 -0
- package/dist/react-native/api/registryEndpoint/index.d.ts.map +1 -0
- package/dist/react-native/api/registryEndpoint/index.js +4 -0
- package/dist/react-native/api/registryEndpoint/index.js.map +1 -0
- package/dist/react-native/api/registryEndpoint/operations.d.ts +28 -0
- package/dist/react-native/api/registryEndpoint/operations.d.ts.map +1 -0
- package/dist/react-native/api/registryEndpoint/operations.js +136 -0
- package/dist/react-native/api/registryEndpoint/operations.js.map +1 -0
- package/dist/react-native/api/registryEndpoint/options.d.ts +18 -0
- package/dist/react-native/api/registryEndpoint/options.d.ts.map +1 -0
- package/dist/react-native/api/registryEndpoint/options.js +4 -0
- package/dist/react-native/api/registryEndpoint/options.js.map +1 -0
- package/dist/react-native/classic/akriConnector/index.d.ts +23 -0
- package/dist/react-native/classic/akriConnector/index.d.ts.map +1 -0
- package/dist/react-native/classic/akriConnector/index.js +17 -0
- package/dist/react-native/classic/akriConnector/index.js.map +1 -0
- package/dist/react-native/classic/akriConnectorTemplate/index.d.ts +23 -0
- package/dist/react-native/classic/akriConnectorTemplate/index.d.ts.map +1 -0
- package/dist/react-native/classic/akriConnectorTemplate/index.js +17 -0
- package/dist/react-native/classic/akriConnectorTemplate/index.js.map +1 -0
- package/dist/react-native/classic/akriService/index.d.ts +23 -0
- package/dist/react-native/classic/akriService/index.d.ts.map +1 -0
- package/dist/react-native/classic/akriService/index.js +17 -0
- package/dist/react-native/classic/akriService/index.js.map +1 -0
- package/dist/react-native/classic/broker/index.d.ts +17 -18
- package/dist/react-native/classic/broker/index.d.ts.map +1 -1
- package/dist/react-native/classic/broker/index.js +10 -8
- package/dist/react-native/classic/broker/index.js.map +1 -1
- package/dist/react-native/classic/brokerAuthentication/index.d.ts +17 -18
- package/dist/react-native/classic/brokerAuthentication/index.d.ts.map +1 -1
- package/dist/react-native/classic/brokerAuthentication/index.js +10 -8
- package/dist/react-native/classic/brokerAuthentication/index.js.map +1 -1
- package/dist/react-native/classic/brokerAuthorization/index.d.ts +17 -18
- package/dist/react-native/classic/brokerAuthorization/index.d.ts.map +1 -1
- package/dist/react-native/classic/brokerAuthorization/index.js +10 -8
- package/dist/react-native/classic/brokerAuthorization/index.js.map +1 -1
- package/dist/react-native/classic/brokerListener/index.d.ts +17 -18
- package/dist/react-native/classic/brokerListener/index.d.ts.map +1 -1
- package/dist/react-native/classic/brokerListener/index.js +10 -8
- package/dist/react-native/classic/brokerListener/index.js.map +1 -1
- package/dist/react-native/classic/dataflow/index.d.ts +17 -18
- package/dist/react-native/classic/dataflow/index.d.ts.map +1 -1
- package/dist/react-native/classic/dataflow/index.js +10 -8
- package/dist/react-native/classic/dataflow/index.js.map +1 -1
- package/dist/react-native/classic/dataflowEndpoint/index.d.ts +17 -18
- package/dist/react-native/classic/dataflowEndpoint/index.d.ts.map +1 -1
- package/dist/react-native/classic/dataflowEndpoint/index.js +10 -8
- package/dist/react-native/classic/dataflowEndpoint/index.js.map +1 -1
- package/dist/react-native/classic/dataflowGraph/index.d.ts +23 -0
- package/dist/react-native/classic/dataflowGraph/index.d.ts.map +1 -0
- package/dist/react-native/classic/dataflowGraph/index.js +17 -0
- package/dist/react-native/classic/dataflowGraph/index.js.map +1 -0
- package/dist/react-native/classic/dataflowProfile/index.d.ts +17 -18
- package/dist/react-native/classic/dataflowProfile/index.d.ts.map +1 -1
- package/dist/react-native/classic/dataflowProfile/index.js +10 -8
- package/dist/react-native/classic/dataflowProfile/index.js.map +1 -1
- package/dist/react-native/classic/index.d.ts +14 -9
- package/dist/react-native/classic/index.d.ts.map +1 -1
- package/dist/react-native/classic/index.js.map +1 -1
- package/dist/react-native/classic/instance/index.d.ts +21 -24
- package/dist/react-native/classic/instance/index.d.ts.map +1 -1
- package/dist/react-native/classic/instance/index.js +12 -10
- package/dist/react-native/classic/instance/index.js.map +1 -1
- package/dist/react-native/classic/operations/index.d.ts +5 -8
- package/dist/react-native/classic/operations/index.d.ts.map +1 -1
- package/dist/react-native/classic/operations/index.js +7 -5
- package/dist/react-native/classic/operations/index.js.map +1 -1
- package/dist/react-native/classic/registryEndpoint/index.d.ts +23 -0
- package/dist/react-native/classic/registryEndpoint/index.d.ts.map +1 -0
- package/dist/react-native/classic/registryEndpoint/index.js +17 -0
- package/dist/react-native/classic/registryEndpoint/index.js.map +1 -0
- package/dist/react-native/index.d.ts +26 -6
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +3 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/ioTOperationsClient.d.ts +45 -30
- package/dist/react-native/ioTOperationsClient.d.ts.map +1 -1
- package/dist/react-native/ioTOperationsClient.js +65 -22
- package/dist/react-native/ioTOperationsClient.js.map +1 -1
- package/dist/react-native/models/index.d.ts +2 -1
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +3023 -1456
- package/dist/react-native/models/models.d.ts.map +1 -1
- package/dist/react-native/models/models.js +3865 -1651
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.d.ts +4 -4
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -1
- package/dist/react-native/restorePollerHelpers.js +78 -71
- package/dist/react-native/restorePollerHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts.map +1 -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 +3 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -1
- package/dist/react-native/static-helpers/pagingHelpers.js +59 -53
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +7 -3
- package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -1
- package/dist/react-native/static-helpers/pollingHelpers.js +33 -14
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +322 -68
- package/review/arm-iotoperations-api-akriConnector-node.api.md +44 -0
- package/review/arm-iotoperations-api-akriConnectorTemplate-node.api.md +44 -0
- package/review/arm-iotoperations-api-akriService-node.api.md +44 -0
- package/review/arm-iotoperations-api-broker-node.api.md +44 -0
- package/review/arm-iotoperations-api-brokerAuthentication-node.api.md +44 -0
- package/review/arm-iotoperations-api-brokerAuthorization-node.api.md +44 -0
- package/review/arm-iotoperations-api-brokerListener-node.api.md +44 -0
- package/review/arm-iotoperations-api-dataflow-node.api.md +44 -0
- package/review/arm-iotoperations-api-dataflowEndpoint-node.api.md +44 -0
- package/review/arm-iotoperations-api-dataflowGraph-node.api.md +44 -0
- package/review/arm-iotoperations-api-dataflowProfile-node.api.md +44 -0
- package/review/arm-iotoperations-api-instance-node.api.md +58 -0
- package/review/arm-iotoperations-api-node.api.md +28 -0
- package/review/arm-iotoperations-api-operations-node.api.md +19 -0
- package/review/arm-iotoperations-api-registryEndpoint-node.api.md +44 -0
- package/review/arm-iotoperations-models-node.api.md +1998 -0
- package/review/{arm-iotoperations.api.md → arm-iotoperations-node.api.md} +1130 -65
- package/dist/browser/api/options.d.ts +0 -139
- package/dist/browser/api/options.d.ts.map +0 -1
- package/dist/browser/api/options.js.map +0 -1
- package/dist/browser/helpers/serializerHelpers.d.ts +0 -3
- package/dist/browser/helpers/serializerHelpers.d.ts.map +0 -1
- package/dist/browser/helpers/serializerHelpers.js +0 -24
- package/dist/browser/helpers/serializerHelpers.js.map +0 -1
- package/dist/commonjs/api/options.d.ts +0 -139
- package/dist/commonjs/api/options.d.ts.map +0 -1
- package/dist/commonjs/api/options.js +0 -5
- package/dist/commonjs/api/options.js.map +0 -1
- package/dist/commonjs/helpers/serializerHelpers.d.ts +0 -3
- package/dist/commonjs/helpers/serializerHelpers.d.ts.map +0 -1
- package/dist/commonjs/helpers/serializerHelpers.js +0 -27
- package/dist/commonjs/helpers/serializerHelpers.js.map +0 -1
- package/dist/esm/api/options.d.ts +0 -139
- package/dist/esm/api/options.d.ts.map +0 -1
- package/dist/esm/api/options.js.map +0 -1
- package/dist/esm/helpers/serializerHelpers.d.ts +0 -3
- package/dist/esm/helpers/serializerHelpers.d.ts.map +0 -1
- package/dist/esm/helpers/serializerHelpers.js +0 -24
- package/dist/esm/helpers/serializerHelpers.js.map +0 -1
- package/dist/react-native/api/options.d.ts +0 -139
- package/dist/react-native/api/options.d.ts.map +0 -1
- package/dist/react-native/api/options.js.map +0 -1
- package/dist/react-native/helpers/serializerHelpers.d.ts +0 -3
- package/dist/react-native/helpers/serializerHelpers.d.ts.map +0 -1
- package/dist/react-native/helpers/serializerHelpers.js +0 -24
- package/dist/react-native/helpers/serializerHelpers.js.map +0 -1
- package/review/arm-iotoperations-models.api.md +0 -1079
- /package/dist/browser/api/{options.js → akriConnector/options.js} +0 -0
- /package/dist/{esm/api → browser/api/akriConnectorTemplate}/options.js +0 -0
- /package/dist/{react-native/api → browser/api/akriService}/options.js +0 -0
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { AbortSignalLike } from '@azure/abort-controller';
|
|
8
|
-
import { ClientOptions } from '@azure-rest/core-client';
|
|
9
|
-
import { OperationOptions } from '@azure-rest/core-client';
|
|
10
|
-
import { OperationState } from '@azure/core-lro';
|
|
11
|
-
import { PathUncheckedResponse } from '@azure-rest/core-client';
|
|
12
|
-
import { Pipeline } from '@azure/core-rest-pipeline';
|
|
13
|
-
import { PollerLike } from '@azure/core-lro';
|
|
14
|
-
import { TokenCredential } from '@azure/core-auth';
|
|
7
|
+
import type { AbortSignalLike } from '@azure/abort-controller';
|
|
8
|
+
import type { ClientOptions } from '@azure-rest/core-client';
|
|
9
|
+
import type { OperationOptions } from '@azure-rest/core-client';
|
|
10
|
+
import type { OperationState } from '@azure/core-lro';
|
|
11
|
+
import type { PathUncheckedResponse } from '@azure-rest/core-client';
|
|
12
|
+
import type { Pipeline } from '@azure/core-rest-pipeline';
|
|
13
|
+
import type { PollerLike } from '@azure/core-lro';
|
|
14
|
+
import type { TokenCredential } from '@azure/core-auth';
|
|
15
15
|
|
|
16
16
|
// @public
|
|
17
17
|
export type ActionType = string;
|
|
@@ -23,6 +23,354 @@ export interface AdvancedSettings {
|
|
|
23
23
|
internalCerts?: CertManagerCertOptions;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
+
// @public
|
|
27
|
+
export interface AkriConnectorAllocatedDevice {
|
|
28
|
+
readonly deviceInboundEndpointName: string;
|
|
29
|
+
readonly deviceName: string;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// @public
|
|
33
|
+
export interface AkriConnectorCreateOrUpdateOptionalParams extends OperationOptions {
|
|
34
|
+
updateIntervalInMs?: number;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// @public
|
|
38
|
+
export interface AkriConnectorDeleteOptionalParams extends OperationOptions {
|
|
39
|
+
updateIntervalInMs?: number;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// @public
|
|
43
|
+
export interface AkriConnectorGetOptionalParams extends OperationOptions {
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// @public
|
|
47
|
+
export interface AkriConnectorListByTemplateOptionalParams extends OperationOptions {
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
// @public
|
|
51
|
+
export interface AkriConnectorOperations {
|
|
52
|
+
createOrUpdate: (resourceGroupName: string, instanceName: string, akriConnectorTemplateName: string, connectorName: string, resource: AkriConnectorResource, options?: AkriConnectorCreateOrUpdateOptionalParams) => PollerLike<OperationState<AkriConnectorResource>, AkriConnectorResource>;
|
|
53
|
+
delete: (resourceGroupName: string, instanceName: string, akriConnectorTemplateName: string, connectorName: string, options?: AkriConnectorDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
54
|
+
get: (resourceGroupName: string, instanceName: string, akriConnectorTemplateName: string, connectorName: string, options?: AkriConnectorGetOptionalParams) => Promise<AkriConnectorResource>;
|
|
55
|
+
listByTemplate: (resourceGroupName: string, instanceName: string, akriConnectorTemplateName: string, options?: AkriConnectorListByTemplateOptionalParams) => PagedAsyncIterableIterator<AkriConnectorResource>;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
// @public
|
|
59
|
+
export interface AkriConnectorProperties {
|
|
60
|
+
readonly allocatedDevices?: AkriConnectorAllocatedDevice[];
|
|
61
|
+
readonly healthState?: ResourceHealthState;
|
|
62
|
+
readonly provisioningState?: ProvisioningState;
|
|
63
|
+
readonly status?: AkriConnectorStatus;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// @public
|
|
67
|
+
export interface AkriConnectorResource extends ProxyResource {
|
|
68
|
+
extendedLocation?: ExtendedLocation;
|
|
69
|
+
properties?: AkriConnectorProperties;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// @public
|
|
73
|
+
export interface AkriConnectorsContainerRegistry extends AkriConnectorsRegistrySettings {
|
|
74
|
+
containerRegistrySettings: AkriConnectorsContainerRegistrySettings;
|
|
75
|
+
registrySettingsType: "ContainerRegistry";
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// @public
|
|
79
|
+
export interface AkriConnectorsContainerRegistrySettings {
|
|
80
|
+
imagePullSecrets?: AkriConnectorsImagePullSecret[];
|
|
81
|
+
registry: string;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
// @public
|
|
85
|
+
export interface AkriConnectorsDiagnosticsLogs {
|
|
86
|
+
level?: string;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
// @public
|
|
90
|
+
export interface AkriConnectorsDigest extends AkriConnectorsTagDigestSettings {
|
|
91
|
+
digest: string;
|
|
92
|
+
tagDigestType: "Digest";
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export type AkriConnectorsImagePullPolicy = string;
|
|
97
|
+
|
|
98
|
+
// @public
|
|
99
|
+
export interface AkriConnectorsImagePullSecret {
|
|
100
|
+
secretRef: string;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// @public
|
|
104
|
+
export interface AkriConnectorsMqttAuthentication {
|
|
105
|
+
method: AkriConnectorsMqttAuthenticationMethod;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
// @public
|
|
109
|
+
export type AkriConnectorsMqttAuthenticationMethod = string;
|
|
110
|
+
|
|
111
|
+
// @public
|
|
112
|
+
export type AkriConnectorsMqttAuthenticationUnion = AkriConnectorsServiceAccountAuthentication | AkriConnectorsMqttAuthentication;
|
|
113
|
+
|
|
114
|
+
// @public
|
|
115
|
+
export interface AkriConnectorsMqttConnectionConfiguration {
|
|
116
|
+
authentication?: AkriConnectorsMqttAuthenticationUnion;
|
|
117
|
+
host?: string;
|
|
118
|
+
keepAliveSeconds?: number;
|
|
119
|
+
maxInflightMessages?: number;
|
|
120
|
+
protocol?: AkriConnectorsMqttProtocolType;
|
|
121
|
+
sessionExpirySeconds?: number;
|
|
122
|
+
tls?: TlsProperties;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// @public
|
|
126
|
+
export type AkriConnectorsMqttProtocolType = string;
|
|
127
|
+
|
|
128
|
+
// @public
|
|
129
|
+
export interface AkriConnectorsRegistryEndpointRef extends AkriConnectorsRegistrySettings {
|
|
130
|
+
registryEndpointRef: string;
|
|
131
|
+
registrySettingsType: "RegistryEndpointRef";
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
// @public
|
|
135
|
+
export interface AkriConnectorsRegistrySettings {
|
|
136
|
+
// (undocumented)
|
|
137
|
+
registrySettingsType: AkriConnectorsRegistrySettingsType;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// @public
|
|
141
|
+
export type AkriConnectorsRegistrySettingsType = string;
|
|
142
|
+
|
|
143
|
+
// @public
|
|
144
|
+
export type AkriConnectorsRegistrySettingsUnion = AkriConnectorsRegistryEndpointRef | AkriConnectorsContainerRegistry | AkriConnectorsRegistrySettings;
|
|
145
|
+
|
|
146
|
+
// @public
|
|
147
|
+
export interface AkriConnectorsSecret {
|
|
148
|
+
secretAlias: string;
|
|
149
|
+
secretKey: string;
|
|
150
|
+
secretRef: string;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
// @public
|
|
154
|
+
export interface AkriConnectorsServiceAccountAuthentication extends AkriConnectorsMqttAuthentication {
|
|
155
|
+
method: "ServiceAccountToken";
|
|
156
|
+
serviceAccountTokenSettings: AkriConnectorsServiceAccountTokenSettings;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// @public
|
|
160
|
+
export interface AkriConnectorsServiceAccountTokenSettings {
|
|
161
|
+
audience: string;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
// @public
|
|
165
|
+
export interface AkriConnectorsTag extends AkriConnectorsTagDigestSettings {
|
|
166
|
+
tag: string;
|
|
167
|
+
tagDigestType: "Tag";
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
// @public
|
|
171
|
+
export interface AkriConnectorsTagDigestSettings {
|
|
172
|
+
tagDigestType: AkriConnectorsTagDigestType;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
// @public
|
|
176
|
+
export type AkriConnectorsTagDigestSettingsUnion = AkriConnectorsTag | AkriConnectorsDigest | AkriConnectorsTagDigestSettings;
|
|
177
|
+
|
|
178
|
+
// @public
|
|
179
|
+
export type AkriConnectorsTagDigestType = string;
|
|
180
|
+
|
|
181
|
+
// @public
|
|
182
|
+
export interface AkriConnectorStatus {
|
|
183
|
+
readonly healthState?: ResourceHealthStatus;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
// @public
|
|
187
|
+
export interface AkriConnectorTemplateAioMetadata {
|
|
188
|
+
aioMaxVersion?: string;
|
|
189
|
+
aioMinVersion?: string;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
// @public
|
|
193
|
+
export interface AkriConnectorTemplateAllocation {
|
|
194
|
+
policy: AkriConnectorTemplateAllocationPolicy;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
// @public
|
|
198
|
+
export type AkriConnectorTemplateAllocationPolicy = string;
|
|
199
|
+
|
|
200
|
+
// @public
|
|
201
|
+
export type AkriConnectorTemplateAllocationUnion = AkriConnectorTemplateBucketizedAllocation | AkriConnectorTemplateAllocation;
|
|
202
|
+
|
|
203
|
+
// @public
|
|
204
|
+
export interface AkriConnectorTemplateBucketizedAllocation extends AkriConnectorTemplateAllocation {
|
|
205
|
+
bucketSize: number;
|
|
206
|
+
policy: "Bucketized";
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
// @public
|
|
210
|
+
export interface AkriConnectorTemplateCreateOrUpdateOptionalParams extends OperationOptions {
|
|
211
|
+
updateIntervalInMs?: number;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
// @public
|
|
215
|
+
export interface AkriConnectorTemplateDeleteOptionalParams extends OperationOptions {
|
|
216
|
+
updateIntervalInMs?: number;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
// @public
|
|
220
|
+
export interface AkriConnectorTemplateDeviceInboundEndpointType {
|
|
221
|
+
displayName?: string;
|
|
222
|
+
endpointType: string;
|
|
223
|
+
version?: string;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
// @public
|
|
227
|
+
export interface AkriConnectorTemplateDiagnostics {
|
|
228
|
+
logs: AkriConnectorsDiagnosticsLogs;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
// @public
|
|
232
|
+
export interface AkriConnectorTemplateGetOptionalParams extends OperationOptions {
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
// @public
|
|
236
|
+
export interface AkriConnectorTemplateListByInstanceResourceOptionalParams extends OperationOptions {
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
// @public
|
|
240
|
+
export interface AkriConnectorTemplateManagedConfiguration extends AkriConnectorTemplateRuntimeConfiguration {
|
|
241
|
+
managedConfigurationSettings: AkriConnectorTemplateManagedConfigurationSettingsUnion;
|
|
242
|
+
runtimeConfigurationType: "ManagedConfiguration";
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
// @public
|
|
246
|
+
export interface AkriConnectorTemplateManagedConfigurationSettings {
|
|
247
|
+
additionalConfiguration?: Record<string, string>;
|
|
248
|
+
allocation?: AkriConnectorTemplateAllocationUnion;
|
|
249
|
+
managedConfigurationType: AkriConnectorTemplateManagedConfigurationType;
|
|
250
|
+
persistentVolumeClaims?: AkriConnectorTemplatePersistentVolumeClaim[];
|
|
251
|
+
persistentVolumeClaimTemplates?: Record<string, any>[];
|
|
252
|
+
secrets?: AkriConnectorsSecret[];
|
|
253
|
+
trustSettings?: AkriConnectorTemplateTrustList;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
// @public
|
|
257
|
+
export type AkriConnectorTemplateManagedConfigurationSettingsUnion = AkriConnectorTemplateRuntimeImageConfiguration | AkriConnectorTemplateRuntimeStatefulSetConfiguration | AkriConnectorTemplateManagedConfigurationSettings;
|
|
258
|
+
|
|
259
|
+
// @public
|
|
260
|
+
export type AkriConnectorTemplateManagedConfigurationType = string;
|
|
261
|
+
|
|
262
|
+
// @public
|
|
263
|
+
export interface AkriConnectorTemplateOperations {
|
|
264
|
+
createOrUpdate: (resourceGroupName: string, instanceName: string, akriConnectorTemplateName: string, resource: AkriConnectorTemplateResource, options?: AkriConnectorTemplateCreateOrUpdateOptionalParams) => PollerLike<OperationState<AkriConnectorTemplateResource>, AkriConnectorTemplateResource>;
|
|
265
|
+
delete: (resourceGroupName: string, instanceName: string, akriConnectorTemplateName: string, options?: AkriConnectorTemplateDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
266
|
+
get: (resourceGroupName: string, instanceName: string, akriConnectorTemplateName: string, options?: AkriConnectorTemplateGetOptionalParams) => Promise<AkriConnectorTemplateResource>;
|
|
267
|
+
listByInstanceResource: (resourceGroupName: string, instanceName: string, options?: AkriConnectorTemplateListByInstanceResourceOptionalParams) => PagedAsyncIterableIterator<AkriConnectorTemplateResource>;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
// @public
|
|
271
|
+
export interface AkriConnectorTemplatePersistentVolumeClaim {
|
|
272
|
+
claimName: string;
|
|
273
|
+
mountPath: string;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
// @public
|
|
277
|
+
export interface AkriConnectorTemplateProperties {
|
|
278
|
+
aioMetadata?: AkriConnectorTemplateAioMetadata;
|
|
279
|
+
connectorMetadataRef?: string;
|
|
280
|
+
deviceInboundEndpointTypes: AkriConnectorTemplateDeviceInboundEndpointType[];
|
|
281
|
+
diagnostics?: AkriConnectorTemplateDiagnostics;
|
|
282
|
+
readonly healthState?: ResourceHealthState;
|
|
283
|
+
mqttConnectionConfiguration?: AkriConnectorsMqttConnectionConfiguration;
|
|
284
|
+
readonly provisioningState?: ProvisioningState;
|
|
285
|
+
runtimeConfiguration: AkriConnectorTemplateRuntimeConfigurationUnion;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
// @public
|
|
289
|
+
export interface AkriConnectorTemplateResource extends ProxyResource {
|
|
290
|
+
extendedLocation?: ExtendedLocation;
|
|
291
|
+
properties?: AkriConnectorTemplateProperties;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
// @public
|
|
295
|
+
export interface AkriConnectorTemplateRuntimeConfiguration {
|
|
296
|
+
runtimeConfigurationType: AkriConnectorTemplateRuntimeConfigurationType;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
// @public
|
|
300
|
+
export type AkriConnectorTemplateRuntimeConfigurationType = string;
|
|
301
|
+
|
|
302
|
+
// @public
|
|
303
|
+
export type AkriConnectorTemplateRuntimeConfigurationUnion = AkriConnectorTemplateManagedConfiguration | AkriConnectorTemplateRuntimeConfiguration;
|
|
304
|
+
|
|
305
|
+
// @public
|
|
306
|
+
export interface AkriConnectorTemplateRuntimeImageConfiguration extends AkriConnectorTemplateManagedConfigurationSettings {
|
|
307
|
+
imageConfigurationSettings: AkriConnectorTemplateRuntimeImageConfigurationSettings;
|
|
308
|
+
managedConfigurationType: "ImageConfiguration";
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
// @public
|
|
312
|
+
export interface AkriConnectorTemplateRuntimeImageConfigurationSettings {
|
|
313
|
+
imageName: string;
|
|
314
|
+
imagePullPolicy?: AkriConnectorsImagePullPolicy;
|
|
315
|
+
registrySettings?: AkriConnectorsRegistrySettingsUnion;
|
|
316
|
+
replicas?: number;
|
|
317
|
+
tagDigestSettings?: AkriConnectorsTagDigestSettingsUnion;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
// @public
|
|
321
|
+
export interface AkriConnectorTemplateRuntimeStatefulSetConfiguration extends AkriConnectorTemplateManagedConfigurationSettings {
|
|
322
|
+
managedConfigurationType: "StatefulSetConfiguration";
|
|
323
|
+
statefulSetConfigurationSettings: Record<string, any>;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
// @public
|
|
327
|
+
export interface AkriConnectorTemplateTrustList {
|
|
328
|
+
trustListSecretRef: string;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
// @public
|
|
332
|
+
export interface AkriServiceCreateOrUpdateOptionalParams extends OperationOptions {
|
|
333
|
+
updateIntervalInMs?: number;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
// @public
|
|
337
|
+
export interface AkriServiceDeleteOptionalParams extends OperationOptions {
|
|
338
|
+
updateIntervalInMs?: number;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
// @public
|
|
342
|
+
export interface AkriServiceGetOptionalParams extends OperationOptions {
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
// @public
|
|
346
|
+
export interface AkriServiceListByInstanceResourceOptionalParams extends OperationOptions {
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
// @public
|
|
350
|
+
export interface AkriServiceOperations {
|
|
351
|
+
createOrUpdate: (resourceGroupName: string, instanceName: string, akriServiceName: string, resource: AkriServiceResource, options?: AkriServiceCreateOrUpdateOptionalParams) => PollerLike<OperationState<AkriServiceResource>, AkriServiceResource>;
|
|
352
|
+
delete: (resourceGroupName: string, instanceName: string, akriServiceName: string, options?: AkriServiceDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
353
|
+
get: (resourceGroupName: string, instanceName: string, akriServiceName: string, options?: AkriServiceGetOptionalParams) => Promise<AkriServiceResource>;
|
|
354
|
+
listByInstanceResource: (resourceGroupName: string, instanceName: string, options?: AkriServiceListByInstanceResourceOptionalParams) => PagedAsyncIterableIterator<AkriServiceResource>;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
// @public
|
|
358
|
+
export interface AkriServiceProperties {
|
|
359
|
+
readonly provisioningState?: ProvisioningState;
|
|
360
|
+
readonly status?: AkriServiceStatus;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
// @public
|
|
364
|
+
export interface AkriServiceResource extends ProxyResource {
|
|
365
|
+
extendedLocation?: ExtendedLocation;
|
|
366
|
+
properties?: AkriServiceProperties;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
// @public
|
|
370
|
+
export interface AkriServiceStatus {
|
|
371
|
+
readonly healthState?: ResourceHealthStatus;
|
|
372
|
+
}
|
|
373
|
+
|
|
26
374
|
// @public
|
|
27
375
|
export interface AuthorizationConfig {
|
|
28
376
|
cache?: OperationalMode;
|
|
@@ -36,6 +384,21 @@ export interface AuthorizationRule {
|
|
|
36
384
|
stateStoreResources?: StateStoreResourceRule[];
|
|
37
385
|
}
|
|
38
386
|
|
|
387
|
+
// @public
|
|
388
|
+
export enum AzureClouds {
|
|
389
|
+
AZURE_CHINA_CLOUD = "AZURE_CHINA_CLOUD",
|
|
390
|
+
AZURE_PUBLIC_CLOUD = "AZURE_PUBLIC_CLOUD",
|
|
391
|
+
AZURE_US_GOVERNMENT = "AZURE_US_GOVERNMENT"
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
// @public
|
|
395
|
+
export interface AzureDeviceRegistryNamespaceRef {
|
|
396
|
+
resourceId: string;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
// @public
|
|
400
|
+
export type AzureSupportedClouds = `${AzureClouds}`;
|
|
401
|
+
|
|
39
402
|
// @public
|
|
40
403
|
export interface BackendChain {
|
|
41
404
|
partitions: number;
|
|
@@ -81,12 +444,13 @@ export interface BrokerAuthenticationOperations {
|
|
|
81
444
|
// @public
|
|
82
445
|
export interface BrokerAuthenticationProperties {
|
|
83
446
|
authenticationMethods: BrokerAuthenticatorMethods[];
|
|
447
|
+
readonly healthState?: ResourceHealthState;
|
|
84
448
|
readonly provisioningState?: ProvisioningState;
|
|
85
449
|
}
|
|
86
450
|
|
|
87
451
|
// @public
|
|
88
452
|
export interface BrokerAuthenticationResource extends ProxyResource {
|
|
89
|
-
extendedLocation
|
|
453
|
+
extendedLocation?: ExtendedLocation;
|
|
90
454
|
properties?: BrokerAuthenticationProperties;
|
|
91
455
|
}
|
|
92
456
|
|
|
@@ -118,6 +482,7 @@ export interface BrokerAuthenticatorMethodSat {
|
|
|
118
482
|
|
|
119
483
|
// @public
|
|
120
484
|
export interface BrokerAuthenticatorMethodX509 {
|
|
485
|
+
additionalValidation?: BrokerAuthenticatorValidationMethods;
|
|
121
486
|
authorizationAttributes?: Record<string, BrokerAuthenticatorMethodX509Attributes>;
|
|
122
487
|
trustedClientCaCert?: string;
|
|
123
488
|
}
|
|
@@ -128,6 +493,9 @@ export interface BrokerAuthenticatorMethodX509Attributes {
|
|
|
128
493
|
subject: string;
|
|
129
494
|
}
|
|
130
495
|
|
|
496
|
+
// @public
|
|
497
|
+
export type BrokerAuthenticatorValidationMethods = string;
|
|
498
|
+
|
|
131
499
|
// @public
|
|
132
500
|
export interface BrokerAuthorizationCreateOrUpdateOptionalParams extends OperationOptions {
|
|
133
501
|
updateIntervalInMs?: number;
|
|
@@ -157,12 +525,13 @@ export interface BrokerAuthorizationOperations {
|
|
|
157
525
|
// @public
|
|
158
526
|
export interface BrokerAuthorizationProperties {
|
|
159
527
|
authorizationPolicies: AuthorizationConfig;
|
|
528
|
+
readonly healthState?: ResourceHealthState;
|
|
160
529
|
readonly provisioningState?: ProvisioningState;
|
|
161
530
|
}
|
|
162
531
|
|
|
163
532
|
// @public
|
|
164
533
|
export interface BrokerAuthorizationResource extends ProxyResource {
|
|
165
|
-
extendedLocation
|
|
534
|
+
extendedLocation?: ExtendedLocation;
|
|
166
535
|
properties?: BrokerAuthorizationProperties;
|
|
167
536
|
}
|
|
168
537
|
|
|
@@ -220,6 +589,7 @@ export interface BrokerListenerOperations {
|
|
|
220
589
|
|
|
221
590
|
// @public
|
|
222
591
|
export interface BrokerListenerProperties {
|
|
592
|
+
readonly healthState?: ResourceHealthState;
|
|
223
593
|
ports: ListenerPort[];
|
|
224
594
|
readonly provisioningState?: ProvisioningState;
|
|
225
595
|
serviceName?: string;
|
|
@@ -228,7 +598,7 @@ export interface BrokerListenerProperties {
|
|
|
228
598
|
|
|
229
599
|
// @public
|
|
230
600
|
export interface BrokerListenerResource extends ProxyResource {
|
|
231
|
-
extendedLocation
|
|
601
|
+
extendedLocation?: ExtendedLocation;
|
|
232
602
|
properties?: BrokerListenerProperties;
|
|
233
603
|
}
|
|
234
604
|
|
|
@@ -243,6 +613,24 @@ export interface BrokerOperations {
|
|
|
243
613
|
listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: BrokerListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerResource>;
|
|
244
614
|
}
|
|
245
615
|
|
|
616
|
+
// @public
|
|
617
|
+
export interface BrokerPersistence {
|
|
618
|
+
encryption?: BrokerPersistenceEncryption;
|
|
619
|
+
maxSize: string;
|
|
620
|
+
persistentVolumeClaimSpec?: VolumeClaimSpec;
|
|
621
|
+
retain?: BrokerRetainMessagesPolicyUnion;
|
|
622
|
+
stateStore?: BrokerStateStorePolicyUnion;
|
|
623
|
+
subscriberQueue?: BrokerSubscriberQueuePolicyUnion;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
// @public
|
|
627
|
+
export interface BrokerPersistenceEncryption {
|
|
628
|
+
mode: OperationalMode;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
// @public
|
|
632
|
+
export type BrokerPersistencePolicyMode = string;
|
|
633
|
+
|
|
246
634
|
// @public
|
|
247
635
|
export interface BrokerProperties {
|
|
248
636
|
advanced?: AdvancedSettings;
|
|
@@ -250,8 +638,11 @@ export interface BrokerProperties {
|
|
|
250
638
|
diagnostics?: BrokerDiagnostics;
|
|
251
639
|
diskBackedMessageBuffer?: DiskBackedMessageBuffer;
|
|
252
640
|
generateResourceLimits?: GenerateResourceLimits;
|
|
641
|
+
readonly healthState?: ResourceHealthState;
|
|
253
642
|
memoryProfile?: BrokerMemoryProfile;
|
|
643
|
+
persistence?: BrokerPersistence;
|
|
254
644
|
readonly provisioningState?: ProvisioningState;
|
|
645
|
+
readonly status?: BrokerStatus;
|
|
255
646
|
}
|
|
256
647
|
|
|
257
648
|
// @public
|
|
@@ -259,7 +650,7 @@ export type BrokerProtocolType = string;
|
|
|
259
650
|
|
|
260
651
|
// @public
|
|
261
652
|
export interface BrokerResource extends ProxyResource {
|
|
262
|
-
extendedLocation
|
|
653
|
+
extendedLocation?: ExtendedLocation;
|
|
263
654
|
properties?: BrokerProperties;
|
|
264
655
|
}
|
|
265
656
|
|
|
@@ -273,6 +664,95 @@ export interface BrokerResourceRule {
|
|
|
273
664
|
topics?: string[];
|
|
274
665
|
}
|
|
275
666
|
|
|
667
|
+
// @public
|
|
668
|
+
export interface BrokerRetainMessagesCustomPolicy extends BrokerRetainMessagesPolicy {
|
|
669
|
+
mode: "Custom";
|
|
670
|
+
retainSettings: BrokerRetainMessagesSettings;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
// @public
|
|
674
|
+
export interface BrokerRetainMessagesDynamic {
|
|
675
|
+
mode: OperationalMode;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
// @public
|
|
679
|
+
export interface BrokerRetainMessagesPolicy {
|
|
680
|
+
mode: BrokerPersistencePolicyMode;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
// @public
|
|
684
|
+
export type BrokerRetainMessagesPolicyUnion = BrokerRetainMessagesCustomPolicy | BrokerRetainMessagesPolicy;
|
|
685
|
+
|
|
686
|
+
// @public
|
|
687
|
+
export interface BrokerRetainMessagesSettings {
|
|
688
|
+
dynamic?: BrokerRetainMessagesDynamic;
|
|
689
|
+
topics?: string[];
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
// @public
|
|
693
|
+
export interface BrokerStateStoreCustomPolicy extends BrokerStateStorePolicy {
|
|
694
|
+
mode: "Custom";
|
|
695
|
+
stateStoreSettings: BrokerStateStorePolicySettings;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
// @public
|
|
699
|
+
export interface BrokerStateStoreDynamic {
|
|
700
|
+
mode: OperationalMode;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
// @public
|
|
704
|
+
export type BrokerStateStoreKeyType = string;
|
|
705
|
+
|
|
706
|
+
// @public
|
|
707
|
+
export interface BrokerStateStorePolicy {
|
|
708
|
+
mode: BrokerPersistencePolicyMode;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
// @public
|
|
712
|
+
export interface BrokerStateStorePolicyResources {
|
|
713
|
+
keys: string[];
|
|
714
|
+
keyType: BrokerStateStoreKeyType;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
// @public
|
|
718
|
+
export interface BrokerStateStorePolicySettings {
|
|
719
|
+
dynamic?: BrokerStateStoreDynamic;
|
|
720
|
+
stateStoreResources?: BrokerStateStorePolicyResources[];
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
// @public
|
|
724
|
+
export type BrokerStateStorePolicyUnion = BrokerStateStoreCustomPolicy | BrokerStateStorePolicy;
|
|
725
|
+
|
|
726
|
+
// @public
|
|
727
|
+
export interface BrokerStatus {
|
|
728
|
+
readonly healthState?: ResourceHealthStatus;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
// @public
|
|
732
|
+
export interface BrokerSubscriberQueueCustomPolicy extends BrokerSubscriberQueuePolicy {
|
|
733
|
+
mode: "Custom";
|
|
734
|
+
subscriberQueueSettings: BrokerSubscriberQueueCustomPolicySettings;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
// @public
|
|
738
|
+
export interface BrokerSubscriberQueueCustomPolicySettings {
|
|
739
|
+
dynamic?: BrokerSubscriberQueueDynamic;
|
|
740
|
+
subscriberClientIds?: string[];
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
// @public
|
|
744
|
+
export interface BrokerSubscriberQueueDynamic {
|
|
745
|
+
mode: OperationalMode;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
// @public
|
|
749
|
+
export interface BrokerSubscriberQueuePolicy {
|
|
750
|
+
mode: BrokerPersistencePolicyMode;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
// @public
|
|
754
|
+
export type BrokerSubscriberQueuePolicyUnion = BrokerSubscriberQueueCustomPolicy | BrokerSubscriberQueuePolicy;
|
|
755
|
+
|
|
276
756
|
// @public
|
|
277
757
|
export interface Cardinality {
|
|
278
758
|
backendChain: BackendChain;
|
|
@@ -381,10 +861,39 @@ export interface DataflowDeleteOptionalParams extends OperationOptions {
|
|
|
381
861
|
updateIntervalInMs?: number;
|
|
382
862
|
}
|
|
383
863
|
|
|
864
|
+
// @public
|
|
865
|
+
export interface DataflowDestinationAddIfNotPresentHeaderAction extends DataflowDestinationHeaderAction {
|
|
866
|
+
actionType: "AddIfNotPresent";
|
|
867
|
+
key: string;
|
|
868
|
+
value: string;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
// @public
|
|
872
|
+
export interface DataflowDestinationAddOrReplaceHeaderAction extends DataflowDestinationHeaderAction {
|
|
873
|
+
actionType: "AddOrReplace";
|
|
874
|
+
key: string;
|
|
875
|
+
value: string;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
// @public
|
|
879
|
+
export interface DataflowDestinationHeaderAction {
|
|
880
|
+
actionType: DataflowHeaderActionType;
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
// @public
|
|
884
|
+
export type DataflowDestinationHeaderActionUnion = DataflowDestinationAddIfNotPresentHeaderAction | DataflowDestinationRemoveHeaderAction | DataflowDestinationAddOrReplaceHeaderAction | DataflowDestinationHeaderAction;
|
|
885
|
+
|
|
384
886
|
// @public
|
|
385
887
|
export interface DataflowDestinationOperationSettings {
|
|
386
888
|
dataDestination: string;
|
|
387
889
|
endpointRef: string;
|
|
890
|
+
headers?: DataflowDestinationHeaderActionUnion[];
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
// @public
|
|
894
|
+
export interface DataflowDestinationRemoveHeaderAction extends DataflowDestinationHeaderAction {
|
|
895
|
+
actionType: "Remove";
|
|
896
|
+
key: string;
|
|
388
897
|
}
|
|
389
898
|
|
|
390
899
|
// @public
|
|
@@ -392,6 +901,10 @@ export interface DataflowEndpointAuthenticationAccessToken {
|
|
|
392
901
|
secretRef: string;
|
|
393
902
|
}
|
|
394
903
|
|
|
904
|
+
// @public
|
|
905
|
+
export interface DataflowEndpointAuthenticationAnonymous {
|
|
906
|
+
}
|
|
907
|
+
|
|
395
908
|
// @public
|
|
396
909
|
export interface DataflowEndpointAuthenticationSasl {
|
|
397
910
|
saslType: DataflowEndpointAuthenticationSaslType;
|
|
@@ -492,6 +1005,9 @@ export type DataflowEndpointFabricPathType = string;
|
|
|
492
1005
|
export interface DataflowEndpointGetOptionalParams extends OperationOptions {
|
|
493
1006
|
}
|
|
494
1007
|
|
|
1008
|
+
// @public
|
|
1009
|
+
export type DataflowEndpointHostType = string;
|
|
1010
|
+
|
|
495
1011
|
// @public
|
|
496
1012
|
export interface DataflowEndpointKafka {
|
|
497
1013
|
authentication: DataflowEndpointKafkaAuthentication;
|
|
@@ -527,80 +1043,288 @@ export interface DataflowEndpointKafkaBatching {
|
|
|
527
1043
|
}
|
|
528
1044
|
|
|
529
1045
|
// @public
|
|
530
|
-
export type DataflowEndpointKafkaCompression = string;
|
|
1046
|
+
export type DataflowEndpointKafkaCompression = string;
|
|
1047
|
+
|
|
1048
|
+
// @public
|
|
1049
|
+
export type DataflowEndpointKafkaPartitionStrategy = string;
|
|
1050
|
+
|
|
1051
|
+
// @public
|
|
1052
|
+
export interface DataflowEndpointListByResourceGroupOptionalParams extends OperationOptions {
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
// @public
|
|
1056
|
+
export interface DataflowEndpointLocalStorage {
|
|
1057
|
+
persistentVolumeClaimRef: string;
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
// @public
|
|
1061
|
+
export interface DataflowEndpointMqtt {
|
|
1062
|
+
authentication: DataflowEndpointMqttAuthentication;
|
|
1063
|
+
clientIdPrefix?: string;
|
|
1064
|
+
cloudEventAttributes?: CloudEventAttributeType;
|
|
1065
|
+
host?: string;
|
|
1066
|
+
keepAliveSeconds?: number;
|
|
1067
|
+
maxInflightMessages?: number;
|
|
1068
|
+
protocol?: BrokerProtocolType;
|
|
1069
|
+
qos?: number;
|
|
1070
|
+
retain?: MqttRetainType;
|
|
1071
|
+
sessionExpirySeconds?: number;
|
|
1072
|
+
tls?: TlsProperties;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
// @public
|
|
1076
|
+
export interface DataflowEndpointMqttAuthentication {
|
|
1077
|
+
method: MqttAuthMethod;
|
|
1078
|
+
serviceAccountTokenSettings?: DataflowEndpointAuthenticationServiceAccountToken;
|
|
1079
|
+
systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
|
|
1080
|
+
userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
|
|
1081
|
+
x509CertificateSettings?: DataflowEndpointAuthenticationX509;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
// @public
|
|
1085
|
+
export interface DataflowEndpointOpenTelemetry {
|
|
1086
|
+
authentication: DataflowOpenTelemetryAuthenticationUnion;
|
|
1087
|
+
batching?: BatchingConfiguration;
|
|
1088
|
+
host: string;
|
|
1089
|
+
tls?: TlsProperties;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
// @public
|
|
1093
|
+
export interface DataflowEndpointOperations {
|
|
1094
|
+
createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, resource: DataflowEndpointResource, options?: DataflowEndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowEndpointResource>, DataflowEndpointResource>;
|
|
1095
|
+
delete: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
1096
|
+
get: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointGetOptionalParams) => Promise<DataflowEndpointResource>;
|
|
1097
|
+
listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: DataflowEndpointListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowEndpointResource>;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
// @public
|
|
1101
|
+
export interface DataflowEndpointProperties {
|
|
1102
|
+
dataExplorerSettings?: DataflowEndpointDataExplorer;
|
|
1103
|
+
dataLakeStorageSettings?: DataflowEndpointDataLakeStorage;
|
|
1104
|
+
endpointType: EndpointType;
|
|
1105
|
+
fabricOneLakeSettings?: DataflowEndpointFabricOneLake;
|
|
1106
|
+
readonly healthState?: ResourceHealthState;
|
|
1107
|
+
hostType?: DataflowEndpointHostType;
|
|
1108
|
+
kafkaSettings?: DataflowEndpointKafka;
|
|
1109
|
+
localStorageSettings?: DataflowEndpointLocalStorage;
|
|
1110
|
+
mqttSettings?: DataflowEndpointMqtt;
|
|
1111
|
+
openTelemetrySettings?: DataflowEndpointOpenTelemetry;
|
|
1112
|
+
readonly provisioningState?: ProvisioningState;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
// @public
|
|
1116
|
+
export interface DataflowEndpointResource extends ProxyResource {
|
|
1117
|
+
extendedLocation?: ExtendedLocation;
|
|
1118
|
+
properties?: DataflowEndpointProperties;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
// @public
|
|
1122
|
+
export interface DataflowGetOptionalParams extends OperationOptions {
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
// @public
|
|
1126
|
+
export interface DataflowGraphConnectionInput {
|
|
1127
|
+
name: string;
|
|
1128
|
+
schema?: DataflowGraphConnectionSchemaSettings;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
// @public
|
|
1132
|
+
export interface DataflowGraphConnectionOutput {
|
|
1133
|
+
name: string;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
// @public
|
|
1137
|
+
export type DataflowGraphConnectionSchemaSerializationFormat = string;
|
|
1138
|
+
|
|
1139
|
+
// @public
|
|
1140
|
+
export interface DataflowGraphConnectionSchemaSettings {
|
|
1141
|
+
schemaRef?: string;
|
|
1142
|
+
serializationFormat?: DataflowGraphConnectionSchemaSerializationFormat;
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
// @public
|
|
1146
|
+
export interface DataflowGraphCreateOrUpdateOptionalParams extends OperationOptions {
|
|
1147
|
+
updateIntervalInMs?: number;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
// @public
|
|
1151
|
+
export interface DataflowGraphDeleteOptionalParams extends OperationOptions {
|
|
1152
|
+
updateIntervalInMs?: number;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
// @public
|
|
1156
|
+
export interface DataflowGraphDestinationAddIfNotPresentHeaderAction extends DataflowGraphDestinationHeaderAction {
|
|
1157
|
+
// (undocumented)
|
|
1158
|
+
actionType: "AddIfNotPresent";
|
|
1159
|
+
key: string;
|
|
1160
|
+
value: string;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
// @public
|
|
1164
|
+
export interface DataflowGraphDestinationAddOrReplaceHeaderAction extends DataflowGraphDestinationHeaderAction {
|
|
1165
|
+
// (undocumented)
|
|
1166
|
+
actionType: "AddOrReplace";
|
|
1167
|
+
key: string;
|
|
1168
|
+
value: string;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
// @public
|
|
1172
|
+
export interface DataflowGraphDestinationHeaderAction {
|
|
1173
|
+
actionType: DataflowGraphDestinationHeaderActionType;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
// @public
|
|
1177
|
+
export type DataflowGraphDestinationHeaderActionType = string;
|
|
1178
|
+
|
|
1179
|
+
// @public
|
|
1180
|
+
export type DataflowGraphDestinationHeaderActionUnion = DataflowGraphDestinationAddIfNotPresentHeaderAction | DataflowGraphDestinationRemoveHeaderAction | DataflowGraphDestinationAddOrReplaceHeaderAction | DataflowGraphDestinationHeaderAction;
|
|
1181
|
+
|
|
1182
|
+
// @public
|
|
1183
|
+
export interface DataflowGraphDestinationNode extends DataflowGraphNode {
|
|
1184
|
+
destinationSettings: DataflowGraphDestinationNodeSettings;
|
|
1185
|
+
nodeType: "Destination";
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
// @public
|
|
1189
|
+
export interface DataflowGraphDestinationNodeSettings {
|
|
1190
|
+
dataDestination: string;
|
|
1191
|
+
endpointRef: string;
|
|
1192
|
+
headers?: DataflowGraphDestinationHeaderActionUnion[];
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
// @public
|
|
1196
|
+
export interface DataflowGraphDestinationRemoveHeaderAction extends DataflowGraphDestinationHeaderAction {
|
|
1197
|
+
// (undocumented)
|
|
1198
|
+
actionType: "Remove";
|
|
1199
|
+
key: string;
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
// @public
|
|
1203
|
+
export interface DataflowGraphGetOptionalParams extends OperationOptions {
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
// @public
|
|
1207
|
+
export interface DataflowGraphGraphNode extends DataflowGraphNode {
|
|
1208
|
+
graphSettings: DataflowGraphNodeGraphSettings;
|
|
1209
|
+
nodeType: "Graph";
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
// @public
|
|
1213
|
+
export interface DataflowGraphGraphNodeConfiguration {
|
|
1214
|
+
key: string;
|
|
1215
|
+
value: string;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
// @public
|
|
1219
|
+
export interface DataflowGraphListByDataflowProfileOptionalParams extends OperationOptions {
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
// @public
|
|
1223
|
+
export interface DataflowGraphNode {
|
|
1224
|
+
name: string;
|
|
1225
|
+
nodeType: DataflowGraphNodeType;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
// @public
|
|
1229
|
+
export interface DataflowGraphNodeConnection {
|
|
1230
|
+
from: DataflowGraphConnectionInput;
|
|
1231
|
+
to: DataflowGraphConnectionOutput;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
// @public
|
|
1235
|
+
export interface DataflowGraphNodeGraphSettings {
|
|
1236
|
+
artifact: string;
|
|
1237
|
+
configuration?: DataflowGraphGraphNodeConfiguration[];
|
|
1238
|
+
registryEndpointRef: string;
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
// @public
|
|
1242
|
+
export type DataflowGraphNodeType = string;
|
|
1243
|
+
|
|
1244
|
+
// @public
|
|
1245
|
+
export type DataflowGraphNodeUnion = DataflowGraphSourceNode | DataflowGraphGraphNode | DataflowGraphDestinationNode | DataflowGraphNode;
|
|
1246
|
+
|
|
1247
|
+
// @public
|
|
1248
|
+
export interface DataflowGraphOperations {
|
|
1249
|
+
createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowGraphName: string, resource: DataflowGraphResource, options?: DataflowGraphCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowGraphResource>, DataflowGraphResource>;
|
|
1250
|
+
delete: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowGraphName: string, options?: DataflowGraphDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
1251
|
+
get: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowGraphName: string, options?: DataflowGraphGetOptionalParams) => Promise<DataflowGraphResource>;
|
|
1252
|
+
listByDataflowProfile: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowGraphListByDataflowProfileOptionalParams) => PagedAsyncIterableIterator<DataflowGraphResource>;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
// @public
|
|
1256
|
+
export interface DataflowGraphProperties {
|
|
1257
|
+
readonly healthState?: ResourceHealthState;
|
|
1258
|
+
mode?: OperationalMode;
|
|
1259
|
+
nodeConnections: DataflowGraphNodeConnection[];
|
|
1260
|
+
nodes: DataflowGraphNodeUnion[];
|
|
1261
|
+
readonly provisioningState?: ProvisioningState;
|
|
1262
|
+
requestDiskPersistence?: OperationalMode;
|
|
1263
|
+
readonly status?: DataflowGraphStatus;
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
// @public
|
|
1267
|
+
export interface DataflowGraphResource extends ProxyResource {
|
|
1268
|
+
extendedLocation?: ExtendedLocation;
|
|
1269
|
+
properties?: DataflowGraphProperties;
|
|
1270
|
+
}
|
|
531
1271
|
|
|
532
1272
|
// @public
|
|
533
|
-
export
|
|
1273
|
+
export interface DataflowGraphSourceNode extends DataflowGraphNode {
|
|
1274
|
+
nodeType: "Source";
|
|
1275
|
+
sourceSettings: DataflowGraphSourceSettings;
|
|
1276
|
+
}
|
|
534
1277
|
|
|
535
1278
|
// @public
|
|
536
|
-
export interface
|
|
1279
|
+
export interface DataflowGraphSourceSettings {
|
|
1280
|
+
assetRef?: string;
|
|
1281
|
+
dataSources: string[];
|
|
1282
|
+
endpointRef: string;
|
|
537
1283
|
}
|
|
538
1284
|
|
|
539
1285
|
// @public
|
|
540
|
-
export interface
|
|
541
|
-
|
|
1286
|
+
export interface DataflowGraphStatus {
|
|
1287
|
+
readonly healthState?: ResourceHealthStatus;
|
|
542
1288
|
}
|
|
543
1289
|
|
|
544
1290
|
// @public
|
|
545
|
-
export
|
|
546
|
-
authentication: DataflowEndpointMqttAuthentication;
|
|
547
|
-
clientIdPrefix?: string;
|
|
548
|
-
cloudEventAttributes?: CloudEventAttributeType;
|
|
549
|
-
host?: string;
|
|
550
|
-
keepAliveSeconds?: number;
|
|
551
|
-
maxInflightMessages?: number;
|
|
552
|
-
protocol?: BrokerProtocolType;
|
|
553
|
-
qos?: number;
|
|
554
|
-
retain?: MqttRetainType;
|
|
555
|
-
sessionExpirySeconds?: number;
|
|
556
|
-
tls?: TlsProperties;
|
|
557
|
-
}
|
|
1291
|
+
export type DataflowHeaderActionType = string;
|
|
558
1292
|
|
|
559
1293
|
// @public
|
|
560
|
-
export interface
|
|
561
|
-
method: MqttAuthMethod;
|
|
562
|
-
serviceAccountTokenSettings?: DataflowEndpointAuthenticationServiceAccountToken;
|
|
563
|
-
systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
|
|
564
|
-
userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
|
|
565
|
-
x509CertificateSettings?: DataflowEndpointAuthenticationX509;
|
|
1294
|
+
export interface DataflowListByResourceGroupOptionalParams extends OperationOptions {
|
|
566
1295
|
}
|
|
567
1296
|
|
|
568
1297
|
// @public
|
|
569
|
-
export
|
|
570
|
-
createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, resource: DataflowEndpointResource, options?: DataflowEndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowEndpointResource>, DataflowEndpointResource>;
|
|
571
|
-
delete: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
572
|
-
get: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointGetOptionalParams) => Promise<DataflowEndpointResource>;
|
|
573
|
-
listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: DataflowEndpointListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowEndpointResource>;
|
|
574
|
-
}
|
|
1298
|
+
export type DataflowMappingType = string;
|
|
575
1299
|
|
|
576
1300
|
// @public
|
|
577
|
-
export interface
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
endpointType: EndpointType;
|
|
581
|
-
fabricOneLakeSettings?: DataflowEndpointFabricOneLake;
|
|
582
|
-
kafkaSettings?: DataflowEndpointKafka;
|
|
583
|
-
localStorageSettings?: DataflowEndpointLocalStorage;
|
|
584
|
-
mqttSettings?: DataflowEndpointMqtt;
|
|
585
|
-
readonly provisioningState?: ProvisioningState;
|
|
1301
|
+
export interface DataflowOpenTelemetryAnonymousAuthentication extends DataflowOpenTelemetryAuthentication {
|
|
1302
|
+
anonymousSettings: DataflowEndpointAuthenticationAnonymous;
|
|
1303
|
+
method: "Anonymous";
|
|
586
1304
|
}
|
|
587
1305
|
|
|
588
1306
|
// @public
|
|
589
|
-
export interface
|
|
590
|
-
|
|
591
|
-
properties?: DataflowEndpointProperties;
|
|
1307
|
+
export interface DataflowOpenTelemetryAuthentication {
|
|
1308
|
+
method: DataflowOpenTelemetryAuthenticationMethod;
|
|
592
1309
|
}
|
|
593
1310
|
|
|
594
1311
|
// @public
|
|
595
|
-
export
|
|
596
|
-
}
|
|
1312
|
+
export type DataflowOpenTelemetryAuthenticationMethod = string;
|
|
597
1313
|
|
|
598
1314
|
// @public
|
|
599
|
-
export
|
|
1315
|
+
export type DataflowOpenTelemetryAuthenticationUnion = DataflowOpenTelemetryServiceAccountAuthentication | DataflowOpenTelemetryX509CertificateAuthentication | DataflowOpenTelemetryAnonymousAuthentication | DataflowOpenTelemetryAuthentication;
|
|
1316
|
+
|
|
1317
|
+
// @public
|
|
1318
|
+
export interface DataflowOpenTelemetryServiceAccountAuthentication extends DataflowOpenTelemetryAuthentication {
|
|
1319
|
+
method: "ServiceAccountToken";
|
|
1320
|
+
serviceAccountTokenSettings: DataflowEndpointAuthenticationServiceAccountToken;
|
|
600
1321
|
}
|
|
601
1322
|
|
|
602
1323
|
// @public
|
|
603
|
-
export
|
|
1324
|
+
export interface DataflowOpenTelemetryX509CertificateAuthentication extends DataflowOpenTelemetryAuthentication {
|
|
1325
|
+
method: "X509Certificate";
|
|
1326
|
+
x509CertificateSettings: DataflowEndpointAuthenticationX509;
|
|
1327
|
+
}
|
|
604
1328
|
|
|
605
1329
|
// @public
|
|
606
1330
|
export interface DataflowOperation {
|
|
@@ -648,26 +1372,36 @@ export interface DataflowProfileOperations {
|
|
|
648
1372
|
// @public
|
|
649
1373
|
export interface DataflowProfileProperties {
|
|
650
1374
|
diagnostics?: ProfileDiagnostics;
|
|
1375
|
+
readonly healthState?: ResourceHealthState;
|
|
651
1376
|
instanceCount?: number;
|
|
652
1377
|
readonly provisioningState?: ProvisioningState;
|
|
1378
|
+
readonly status?: DataflowProfileStatus;
|
|
653
1379
|
}
|
|
654
1380
|
|
|
655
1381
|
// @public
|
|
656
1382
|
export interface DataflowProfileResource extends ProxyResource {
|
|
657
|
-
extendedLocation
|
|
1383
|
+
extendedLocation?: ExtendedLocation;
|
|
658
1384
|
properties?: DataflowProfileProperties;
|
|
659
1385
|
}
|
|
660
1386
|
|
|
1387
|
+
// @public
|
|
1388
|
+
export interface DataflowProfileStatus {
|
|
1389
|
+
readonly healthState?: ResourceHealthStatus;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
661
1392
|
// @public
|
|
662
1393
|
export interface DataflowProperties {
|
|
1394
|
+
readonly healthState?: ResourceHealthState;
|
|
663
1395
|
mode?: OperationalMode;
|
|
664
1396
|
operations: DataflowOperation[];
|
|
665
1397
|
readonly provisioningState?: ProvisioningState;
|
|
1398
|
+
requestDiskPersistence?: OperationalMode;
|
|
1399
|
+
readonly status?: DataflowStatus;
|
|
666
1400
|
}
|
|
667
1401
|
|
|
668
1402
|
// @public
|
|
669
1403
|
export interface DataflowResource extends ProxyResource {
|
|
670
|
-
extendedLocation
|
|
1404
|
+
extendedLocation?: ExtendedLocation;
|
|
671
1405
|
properties?: DataflowProperties;
|
|
672
1406
|
}
|
|
673
1407
|
|
|
@@ -680,6 +1414,11 @@ export interface DataflowSourceOperationSettings {
|
|
|
680
1414
|
serializationFormat?: SourceSerializationFormat;
|
|
681
1415
|
}
|
|
682
1416
|
|
|
1417
|
+
// @public
|
|
1418
|
+
export interface DataflowStatus {
|
|
1419
|
+
readonly healthState?: ResourceHealthStatus;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
683
1422
|
// @public
|
|
684
1423
|
export type DataLakeStorageAuthMethod = string;
|
|
685
1424
|
|
|
@@ -698,6 +1437,26 @@ export interface DiskBackedMessageBuffer {
|
|
|
698
1437
|
// @public
|
|
699
1438
|
export type EndpointType = string;
|
|
700
1439
|
|
|
1440
|
+
// @public
|
|
1441
|
+
export interface ErrorAdditionalInfo {
|
|
1442
|
+
readonly info?: any;
|
|
1443
|
+
readonly type?: string;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
// @public
|
|
1447
|
+
export interface ErrorDetail {
|
|
1448
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1449
|
+
readonly code?: string;
|
|
1450
|
+
readonly details?: ErrorDetail[];
|
|
1451
|
+
readonly message?: string;
|
|
1452
|
+
readonly target?: string;
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
// @public
|
|
1456
|
+
export interface ErrorResponse {
|
|
1457
|
+
error?: ErrorDetail;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
701
1460
|
// @public
|
|
702
1461
|
export interface ExtendedLocation {
|
|
703
1462
|
name: string;
|
|
@@ -734,6 +1493,15 @@ export interface InstanceDeleteOptionalParams extends OperationOptions {
|
|
|
734
1493
|
updateIntervalInMs?: number;
|
|
735
1494
|
}
|
|
736
1495
|
|
|
1496
|
+
// @public
|
|
1497
|
+
export interface InstanceFeature {
|
|
1498
|
+
mode?: InstanceFeatureMode;
|
|
1499
|
+
settings?: Record<string, OperationalMode>;
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
// @public
|
|
1503
|
+
export type InstanceFeatureMode = string;
|
|
1504
|
+
|
|
737
1505
|
// @public
|
|
738
1506
|
export interface InstanceGetOptionalParams extends OperationOptions {
|
|
739
1507
|
}
|
|
@@ -764,7 +1532,11 @@ export interface InstancePatchModel {
|
|
|
764
1532
|
|
|
765
1533
|
// @public
|
|
766
1534
|
export interface InstanceProperties {
|
|
1535
|
+
adrNamespaceRef?: AzureDeviceRegistryNamespaceRef;
|
|
1536
|
+
defaultSecretProviderClassRef?: SecretProviderClassRef;
|
|
767
1537
|
description?: string;
|
|
1538
|
+
features?: Record<string, InstanceFeature>;
|
|
1539
|
+
readonly healthState?: ResourceHealthState;
|
|
768
1540
|
readonly provisioningState?: ProvisioningState;
|
|
769
1541
|
schemaRegistryRef: SchemaRegistryRef;
|
|
770
1542
|
readonly version?: string;
|
|
@@ -784,21 +1556,27 @@ export interface InstanceUpdateOptionalParams extends OperationOptions {
|
|
|
784
1556
|
// @public (undocumented)
|
|
785
1557
|
export class IoTOperationsClient {
|
|
786
1558
|
constructor(credential: TokenCredential, subscriptionId: string, options?: IoTOperationsClientOptionalParams);
|
|
1559
|
+
readonly akriConnector: AkriConnectorOperations;
|
|
1560
|
+
readonly akriConnectorTemplate: AkriConnectorTemplateOperations;
|
|
1561
|
+
readonly akriService: AkriServiceOperations;
|
|
787
1562
|
readonly broker: BrokerOperations;
|
|
788
1563
|
readonly brokerAuthentication: BrokerAuthenticationOperations;
|
|
789
1564
|
readonly brokerAuthorization: BrokerAuthorizationOperations;
|
|
790
1565
|
readonly brokerListener: BrokerListenerOperations;
|
|
791
1566
|
readonly dataflow: DataflowOperations;
|
|
792
1567
|
readonly dataflowEndpoint: DataflowEndpointOperations;
|
|
1568
|
+
readonly dataflowGraph: DataflowGraphOperations;
|
|
793
1569
|
readonly dataflowProfile: DataflowProfileOperations;
|
|
794
1570
|
readonly instance: InstanceOperations;
|
|
795
1571
|
readonly operations: OperationsOperations;
|
|
796
1572
|
readonly pipeline: Pipeline;
|
|
1573
|
+
readonly registryEndpoint: RegistryEndpointOperations;
|
|
797
1574
|
}
|
|
798
1575
|
|
|
799
1576
|
// @public
|
|
800
1577
|
export interface IoTOperationsClientOptionalParams extends ClientOptions {
|
|
801
1578
|
apiVersion?: string;
|
|
1579
|
+
cloudSetting?: AzureSupportedClouds;
|
|
802
1580
|
}
|
|
803
1581
|
|
|
804
1582
|
// @public
|
|
@@ -809,6 +1587,51 @@ export enum KnownActionType {
|
|
|
809
1587
|
Internal = "Internal"
|
|
810
1588
|
}
|
|
811
1589
|
|
|
1590
|
+
// @public
|
|
1591
|
+
export enum KnownAkriConnectorsImagePullPolicy {
|
|
1592
|
+
Always = "Always",
|
|
1593
|
+
IfNotPresent = "IfNotPresent",
|
|
1594
|
+
Never = "Never"
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
// @public
|
|
1598
|
+
export enum KnownAkriConnectorsMqttAuthenticationMethod {
|
|
1599
|
+
ServiceAccountToken = "ServiceAccountToken"
|
|
1600
|
+
}
|
|
1601
|
+
|
|
1602
|
+
// @public
|
|
1603
|
+
export enum KnownAkriConnectorsMqttProtocolType {
|
|
1604
|
+
Mqtt = "Mqtt"
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
// @public
|
|
1608
|
+
export enum KnownAkriConnectorsRegistrySettingsType {
|
|
1609
|
+
ContainerRegistry = "ContainerRegistry",
|
|
1610
|
+
RegistryEndpointRef = "RegistryEndpointRef"
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1613
|
+
// @public
|
|
1614
|
+
export enum KnownAkriConnectorsTagDigestType {
|
|
1615
|
+
Digest = "Digest",
|
|
1616
|
+
Tag = "Tag"
|
|
1617
|
+
}
|
|
1618
|
+
|
|
1619
|
+
// @public
|
|
1620
|
+
export enum KnownAkriConnectorTemplateAllocationPolicy {
|
|
1621
|
+
Bucketized = "Bucketized"
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
// @public
|
|
1625
|
+
export enum KnownAkriConnectorTemplateManagedConfigurationType {
|
|
1626
|
+
ImageConfiguration = "ImageConfiguration",
|
|
1627
|
+
StatefulSetConfiguration = "StatefulSetConfiguration"
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
// @public
|
|
1631
|
+
export enum KnownAkriConnectorTemplateRuntimeConfigurationType {
|
|
1632
|
+
ManagedConfiguration = "ManagedConfiguration"
|
|
1633
|
+
}
|
|
1634
|
+
|
|
812
1635
|
// @public
|
|
813
1636
|
export enum KnownBrokerAuthenticationMethod {
|
|
814
1637
|
Custom = "Custom",
|
|
@@ -816,6 +1639,12 @@ export enum KnownBrokerAuthenticationMethod {
|
|
|
816
1639
|
X509 = "X509"
|
|
817
1640
|
}
|
|
818
1641
|
|
|
1642
|
+
// @public
|
|
1643
|
+
export enum KnownBrokerAuthenticatorValidationMethods {
|
|
1644
|
+
AzureDeviceRegistry = "AzureDeviceRegistry",
|
|
1645
|
+
None = "None"
|
|
1646
|
+
}
|
|
1647
|
+
|
|
819
1648
|
// @public
|
|
820
1649
|
export enum KnownBrokerMemoryProfile {
|
|
821
1650
|
High = "High",
|
|
@@ -824,6 +1653,13 @@ export enum KnownBrokerMemoryProfile {
|
|
|
824
1653
|
Tiny = "Tiny"
|
|
825
1654
|
}
|
|
826
1655
|
|
|
1656
|
+
// @public
|
|
1657
|
+
export enum KnownBrokerPersistencePolicyMode {
|
|
1658
|
+
All = "All",
|
|
1659
|
+
Custom = "Custom",
|
|
1660
|
+
None = "None"
|
|
1661
|
+
}
|
|
1662
|
+
|
|
827
1663
|
// @public
|
|
828
1664
|
export enum KnownBrokerProtocolType {
|
|
829
1665
|
Mqtt = "Mqtt",
|
|
@@ -837,6 +1673,13 @@ export enum KnownBrokerResourceDefinitionMethods {
|
|
|
837
1673
|
Subscribe = "Subscribe"
|
|
838
1674
|
}
|
|
839
1675
|
|
|
1676
|
+
// @public
|
|
1677
|
+
export enum KnownBrokerStateStoreKeyType {
|
|
1678
|
+
Binary = "Binary",
|
|
1679
|
+
Pattern = "Pattern",
|
|
1680
|
+
String = "String"
|
|
1681
|
+
}
|
|
1682
|
+
|
|
840
1683
|
// @public
|
|
841
1684
|
export enum KnownCertManagerIssuerKind {
|
|
842
1685
|
ClusterIssuer = "ClusterIssuer",
|
|
@@ -876,6 +1719,16 @@ export enum KnownDataflowEndpointFabricPathType {
|
|
|
876
1719
|
Tables = "Tables"
|
|
877
1720
|
}
|
|
878
1721
|
|
|
1722
|
+
// @public
|
|
1723
|
+
export enum KnownDataflowEndpointHostType {
|
|
1724
|
+
CustomKafka = "CustomKafka",
|
|
1725
|
+
CustomMqtt = "CustomMqtt",
|
|
1726
|
+
EventGrid = "EventGrid",
|
|
1727
|
+
Eventhub = "Eventhub",
|
|
1728
|
+
FabricRT = "FabricRT",
|
|
1729
|
+
LocalBroker = "LocalBroker"
|
|
1730
|
+
}
|
|
1731
|
+
|
|
879
1732
|
// @public
|
|
880
1733
|
export enum KnownDataflowEndpointKafkaAcks {
|
|
881
1734
|
All = "All",
|
|
@@ -899,6 +1752,35 @@ export enum KnownDataflowEndpointKafkaPartitionStrategy {
|
|
|
899
1752
|
Topic = "Topic"
|
|
900
1753
|
}
|
|
901
1754
|
|
|
1755
|
+
// @public
|
|
1756
|
+
export enum KnownDataflowGraphConnectionSchemaSerializationFormat {
|
|
1757
|
+
Avro = "Avro",
|
|
1758
|
+
Delta = "Delta",
|
|
1759
|
+
Json = "Json",
|
|
1760
|
+
Parquet = "Parquet"
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
// @public
|
|
1764
|
+
export enum KnownDataflowGraphDestinationHeaderActionType {
|
|
1765
|
+
AddIfNotPresent = "AddIfNotPresent",
|
|
1766
|
+
AddOrReplace = "AddOrReplace",
|
|
1767
|
+
Remove = "Remove"
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
// @public
|
|
1771
|
+
export enum KnownDataflowGraphNodeType {
|
|
1772
|
+
Destination = "Destination",
|
|
1773
|
+
Graph = "Graph",
|
|
1774
|
+
Source = "Source"
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
// @public
|
|
1778
|
+
export enum KnownDataflowHeaderActionType {
|
|
1779
|
+
AddIfNotPresent = "AddIfNotPresent",
|
|
1780
|
+
AddOrReplace = "AddOrReplace",
|
|
1781
|
+
Remove = "Remove"
|
|
1782
|
+
}
|
|
1783
|
+
|
|
902
1784
|
// @public
|
|
903
1785
|
export enum KnownDataflowMappingType {
|
|
904
1786
|
BuiltInFunction = "BuiltInFunction",
|
|
@@ -908,6 +1790,13 @@ export enum KnownDataflowMappingType {
|
|
|
908
1790
|
Rename = "Rename"
|
|
909
1791
|
}
|
|
910
1792
|
|
|
1793
|
+
// @public
|
|
1794
|
+
export enum KnownDataflowOpenTelemetryAuthenticationMethod {
|
|
1795
|
+
Anonymous = "Anonymous",
|
|
1796
|
+
ServiceAccountToken = "ServiceAccountToken",
|
|
1797
|
+
X509Certificate = "X509Certificate"
|
|
1798
|
+
}
|
|
1799
|
+
|
|
911
1800
|
// @public
|
|
912
1801
|
export enum KnownDataLakeStorageAuthMethod {
|
|
913
1802
|
AccessToken = "AccessToken",
|
|
@@ -922,7 +1811,8 @@ export enum KnownEndpointType {
|
|
|
922
1811
|
FabricOneLake = "FabricOneLake",
|
|
923
1812
|
Kafka = "Kafka",
|
|
924
1813
|
LocalStorage = "LocalStorage",
|
|
925
|
-
Mqtt = "Mqtt"
|
|
1814
|
+
Mqtt = "Mqtt",
|
|
1815
|
+
OpenTelemetry = "OpenTelemetry"
|
|
926
1816
|
}
|
|
927
1817
|
|
|
928
1818
|
// @public
|
|
@@ -941,6 +1831,13 @@ export enum KnownFilterType {
|
|
|
941
1831
|
Filter = "Filter"
|
|
942
1832
|
}
|
|
943
1833
|
|
|
1834
|
+
// @public
|
|
1835
|
+
export enum KnownInstanceFeatureMode {
|
|
1836
|
+
Disabled = "Disabled",
|
|
1837
|
+
Preview = "Preview",
|
|
1838
|
+
Stable = "Stable"
|
|
1839
|
+
}
|
|
1840
|
+
|
|
944
1841
|
// @public
|
|
945
1842
|
export enum KnownKafkaAuthMethod {
|
|
946
1843
|
Anonymous = "Anonymous",
|
|
@@ -1029,6 +1926,28 @@ export enum KnownProvisioningState {
|
|
|
1029
1926
|
Updating = "Updating"
|
|
1030
1927
|
}
|
|
1031
1928
|
|
|
1929
|
+
// @public
|
|
1930
|
+
export enum KnownRegistryEndpointAuthenticationMethod {
|
|
1931
|
+
Anonymous = "Anonymous",
|
|
1932
|
+
ArtifactPullSecret = "ArtifactPullSecret",
|
|
1933
|
+
SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
|
|
1934
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
// @public
|
|
1938
|
+
export enum KnownRegistryEndpointTrustedSigningKeyType {
|
|
1939
|
+
ConfigMap = "ConfigMap",
|
|
1940
|
+
Secret = "Secret"
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
// @public
|
|
1944
|
+
export enum KnownResourceHealthState {
|
|
1945
|
+
Available = "Available",
|
|
1946
|
+
Degraded = "Degraded",
|
|
1947
|
+
Unavailable = "Unavailable",
|
|
1948
|
+
Unknown = "Unknown"
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1032
1951
|
// @public
|
|
1033
1952
|
export enum KnownServiceType {
|
|
1034
1953
|
ClusterIp = "ClusterIp",
|
|
@@ -1076,7 +1995,10 @@ export enum KnownTransformationSerializationFormat {
|
|
|
1076
1995
|
|
|
1077
1996
|
// @public
|
|
1078
1997
|
export enum KnownVersions {
|
|
1079
|
-
"V2024-11-01" = "2024-11-01"
|
|
1998
|
+
"V2024-11-01" = "2024-11-01",
|
|
1999
|
+
V20250401 = "2025-04-01",
|
|
2000
|
+
V20251001 = "2025-10-01",
|
|
2001
|
+
V20260301 = "2026-03-01"
|
|
1080
2002
|
}
|
|
1081
2003
|
|
|
1082
2004
|
// @public
|
|
@@ -1109,7 +2031,7 @@ export interface ManagedServiceIdentity {
|
|
|
1109
2031
|
readonly principalId?: string;
|
|
1110
2032
|
readonly tenantId?: string;
|
|
1111
2033
|
type: ManagedServiceIdentityType;
|
|
1112
|
-
userAssignedIdentities?: Record<string, UserAssignedIdentity
|
|
2034
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity>;
|
|
1113
2035
|
}
|
|
1114
2036
|
|
|
1115
2037
|
// @public
|
|
@@ -1128,8 +2050,8 @@ export type MqttRetainType = string;
|
|
|
1128
2050
|
|
|
1129
2051
|
// @public
|
|
1130
2052
|
export interface Operation {
|
|
1131
|
-
actionType?: ActionType;
|
|
1132
|
-
|
|
2053
|
+
readonly actionType?: ActionType;
|
|
2054
|
+
display?: OperationDisplay;
|
|
1133
2055
|
readonly isDataAction?: boolean;
|
|
1134
2056
|
readonly name?: string;
|
|
1135
2057
|
readonly origin?: Origin;
|
|
@@ -1202,6 +2124,126 @@ export type ProvisioningState = string;
|
|
|
1202
2124
|
export interface ProxyResource extends Resource {
|
|
1203
2125
|
}
|
|
1204
2126
|
|
|
2127
|
+
// @public
|
|
2128
|
+
export interface RegistryEndpointAnonymousAuthentication extends RegistryEndpointAuthentication {
|
|
2129
|
+
anonymousSettings: RegistryEndpointAnonymousSettings;
|
|
2130
|
+
method: "Anonymous";
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
// @public
|
|
2134
|
+
export interface RegistryEndpointAnonymousSettings {
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
// @public
|
|
2138
|
+
export interface RegistryEndpointArtifactPullSecretAuthentication extends RegistryEndpointAuthentication {
|
|
2139
|
+
artifactPullSecretSettings: RegistryEndpointArtifactPullSecretSettings;
|
|
2140
|
+
method: "ArtifactPullSecret";
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
// @public
|
|
2144
|
+
export interface RegistryEndpointArtifactPullSecretSettings {
|
|
2145
|
+
secretRef: string;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
// @public
|
|
2149
|
+
export interface RegistryEndpointAuthentication {
|
|
2150
|
+
method: RegistryEndpointAuthenticationMethod;
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
// @public
|
|
2154
|
+
export type RegistryEndpointAuthenticationMethod = string;
|
|
2155
|
+
|
|
2156
|
+
// @public
|
|
2157
|
+
export type RegistryEndpointAuthenticationUnion = RegistryEndpointSystemAssignedIdentityAuthentication | RegistryEndpointUserAssignedIdentityAuthentication | RegistryEndpointAnonymousAuthentication | RegistryEndpointArtifactPullSecretAuthentication | RegistryEndpointAuthentication;
|
|
2158
|
+
|
|
2159
|
+
// @public
|
|
2160
|
+
export interface RegistryEndpointCreateOrUpdateOptionalParams extends OperationOptions {
|
|
2161
|
+
updateIntervalInMs?: number;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
// @public
|
|
2165
|
+
export interface RegistryEndpointDeleteOptionalParams extends OperationOptions {
|
|
2166
|
+
updateIntervalInMs?: number;
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
|
+
// @public
|
|
2170
|
+
export interface RegistryEndpointGetOptionalParams extends OperationOptions {
|
|
2171
|
+
}
|
|
2172
|
+
|
|
2173
|
+
// @public
|
|
2174
|
+
export interface RegistryEndpointListByInstanceResourceOptionalParams extends OperationOptions {
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
// @public
|
|
2178
|
+
export interface RegistryEndpointOperations {
|
|
2179
|
+
createOrUpdate: (resourceGroupName: string, instanceName: string, registryEndpointName: string, resource: RegistryEndpointResource, options?: RegistryEndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<RegistryEndpointResource>, RegistryEndpointResource>;
|
|
2180
|
+
delete: (resourceGroupName: string, instanceName: string, registryEndpointName: string, options?: RegistryEndpointDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
2181
|
+
get: (resourceGroupName: string, instanceName: string, registryEndpointName: string, options?: RegistryEndpointGetOptionalParams) => Promise<RegistryEndpointResource>;
|
|
2182
|
+
listByInstanceResource: (resourceGroupName: string, instanceName: string, options?: RegistryEndpointListByInstanceResourceOptionalParams) => PagedAsyncIterableIterator<RegistryEndpointResource>;
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
// @public
|
|
2186
|
+
export interface RegistryEndpointProperties {
|
|
2187
|
+
authentication: RegistryEndpointAuthenticationUnion;
|
|
2188
|
+
codeSigningCas?: RegistryEndpointTrustedSigningKeyUnion[];
|
|
2189
|
+
readonly healthState?: ResourceHealthState;
|
|
2190
|
+
host: string;
|
|
2191
|
+
readonly provisioningState?: ProvisioningState;
|
|
2192
|
+
}
|
|
2193
|
+
|
|
2194
|
+
// @public
|
|
2195
|
+
export interface RegistryEndpointResource extends ProxyResource {
|
|
2196
|
+
extendedLocation?: ExtendedLocation;
|
|
2197
|
+
properties?: RegistryEndpointProperties;
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
// @public
|
|
2201
|
+
export interface RegistryEndpointSystemAssignedIdentityAuthentication extends RegistryEndpointAuthentication {
|
|
2202
|
+
method: "SystemAssignedManagedIdentity";
|
|
2203
|
+
systemAssignedManagedIdentitySettings: RegistryEndpointSystemAssignedManagedIdentitySettings;
|
|
2204
|
+
}
|
|
2205
|
+
|
|
2206
|
+
// @public
|
|
2207
|
+
export interface RegistryEndpointSystemAssignedManagedIdentitySettings {
|
|
2208
|
+
audience?: string;
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
// @public
|
|
2212
|
+
export interface RegistryEndpointTrustedSigningKey {
|
|
2213
|
+
type: RegistryEndpointTrustedSigningKeyType;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
// @public
|
|
2217
|
+
export interface RegistryEndpointTrustedSigningKeyConfigMap extends RegistryEndpointTrustedSigningKey {
|
|
2218
|
+
configMapRef: string;
|
|
2219
|
+
type: "ConfigMap";
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
// @public
|
|
2223
|
+
export interface RegistryEndpointTrustedSigningKeySecret extends RegistryEndpointTrustedSigningKey {
|
|
2224
|
+
secretRef: string;
|
|
2225
|
+
type: "Secret";
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
// @public
|
|
2229
|
+
export type RegistryEndpointTrustedSigningKeyType = string;
|
|
2230
|
+
|
|
2231
|
+
// @public
|
|
2232
|
+
export type RegistryEndpointTrustedSigningKeyUnion = RegistryEndpointTrustedSigningKeySecret | RegistryEndpointTrustedSigningKeyConfigMap | RegistryEndpointTrustedSigningKey;
|
|
2233
|
+
|
|
2234
|
+
// @public
|
|
2235
|
+
export interface RegistryEndpointUserAssignedIdentityAuthentication extends RegistryEndpointAuthentication {
|
|
2236
|
+
method: "UserAssignedManagedIdentity";
|
|
2237
|
+
userAssignedManagedIdentitySettings: RegistryEndpointUserAssignedManagedIdentitySettings;
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
// @public
|
|
2241
|
+
export interface RegistryEndpointUserAssignedManagedIdentitySettings {
|
|
2242
|
+
clientId: string;
|
|
2243
|
+
scope?: string;
|
|
2244
|
+
tenantId: string;
|
|
2245
|
+
}
|
|
2246
|
+
|
|
1205
2247
|
// @public
|
|
1206
2248
|
export interface Resource {
|
|
1207
2249
|
readonly id?: string;
|
|
@@ -1210,6 +2252,18 @@ export interface Resource {
|
|
|
1210
2252
|
readonly type?: string;
|
|
1211
2253
|
}
|
|
1212
2254
|
|
|
2255
|
+
// @public
|
|
2256
|
+
export type ResourceHealthState = string;
|
|
2257
|
+
|
|
2258
|
+
// @public
|
|
2259
|
+
export interface ResourceHealthStatus {
|
|
2260
|
+
readonly lastTransitionTime?: string;
|
|
2261
|
+
readonly lastUpdateTime?: string;
|
|
2262
|
+
readonly message?: string;
|
|
2263
|
+
readonly reasonCode?: string;
|
|
2264
|
+
readonly status?: ResourceHealthState;
|
|
2265
|
+
}
|
|
2266
|
+
|
|
1213
2267
|
// @public
|
|
1214
2268
|
export function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: IoTOperationsClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
|
|
1215
2269
|
|
|
@@ -1231,6 +2285,11 @@ export interface SchemaRegistryRef {
|
|
|
1231
2285
|
resourceId: string;
|
|
1232
2286
|
}
|
|
1233
2287
|
|
|
2288
|
+
// @public
|
|
2289
|
+
export interface SecretProviderClassRef {
|
|
2290
|
+
resourceId: string;
|
|
2291
|
+
}
|
|
2292
|
+
|
|
1234
2293
|
// @public
|
|
1235
2294
|
export interface SelfCheck {
|
|
1236
2295
|
intervalSeconds?: number;
|
|
@@ -1323,10 +2382,16 @@ export interface UserAssignedIdentity {
|
|
|
1323
2382
|
|
|
1324
2383
|
// @public
|
|
1325
2384
|
export interface VolumeClaimResourceRequirements {
|
|
2385
|
+
claims?: VolumeClaimResourceRequirementsClaims[];
|
|
1326
2386
|
limits?: Record<string, string>;
|
|
1327
2387
|
requests?: Record<string, string>;
|
|
1328
2388
|
}
|
|
1329
2389
|
|
|
2390
|
+
// @public
|
|
2391
|
+
export interface VolumeClaimResourceRequirementsClaims {
|
|
2392
|
+
name: string;
|
|
2393
|
+
}
|
|
2394
|
+
|
|
1330
2395
|
// @public
|
|
1331
2396
|
export interface VolumeClaimSpec {
|
|
1332
2397
|
accessModes?: string[];
|