@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
|
@@ -0,0 +1,1998 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-iotoperations"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
// @public
|
|
8
|
+
export type ActionType = string;
|
|
9
|
+
|
|
10
|
+
// @public
|
|
11
|
+
export interface AdvancedSettings {
|
|
12
|
+
clients?: ClientConfig;
|
|
13
|
+
encryptInternalTraffic?: OperationalMode;
|
|
14
|
+
internalCerts?: CertManagerCertOptions;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
// @public
|
|
18
|
+
export interface AkriConnectorAllocatedDevice {
|
|
19
|
+
readonly deviceInboundEndpointName: string;
|
|
20
|
+
readonly deviceName: string;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// @public
|
|
24
|
+
export interface AkriConnectorProperties {
|
|
25
|
+
readonly allocatedDevices?: AkriConnectorAllocatedDevice[];
|
|
26
|
+
readonly healthState?: ResourceHealthState;
|
|
27
|
+
readonly provisioningState?: ProvisioningState;
|
|
28
|
+
readonly status?: AkriConnectorStatus;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// @public
|
|
32
|
+
export interface AkriConnectorResource extends ProxyResource {
|
|
33
|
+
extendedLocation?: ExtendedLocation;
|
|
34
|
+
properties?: AkriConnectorProperties;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// @public
|
|
38
|
+
export interface AkriConnectorsContainerRegistry extends AkriConnectorsRegistrySettings {
|
|
39
|
+
containerRegistrySettings: AkriConnectorsContainerRegistrySettings;
|
|
40
|
+
registrySettingsType: "ContainerRegistry";
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
// @public
|
|
44
|
+
export interface AkriConnectorsContainerRegistrySettings {
|
|
45
|
+
imagePullSecrets?: AkriConnectorsImagePullSecret[];
|
|
46
|
+
registry: string;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
// @public
|
|
50
|
+
export interface AkriConnectorsDiagnosticsLogs {
|
|
51
|
+
level?: string;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
// @public
|
|
55
|
+
export interface AkriConnectorsDigest extends AkriConnectorsTagDigestSettings {
|
|
56
|
+
digest: string;
|
|
57
|
+
tagDigestType: "Digest";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// @public
|
|
61
|
+
export type AkriConnectorsImagePullPolicy = string;
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export interface AkriConnectorsImagePullSecret {
|
|
65
|
+
secretRef: string;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// @public
|
|
69
|
+
export interface AkriConnectorsMqttAuthentication {
|
|
70
|
+
method: AkriConnectorsMqttAuthenticationMethod;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// @public
|
|
74
|
+
export type AkriConnectorsMqttAuthenticationMethod = string;
|
|
75
|
+
|
|
76
|
+
// @public
|
|
77
|
+
export type AkriConnectorsMqttAuthenticationUnion = AkriConnectorsServiceAccountAuthentication | AkriConnectorsMqttAuthentication;
|
|
78
|
+
|
|
79
|
+
// @public
|
|
80
|
+
export interface AkriConnectorsMqttConnectionConfiguration {
|
|
81
|
+
authentication?: AkriConnectorsMqttAuthenticationUnion;
|
|
82
|
+
host?: string;
|
|
83
|
+
keepAliveSeconds?: number;
|
|
84
|
+
maxInflightMessages?: number;
|
|
85
|
+
protocol?: AkriConnectorsMqttProtocolType;
|
|
86
|
+
sessionExpirySeconds?: number;
|
|
87
|
+
tls?: TlsProperties;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// @public
|
|
91
|
+
export type AkriConnectorsMqttProtocolType = string;
|
|
92
|
+
|
|
93
|
+
// @public
|
|
94
|
+
export interface AkriConnectorsRegistryEndpointRef extends AkriConnectorsRegistrySettings {
|
|
95
|
+
registryEndpointRef: string;
|
|
96
|
+
registrySettingsType: "RegistryEndpointRef";
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export interface AkriConnectorsRegistrySettings {
|
|
101
|
+
// (undocumented)
|
|
102
|
+
registrySettingsType: AkriConnectorsRegistrySettingsType;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
// @public
|
|
106
|
+
export type AkriConnectorsRegistrySettingsType = string;
|
|
107
|
+
|
|
108
|
+
// @public
|
|
109
|
+
export type AkriConnectorsRegistrySettingsUnion = AkriConnectorsRegistryEndpointRef | AkriConnectorsContainerRegistry | AkriConnectorsRegistrySettings;
|
|
110
|
+
|
|
111
|
+
// @public
|
|
112
|
+
export interface AkriConnectorsSecret {
|
|
113
|
+
secretAlias: string;
|
|
114
|
+
secretKey: string;
|
|
115
|
+
secretRef: string;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export interface AkriConnectorsServiceAccountAuthentication extends AkriConnectorsMqttAuthentication {
|
|
120
|
+
method: "ServiceAccountToken";
|
|
121
|
+
serviceAccountTokenSettings: AkriConnectorsServiceAccountTokenSettings;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
// @public
|
|
125
|
+
export interface AkriConnectorsServiceAccountTokenSettings {
|
|
126
|
+
audience: string;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// @public
|
|
130
|
+
export interface AkriConnectorsTag extends AkriConnectorsTagDigestSettings {
|
|
131
|
+
tag: string;
|
|
132
|
+
tagDigestType: "Tag";
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
// @public
|
|
136
|
+
export interface AkriConnectorsTagDigestSettings {
|
|
137
|
+
tagDigestType: AkriConnectorsTagDigestType;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// @public
|
|
141
|
+
export type AkriConnectorsTagDigestSettingsUnion = AkriConnectorsTag | AkriConnectorsDigest | AkriConnectorsTagDigestSettings;
|
|
142
|
+
|
|
143
|
+
// @public
|
|
144
|
+
export type AkriConnectorsTagDigestType = string;
|
|
145
|
+
|
|
146
|
+
// @public
|
|
147
|
+
export interface AkriConnectorStatus {
|
|
148
|
+
readonly healthState?: ResourceHealthStatus;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
// @public
|
|
152
|
+
export interface AkriConnectorTemplateAioMetadata {
|
|
153
|
+
aioMaxVersion?: string;
|
|
154
|
+
aioMinVersion?: string;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
// @public
|
|
158
|
+
export interface AkriConnectorTemplateAllocation {
|
|
159
|
+
policy: AkriConnectorTemplateAllocationPolicy;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
// @public
|
|
163
|
+
export type AkriConnectorTemplateAllocationPolicy = string;
|
|
164
|
+
|
|
165
|
+
// @public
|
|
166
|
+
export type AkriConnectorTemplateAllocationUnion = AkriConnectorTemplateBucketizedAllocation | AkriConnectorTemplateAllocation;
|
|
167
|
+
|
|
168
|
+
// @public
|
|
169
|
+
export interface AkriConnectorTemplateBucketizedAllocation extends AkriConnectorTemplateAllocation {
|
|
170
|
+
bucketSize: number;
|
|
171
|
+
policy: "Bucketized";
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
// @public
|
|
175
|
+
export interface AkriConnectorTemplateDeviceInboundEndpointType {
|
|
176
|
+
displayName?: string;
|
|
177
|
+
endpointType: string;
|
|
178
|
+
version?: string;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
// @public
|
|
182
|
+
export interface AkriConnectorTemplateDiagnostics {
|
|
183
|
+
logs: AkriConnectorsDiagnosticsLogs;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
// @public
|
|
187
|
+
export interface AkriConnectorTemplateManagedConfiguration extends AkriConnectorTemplateRuntimeConfiguration {
|
|
188
|
+
managedConfigurationSettings: AkriConnectorTemplateManagedConfigurationSettingsUnion;
|
|
189
|
+
runtimeConfigurationType: "ManagedConfiguration";
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
// @public
|
|
193
|
+
export interface AkriConnectorTemplateManagedConfigurationSettings {
|
|
194
|
+
additionalConfiguration?: Record<string, string>;
|
|
195
|
+
allocation?: AkriConnectorTemplateAllocationUnion;
|
|
196
|
+
managedConfigurationType: AkriConnectorTemplateManagedConfigurationType;
|
|
197
|
+
persistentVolumeClaims?: AkriConnectorTemplatePersistentVolumeClaim[];
|
|
198
|
+
persistentVolumeClaimTemplates?: Record<string, any>[];
|
|
199
|
+
secrets?: AkriConnectorsSecret[];
|
|
200
|
+
trustSettings?: AkriConnectorTemplateTrustList;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
// @public
|
|
204
|
+
export type AkriConnectorTemplateManagedConfigurationSettingsUnion = AkriConnectorTemplateRuntimeImageConfiguration | AkriConnectorTemplateRuntimeStatefulSetConfiguration | AkriConnectorTemplateManagedConfigurationSettings;
|
|
205
|
+
|
|
206
|
+
// @public
|
|
207
|
+
export type AkriConnectorTemplateManagedConfigurationType = string;
|
|
208
|
+
|
|
209
|
+
// @public
|
|
210
|
+
export interface AkriConnectorTemplatePersistentVolumeClaim {
|
|
211
|
+
claimName: string;
|
|
212
|
+
mountPath: string;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
// @public
|
|
216
|
+
export interface AkriConnectorTemplateProperties {
|
|
217
|
+
aioMetadata?: AkriConnectorTemplateAioMetadata;
|
|
218
|
+
connectorMetadataRef?: string;
|
|
219
|
+
deviceInboundEndpointTypes: AkriConnectorTemplateDeviceInboundEndpointType[];
|
|
220
|
+
diagnostics?: AkriConnectorTemplateDiagnostics;
|
|
221
|
+
readonly healthState?: ResourceHealthState;
|
|
222
|
+
mqttConnectionConfiguration?: AkriConnectorsMqttConnectionConfiguration;
|
|
223
|
+
readonly provisioningState?: ProvisioningState;
|
|
224
|
+
runtimeConfiguration: AkriConnectorTemplateRuntimeConfigurationUnion;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
// @public
|
|
228
|
+
export interface AkriConnectorTemplateResource extends ProxyResource {
|
|
229
|
+
extendedLocation?: ExtendedLocation;
|
|
230
|
+
properties?: AkriConnectorTemplateProperties;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
// @public
|
|
234
|
+
export interface AkriConnectorTemplateRuntimeConfiguration {
|
|
235
|
+
runtimeConfigurationType: AkriConnectorTemplateRuntimeConfigurationType;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
// @public
|
|
239
|
+
export type AkriConnectorTemplateRuntimeConfigurationType = string;
|
|
240
|
+
|
|
241
|
+
// @public
|
|
242
|
+
export type AkriConnectorTemplateRuntimeConfigurationUnion = AkriConnectorTemplateManagedConfiguration | AkriConnectorTemplateRuntimeConfiguration;
|
|
243
|
+
|
|
244
|
+
// @public
|
|
245
|
+
export interface AkriConnectorTemplateRuntimeImageConfiguration extends AkriConnectorTemplateManagedConfigurationSettings {
|
|
246
|
+
imageConfigurationSettings: AkriConnectorTemplateRuntimeImageConfigurationSettings;
|
|
247
|
+
managedConfigurationType: "ImageConfiguration";
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
// @public
|
|
251
|
+
export interface AkriConnectorTemplateRuntimeImageConfigurationSettings {
|
|
252
|
+
imageName: string;
|
|
253
|
+
imagePullPolicy?: AkriConnectorsImagePullPolicy;
|
|
254
|
+
registrySettings?: AkriConnectorsRegistrySettingsUnion;
|
|
255
|
+
replicas?: number;
|
|
256
|
+
tagDigestSettings?: AkriConnectorsTagDigestSettingsUnion;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
// @public
|
|
260
|
+
export interface AkriConnectorTemplateRuntimeStatefulSetConfiguration extends AkriConnectorTemplateManagedConfigurationSettings {
|
|
261
|
+
managedConfigurationType: "StatefulSetConfiguration";
|
|
262
|
+
statefulSetConfigurationSettings: Record<string, any>;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
// @public
|
|
266
|
+
export interface AkriConnectorTemplateTrustList {
|
|
267
|
+
trustListSecretRef: string;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
// @public
|
|
271
|
+
export interface AkriServiceProperties {
|
|
272
|
+
readonly provisioningState?: ProvisioningState;
|
|
273
|
+
readonly status?: AkriServiceStatus;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
// @public
|
|
277
|
+
export interface AkriServiceResource extends ProxyResource {
|
|
278
|
+
extendedLocation?: ExtendedLocation;
|
|
279
|
+
properties?: AkriServiceProperties;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
// @public
|
|
283
|
+
export interface AkriServiceStatus {
|
|
284
|
+
readonly healthState?: ResourceHealthStatus;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
// @public
|
|
288
|
+
export interface AuthorizationConfig {
|
|
289
|
+
cache?: OperationalMode;
|
|
290
|
+
rules?: AuthorizationRule[];
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
// @public
|
|
294
|
+
export interface AuthorizationRule {
|
|
295
|
+
brokerResources: BrokerResourceRule[];
|
|
296
|
+
principals: PrincipalDefinition;
|
|
297
|
+
stateStoreResources?: StateStoreResourceRule[];
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
// @public
|
|
301
|
+
export interface AzureDeviceRegistryNamespaceRef {
|
|
302
|
+
resourceId: string;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
// @public
|
|
306
|
+
export interface BackendChain {
|
|
307
|
+
partitions: number;
|
|
308
|
+
redundancyFactor: number;
|
|
309
|
+
workers?: number;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
// @public
|
|
313
|
+
export interface BatchingConfiguration {
|
|
314
|
+
latencySeconds?: number;
|
|
315
|
+
maxMessages?: number;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
// @public
|
|
319
|
+
export type BrokerAuthenticationMethod = string;
|
|
320
|
+
|
|
321
|
+
// @public
|
|
322
|
+
export interface BrokerAuthenticationProperties {
|
|
323
|
+
authenticationMethods: BrokerAuthenticatorMethods[];
|
|
324
|
+
readonly healthState?: ResourceHealthState;
|
|
325
|
+
readonly provisioningState?: ProvisioningState;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
// @public
|
|
329
|
+
export interface BrokerAuthenticationResource extends ProxyResource {
|
|
330
|
+
extendedLocation?: ExtendedLocation;
|
|
331
|
+
properties?: BrokerAuthenticationProperties;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
// @public
|
|
335
|
+
export interface BrokerAuthenticatorCustomAuth {
|
|
336
|
+
x509: X509ManualCertificate;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
// @public
|
|
340
|
+
export interface BrokerAuthenticatorMethodCustom {
|
|
341
|
+
auth?: BrokerAuthenticatorCustomAuth;
|
|
342
|
+
caCertConfigMap?: string;
|
|
343
|
+
endpoint: string;
|
|
344
|
+
headers?: Record<string, string>;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
// @public
|
|
348
|
+
export interface BrokerAuthenticatorMethods {
|
|
349
|
+
customSettings?: BrokerAuthenticatorMethodCustom;
|
|
350
|
+
method: BrokerAuthenticationMethod;
|
|
351
|
+
serviceAccountTokenSettings?: BrokerAuthenticatorMethodSat;
|
|
352
|
+
x509Settings?: BrokerAuthenticatorMethodX509;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
// @public
|
|
356
|
+
export interface BrokerAuthenticatorMethodSat {
|
|
357
|
+
audiences: string[];
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
// @public
|
|
361
|
+
export interface BrokerAuthenticatorMethodX509 {
|
|
362
|
+
additionalValidation?: BrokerAuthenticatorValidationMethods;
|
|
363
|
+
authorizationAttributes?: Record<string, BrokerAuthenticatorMethodX509Attributes>;
|
|
364
|
+
trustedClientCaCert?: string;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
// @public
|
|
368
|
+
export interface BrokerAuthenticatorMethodX509Attributes {
|
|
369
|
+
attributes: Record<string, string>;
|
|
370
|
+
subject: string;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
// @public
|
|
374
|
+
export type BrokerAuthenticatorValidationMethods = string;
|
|
375
|
+
|
|
376
|
+
// @public
|
|
377
|
+
export interface BrokerAuthorizationProperties {
|
|
378
|
+
authorizationPolicies: AuthorizationConfig;
|
|
379
|
+
readonly healthState?: ResourceHealthState;
|
|
380
|
+
readonly provisioningState?: ProvisioningState;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
// @public
|
|
384
|
+
export interface BrokerAuthorizationResource extends ProxyResource {
|
|
385
|
+
extendedLocation?: ExtendedLocation;
|
|
386
|
+
properties?: BrokerAuthorizationProperties;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
// @public
|
|
390
|
+
export interface BrokerDiagnostics {
|
|
391
|
+
logs?: DiagnosticsLogs;
|
|
392
|
+
metrics?: Metrics;
|
|
393
|
+
selfCheck?: SelfCheck;
|
|
394
|
+
traces?: Traces;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
// @public
|
|
398
|
+
export interface BrokerListenerProperties {
|
|
399
|
+
readonly healthState?: ResourceHealthState;
|
|
400
|
+
ports: ListenerPort[];
|
|
401
|
+
readonly provisioningState?: ProvisioningState;
|
|
402
|
+
serviceName?: string;
|
|
403
|
+
serviceType?: ServiceType;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
// @public
|
|
407
|
+
export interface BrokerListenerResource extends ProxyResource {
|
|
408
|
+
extendedLocation?: ExtendedLocation;
|
|
409
|
+
properties?: BrokerListenerProperties;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
// @public
|
|
413
|
+
export type BrokerMemoryProfile = string;
|
|
414
|
+
|
|
415
|
+
// @public
|
|
416
|
+
export interface BrokerPersistence {
|
|
417
|
+
encryption?: BrokerPersistenceEncryption;
|
|
418
|
+
maxSize: string;
|
|
419
|
+
persistentVolumeClaimSpec?: VolumeClaimSpec;
|
|
420
|
+
retain?: BrokerRetainMessagesPolicyUnion;
|
|
421
|
+
stateStore?: BrokerStateStorePolicyUnion;
|
|
422
|
+
subscriberQueue?: BrokerSubscriberQueuePolicyUnion;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
// @public
|
|
426
|
+
export interface BrokerPersistenceEncryption {
|
|
427
|
+
mode: OperationalMode;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
// @public
|
|
431
|
+
export type BrokerPersistencePolicyMode = string;
|
|
432
|
+
|
|
433
|
+
// @public
|
|
434
|
+
export interface BrokerProperties {
|
|
435
|
+
advanced?: AdvancedSettings;
|
|
436
|
+
cardinality?: Cardinality;
|
|
437
|
+
diagnostics?: BrokerDiagnostics;
|
|
438
|
+
diskBackedMessageBuffer?: DiskBackedMessageBuffer;
|
|
439
|
+
generateResourceLimits?: GenerateResourceLimits;
|
|
440
|
+
readonly healthState?: ResourceHealthState;
|
|
441
|
+
memoryProfile?: BrokerMemoryProfile;
|
|
442
|
+
persistence?: BrokerPersistence;
|
|
443
|
+
readonly provisioningState?: ProvisioningState;
|
|
444
|
+
readonly status?: BrokerStatus;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
// @public
|
|
448
|
+
export type BrokerProtocolType = string;
|
|
449
|
+
|
|
450
|
+
// @public
|
|
451
|
+
export interface BrokerResource extends ProxyResource {
|
|
452
|
+
extendedLocation?: ExtendedLocation;
|
|
453
|
+
properties?: BrokerProperties;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
// @public
|
|
457
|
+
export type BrokerResourceDefinitionMethods = string;
|
|
458
|
+
|
|
459
|
+
// @public
|
|
460
|
+
export interface BrokerResourceRule {
|
|
461
|
+
clientIds?: string[];
|
|
462
|
+
method: BrokerResourceDefinitionMethods;
|
|
463
|
+
topics?: string[];
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
// @public
|
|
467
|
+
export interface BrokerRetainMessagesCustomPolicy extends BrokerRetainMessagesPolicy {
|
|
468
|
+
mode: "Custom";
|
|
469
|
+
retainSettings: BrokerRetainMessagesSettings;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
// @public
|
|
473
|
+
export interface BrokerRetainMessagesDynamic {
|
|
474
|
+
mode: OperationalMode;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
// @public
|
|
478
|
+
export interface BrokerRetainMessagesPolicy {
|
|
479
|
+
mode: BrokerPersistencePolicyMode;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
// @public
|
|
483
|
+
export type BrokerRetainMessagesPolicyUnion = BrokerRetainMessagesCustomPolicy | BrokerRetainMessagesPolicy;
|
|
484
|
+
|
|
485
|
+
// @public
|
|
486
|
+
export interface BrokerRetainMessagesSettings {
|
|
487
|
+
dynamic?: BrokerRetainMessagesDynamic;
|
|
488
|
+
topics?: string[];
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
// @public
|
|
492
|
+
export interface BrokerStateStoreCustomPolicy extends BrokerStateStorePolicy {
|
|
493
|
+
mode: "Custom";
|
|
494
|
+
stateStoreSettings: BrokerStateStorePolicySettings;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
// @public
|
|
498
|
+
export interface BrokerStateStoreDynamic {
|
|
499
|
+
mode: OperationalMode;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
// @public
|
|
503
|
+
export type BrokerStateStoreKeyType = string;
|
|
504
|
+
|
|
505
|
+
// @public
|
|
506
|
+
export interface BrokerStateStorePolicy {
|
|
507
|
+
mode: BrokerPersistencePolicyMode;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
// @public
|
|
511
|
+
export interface BrokerStateStorePolicyResources {
|
|
512
|
+
keys: string[];
|
|
513
|
+
keyType: BrokerStateStoreKeyType;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
// @public
|
|
517
|
+
export interface BrokerStateStorePolicySettings {
|
|
518
|
+
dynamic?: BrokerStateStoreDynamic;
|
|
519
|
+
stateStoreResources?: BrokerStateStorePolicyResources[];
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
// @public
|
|
523
|
+
export type BrokerStateStorePolicyUnion = BrokerStateStoreCustomPolicy | BrokerStateStorePolicy;
|
|
524
|
+
|
|
525
|
+
// @public
|
|
526
|
+
export interface BrokerStatus {
|
|
527
|
+
readonly healthState?: ResourceHealthStatus;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
// @public
|
|
531
|
+
export interface BrokerSubscriberQueueCustomPolicy extends BrokerSubscriberQueuePolicy {
|
|
532
|
+
mode: "Custom";
|
|
533
|
+
subscriberQueueSettings: BrokerSubscriberQueueCustomPolicySettings;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
// @public
|
|
537
|
+
export interface BrokerSubscriberQueueCustomPolicySettings {
|
|
538
|
+
dynamic?: BrokerSubscriberQueueDynamic;
|
|
539
|
+
subscriberClientIds?: string[];
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
// @public
|
|
543
|
+
export interface BrokerSubscriberQueueDynamic {
|
|
544
|
+
mode: OperationalMode;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
// @public
|
|
548
|
+
export interface BrokerSubscriberQueuePolicy {
|
|
549
|
+
mode: BrokerPersistencePolicyMode;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
// @public
|
|
553
|
+
export type BrokerSubscriberQueuePolicyUnion = BrokerSubscriberQueueCustomPolicy | BrokerSubscriberQueuePolicy;
|
|
554
|
+
|
|
555
|
+
// @public
|
|
556
|
+
export interface Cardinality {
|
|
557
|
+
backendChain: BackendChain;
|
|
558
|
+
frontend: Frontend;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
// @public
|
|
562
|
+
export interface CertManagerCertificateSpec {
|
|
563
|
+
duration?: string;
|
|
564
|
+
issuerRef: CertManagerIssuerRef;
|
|
565
|
+
privateKey?: CertManagerPrivateKey;
|
|
566
|
+
renewBefore?: string;
|
|
567
|
+
san?: SanForCert;
|
|
568
|
+
secretName?: string;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
// @public
|
|
572
|
+
export interface CertManagerCertOptions {
|
|
573
|
+
duration: string;
|
|
574
|
+
privateKey: CertManagerPrivateKey;
|
|
575
|
+
renewBefore: string;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
// @public
|
|
579
|
+
export type CertManagerIssuerKind = string;
|
|
580
|
+
|
|
581
|
+
// @public
|
|
582
|
+
export interface CertManagerIssuerRef {
|
|
583
|
+
group: string;
|
|
584
|
+
kind: CertManagerIssuerKind;
|
|
585
|
+
name: string;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
// @public
|
|
589
|
+
export interface CertManagerPrivateKey {
|
|
590
|
+
algorithm: PrivateKeyAlgorithm;
|
|
591
|
+
rotationPolicy: PrivateKeyRotationPolicy;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
// @public
|
|
595
|
+
export interface ClientConfig {
|
|
596
|
+
maxKeepAliveSeconds?: number;
|
|
597
|
+
maxMessageExpirySeconds?: number;
|
|
598
|
+
maxPacketSizeBytes?: number;
|
|
599
|
+
maxReceiveMaximum?: number;
|
|
600
|
+
maxSessionExpirySeconds?: number;
|
|
601
|
+
subscriberQueueLimit?: SubscriberQueueLimit;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
// @public
|
|
605
|
+
export type CloudEventAttributeType = string;
|
|
606
|
+
|
|
607
|
+
// @public
|
|
608
|
+
export type CreatedByType = string;
|
|
609
|
+
|
|
610
|
+
// @public
|
|
611
|
+
export type DataExplorerAuthMethod = string;
|
|
612
|
+
|
|
613
|
+
// @public
|
|
614
|
+
export interface DataflowBuiltInTransformationDataset {
|
|
615
|
+
description?: string;
|
|
616
|
+
expression?: string;
|
|
617
|
+
inputs: string[];
|
|
618
|
+
key: string;
|
|
619
|
+
schemaRef?: string;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
// @public
|
|
623
|
+
export interface DataflowBuiltInTransformationFilter {
|
|
624
|
+
description?: string;
|
|
625
|
+
expression: string;
|
|
626
|
+
inputs: string[];
|
|
627
|
+
type?: FilterType;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
// @public
|
|
631
|
+
export interface DataflowBuiltInTransformationMap {
|
|
632
|
+
description?: string;
|
|
633
|
+
expression?: string;
|
|
634
|
+
inputs: string[];
|
|
635
|
+
output: string;
|
|
636
|
+
type?: DataflowMappingType;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
// @public
|
|
640
|
+
export interface DataflowBuiltInTransformationSettings {
|
|
641
|
+
datasets?: DataflowBuiltInTransformationDataset[];
|
|
642
|
+
filter?: DataflowBuiltInTransformationFilter[];
|
|
643
|
+
map?: DataflowBuiltInTransformationMap[];
|
|
644
|
+
schemaRef?: string;
|
|
645
|
+
serializationFormat?: TransformationSerializationFormat;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
// @public
|
|
649
|
+
export interface DataflowDestinationAddIfNotPresentHeaderAction extends DataflowDestinationHeaderAction {
|
|
650
|
+
actionType: "AddIfNotPresent";
|
|
651
|
+
key: string;
|
|
652
|
+
value: string;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
// @public
|
|
656
|
+
export interface DataflowDestinationAddOrReplaceHeaderAction extends DataflowDestinationHeaderAction {
|
|
657
|
+
actionType: "AddOrReplace";
|
|
658
|
+
key: string;
|
|
659
|
+
value: string;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
// @public
|
|
663
|
+
export interface DataflowDestinationHeaderAction {
|
|
664
|
+
actionType: DataflowHeaderActionType;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
// @public
|
|
668
|
+
export type DataflowDestinationHeaderActionUnion = DataflowDestinationAddIfNotPresentHeaderAction | DataflowDestinationRemoveHeaderAction | DataflowDestinationAddOrReplaceHeaderAction | DataflowDestinationHeaderAction;
|
|
669
|
+
|
|
670
|
+
// @public
|
|
671
|
+
export interface DataflowDestinationOperationSettings {
|
|
672
|
+
dataDestination: string;
|
|
673
|
+
endpointRef: string;
|
|
674
|
+
headers?: DataflowDestinationHeaderActionUnion[];
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
// @public
|
|
678
|
+
export interface DataflowDestinationRemoveHeaderAction extends DataflowDestinationHeaderAction {
|
|
679
|
+
actionType: "Remove";
|
|
680
|
+
key: string;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
// @public
|
|
684
|
+
export interface DataflowEndpointAuthenticationAccessToken {
|
|
685
|
+
secretRef: string;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
// @public
|
|
689
|
+
export interface DataflowEndpointAuthenticationAnonymous {
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
// @public
|
|
693
|
+
export interface DataflowEndpointAuthenticationSasl {
|
|
694
|
+
saslType: DataflowEndpointAuthenticationSaslType;
|
|
695
|
+
secretRef: string;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
// @public
|
|
699
|
+
export type DataflowEndpointAuthenticationSaslType = string;
|
|
700
|
+
|
|
701
|
+
// @public
|
|
702
|
+
export interface DataflowEndpointAuthenticationServiceAccountToken {
|
|
703
|
+
audience: string;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
// @public
|
|
707
|
+
export interface DataflowEndpointAuthenticationSystemAssignedManagedIdentity {
|
|
708
|
+
audience?: string;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
// @public
|
|
712
|
+
export interface DataflowEndpointAuthenticationUserAssignedManagedIdentity {
|
|
713
|
+
clientId: string;
|
|
714
|
+
scope?: string;
|
|
715
|
+
tenantId: string;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
// @public
|
|
719
|
+
export interface DataflowEndpointAuthenticationX509 {
|
|
720
|
+
secretRef: string;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
// @public
|
|
724
|
+
export interface DataflowEndpointDataExplorer {
|
|
725
|
+
authentication: DataflowEndpointDataExplorerAuthentication;
|
|
726
|
+
batching?: BatchingConfiguration;
|
|
727
|
+
database: string;
|
|
728
|
+
host: string;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
// @public
|
|
732
|
+
export interface DataflowEndpointDataExplorerAuthentication {
|
|
733
|
+
method: DataExplorerAuthMethod;
|
|
734
|
+
systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
|
|
735
|
+
userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
// @public
|
|
739
|
+
export interface DataflowEndpointDataLakeStorage {
|
|
740
|
+
authentication: DataflowEndpointDataLakeStorageAuthentication;
|
|
741
|
+
batching?: BatchingConfiguration;
|
|
742
|
+
host: string;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
// @public
|
|
746
|
+
export interface DataflowEndpointDataLakeStorageAuthentication {
|
|
747
|
+
accessTokenSettings?: DataflowEndpointAuthenticationAccessToken;
|
|
748
|
+
method: DataLakeStorageAuthMethod;
|
|
749
|
+
systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
|
|
750
|
+
userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
// @public
|
|
754
|
+
export interface DataflowEndpointFabricOneLake {
|
|
755
|
+
authentication: DataflowEndpointFabricOneLakeAuthentication;
|
|
756
|
+
batching?: BatchingConfiguration;
|
|
757
|
+
host: string;
|
|
758
|
+
names: DataflowEndpointFabricOneLakeNames;
|
|
759
|
+
oneLakePathType: DataflowEndpointFabricPathType;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
// @public
|
|
763
|
+
export interface DataflowEndpointFabricOneLakeAuthentication {
|
|
764
|
+
method: FabricOneLakeAuthMethod;
|
|
765
|
+
systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
|
|
766
|
+
userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
// @public
|
|
770
|
+
export interface DataflowEndpointFabricOneLakeNames {
|
|
771
|
+
lakehouseName: string;
|
|
772
|
+
workspaceName: string;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
// @public
|
|
776
|
+
export type DataflowEndpointFabricPathType = string;
|
|
777
|
+
|
|
778
|
+
// @public
|
|
779
|
+
export type DataflowEndpointHostType = string;
|
|
780
|
+
|
|
781
|
+
// @public
|
|
782
|
+
export interface DataflowEndpointKafka {
|
|
783
|
+
authentication: DataflowEndpointKafkaAuthentication;
|
|
784
|
+
batching?: DataflowEndpointKafkaBatching;
|
|
785
|
+
cloudEventAttributes?: CloudEventAttributeType;
|
|
786
|
+
compression?: DataflowEndpointKafkaCompression;
|
|
787
|
+
consumerGroupId?: string;
|
|
788
|
+
copyMqttProperties?: OperationalMode;
|
|
789
|
+
host: string;
|
|
790
|
+
kafkaAcks?: DataflowEndpointKafkaAcks;
|
|
791
|
+
partitionStrategy?: DataflowEndpointKafkaPartitionStrategy;
|
|
792
|
+
tls?: TlsProperties;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
// @public
|
|
796
|
+
export type DataflowEndpointKafkaAcks = string;
|
|
797
|
+
|
|
798
|
+
// @public
|
|
799
|
+
export interface DataflowEndpointKafkaAuthentication {
|
|
800
|
+
method: KafkaAuthMethod;
|
|
801
|
+
saslSettings?: DataflowEndpointAuthenticationSasl;
|
|
802
|
+
systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
|
|
803
|
+
userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
|
|
804
|
+
x509CertificateSettings?: DataflowEndpointAuthenticationX509;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
// @public
|
|
808
|
+
export interface DataflowEndpointKafkaBatching {
|
|
809
|
+
latencyMs?: number;
|
|
810
|
+
maxBytes?: number;
|
|
811
|
+
maxMessages?: number;
|
|
812
|
+
mode?: OperationalMode;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
// @public
|
|
816
|
+
export type DataflowEndpointKafkaCompression = string;
|
|
817
|
+
|
|
818
|
+
// @public
|
|
819
|
+
export type DataflowEndpointKafkaPartitionStrategy = string;
|
|
820
|
+
|
|
821
|
+
// @public
|
|
822
|
+
export interface DataflowEndpointLocalStorage {
|
|
823
|
+
persistentVolumeClaimRef: string;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
// @public
|
|
827
|
+
export interface DataflowEndpointMqtt {
|
|
828
|
+
authentication: DataflowEndpointMqttAuthentication;
|
|
829
|
+
clientIdPrefix?: string;
|
|
830
|
+
cloudEventAttributes?: CloudEventAttributeType;
|
|
831
|
+
host?: string;
|
|
832
|
+
keepAliveSeconds?: number;
|
|
833
|
+
maxInflightMessages?: number;
|
|
834
|
+
protocol?: BrokerProtocolType;
|
|
835
|
+
qos?: number;
|
|
836
|
+
retain?: MqttRetainType;
|
|
837
|
+
sessionExpirySeconds?: number;
|
|
838
|
+
tls?: TlsProperties;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
// @public
|
|
842
|
+
export interface DataflowEndpointMqttAuthentication {
|
|
843
|
+
method: MqttAuthMethod;
|
|
844
|
+
serviceAccountTokenSettings?: DataflowEndpointAuthenticationServiceAccountToken;
|
|
845
|
+
systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
|
|
846
|
+
userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
|
|
847
|
+
x509CertificateSettings?: DataflowEndpointAuthenticationX509;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
// @public
|
|
851
|
+
export interface DataflowEndpointOpenTelemetry {
|
|
852
|
+
authentication: DataflowOpenTelemetryAuthenticationUnion;
|
|
853
|
+
batching?: BatchingConfiguration;
|
|
854
|
+
host: string;
|
|
855
|
+
tls?: TlsProperties;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
// @public
|
|
859
|
+
export interface DataflowEndpointProperties {
|
|
860
|
+
dataExplorerSettings?: DataflowEndpointDataExplorer;
|
|
861
|
+
dataLakeStorageSettings?: DataflowEndpointDataLakeStorage;
|
|
862
|
+
endpointType: EndpointType;
|
|
863
|
+
fabricOneLakeSettings?: DataflowEndpointFabricOneLake;
|
|
864
|
+
readonly healthState?: ResourceHealthState;
|
|
865
|
+
hostType?: DataflowEndpointHostType;
|
|
866
|
+
kafkaSettings?: DataflowEndpointKafka;
|
|
867
|
+
localStorageSettings?: DataflowEndpointLocalStorage;
|
|
868
|
+
mqttSettings?: DataflowEndpointMqtt;
|
|
869
|
+
openTelemetrySettings?: DataflowEndpointOpenTelemetry;
|
|
870
|
+
readonly provisioningState?: ProvisioningState;
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
// @public
|
|
874
|
+
export interface DataflowEndpointResource extends ProxyResource {
|
|
875
|
+
extendedLocation?: ExtendedLocation;
|
|
876
|
+
properties?: DataflowEndpointProperties;
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
// @public
|
|
880
|
+
export interface DataflowGraphConnectionInput {
|
|
881
|
+
name: string;
|
|
882
|
+
schema?: DataflowGraphConnectionSchemaSettings;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
// @public
|
|
886
|
+
export interface DataflowGraphConnectionOutput {
|
|
887
|
+
name: string;
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
// @public
|
|
891
|
+
export type DataflowGraphConnectionSchemaSerializationFormat = string;
|
|
892
|
+
|
|
893
|
+
// @public
|
|
894
|
+
export interface DataflowGraphConnectionSchemaSettings {
|
|
895
|
+
schemaRef?: string;
|
|
896
|
+
serializationFormat?: DataflowGraphConnectionSchemaSerializationFormat;
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
// @public
|
|
900
|
+
export interface DataflowGraphDestinationAddIfNotPresentHeaderAction extends DataflowGraphDestinationHeaderAction {
|
|
901
|
+
// (undocumented)
|
|
902
|
+
actionType: "AddIfNotPresent";
|
|
903
|
+
key: string;
|
|
904
|
+
value: string;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
// @public
|
|
908
|
+
export interface DataflowGraphDestinationAddOrReplaceHeaderAction extends DataflowGraphDestinationHeaderAction {
|
|
909
|
+
// (undocumented)
|
|
910
|
+
actionType: "AddOrReplace";
|
|
911
|
+
key: string;
|
|
912
|
+
value: string;
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
// @public
|
|
916
|
+
export interface DataflowGraphDestinationHeaderAction {
|
|
917
|
+
actionType: DataflowGraphDestinationHeaderActionType;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
// @public
|
|
921
|
+
export type DataflowGraphDestinationHeaderActionType = string;
|
|
922
|
+
|
|
923
|
+
// @public
|
|
924
|
+
export type DataflowGraphDestinationHeaderActionUnion = DataflowGraphDestinationAddIfNotPresentHeaderAction | DataflowGraphDestinationRemoveHeaderAction | DataflowGraphDestinationAddOrReplaceHeaderAction | DataflowGraphDestinationHeaderAction;
|
|
925
|
+
|
|
926
|
+
// @public
|
|
927
|
+
export interface DataflowGraphDestinationNode extends DataflowGraphNode {
|
|
928
|
+
destinationSettings: DataflowGraphDestinationNodeSettings;
|
|
929
|
+
nodeType: "Destination";
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
// @public
|
|
933
|
+
export interface DataflowGraphDestinationNodeSettings {
|
|
934
|
+
dataDestination: string;
|
|
935
|
+
endpointRef: string;
|
|
936
|
+
headers?: DataflowGraphDestinationHeaderActionUnion[];
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
// @public
|
|
940
|
+
export interface DataflowGraphDestinationRemoveHeaderAction extends DataflowGraphDestinationHeaderAction {
|
|
941
|
+
// (undocumented)
|
|
942
|
+
actionType: "Remove";
|
|
943
|
+
key: string;
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
// @public
|
|
947
|
+
export interface DataflowGraphGraphNode extends DataflowGraphNode {
|
|
948
|
+
graphSettings: DataflowGraphNodeGraphSettings;
|
|
949
|
+
nodeType: "Graph";
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
// @public
|
|
953
|
+
export interface DataflowGraphGraphNodeConfiguration {
|
|
954
|
+
key: string;
|
|
955
|
+
value: string;
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
// @public
|
|
959
|
+
export interface DataflowGraphNode {
|
|
960
|
+
name: string;
|
|
961
|
+
nodeType: DataflowGraphNodeType;
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
// @public
|
|
965
|
+
export interface DataflowGraphNodeConnection {
|
|
966
|
+
from: DataflowGraphConnectionInput;
|
|
967
|
+
to: DataflowGraphConnectionOutput;
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
// @public
|
|
971
|
+
export interface DataflowGraphNodeGraphSettings {
|
|
972
|
+
artifact: string;
|
|
973
|
+
configuration?: DataflowGraphGraphNodeConfiguration[];
|
|
974
|
+
registryEndpointRef: string;
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
// @public
|
|
978
|
+
export type DataflowGraphNodeType = string;
|
|
979
|
+
|
|
980
|
+
// @public
|
|
981
|
+
export type DataflowGraphNodeUnion = DataflowGraphSourceNode | DataflowGraphGraphNode | DataflowGraphDestinationNode | DataflowGraphNode;
|
|
982
|
+
|
|
983
|
+
// @public
|
|
984
|
+
export interface DataflowGraphProperties {
|
|
985
|
+
readonly healthState?: ResourceHealthState;
|
|
986
|
+
mode?: OperationalMode;
|
|
987
|
+
nodeConnections: DataflowGraphNodeConnection[];
|
|
988
|
+
nodes: DataflowGraphNodeUnion[];
|
|
989
|
+
readonly provisioningState?: ProvisioningState;
|
|
990
|
+
requestDiskPersistence?: OperationalMode;
|
|
991
|
+
readonly status?: DataflowGraphStatus;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
// @public
|
|
995
|
+
export interface DataflowGraphResource extends ProxyResource {
|
|
996
|
+
extendedLocation?: ExtendedLocation;
|
|
997
|
+
properties?: DataflowGraphProperties;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
// @public
|
|
1001
|
+
export interface DataflowGraphSourceNode extends DataflowGraphNode {
|
|
1002
|
+
nodeType: "Source";
|
|
1003
|
+
sourceSettings: DataflowGraphSourceSettings;
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
// @public
|
|
1007
|
+
export interface DataflowGraphSourceSettings {
|
|
1008
|
+
assetRef?: string;
|
|
1009
|
+
dataSources: string[];
|
|
1010
|
+
endpointRef: string;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
// @public
|
|
1014
|
+
export interface DataflowGraphStatus {
|
|
1015
|
+
readonly healthState?: ResourceHealthStatus;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
// @public
|
|
1019
|
+
export type DataflowHeaderActionType = string;
|
|
1020
|
+
|
|
1021
|
+
// @public
|
|
1022
|
+
export type DataflowMappingType = string;
|
|
1023
|
+
|
|
1024
|
+
// @public
|
|
1025
|
+
export interface DataflowOpenTelemetryAnonymousAuthentication extends DataflowOpenTelemetryAuthentication {
|
|
1026
|
+
anonymousSettings: DataflowEndpointAuthenticationAnonymous;
|
|
1027
|
+
method: "Anonymous";
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
// @public
|
|
1031
|
+
export interface DataflowOpenTelemetryAuthentication {
|
|
1032
|
+
method: DataflowOpenTelemetryAuthenticationMethod;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
// @public
|
|
1036
|
+
export type DataflowOpenTelemetryAuthenticationMethod = string;
|
|
1037
|
+
|
|
1038
|
+
// @public
|
|
1039
|
+
export type DataflowOpenTelemetryAuthenticationUnion = DataflowOpenTelemetryServiceAccountAuthentication | DataflowOpenTelemetryX509CertificateAuthentication | DataflowOpenTelemetryAnonymousAuthentication | DataflowOpenTelemetryAuthentication;
|
|
1040
|
+
|
|
1041
|
+
// @public
|
|
1042
|
+
export interface DataflowOpenTelemetryServiceAccountAuthentication extends DataflowOpenTelemetryAuthentication {
|
|
1043
|
+
method: "ServiceAccountToken";
|
|
1044
|
+
serviceAccountTokenSettings: DataflowEndpointAuthenticationServiceAccountToken;
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
// @public
|
|
1048
|
+
export interface DataflowOpenTelemetryX509CertificateAuthentication extends DataflowOpenTelemetryAuthentication {
|
|
1049
|
+
method: "X509Certificate";
|
|
1050
|
+
x509CertificateSettings: DataflowEndpointAuthenticationX509;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
// @public
|
|
1054
|
+
export interface DataflowOperation {
|
|
1055
|
+
builtInTransformationSettings?: DataflowBuiltInTransformationSettings;
|
|
1056
|
+
destinationSettings?: DataflowDestinationOperationSettings;
|
|
1057
|
+
name?: string;
|
|
1058
|
+
operationType: OperationType;
|
|
1059
|
+
sourceSettings?: DataflowSourceOperationSettings;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
// @public
|
|
1063
|
+
export interface DataflowProfileProperties {
|
|
1064
|
+
diagnostics?: ProfileDiagnostics;
|
|
1065
|
+
readonly healthState?: ResourceHealthState;
|
|
1066
|
+
instanceCount?: number;
|
|
1067
|
+
readonly provisioningState?: ProvisioningState;
|
|
1068
|
+
readonly status?: DataflowProfileStatus;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
// @public
|
|
1072
|
+
export interface DataflowProfileResource extends ProxyResource {
|
|
1073
|
+
extendedLocation?: ExtendedLocation;
|
|
1074
|
+
properties?: DataflowProfileProperties;
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
// @public
|
|
1078
|
+
export interface DataflowProfileStatus {
|
|
1079
|
+
readonly healthState?: ResourceHealthStatus;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
// @public
|
|
1083
|
+
export interface DataflowProperties {
|
|
1084
|
+
readonly healthState?: ResourceHealthState;
|
|
1085
|
+
mode?: OperationalMode;
|
|
1086
|
+
operations: DataflowOperation[];
|
|
1087
|
+
readonly provisioningState?: ProvisioningState;
|
|
1088
|
+
requestDiskPersistence?: OperationalMode;
|
|
1089
|
+
readonly status?: DataflowStatus;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
// @public
|
|
1093
|
+
export interface DataflowResource extends ProxyResource {
|
|
1094
|
+
extendedLocation?: ExtendedLocation;
|
|
1095
|
+
properties?: DataflowProperties;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
// @public
|
|
1099
|
+
export interface DataflowSourceOperationSettings {
|
|
1100
|
+
assetRef?: string;
|
|
1101
|
+
dataSources: string[];
|
|
1102
|
+
endpointRef: string;
|
|
1103
|
+
schemaRef?: string;
|
|
1104
|
+
serializationFormat?: SourceSerializationFormat;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
// @public
|
|
1108
|
+
export interface DataflowStatus {
|
|
1109
|
+
readonly healthState?: ResourceHealthStatus;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
// @public
|
|
1113
|
+
export type DataLakeStorageAuthMethod = string;
|
|
1114
|
+
|
|
1115
|
+
// @public
|
|
1116
|
+
export interface DiagnosticsLogs {
|
|
1117
|
+
level?: string;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
// @public
|
|
1121
|
+
export interface DiskBackedMessageBuffer {
|
|
1122
|
+
ephemeralVolumeClaimSpec?: VolumeClaimSpec;
|
|
1123
|
+
maxSize: string;
|
|
1124
|
+
persistentVolumeClaimSpec?: VolumeClaimSpec;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
// @public
|
|
1128
|
+
export type EndpointType = string;
|
|
1129
|
+
|
|
1130
|
+
// @public
|
|
1131
|
+
export interface ErrorAdditionalInfo {
|
|
1132
|
+
readonly info?: any;
|
|
1133
|
+
readonly type?: string;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
// @public
|
|
1137
|
+
export interface ErrorDetail {
|
|
1138
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1139
|
+
readonly code?: string;
|
|
1140
|
+
readonly details?: ErrorDetail[];
|
|
1141
|
+
readonly message?: string;
|
|
1142
|
+
readonly target?: string;
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
// @public
|
|
1146
|
+
export interface ErrorResponse {
|
|
1147
|
+
error?: ErrorDetail;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
// @public
|
|
1151
|
+
export interface ExtendedLocation {
|
|
1152
|
+
name: string;
|
|
1153
|
+
type: ExtendedLocationType;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
// @public
|
|
1157
|
+
export type ExtendedLocationType = string;
|
|
1158
|
+
|
|
1159
|
+
// @public
|
|
1160
|
+
export type FabricOneLakeAuthMethod = string;
|
|
1161
|
+
|
|
1162
|
+
// @public
|
|
1163
|
+
export type FilterType = string;
|
|
1164
|
+
|
|
1165
|
+
// @public
|
|
1166
|
+
export interface Frontend {
|
|
1167
|
+
replicas: number;
|
|
1168
|
+
workers?: number;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
// @public
|
|
1172
|
+
export interface GenerateResourceLimits {
|
|
1173
|
+
cpu?: OperationalMode;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
// @public
|
|
1177
|
+
export interface InstanceFeature {
|
|
1178
|
+
mode?: InstanceFeatureMode;
|
|
1179
|
+
settings?: Record<string, OperationalMode>;
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
// @public
|
|
1183
|
+
export type InstanceFeatureMode = string;
|
|
1184
|
+
|
|
1185
|
+
// @public
|
|
1186
|
+
export interface InstancePatchModel {
|
|
1187
|
+
identity?: ManagedServiceIdentity;
|
|
1188
|
+
tags?: Record<string, string>;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
// @public
|
|
1192
|
+
export interface InstanceProperties {
|
|
1193
|
+
adrNamespaceRef?: AzureDeviceRegistryNamespaceRef;
|
|
1194
|
+
defaultSecretProviderClassRef?: SecretProviderClassRef;
|
|
1195
|
+
description?: string;
|
|
1196
|
+
features?: Record<string, InstanceFeature>;
|
|
1197
|
+
readonly healthState?: ResourceHealthState;
|
|
1198
|
+
readonly provisioningState?: ProvisioningState;
|
|
1199
|
+
schemaRegistryRef: SchemaRegistryRef;
|
|
1200
|
+
readonly version?: string;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
// @public
|
|
1204
|
+
export interface InstanceResource extends TrackedResource {
|
|
1205
|
+
extendedLocation: ExtendedLocation;
|
|
1206
|
+
identity?: ManagedServiceIdentity;
|
|
1207
|
+
properties?: InstanceProperties;
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
// @public
|
|
1211
|
+
export type KafkaAuthMethod = string;
|
|
1212
|
+
|
|
1213
|
+
// @public
|
|
1214
|
+
export enum KnownActionType {
|
|
1215
|
+
Internal = "Internal"
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
// @public
|
|
1219
|
+
export enum KnownAkriConnectorsImagePullPolicy {
|
|
1220
|
+
Always = "Always",
|
|
1221
|
+
IfNotPresent = "IfNotPresent",
|
|
1222
|
+
Never = "Never"
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
// @public
|
|
1226
|
+
export enum KnownAkriConnectorsMqttAuthenticationMethod {
|
|
1227
|
+
ServiceAccountToken = "ServiceAccountToken"
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
// @public
|
|
1231
|
+
export enum KnownAkriConnectorsMqttProtocolType {
|
|
1232
|
+
Mqtt = "Mqtt"
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
// @public
|
|
1236
|
+
export enum KnownAkriConnectorsRegistrySettingsType {
|
|
1237
|
+
ContainerRegistry = "ContainerRegistry",
|
|
1238
|
+
RegistryEndpointRef = "RegistryEndpointRef"
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
// @public
|
|
1242
|
+
export enum KnownAkriConnectorsTagDigestType {
|
|
1243
|
+
Digest = "Digest",
|
|
1244
|
+
Tag = "Tag"
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
// @public
|
|
1248
|
+
export enum KnownAkriConnectorTemplateAllocationPolicy {
|
|
1249
|
+
Bucketized = "Bucketized"
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
// @public
|
|
1253
|
+
export enum KnownAkriConnectorTemplateManagedConfigurationType {
|
|
1254
|
+
ImageConfiguration = "ImageConfiguration",
|
|
1255
|
+
StatefulSetConfiguration = "StatefulSetConfiguration"
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
// @public
|
|
1259
|
+
export enum KnownAkriConnectorTemplateRuntimeConfigurationType {
|
|
1260
|
+
ManagedConfiguration = "ManagedConfiguration"
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
// @public
|
|
1264
|
+
export enum KnownBrokerAuthenticationMethod {
|
|
1265
|
+
Custom = "Custom",
|
|
1266
|
+
ServiceAccountToken = "ServiceAccountToken",
|
|
1267
|
+
X509 = "X509"
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
// @public
|
|
1271
|
+
export enum KnownBrokerAuthenticatorValidationMethods {
|
|
1272
|
+
AzureDeviceRegistry = "AzureDeviceRegistry",
|
|
1273
|
+
None = "None"
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
// @public
|
|
1277
|
+
export enum KnownBrokerMemoryProfile {
|
|
1278
|
+
High = "High",
|
|
1279
|
+
Low = "Low",
|
|
1280
|
+
Medium = "Medium",
|
|
1281
|
+
Tiny = "Tiny"
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
// @public
|
|
1285
|
+
export enum KnownBrokerPersistencePolicyMode {
|
|
1286
|
+
All = "All",
|
|
1287
|
+
Custom = "Custom",
|
|
1288
|
+
None = "None"
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
// @public
|
|
1292
|
+
export enum KnownBrokerProtocolType {
|
|
1293
|
+
Mqtt = "Mqtt",
|
|
1294
|
+
WebSockets = "WebSockets"
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
// @public
|
|
1298
|
+
export enum KnownBrokerResourceDefinitionMethods {
|
|
1299
|
+
Connect = "Connect",
|
|
1300
|
+
Publish = "Publish",
|
|
1301
|
+
Subscribe = "Subscribe"
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
// @public
|
|
1305
|
+
export enum KnownBrokerStateStoreKeyType {
|
|
1306
|
+
Binary = "Binary",
|
|
1307
|
+
Pattern = "Pattern",
|
|
1308
|
+
String = "String"
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
// @public
|
|
1312
|
+
export enum KnownCertManagerIssuerKind {
|
|
1313
|
+
ClusterIssuer = "ClusterIssuer",
|
|
1314
|
+
Issuer = "Issuer"
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
// @public
|
|
1318
|
+
export enum KnownCloudEventAttributeType {
|
|
1319
|
+
CreateOrRemap = "CreateOrRemap",
|
|
1320
|
+
Propagate = "Propagate"
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
// @public
|
|
1324
|
+
export enum KnownCreatedByType {
|
|
1325
|
+
Application = "Application",
|
|
1326
|
+
Key = "Key",
|
|
1327
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1328
|
+
User = "User"
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
// @public
|
|
1332
|
+
export enum KnownDataExplorerAuthMethod {
|
|
1333
|
+
SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
|
|
1334
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
// @public
|
|
1338
|
+
export enum KnownDataflowEndpointAuthenticationSaslType {
|
|
1339
|
+
Plain = "Plain",
|
|
1340
|
+
ScramSha256 = "ScramSha256",
|
|
1341
|
+
ScramSha512 = "ScramSha512"
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
// @public
|
|
1345
|
+
export enum KnownDataflowEndpointFabricPathType {
|
|
1346
|
+
Files = "Files",
|
|
1347
|
+
Tables = "Tables"
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
// @public
|
|
1351
|
+
export enum KnownDataflowEndpointHostType {
|
|
1352
|
+
CustomKafka = "CustomKafka",
|
|
1353
|
+
CustomMqtt = "CustomMqtt",
|
|
1354
|
+
EventGrid = "EventGrid",
|
|
1355
|
+
Eventhub = "Eventhub",
|
|
1356
|
+
FabricRT = "FabricRT",
|
|
1357
|
+
LocalBroker = "LocalBroker"
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
// @public
|
|
1361
|
+
export enum KnownDataflowEndpointKafkaAcks {
|
|
1362
|
+
All = "All",
|
|
1363
|
+
One = "One",
|
|
1364
|
+
Zero = "Zero"
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
// @public
|
|
1368
|
+
export enum KnownDataflowEndpointKafkaCompression {
|
|
1369
|
+
Gzip = "Gzip",
|
|
1370
|
+
Lz4 = "Lz4",
|
|
1371
|
+
None = "None",
|
|
1372
|
+
Snappy = "Snappy"
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
// @public
|
|
1376
|
+
export enum KnownDataflowEndpointKafkaPartitionStrategy {
|
|
1377
|
+
Default = "Default",
|
|
1378
|
+
Property = "Property",
|
|
1379
|
+
Static = "Static",
|
|
1380
|
+
Topic = "Topic"
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
// @public
|
|
1384
|
+
export enum KnownDataflowGraphConnectionSchemaSerializationFormat {
|
|
1385
|
+
Avro = "Avro",
|
|
1386
|
+
Delta = "Delta",
|
|
1387
|
+
Json = "Json",
|
|
1388
|
+
Parquet = "Parquet"
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
// @public
|
|
1392
|
+
export enum KnownDataflowGraphDestinationHeaderActionType {
|
|
1393
|
+
AddIfNotPresent = "AddIfNotPresent",
|
|
1394
|
+
AddOrReplace = "AddOrReplace",
|
|
1395
|
+
Remove = "Remove"
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
// @public
|
|
1399
|
+
export enum KnownDataflowGraphNodeType {
|
|
1400
|
+
Destination = "Destination",
|
|
1401
|
+
Graph = "Graph",
|
|
1402
|
+
Source = "Source"
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
// @public
|
|
1406
|
+
export enum KnownDataflowHeaderActionType {
|
|
1407
|
+
AddIfNotPresent = "AddIfNotPresent",
|
|
1408
|
+
AddOrReplace = "AddOrReplace",
|
|
1409
|
+
Remove = "Remove"
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
// @public
|
|
1413
|
+
export enum KnownDataflowMappingType {
|
|
1414
|
+
BuiltInFunction = "BuiltInFunction",
|
|
1415
|
+
Compute = "Compute",
|
|
1416
|
+
NewProperties = "NewProperties",
|
|
1417
|
+
PassThrough = "PassThrough",
|
|
1418
|
+
Rename = "Rename"
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
// @public
|
|
1422
|
+
export enum KnownDataflowOpenTelemetryAuthenticationMethod {
|
|
1423
|
+
Anonymous = "Anonymous",
|
|
1424
|
+
ServiceAccountToken = "ServiceAccountToken",
|
|
1425
|
+
X509Certificate = "X509Certificate"
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
// @public
|
|
1429
|
+
export enum KnownDataLakeStorageAuthMethod {
|
|
1430
|
+
AccessToken = "AccessToken",
|
|
1431
|
+
SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
|
|
1432
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
// @public
|
|
1436
|
+
export enum KnownEndpointType {
|
|
1437
|
+
DataExplorer = "DataExplorer",
|
|
1438
|
+
DataLakeStorage = "DataLakeStorage",
|
|
1439
|
+
FabricOneLake = "FabricOneLake",
|
|
1440
|
+
Kafka = "Kafka",
|
|
1441
|
+
LocalStorage = "LocalStorage",
|
|
1442
|
+
Mqtt = "Mqtt",
|
|
1443
|
+
OpenTelemetry = "OpenTelemetry"
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
// @public
|
|
1447
|
+
export enum KnownExtendedLocationType {
|
|
1448
|
+
CustomLocation = "CustomLocation"
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
// @public
|
|
1452
|
+
export enum KnownFabricOneLakeAuthMethod {
|
|
1453
|
+
SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
|
|
1454
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
// @public
|
|
1458
|
+
export enum KnownFilterType {
|
|
1459
|
+
Filter = "Filter"
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
// @public
|
|
1463
|
+
export enum KnownInstanceFeatureMode {
|
|
1464
|
+
Disabled = "Disabled",
|
|
1465
|
+
Preview = "Preview",
|
|
1466
|
+
Stable = "Stable"
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
// @public
|
|
1470
|
+
export enum KnownKafkaAuthMethod {
|
|
1471
|
+
Anonymous = "Anonymous",
|
|
1472
|
+
Sasl = "Sasl",
|
|
1473
|
+
SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
|
|
1474
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
|
|
1475
|
+
X509Certificate = "X509Certificate"
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
// @public
|
|
1479
|
+
export enum KnownManagedServiceIdentityType {
|
|
1480
|
+
None = "None",
|
|
1481
|
+
SystemAssigned = "SystemAssigned",
|
|
1482
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
1483
|
+
UserAssigned = "UserAssigned"
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
// @public
|
|
1487
|
+
export enum KnownMqttAuthMethod {
|
|
1488
|
+
Anonymous = "Anonymous",
|
|
1489
|
+
ServiceAccountToken = "ServiceAccountToken",
|
|
1490
|
+
SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
|
|
1491
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
|
|
1492
|
+
X509Certificate = "X509Certificate"
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
// @public
|
|
1496
|
+
export enum KnownMqttRetainType {
|
|
1497
|
+
Keep = "Keep",
|
|
1498
|
+
Never = "Never"
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1501
|
+
// @public
|
|
1502
|
+
export enum KnownOperationalMode {
|
|
1503
|
+
Disabled = "Disabled",
|
|
1504
|
+
Enabled = "Enabled"
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
// @public
|
|
1508
|
+
export enum KnownOperationType {
|
|
1509
|
+
BuiltInTransformation = "BuiltInTransformation",
|
|
1510
|
+
Destination = "Destination",
|
|
1511
|
+
Source = "Source"
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
// @public
|
|
1515
|
+
export enum KnownOperatorValues {
|
|
1516
|
+
DoesNotExist = "DoesNotExist",
|
|
1517
|
+
Exists = "Exists",
|
|
1518
|
+
In = "In",
|
|
1519
|
+
NotIn = "NotIn"
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
// @public
|
|
1523
|
+
export enum KnownOrigin {
|
|
1524
|
+
System = "system",
|
|
1525
|
+
User = "user",
|
|
1526
|
+
UserSystem = "user,system"
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1529
|
+
// @public
|
|
1530
|
+
export enum KnownPrivateKeyAlgorithm {
|
|
1531
|
+
Ec256 = "Ec256",
|
|
1532
|
+
Ec384 = "Ec384",
|
|
1533
|
+
Ec521 = "Ec521",
|
|
1534
|
+
Ed25519 = "Ed25519",
|
|
1535
|
+
Rsa2048 = "Rsa2048",
|
|
1536
|
+
Rsa4096 = "Rsa4096",
|
|
1537
|
+
Rsa8192 = "Rsa8192"
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
// @public
|
|
1541
|
+
export enum KnownPrivateKeyRotationPolicy {
|
|
1542
|
+
Always = "Always",
|
|
1543
|
+
Never = "Never"
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
// @public
|
|
1547
|
+
export enum KnownProvisioningState {
|
|
1548
|
+
Accepted = "Accepted",
|
|
1549
|
+
Canceled = "Canceled",
|
|
1550
|
+
Deleting = "Deleting",
|
|
1551
|
+
Failed = "Failed",
|
|
1552
|
+
Provisioning = "Provisioning",
|
|
1553
|
+
Succeeded = "Succeeded",
|
|
1554
|
+
Updating = "Updating"
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
// @public
|
|
1558
|
+
export enum KnownRegistryEndpointAuthenticationMethod {
|
|
1559
|
+
Anonymous = "Anonymous",
|
|
1560
|
+
ArtifactPullSecret = "ArtifactPullSecret",
|
|
1561
|
+
SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
|
|
1562
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
// @public
|
|
1566
|
+
export enum KnownRegistryEndpointTrustedSigningKeyType {
|
|
1567
|
+
ConfigMap = "ConfigMap",
|
|
1568
|
+
Secret = "Secret"
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1571
|
+
// @public
|
|
1572
|
+
export enum KnownResourceHealthState {
|
|
1573
|
+
Available = "Available",
|
|
1574
|
+
Degraded = "Degraded",
|
|
1575
|
+
Unavailable = "Unavailable",
|
|
1576
|
+
Unknown = "Unknown"
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1579
|
+
// @public
|
|
1580
|
+
export enum KnownServiceType {
|
|
1581
|
+
ClusterIp = "ClusterIp",
|
|
1582
|
+
LoadBalancer = "LoadBalancer",
|
|
1583
|
+
NodePort = "NodePort"
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
// @public
|
|
1587
|
+
export enum KnownSourceSerializationFormat {
|
|
1588
|
+
Json = "Json"
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
// @public
|
|
1592
|
+
export enum KnownStateStoreResourceDefinitionMethods {
|
|
1593
|
+
Read = "Read",
|
|
1594
|
+
ReadWrite = "ReadWrite",
|
|
1595
|
+
Write = "Write"
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1598
|
+
// @public
|
|
1599
|
+
export enum KnownStateStoreResourceKeyTypes {
|
|
1600
|
+
Binary = "Binary",
|
|
1601
|
+
Pattern = "Pattern",
|
|
1602
|
+
String = "String"
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
// @public
|
|
1606
|
+
export enum KnownSubscriberMessageDropStrategy {
|
|
1607
|
+
DropOldest = "DropOldest",
|
|
1608
|
+
None = "None"
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
// @public
|
|
1612
|
+
export enum KnownTlsCertMethodMode {
|
|
1613
|
+
Automatic = "Automatic",
|
|
1614
|
+
Manual = "Manual"
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
// @public
|
|
1618
|
+
export enum KnownTransformationSerializationFormat {
|
|
1619
|
+
Delta = "Delta",
|
|
1620
|
+
Json = "Json",
|
|
1621
|
+
Parquet = "Parquet"
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
// @public
|
|
1625
|
+
export enum KnownVersions {
|
|
1626
|
+
"V2024-11-01" = "2024-11-01",
|
|
1627
|
+
V20250401 = "2025-04-01",
|
|
1628
|
+
V20251001 = "2025-10-01",
|
|
1629
|
+
V20260301 = "2026-03-01"
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
// @public
|
|
1633
|
+
export interface KubernetesReference {
|
|
1634
|
+
apiGroup?: string;
|
|
1635
|
+
kind: string;
|
|
1636
|
+
name: string;
|
|
1637
|
+
namespace?: string;
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
// @public
|
|
1641
|
+
export interface ListenerPort {
|
|
1642
|
+
authenticationRef?: string;
|
|
1643
|
+
authorizationRef?: string;
|
|
1644
|
+
nodePort?: number;
|
|
1645
|
+
port: number;
|
|
1646
|
+
protocol?: BrokerProtocolType;
|
|
1647
|
+
tls?: TlsCertMethod;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
// @public
|
|
1651
|
+
export interface LocalKubernetesReference {
|
|
1652
|
+
apiGroup?: string;
|
|
1653
|
+
kind: string;
|
|
1654
|
+
name: string;
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1657
|
+
// @public
|
|
1658
|
+
export interface ManagedServiceIdentity {
|
|
1659
|
+
readonly principalId?: string;
|
|
1660
|
+
readonly tenantId?: string;
|
|
1661
|
+
type: ManagedServiceIdentityType;
|
|
1662
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity>;
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
// @public
|
|
1666
|
+
export type ManagedServiceIdentityType = string;
|
|
1667
|
+
|
|
1668
|
+
// @public
|
|
1669
|
+
export interface Metrics {
|
|
1670
|
+
prometheusPort?: number;
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1673
|
+
// @public
|
|
1674
|
+
export type MqttAuthMethod = string;
|
|
1675
|
+
|
|
1676
|
+
// @public
|
|
1677
|
+
export type MqttRetainType = string;
|
|
1678
|
+
|
|
1679
|
+
// @public
|
|
1680
|
+
export interface Operation {
|
|
1681
|
+
readonly actionType?: ActionType;
|
|
1682
|
+
display?: OperationDisplay;
|
|
1683
|
+
readonly isDataAction?: boolean;
|
|
1684
|
+
readonly name?: string;
|
|
1685
|
+
readonly origin?: Origin;
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
// @public
|
|
1689
|
+
export type OperationalMode = string;
|
|
1690
|
+
|
|
1691
|
+
// @public
|
|
1692
|
+
export interface OperationDisplay {
|
|
1693
|
+
readonly description?: string;
|
|
1694
|
+
readonly operation?: string;
|
|
1695
|
+
readonly provider?: string;
|
|
1696
|
+
readonly resource?: string;
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1699
|
+
// @public
|
|
1700
|
+
export type OperationType = string;
|
|
1701
|
+
|
|
1702
|
+
// @public
|
|
1703
|
+
export type OperatorValues = string;
|
|
1704
|
+
|
|
1705
|
+
// @public
|
|
1706
|
+
export type Origin = string;
|
|
1707
|
+
|
|
1708
|
+
// @public
|
|
1709
|
+
export interface PrincipalDefinition {
|
|
1710
|
+
attributes?: Record<string, string>[];
|
|
1711
|
+
clientIds?: string[];
|
|
1712
|
+
usernames?: string[];
|
|
1713
|
+
}
|
|
1714
|
+
|
|
1715
|
+
// @public
|
|
1716
|
+
export type PrivateKeyAlgorithm = string;
|
|
1717
|
+
|
|
1718
|
+
// @public
|
|
1719
|
+
export type PrivateKeyRotationPolicy = string;
|
|
1720
|
+
|
|
1721
|
+
// @public
|
|
1722
|
+
export interface ProfileDiagnostics {
|
|
1723
|
+
logs?: DiagnosticsLogs;
|
|
1724
|
+
metrics?: Metrics;
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
// @public
|
|
1728
|
+
export type ProvisioningState = string;
|
|
1729
|
+
|
|
1730
|
+
// @public
|
|
1731
|
+
export interface ProxyResource extends Resource {
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
// @public
|
|
1735
|
+
export interface RegistryEndpointAnonymousAuthentication extends RegistryEndpointAuthentication {
|
|
1736
|
+
anonymousSettings: RegistryEndpointAnonymousSettings;
|
|
1737
|
+
method: "Anonymous";
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
// @public
|
|
1741
|
+
export interface RegistryEndpointAnonymousSettings {
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
// @public
|
|
1745
|
+
export interface RegistryEndpointArtifactPullSecretAuthentication extends RegistryEndpointAuthentication {
|
|
1746
|
+
artifactPullSecretSettings: RegistryEndpointArtifactPullSecretSettings;
|
|
1747
|
+
method: "ArtifactPullSecret";
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1750
|
+
// @public
|
|
1751
|
+
export interface RegistryEndpointArtifactPullSecretSettings {
|
|
1752
|
+
secretRef: string;
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
// @public
|
|
1756
|
+
export interface RegistryEndpointAuthentication {
|
|
1757
|
+
method: RegistryEndpointAuthenticationMethod;
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
// @public
|
|
1761
|
+
export type RegistryEndpointAuthenticationMethod = string;
|
|
1762
|
+
|
|
1763
|
+
// @public
|
|
1764
|
+
export type RegistryEndpointAuthenticationUnion = RegistryEndpointSystemAssignedIdentityAuthentication | RegistryEndpointUserAssignedIdentityAuthentication | RegistryEndpointAnonymousAuthentication | RegistryEndpointArtifactPullSecretAuthentication | RegistryEndpointAuthentication;
|
|
1765
|
+
|
|
1766
|
+
// @public
|
|
1767
|
+
export interface RegistryEndpointProperties {
|
|
1768
|
+
authentication: RegistryEndpointAuthenticationUnion;
|
|
1769
|
+
codeSigningCas?: RegistryEndpointTrustedSigningKeyUnion[];
|
|
1770
|
+
readonly healthState?: ResourceHealthState;
|
|
1771
|
+
host: string;
|
|
1772
|
+
readonly provisioningState?: ProvisioningState;
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1775
|
+
// @public
|
|
1776
|
+
export interface RegistryEndpointResource extends ProxyResource {
|
|
1777
|
+
extendedLocation?: ExtendedLocation;
|
|
1778
|
+
properties?: RegistryEndpointProperties;
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
// @public
|
|
1782
|
+
export interface RegistryEndpointSystemAssignedIdentityAuthentication extends RegistryEndpointAuthentication {
|
|
1783
|
+
method: "SystemAssignedManagedIdentity";
|
|
1784
|
+
systemAssignedManagedIdentitySettings: RegistryEndpointSystemAssignedManagedIdentitySettings;
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
// @public
|
|
1788
|
+
export interface RegistryEndpointSystemAssignedManagedIdentitySettings {
|
|
1789
|
+
audience?: string;
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
// @public
|
|
1793
|
+
export interface RegistryEndpointTrustedSigningKey {
|
|
1794
|
+
type: RegistryEndpointTrustedSigningKeyType;
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
// @public
|
|
1798
|
+
export interface RegistryEndpointTrustedSigningKeyConfigMap extends RegistryEndpointTrustedSigningKey {
|
|
1799
|
+
configMapRef: string;
|
|
1800
|
+
type: "ConfigMap";
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
// @public
|
|
1804
|
+
export interface RegistryEndpointTrustedSigningKeySecret extends RegistryEndpointTrustedSigningKey {
|
|
1805
|
+
secretRef: string;
|
|
1806
|
+
type: "Secret";
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1809
|
+
// @public
|
|
1810
|
+
export type RegistryEndpointTrustedSigningKeyType = string;
|
|
1811
|
+
|
|
1812
|
+
// @public
|
|
1813
|
+
export type RegistryEndpointTrustedSigningKeyUnion = RegistryEndpointTrustedSigningKeySecret | RegistryEndpointTrustedSigningKeyConfigMap | RegistryEndpointTrustedSigningKey;
|
|
1814
|
+
|
|
1815
|
+
// @public
|
|
1816
|
+
export interface RegistryEndpointUserAssignedIdentityAuthentication extends RegistryEndpointAuthentication {
|
|
1817
|
+
method: "UserAssignedManagedIdentity";
|
|
1818
|
+
userAssignedManagedIdentitySettings: RegistryEndpointUserAssignedManagedIdentitySettings;
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
// @public
|
|
1822
|
+
export interface RegistryEndpointUserAssignedManagedIdentitySettings {
|
|
1823
|
+
clientId: string;
|
|
1824
|
+
scope?: string;
|
|
1825
|
+
tenantId: string;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
// @public
|
|
1829
|
+
export interface Resource {
|
|
1830
|
+
readonly id?: string;
|
|
1831
|
+
readonly name?: string;
|
|
1832
|
+
readonly systemData?: SystemData;
|
|
1833
|
+
readonly type?: string;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
// @public
|
|
1837
|
+
export type ResourceHealthState = string;
|
|
1838
|
+
|
|
1839
|
+
// @public
|
|
1840
|
+
export interface ResourceHealthStatus {
|
|
1841
|
+
readonly lastTransitionTime?: string;
|
|
1842
|
+
readonly lastUpdateTime?: string;
|
|
1843
|
+
readonly message?: string;
|
|
1844
|
+
readonly reasonCode?: string;
|
|
1845
|
+
readonly status?: ResourceHealthState;
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
// @public
|
|
1849
|
+
export interface SanForCert {
|
|
1850
|
+
dns: string[];
|
|
1851
|
+
ip: string[];
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
// @public
|
|
1855
|
+
export interface SchemaRegistryRef {
|
|
1856
|
+
resourceId: string;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
// @public
|
|
1860
|
+
export interface SecretProviderClassRef {
|
|
1861
|
+
resourceId: string;
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
// @public
|
|
1865
|
+
export interface SelfCheck {
|
|
1866
|
+
intervalSeconds?: number;
|
|
1867
|
+
mode?: OperationalMode;
|
|
1868
|
+
timeoutSeconds?: number;
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
// @public
|
|
1872
|
+
export interface SelfTracing {
|
|
1873
|
+
intervalSeconds?: number;
|
|
1874
|
+
mode?: OperationalMode;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
// @public
|
|
1878
|
+
export type ServiceType = string;
|
|
1879
|
+
|
|
1880
|
+
// @public
|
|
1881
|
+
export type SourceSerializationFormat = string;
|
|
1882
|
+
|
|
1883
|
+
// @public
|
|
1884
|
+
export type StateStoreResourceDefinitionMethods = string;
|
|
1885
|
+
|
|
1886
|
+
// @public
|
|
1887
|
+
export type StateStoreResourceKeyTypes = string;
|
|
1888
|
+
|
|
1889
|
+
// @public
|
|
1890
|
+
export interface StateStoreResourceRule {
|
|
1891
|
+
keys: string[];
|
|
1892
|
+
keyType: StateStoreResourceKeyTypes;
|
|
1893
|
+
method: StateStoreResourceDefinitionMethods;
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
// @public
|
|
1897
|
+
export type SubscriberMessageDropStrategy = string;
|
|
1898
|
+
|
|
1899
|
+
// @public
|
|
1900
|
+
export interface SubscriberQueueLimit {
|
|
1901
|
+
length?: number;
|
|
1902
|
+
strategy?: SubscriberMessageDropStrategy;
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
// @public
|
|
1906
|
+
export interface SystemData {
|
|
1907
|
+
createdAt?: Date;
|
|
1908
|
+
createdBy?: string;
|
|
1909
|
+
createdByType?: CreatedByType;
|
|
1910
|
+
lastModifiedAt?: Date;
|
|
1911
|
+
lastModifiedBy?: string;
|
|
1912
|
+
lastModifiedByType?: CreatedByType;
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1915
|
+
// @public
|
|
1916
|
+
export interface TlsCertMethod {
|
|
1917
|
+
certManagerCertificateSpec?: CertManagerCertificateSpec;
|
|
1918
|
+
manual?: X509ManualCertificate;
|
|
1919
|
+
mode: TlsCertMethodMode;
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
// @public
|
|
1923
|
+
export type TlsCertMethodMode = string;
|
|
1924
|
+
|
|
1925
|
+
// @public
|
|
1926
|
+
export interface TlsProperties {
|
|
1927
|
+
mode?: OperationalMode;
|
|
1928
|
+
trustedCaCertificateConfigMapRef?: string;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
// @public
|
|
1932
|
+
export interface Traces {
|
|
1933
|
+
cacheSizeMegabytes?: number;
|
|
1934
|
+
mode?: OperationalMode;
|
|
1935
|
+
selfTracing?: SelfTracing;
|
|
1936
|
+
spanChannelCapacity?: number;
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
// @public
|
|
1940
|
+
export interface TrackedResource extends Resource {
|
|
1941
|
+
location: string;
|
|
1942
|
+
tags?: Record<string, string>;
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1945
|
+
// @public
|
|
1946
|
+
export type TransformationSerializationFormat = string;
|
|
1947
|
+
|
|
1948
|
+
// @public
|
|
1949
|
+
export interface UserAssignedIdentity {
|
|
1950
|
+
readonly clientId?: string;
|
|
1951
|
+
readonly principalId?: string;
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1954
|
+
// @public
|
|
1955
|
+
export interface VolumeClaimResourceRequirements {
|
|
1956
|
+
claims?: VolumeClaimResourceRequirementsClaims[];
|
|
1957
|
+
limits?: Record<string, string>;
|
|
1958
|
+
requests?: Record<string, string>;
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1961
|
+
// @public
|
|
1962
|
+
export interface VolumeClaimResourceRequirementsClaims {
|
|
1963
|
+
name: string;
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1966
|
+
// @public
|
|
1967
|
+
export interface VolumeClaimSpec {
|
|
1968
|
+
accessModes?: string[];
|
|
1969
|
+
dataSource?: LocalKubernetesReference;
|
|
1970
|
+
dataSourceRef?: KubernetesReference;
|
|
1971
|
+
resources?: VolumeClaimResourceRequirements;
|
|
1972
|
+
selector?: VolumeClaimSpecSelector;
|
|
1973
|
+
storageClassName?: string;
|
|
1974
|
+
volumeMode?: string;
|
|
1975
|
+
volumeName?: string;
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
// @public
|
|
1979
|
+
export interface VolumeClaimSpecSelector {
|
|
1980
|
+
matchExpressions?: VolumeClaimSpecSelectorMatchExpressions[];
|
|
1981
|
+
matchLabels?: Record<string, string>;
|
|
1982
|
+
}
|
|
1983
|
+
|
|
1984
|
+
// @public
|
|
1985
|
+
export interface VolumeClaimSpecSelectorMatchExpressions {
|
|
1986
|
+
key: string;
|
|
1987
|
+
operator: OperatorValues;
|
|
1988
|
+
values?: string[];
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
// @public
|
|
1992
|
+
export interface X509ManualCertificate {
|
|
1993
|
+
secretRef: string;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
// (No @packageDocumentation comment for this package)
|
|
1997
|
+
|
|
1998
|
+
```
|