@azure/arm-iotoperations 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/README.md +100 -0
- package/dist/browser/api/broker/index.d.ts +22 -0
- package/dist/browser/api/broker/index.d.ts.map +1 -0
- package/dist/browser/api/broker/index.js +82 -0
- package/dist/browser/api/broker/index.js.map +1 -0
- package/dist/browser/api/brokerAuthentication/index.d.ts +22 -0
- package/dist/browser/api/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/browser/api/brokerAuthentication/index.js +90 -0
- package/dist/browser/api/brokerAuthentication/index.js.map +1 -0
- package/dist/browser/api/brokerAuthorization/index.d.ts +22 -0
- package/dist/browser/api/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/browser/api/brokerAuthorization/index.js +90 -0
- package/dist/browser/api/brokerAuthorization/index.js.map +1 -0
- package/dist/browser/api/brokerListener/index.d.ts +22 -0
- package/dist/browser/api/brokerListener/index.d.ts.map +1 -0
- package/dist/browser/api/brokerListener/index.js +86 -0
- package/dist/browser/api/brokerListener/index.js.map +1 -0
- package/dist/browser/api/dataflow/index.d.ts +22 -0
- package/dist/browser/api/dataflow/index.d.ts.map +1 -0
- package/dist/browser/api/dataflow/index.js +82 -0
- package/dist/browser/api/dataflow/index.js.map +1 -0
- package/dist/browser/api/dataflowEndpoint/index.d.ts +22 -0
- package/dist/browser/api/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/browser/api/dataflowEndpoint/index.js +90 -0
- package/dist/browser/api/dataflowEndpoint/index.js.map +1 -0
- package/dist/browser/api/dataflowProfile/index.d.ts +22 -0
- package/dist/browser/api/dataflowProfile/index.d.ts.map +1 -0
- package/dist/browser/api/dataflowProfile/index.js +86 -0
- package/dist/browser/api/dataflowProfile/index.js.map +1 -0
- package/dist/browser/api/index.d.ts +12 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +13 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/instance/index.d.ts +30 -0
- package/dist/browser/api/instance/index.d.ts.map +1 -0
- package/dist/browser/api/instance/index.js +115 -0
- package/dist/browser/api/instance/index.js.map +1 -0
- package/dist/browser/api/ioTOperationsContext.d.ts +13 -0
- package/dist/browser/api/ioTOperationsContext.d.ts.map +1 -0
- package/dist/browser/api/ioTOperationsContext.js +35 -0
- package/dist/browser/api/ioTOperationsContext.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +9 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +22 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/options.d.ts +139 -0
- package/dist/browser/api/options.d.ts.map +1 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/classic/broker/index.d.ts +24 -0
- package/dist/browser/classic/broker/index.d.ts.map +1 -0
- package/dist/browser/classic/broker/index.js +15 -0
- package/dist/browser/classic/broker/index.js.map +1 -0
- package/dist/browser/classic/brokerAuthentication/index.d.ts +24 -0
- package/dist/browser/classic/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/browser/classic/brokerAuthentication/index.js +15 -0
- package/dist/browser/classic/brokerAuthentication/index.js.map +1 -0
- package/dist/browser/classic/brokerAuthorization/index.d.ts +24 -0
- package/dist/browser/classic/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/browser/classic/brokerAuthorization/index.js +15 -0
- package/dist/browser/classic/brokerAuthorization/index.js.map +1 -0
- package/dist/browser/classic/brokerListener/index.d.ts +24 -0
- package/dist/browser/classic/brokerListener/index.d.ts.map +1 -0
- package/dist/browser/classic/brokerListener/index.js +15 -0
- package/dist/browser/classic/brokerListener/index.js.map +1 -0
- package/dist/browser/classic/dataflow/index.d.ts +24 -0
- package/dist/browser/classic/dataflow/index.d.ts.map +1 -0
- package/dist/browser/classic/dataflow/index.js +15 -0
- package/dist/browser/classic/dataflow/index.js.map +1 -0
- package/dist/browser/classic/dataflowEndpoint/index.d.ts +24 -0
- package/dist/browser/classic/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/browser/classic/dataflowEndpoint/index.js +15 -0
- package/dist/browser/classic/dataflowEndpoint/index.js.map +1 -0
- package/dist/browser/classic/dataflowProfile/index.d.ts +24 -0
- package/dist/browser/classic/dataflowProfile/index.d.ts.map +1 -0
- package/dist/browser/classic/dataflowProfile/index.js +15 -0
- package/dist/browser/classic/dataflowProfile/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +10 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/instance/index.d.ts +30 -0
- package/dist/browser/classic/instance/index.d.ts.map +1 -0
- package/dist/browser/classic/instance/index.js +17 -0
- package/dist/browser/classic/instance/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +14 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/helpers/serializerHelpers.d.ts +3 -0
- package/dist/browser/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/browser/helpers/serializerHelpers.js +24 -0
- package/dist/browser/helpers/serializerHelpers.js.map +1 -0
- package/dist/browser/index.d.ts +8 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/ioTOperationsClient.d.ts +39 -0
- package/dist/browser/ioTOperationsClient.d.ts.map +1 -0
- package/dist/browser/ioTOperationsClient.js +34 -0
- package/dist/browser/ioTOperationsClient.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +1921 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +2343 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
- package/dist/browser/restorePollerHelpers.js +160 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/api/broker/index.d.ts +22 -0
- package/dist/commonjs/api/broker/index.d.ts.map +1 -0
- package/dist/commonjs/api/broker/index.js +96 -0
- package/dist/commonjs/api/broker/index.js.map +1 -0
- package/dist/commonjs/api/brokerAuthentication/index.d.ts +22 -0
- package/dist/commonjs/api/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/commonjs/api/brokerAuthentication/index.js +104 -0
- package/dist/commonjs/api/brokerAuthentication/index.js.map +1 -0
- package/dist/commonjs/api/brokerAuthorization/index.d.ts +22 -0
- package/dist/commonjs/api/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/commonjs/api/brokerAuthorization/index.js +104 -0
- package/dist/commonjs/api/brokerAuthorization/index.js.map +1 -0
- package/dist/commonjs/api/brokerListener/index.d.ts +22 -0
- package/dist/commonjs/api/brokerListener/index.d.ts.map +1 -0
- package/dist/commonjs/api/brokerListener/index.js +100 -0
- package/dist/commonjs/api/brokerListener/index.js.map +1 -0
- package/dist/commonjs/api/dataflow/index.d.ts +22 -0
- package/dist/commonjs/api/dataflow/index.d.ts.map +1 -0
- package/dist/commonjs/api/dataflow/index.js +96 -0
- package/dist/commonjs/api/dataflow/index.js.map +1 -0
- package/dist/commonjs/api/dataflowEndpoint/index.d.ts +22 -0
- package/dist/commonjs/api/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/commonjs/api/dataflowEndpoint/index.js +104 -0
- package/dist/commonjs/api/dataflowEndpoint/index.js.map +1 -0
- package/dist/commonjs/api/dataflowProfile/index.d.ts +22 -0
- package/dist/commonjs/api/dataflowProfile/index.d.ts.map +1 -0
- package/dist/commonjs/api/dataflowProfile/index.js +100 -0
- package/dist/commonjs/api/dataflowProfile/index.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +12 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +52 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/instance/index.d.ts +30 -0
- package/dist/commonjs/api/instance/index.d.ts.map +1 -0
- package/dist/commonjs/api/instance/index.js +135 -0
- package/dist/commonjs/api/instance/index.js.map +1 -0
- package/dist/commonjs/api/ioTOperationsContext.d.ts +13 -0
- package/dist/commonjs/api/ioTOperationsContext.d.ts.map +1 -0
- package/dist/commonjs/api/ioTOperationsContext.js +38 -0
- package/dist/commonjs/api/ioTOperationsContext.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +9 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +27 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/options.d.ts +139 -0
- package/dist/commonjs/api/options.d.ts.map +1 -0
- package/dist/commonjs/api/options.js +5 -0
- package/dist/commonjs/api/options.js.map +1 -0
- package/dist/commonjs/classic/broker/index.d.ts +24 -0
- package/dist/commonjs/classic/broker/index.d.ts.map +1 -0
- package/dist/commonjs/classic/broker/index.js +19 -0
- package/dist/commonjs/classic/broker/index.js.map +1 -0
- package/dist/commonjs/classic/brokerAuthentication/index.d.ts +24 -0
- package/dist/commonjs/classic/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/commonjs/classic/brokerAuthentication/index.js +19 -0
- package/dist/commonjs/classic/brokerAuthentication/index.js.map +1 -0
- package/dist/commonjs/classic/brokerAuthorization/index.d.ts +24 -0
- package/dist/commonjs/classic/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/commonjs/classic/brokerAuthorization/index.js +19 -0
- package/dist/commonjs/classic/brokerAuthorization/index.js.map +1 -0
- package/dist/commonjs/classic/brokerListener/index.d.ts +24 -0
- package/dist/commonjs/classic/brokerListener/index.d.ts.map +1 -0
- package/dist/commonjs/classic/brokerListener/index.js +19 -0
- package/dist/commonjs/classic/brokerListener/index.js.map +1 -0
- package/dist/commonjs/classic/dataflow/index.d.ts +24 -0
- package/dist/commonjs/classic/dataflow/index.d.ts.map +1 -0
- package/dist/commonjs/classic/dataflow/index.js +19 -0
- package/dist/commonjs/classic/dataflow/index.js.map +1 -0
- package/dist/commonjs/classic/dataflowEndpoint/index.d.ts +24 -0
- package/dist/commonjs/classic/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/commonjs/classic/dataflowEndpoint/index.js +19 -0
- package/dist/commonjs/classic/dataflowEndpoint/index.js.map +1 -0
- package/dist/commonjs/classic/dataflowProfile/index.d.ts +24 -0
- package/dist/commonjs/classic/dataflowProfile/index.d.ts.map +1 -0
- package/dist/commonjs/classic/dataflowProfile/index.js +19 -0
- package/dist/commonjs/classic/dataflowProfile/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +10 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/instance/index.d.ts +30 -0
- package/dist/commonjs/classic/instance/index.d.ts.map +1 -0
- package/dist/commonjs/classic/instance/index.js +21 -0
- package/dist/commonjs/classic/instance/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +14 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +16 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/helpers/serializerHelpers.d.ts +3 -0
- package/dist/commonjs/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/commonjs/helpers/serializerHelpers.js +27 -0
- package/dist/commonjs/helpers/serializerHelpers.js.map +1 -0
- package/dist/commonjs/index.d.ts +8 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +50 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/ioTOperationsClient.d.ts +39 -0
- package/dist/commonjs/ioTOperationsClient.d.ts.map +1 -0
- package/dist/commonjs/ioTOperationsClient.js +38 -0
- package/dist/commonjs/ioTOperationsClient.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +46 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +1921 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +2592 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
- package/dist/commonjs/restorePollerHelpers.js +163 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/api/broker/index.d.ts +22 -0
- package/dist/esm/api/broker/index.d.ts.map +1 -0
- package/dist/esm/api/broker/index.js +82 -0
- package/dist/esm/api/broker/index.js.map +1 -0
- package/dist/esm/api/brokerAuthentication/index.d.ts +22 -0
- package/dist/esm/api/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/esm/api/brokerAuthentication/index.js +90 -0
- package/dist/esm/api/brokerAuthentication/index.js.map +1 -0
- package/dist/esm/api/brokerAuthorization/index.d.ts +22 -0
- package/dist/esm/api/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/esm/api/brokerAuthorization/index.js +90 -0
- package/dist/esm/api/brokerAuthorization/index.js.map +1 -0
- package/dist/esm/api/brokerListener/index.d.ts +22 -0
- package/dist/esm/api/brokerListener/index.d.ts.map +1 -0
- package/dist/esm/api/brokerListener/index.js +86 -0
- package/dist/esm/api/brokerListener/index.js.map +1 -0
- package/dist/esm/api/dataflow/index.d.ts +22 -0
- package/dist/esm/api/dataflow/index.d.ts.map +1 -0
- package/dist/esm/api/dataflow/index.js +82 -0
- package/dist/esm/api/dataflow/index.js.map +1 -0
- package/dist/esm/api/dataflowEndpoint/index.d.ts +22 -0
- package/dist/esm/api/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/esm/api/dataflowEndpoint/index.js +90 -0
- package/dist/esm/api/dataflowEndpoint/index.js.map +1 -0
- package/dist/esm/api/dataflowProfile/index.d.ts +22 -0
- package/dist/esm/api/dataflowProfile/index.d.ts.map +1 -0
- package/dist/esm/api/dataflowProfile/index.js +86 -0
- package/dist/esm/api/dataflowProfile/index.js.map +1 -0
- package/dist/esm/api/index.d.ts +12 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +13 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/instance/index.d.ts +30 -0
- package/dist/esm/api/instance/index.d.ts.map +1 -0
- package/dist/esm/api/instance/index.js +115 -0
- package/dist/esm/api/instance/index.js.map +1 -0
- package/dist/esm/api/ioTOperationsContext.d.ts +13 -0
- package/dist/esm/api/ioTOperationsContext.d.ts.map +1 -0
- package/dist/esm/api/ioTOperationsContext.js +35 -0
- package/dist/esm/api/ioTOperationsContext.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +9 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +22 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/options.d.ts +139 -0
- package/dist/esm/api/options.d.ts.map +1 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/classic/broker/index.d.ts +24 -0
- package/dist/esm/classic/broker/index.d.ts.map +1 -0
- package/dist/esm/classic/broker/index.js +15 -0
- package/dist/esm/classic/broker/index.js.map +1 -0
- package/dist/esm/classic/brokerAuthentication/index.d.ts +24 -0
- package/dist/esm/classic/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/esm/classic/brokerAuthentication/index.js +15 -0
- package/dist/esm/classic/brokerAuthentication/index.js.map +1 -0
- package/dist/esm/classic/brokerAuthorization/index.d.ts +24 -0
- package/dist/esm/classic/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/esm/classic/brokerAuthorization/index.js +15 -0
- package/dist/esm/classic/brokerAuthorization/index.js.map +1 -0
- package/dist/esm/classic/brokerListener/index.d.ts +24 -0
- package/dist/esm/classic/brokerListener/index.d.ts.map +1 -0
- package/dist/esm/classic/brokerListener/index.js +15 -0
- package/dist/esm/classic/brokerListener/index.js.map +1 -0
- package/dist/esm/classic/dataflow/index.d.ts +24 -0
- package/dist/esm/classic/dataflow/index.d.ts.map +1 -0
- package/dist/esm/classic/dataflow/index.js +15 -0
- package/dist/esm/classic/dataflow/index.js.map +1 -0
- package/dist/esm/classic/dataflowEndpoint/index.d.ts +24 -0
- package/dist/esm/classic/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/esm/classic/dataflowEndpoint/index.js +15 -0
- package/dist/esm/classic/dataflowEndpoint/index.js.map +1 -0
- package/dist/esm/classic/dataflowProfile/index.d.ts +24 -0
- package/dist/esm/classic/dataflowProfile/index.d.ts.map +1 -0
- package/dist/esm/classic/dataflowProfile/index.js +15 -0
- package/dist/esm/classic/dataflowProfile/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +10 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/instance/index.d.ts +30 -0
- package/dist/esm/classic/instance/index.d.ts.map +1 -0
- package/dist/esm/classic/instance/index.js +17 -0
- package/dist/esm/classic/instance/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +14 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/helpers/serializerHelpers.d.ts +3 -0
- package/dist/esm/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/esm/helpers/serializerHelpers.js +24 -0
- package/dist/esm/helpers/serializerHelpers.js.map +1 -0
- package/dist/esm/index.d.ts +8 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/ioTOperationsClient.d.ts +39 -0
- package/dist/esm/ioTOperationsClient.d.ts.map +1 -0
- package/dist/esm/ioTOperationsClient.js +34 -0
- package/dist/esm/ioTOperationsClient.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +1921 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +2343 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
- package/dist/esm/restorePollerHelpers.js +160 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/api/broker/index.d.ts +22 -0
- package/dist/react-native/api/broker/index.d.ts.map +1 -0
- package/dist/react-native/api/broker/index.js +82 -0
- package/dist/react-native/api/broker/index.js.map +1 -0
- package/dist/react-native/api/brokerAuthentication/index.d.ts +22 -0
- package/dist/react-native/api/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/react-native/api/brokerAuthentication/index.js +90 -0
- package/dist/react-native/api/brokerAuthentication/index.js.map +1 -0
- package/dist/react-native/api/brokerAuthorization/index.d.ts +22 -0
- package/dist/react-native/api/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/react-native/api/brokerAuthorization/index.js +90 -0
- package/dist/react-native/api/brokerAuthorization/index.js.map +1 -0
- package/dist/react-native/api/brokerListener/index.d.ts +22 -0
- package/dist/react-native/api/brokerListener/index.d.ts.map +1 -0
- package/dist/react-native/api/brokerListener/index.js +86 -0
- package/dist/react-native/api/brokerListener/index.js.map +1 -0
- package/dist/react-native/api/dataflow/index.d.ts +22 -0
- package/dist/react-native/api/dataflow/index.d.ts.map +1 -0
- package/dist/react-native/api/dataflow/index.js +82 -0
- package/dist/react-native/api/dataflow/index.js.map +1 -0
- package/dist/react-native/api/dataflowEndpoint/index.d.ts +22 -0
- package/dist/react-native/api/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/react-native/api/dataflowEndpoint/index.js +90 -0
- package/dist/react-native/api/dataflowEndpoint/index.js.map +1 -0
- package/dist/react-native/api/dataflowProfile/index.d.ts +22 -0
- package/dist/react-native/api/dataflowProfile/index.d.ts.map +1 -0
- package/dist/react-native/api/dataflowProfile/index.js +86 -0
- package/dist/react-native/api/dataflowProfile/index.js.map +1 -0
- package/dist/react-native/api/index.d.ts +12 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +13 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/instance/index.d.ts +30 -0
- package/dist/react-native/api/instance/index.d.ts.map +1 -0
- package/dist/react-native/api/instance/index.js +115 -0
- package/dist/react-native/api/instance/index.js.map +1 -0
- package/dist/react-native/api/ioTOperationsContext.d.ts +13 -0
- package/dist/react-native/api/ioTOperationsContext.d.ts.map +1 -0
- package/dist/react-native/api/ioTOperationsContext.js +35 -0
- package/dist/react-native/api/ioTOperationsContext.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +9 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +22 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/options.d.ts +139 -0
- package/dist/react-native/api/options.d.ts.map +1 -0
- package/dist/react-native/api/options.js +4 -0
- package/dist/react-native/api/options.js.map +1 -0
- package/dist/react-native/classic/broker/index.d.ts +24 -0
- package/dist/react-native/classic/broker/index.d.ts.map +1 -0
- package/dist/react-native/classic/broker/index.js +15 -0
- package/dist/react-native/classic/broker/index.js.map +1 -0
- package/dist/react-native/classic/brokerAuthentication/index.d.ts +24 -0
- package/dist/react-native/classic/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/react-native/classic/brokerAuthentication/index.js +15 -0
- package/dist/react-native/classic/brokerAuthentication/index.js.map +1 -0
- package/dist/react-native/classic/brokerAuthorization/index.d.ts +24 -0
- package/dist/react-native/classic/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/react-native/classic/brokerAuthorization/index.js +15 -0
- package/dist/react-native/classic/brokerAuthorization/index.js.map +1 -0
- package/dist/react-native/classic/brokerListener/index.d.ts +24 -0
- package/dist/react-native/classic/brokerListener/index.d.ts.map +1 -0
- package/dist/react-native/classic/brokerListener/index.js +15 -0
- package/dist/react-native/classic/brokerListener/index.js.map +1 -0
- package/dist/react-native/classic/dataflow/index.d.ts +24 -0
- package/dist/react-native/classic/dataflow/index.d.ts.map +1 -0
- package/dist/react-native/classic/dataflow/index.js +15 -0
- package/dist/react-native/classic/dataflow/index.js.map +1 -0
- package/dist/react-native/classic/dataflowEndpoint/index.d.ts +24 -0
- package/dist/react-native/classic/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/react-native/classic/dataflowEndpoint/index.js +15 -0
- package/dist/react-native/classic/dataflowEndpoint/index.js.map +1 -0
- package/dist/react-native/classic/dataflowProfile/index.d.ts +24 -0
- package/dist/react-native/classic/dataflowProfile/index.d.ts.map +1 -0
- package/dist/react-native/classic/dataflowProfile/index.js +15 -0
- package/dist/react-native/classic/dataflowProfile/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +10 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/instance/index.d.ts +30 -0
- package/dist/react-native/classic/instance/index.d.ts.map +1 -0
- package/dist/react-native/classic/instance/index.js +17 -0
- package/dist/react-native/classic/instance/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +14 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/helpers/serializerHelpers.d.ts +3 -0
- package/dist/react-native/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/react-native/helpers/serializerHelpers.js +24 -0
- package/dist/react-native/helpers/serializerHelpers.js.map +1 -0
- package/dist/react-native/index.d.ts +8 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/ioTOperationsClient.d.ts +39 -0
- package/dist/react-native/ioTOperationsClient.d.ts.map +1 -0
- package/dist/react-native/ioTOperationsClient.js +34 -0
- package/dist/react-native/ioTOperationsClient.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +1921 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +2343 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
- package/dist/react-native/restorePollerHelpers.js +160 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/package.json +159 -0
- package/review/arm-iotoperations-models.api.md +1086 -0
- package/review/arm-iotoperations.api.md +1369 -0
|
@@ -0,0 +1,2592 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.KnownActionType = exports.KnownOrigin = exports.KnownManagedServiceIdentityType = exports.KnownBrokerMemoryProfile = exports.KnownOperatorValues = exports.KnownSubscriberMessageDropStrategy = exports.KnownServiceType = exports.KnownPrivateKeyRotationPolicy = exports.KnownPrivateKeyAlgorithm = exports.KnownCertManagerIssuerKind = exports.KnownTlsCertMethodMode = exports.KnownBrokerAuthenticationMethod = exports.KnownStateStoreResourceDefinitionMethods = exports.KnownStateStoreResourceKeyTypes = exports.KnownBrokerResourceDefinitionMethods = exports.KnownDataflowMappingType = exports.KnownFilterType = exports.KnownTransformationSerializationFormat = exports.KnownSourceSerializationFormat = exports.KnownOperationType = exports.KnownCreatedByType = exports.KnownExtendedLocationType = exports.KnownProvisioningState = exports.KnownMqttRetainType = exports.KnownBrokerProtocolType = exports.KnownServiceAccountTokenMethod = exports.KnownCloudEventAttributeType = exports.KnownDataflowEndpointKafkaPartitionStrategy = exports.KnownDataflowEndpointKafkaAcks = exports.KnownDataflowEndpointKafkaCompression = exports.KnownOperationalMode = exports.KnownDataflowEndpointAuthenticationSaslType = exports.KnownAnonymousMethod = exports.KnownX509CertificateMethod = exports.KnownSaslMethod = exports.KnownDataflowEndpointFabricPathType = exports.KnownAccessTokenMethod = exports.KnownManagedIdentityMethod = exports.KnownEndpointType = void 0;
|
|
6
|
+
exports.dataflowEndpointResourceSerializer = dataflowEndpointResourceSerializer;
|
|
7
|
+
exports.dataflowEndpointResourceDeserializer = dataflowEndpointResourceDeserializer;
|
|
8
|
+
exports.dataflowEndpointPropertiesSerializer = dataflowEndpointPropertiesSerializer;
|
|
9
|
+
exports.dataflowEndpointPropertiesDeserializer = dataflowEndpointPropertiesDeserializer;
|
|
10
|
+
exports.dataflowEndpointDataExplorerSerializer = dataflowEndpointDataExplorerSerializer;
|
|
11
|
+
exports.dataflowEndpointDataExplorerDeserializer = dataflowEndpointDataExplorerDeserializer;
|
|
12
|
+
exports.dataflowEndpointDataExplorerAuthenticationSerializer = dataflowEndpointDataExplorerAuthenticationSerializer;
|
|
13
|
+
exports.dataflowEndpointDataExplorerAuthenticationDeserializer = dataflowEndpointDataExplorerAuthenticationDeserializer;
|
|
14
|
+
exports.dataExplorerAuthMethodSerializer = dataExplorerAuthMethodSerializer;
|
|
15
|
+
exports.dataExplorerAuthMethodDeserializer = dataExplorerAuthMethodDeserializer;
|
|
16
|
+
exports.dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer = dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer;
|
|
17
|
+
exports.dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer = dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer;
|
|
18
|
+
exports.dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer = dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer;
|
|
19
|
+
exports.dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer = dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer;
|
|
20
|
+
exports.batchingConfigurationSerializer = batchingConfigurationSerializer;
|
|
21
|
+
exports.batchingConfigurationDeserializer = batchingConfigurationDeserializer;
|
|
22
|
+
exports.dataflowEndpointDataLakeStorageSerializer = dataflowEndpointDataLakeStorageSerializer;
|
|
23
|
+
exports.dataflowEndpointDataLakeStorageDeserializer = dataflowEndpointDataLakeStorageDeserializer;
|
|
24
|
+
exports.dataflowEndpointDataLakeStorageAuthenticationSerializer = dataflowEndpointDataLakeStorageAuthenticationSerializer;
|
|
25
|
+
exports.dataflowEndpointDataLakeStorageAuthenticationDeserializer = dataflowEndpointDataLakeStorageAuthenticationDeserializer;
|
|
26
|
+
exports.dataLakeStorageAuthMethodSerializer = dataLakeStorageAuthMethodSerializer;
|
|
27
|
+
exports.dataLakeStorageAuthMethodDeserializer = dataLakeStorageAuthMethodDeserializer;
|
|
28
|
+
exports.dataflowEndpointAuthenticationAccessTokenSerializer = dataflowEndpointAuthenticationAccessTokenSerializer;
|
|
29
|
+
exports.dataflowEndpointAuthenticationAccessTokenDeserializer = dataflowEndpointAuthenticationAccessTokenDeserializer;
|
|
30
|
+
exports.dataflowEndpointFabricOneLakeSerializer = dataflowEndpointFabricOneLakeSerializer;
|
|
31
|
+
exports.dataflowEndpointFabricOneLakeDeserializer = dataflowEndpointFabricOneLakeDeserializer;
|
|
32
|
+
exports.dataflowEndpointFabricOneLakeAuthenticationSerializer = dataflowEndpointFabricOneLakeAuthenticationSerializer;
|
|
33
|
+
exports.dataflowEndpointFabricOneLakeAuthenticationDeserializer = dataflowEndpointFabricOneLakeAuthenticationDeserializer;
|
|
34
|
+
exports.fabricOneLakeAuthMethodSerializer = fabricOneLakeAuthMethodSerializer;
|
|
35
|
+
exports.fabricOneLakeAuthMethodDeserializer = fabricOneLakeAuthMethodDeserializer;
|
|
36
|
+
exports.dataflowEndpointFabricOneLakeNamesSerializer = dataflowEndpointFabricOneLakeNamesSerializer;
|
|
37
|
+
exports.dataflowEndpointFabricOneLakeNamesDeserializer = dataflowEndpointFabricOneLakeNamesDeserializer;
|
|
38
|
+
exports.dataflowEndpointKafkaSerializer = dataflowEndpointKafkaSerializer;
|
|
39
|
+
exports.dataflowEndpointKafkaDeserializer = dataflowEndpointKafkaDeserializer;
|
|
40
|
+
exports.dataflowEndpointKafkaAuthenticationSerializer = dataflowEndpointKafkaAuthenticationSerializer;
|
|
41
|
+
exports.dataflowEndpointKafkaAuthenticationDeserializer = dataflowEndpointKafkaAuthenticationDeserializer;
|
|
42
|
+
exports.kafkaAuthMethodSerializer = kafkaAuthMethodSerializer;
|
|
43
|
+
exports.kafkaAuthMethodDeserializer = kafkaAuthMethodDeserializer;
|
|
44
|
+
exports.dataflowEndpointAuthenticationSaslSerializer = dataflowEndpointAuthenticationSaslSerializer;
|
|
45
|
+
exports.dataflowEndpointAuthenticationSaslDeserializer = dataflowEndpointAuthenticationSaslDeserializer;
|
|
46
|
+
exports.dataflowEndpointAuthenticationX509Serializer = dataflowEndpointAuthenticationX509Serializer;
|
|
47
|
+
exports.dataflowEndpointAuthenticationX509Deserializer = dataflowEndpointAuthenticationX509Deserializer;
|
|
48
|
+
exports.dataflowEndpointKafkaBatchingSerializer = dataflowEndpointKafkaBatchingSerializer;
|
|
49
|
+
exports.dataflowEndpointKafkaBatchingDeserializer = dataflowEndpointKafkaBatchingDeserializer;
|
|
50
|
+
exports.tlsPropertiesSerializer = tlsPropertiesSerializer;
|
|
51
|
+
exports.tlsPropertiesDeserializer = tlsPropertiesDeserializer;
|
|
52
|
+
exports.dataflowEndpointLocalStorageSerializer = dataflowEndpointLocalStorageSerializer;
|
|
53
|
+
exports.dataflowEndpointLocalStorageDeserializer = dataflowEndpointLocalStorageDeserializer;
|
|
54
|
+
exports.dataflowEndpointMqttSerializer = dataflowEndpointMqttSerializer;
|
|
55
|
+
exports.dataflowEndpointMqttDeserializer = dataflowEndpointMqttDeserializer;
|
|
56
|
+
exports.dataflowEndpointMqttAuthenticationSerializer = dataflowEndpointMqttAuthenticationSerializer;
|
|
57
|
+
exports.dataflowEndpointMqttAuthenticationDeserializer = dataflowEndpointMqttAuthenticationDeserializer;
|
|
58
|
+
exports.mqttAuthMethodSerializer = mqttAuthMethodSerializer;
|
|
59
|
+
exports.mqttAuthMethodDeserializer = mqttAuthMethodDeserializer;
|
|
60
|
+
exports.dataflowEndpointAuthenticationServiceAccountTokenSerializer = dataflowEndpointAuthenticationServiceAccountTokenSerializer;
|
|
61
|
+
exports.dataflowEndpointAuthenticationServiceAccountTokenDeserializer = dataflowEndpointAuthenticationServiceAccountTokenDeserializer;
|
|
62
|
+
exports.provisioningStateSerializer = provisioningStateSerializer;
|
|
63
|
+
exports.provisioningStateDeserializer = provisioningStateDeserializer;
|
|
64
|
+
exports.extendedLocationSerializer = extendedLocationSerializer;
|
|
65
|
+
exports.extendedLocationDeserializer = extendedLocationDeserializer;
|
|
66
|
+
exports.proxyResourceSerializer = proxyResourceSerializer;
|
|
67
|
+
exports.proxyResourceDeserializer = proxyResourceDeserializer;
|
|
68
|
+
exports.resourceSerializer = resourceSerializer;
|
|
69
|
+
exports.resourceDeserializer = resourceDeserializer;
|
|
70
|
+
exports.systemDataDeserializer = systemDataDeserializer;
|
|
71
|
+
exports._dataflowEndpointResourceListResultDeserializer = _dataflowEndpointResourceListResultDeserializer;
|
|
72
|
+
exports.dataflowEndpointResourceArraySerializer = dataflowEndpointResourceArraySerializer;
|
|
73
|
+
exports.dataflowEndpointResourceArrayDeserializer = dataflowEndpointResourceArrayDeserializer;
|
|
74
|
+
exports.dataflowResourceSerializer = dataflowResourceSerializer;
|
|
75
|
+
exports.dataflowResourceDeserializer = dataflowResourceDeserializer;
|
|
76
|
+
exports.dataflowPropertiesSerializer = dataflowPropertiesSerializer;
|
|
77
|
+
exports.dataflowPropertiesDeserializer = dataflowPropertiesDeserializer;
|
|
78
|
+
exports.dataflowOperationSerializer = dataflowOperationSerializer;
|
|
79
|
+
exports.dataflowOperationDeserializer = dataflowOperationDeserializer;
|
|
80
|
+
exports.dataflowSourceOperationSettingsSerializer = dataflowSourceOperationSettingsSerializer;
|
|
81
|
+
exports.dataflowSourceOperationSettingsDeserializer = dataflowSourceOperationSettingsDeserializer;
|
|
82
|
+
exports.dataflowBuiltInTransformationSettingsSerializer = dataflowBuiltInTransformationSettingsSerializer;
|
|
83
|
+
exports.dataflowBuiltInTransformationSettingsDeserializer = dataflowBuiltInTransformationSettingsDeserializer;
|
|
84
|
+
exports.dataflowBuiltInTransformationDatasetSerializer = dataflowBuiltInTransformationDatasetSerializer;
|
|
85
|
+
exports.dataflowBuiltInTransformationDatasetDeserializer = dataflowBuiltInTransformationDatasetDeserializer;
|
|
86
|
+
exports.dataflowBuiltInTransformationDatasetArraySerializer = dataflowBuiltInTransformationDatasetArraySerializer;
|
|
87
|
+
exports.dataflowBuiltInTransformationDatasetArrayDeserializer = dataflowBuiltInTransformationDatasetArrayDeserializer;
|
|
88
|
+
exports.dataflowBuiltInTransformationFilterSerializer = dataflowBuiltInTransformationFilterSerializer;
|
|
89
|
+
exports.dataflowBuiltInTransformationFilterDeserializer = dataflowBuiltInTransformationFilterDeserializer;
|
|
90
|
+
exports.dataflowBuiltInTransformationFilterArraySerializer = dataflowBuiltInTransformationFilterArraySerializer;
|
|
91
|
+
exports.dataflowBuiltInTransformationFilterArrayDeserializer = dataflowBuiltInTransformationFilterArrayDeserializer;
|
|
92
|
+
exports.dataflowBuiltInTransformationMapSerializer = dataflowBuiltInTransformationMapSerializer;
|
|
93
|
+
exports.dataflowBuiltInTransformationMapDeserializer = dataflowBuiltInTransformationMapDeserializer;
|
|
94
|
+
exports.dataflowBuiltInTransformationMapArraySerializer = dataflowBuiltInTransformationMapArraySerializer;
|
|
95
|
+
exports.dataflowBuiltInTransformationMapArrayDeserializer = dataflowBuiltInTransformationMapArrayDeserializer;
|
|
96
|
+
exports.dataflowDestinationOperationSettingsSerializer = dataflowDestinationOperationSettingsSerializer;
|
|
97
|
+
exports.dataflowDestinationOperationSettingsDeserializer = dataflowDestinationOperationSettingsDeserializer;
|
|
98
|
+
exports.dataflowOperationArraySerializer = dataflowOperationArraySerializer;
|
|
99
|
+
exports.dataflowOperationArrayDeserializer = dataflowOperationArrayDeserializer;
|
|
100
|
+
exports._dataflowResourceListResultDeserializer = _dataflowResourceListResultDeserializer;
|
|
101
|
+
exports.dataflowResourceArraySerializer = dataflowResourceArraySerializer;
|
|
102
|
+
exports.dataflowResourceArrayDeserializer = dataflowResourceArrayDeserializer;
|
|
103
|
+
exports.dataflowProfileResourceSerializer = dataflowProfileResourceSerializer;
|
|
104
|
+
exports.dataflowProfileResourceDeserializer = dataflowProfileResourceDeserializer;
|
|
105
|
+
exports.dataflowProfilePropertiesSerializer = dataflowProfilePropertiesSerializer;
|
|
106
|
+
exports.dataflowProfilePropertiesDeserializer = dataflowProfilePropertiesDeserializer;
|
|
107
|
+
exports.profileDiagnosticsSerializer = profileDiagnosticsSerializer;
|
|
108
|
+
exports.profileDiagnosticsDeserializer = profileDiagnosticsDeserializer;
|
|
109
|
+
exports.diagnosticsLogsSerializer = diagnosticsLogsSerializer;
|
|
110
|
+
exports.diagnosticsLogsDeserializer = diagnosticsLogsDeserializer;
|
|
111
|
+
exports.metricsSerializer = metricsSerializer;
|
|
112
|
+
exports.metricsDeserializer = metricsDeserializer;
|
|
113
|
+
exports._dataflowProfileResourceListResultDeserializer = _dataflowProfileResourceListResultDeserializer;
|
|
114
|
+
exports.dataflowProfileResourceArraySerializer = dataflowProfileResourceArraySerializer;
|
|
115
|
+
exports.dataflowProfileResourceArrayDeserializer = dataflowProfileResourceArrayDeserializer;
|
|
116
|
+
exports.brokerAuthorizationResourceSerializer = brokerAuthorizationResourceSerializer;
|
|
117
|
+
exports.brokerAuthorizationResourceDeserializer = brokerAuthorizationResourceDeserializer;
|
|
118
|
+
exports.brokerAuthorizationPropertiesSerializer = brokerAuthorizationPropertiesSerializer;
|
|
119
|
+
exports.brokerAuthorizationPropertiesDeserializer = brokerAuthorizationPropertiesDeserializer;
|
|
120
|
+
exports.authorizationConfigSerializer = authorizationConfigSerializer;
|
|
121
|
+
exports.authorizationConfigDeserializer = authorizationConfigDeserializer;
|
|
122
|
+
exports.authorizationRuleSerializer = authorizationRuleSerializer;
|
|
123
|
+
exports.authorizationRuleDeserializer = authorizationRuleDeserializer;
|
|
124
|
+
exports.brokerResourceRuleSerializer = brokerResourceRuleSerializer;
|
|
125
|
+
exports.brokerResourceRuleDeserializer = brokerResourceRuleDeserializer;
|
|
126
|
+
exports.brokerResourceRuleArraySerializer = brokerResourceRuleArraySerializer;
|
|
127
|
+
exports.brokerResourceRuleArrayDeserializer = brokerResourceRuleArrayDeserializer;
|
|
128
|
+
exports.principalDefinitionSerializer = principalDefinitionSerializer;
|
|
129
|
+
exports.principalDefinitionDeserializer = principalDefinitionDeserializer;
|
|
130
|
+
exports.stateStoreResourceRuleSerializer = stateStoreResourceRuleSerializer;
|
|
131
|
+
exports.stateStoreResourceRuleDeserializer = stateStoreResourceRuleDeserializer;
|
|
132
|
+
exports.stateStoreResourceRuleArraySerializer = stateStoreResourceRuleArraySerializer;
|
|
133
|
+
exports.stateStoreResourceRuleArrayDeserializer = stateStoreResourceRuleArrayDeserializer;
|
|
134
|
+
exports.authorizationRuleArraySerializer = authorizationRuleArraySerializer;
|
|
135
|
+
exports.authorizationRuleArrayDeserializer = authorizationRuleArrayDeserializer;
|
|
136
|
+
exports._brokerAuthorizationResourceListResultDeserializer = _brokerAuthorizationResourceListResultDeserializer;
|
|
137
|
+
exports.brokerAuthorizationResourceArraySerializer = brokerAuthorizationResourceArraySerializer;
|
|
138
|
+
exports.brokerAuthorizationResourceArrayDeserializer = brokerAuthorizationResourceArrayDeserializer;
|
|
139
|
+
exports.brokerAuthenticationResourceSerializer = brokerAuthenticationResourceSerializer;
|
|
140
|
+
exports.brokerAuthenticationResourceDeserializer = brokerAuthenticationResourceDeserializer;
|
|
141
|
+
exports.brokerAuthenticationPropertiesSerializer = brokerAuthenticationPropertiesSerializer;
|
|
142
|
+
exports.brokerAuthenticationPropertiesDeserializer = brokerAuthenticationPropertiesDeserializer;
|
|
143
|
+
exports.brokerAuthenticatorMethodsSerializer = brokerAuthenticatorMethodsSerializer;
|
|
144
|
+
exports.brokerAuthenticatorMethodsDeserializer = brokerAuthenticatorMethodsDeserializer;
|
|
145
|
+
exports.brokerAuthenticatorMethodCustomSerializer = brokerAuthenticatorMethodCustomSerializer;
|
|
146
|
+
exports.brokerAuthenticatorMethodCustomDeserializer = brokerAuthenticatorMethodCustomDeserializer;
|
|
147
|
+
exports.brokerAuthenticatorCustomAuthSerializer = brokerAuthenticatorCustomAuthSerializer;
|
|
148
|
+
exports.brokerAuthenticatorCustomAuthDeserializer = brokerAuthenticatorCustomAuthDeserializer;
|
|
149
|
+
exports.x509ManualCertificateSerializer = x509ManualCertificateSerializer;
|
|
150
|
+
exports.x509ManualCertificateDeserializer = x509ManualCertificateDeserializer;
|
|
151
|
+
exports.brokerAuthenticatorMethodSatSerializer = brokerAuthenticatorMethodSatSerializer;
|
|
152
|
+
exports.brokerAuthenticatorMethodSatDeserializer = brokerAuthenticatorMethodSatDeserializer;
|
|
153
|
+
exports.brokerAuthenticatorMethodX509Serializer = brokerAuthenticatorMethodX509Serializer;
|
|
154
|
+
exports.brokerAuthenticatorMethodX509Deserializer = brokerAuthenticatorMethodX509Deserializer;
|
|
155
|
+
exports.brokerAuthenticatorMethodX509AttributesSerializer = brokerAuthenticatorMethodX509AttributesSerializer;
|
|
156
|
+
exports.brokerAuthenticatorMethodX509AttributesDeserializer = brokerAuthenticatorMethodX509AttributesDeserializer;
|
|
157
|
+
exports.brokerAuthenticatorMethodX509AttributesRecordSerializer = brokerAuthenticatorMethodX509AttributesRecordSerializer;
|
|
158
|
+
exports.brokerAuthenticatorMethodX509AttributesRecordDeserializer = brokerAuthenticatorMethodX509AttributesRecordDeserializer;
|
|
159
|
+
exports.brokerAuthenticatorMethodsArraySerializer = brokerAuthenticatorMethodsArraySerializer;
|
|
160
|
+
exports.brokerAuthenticatorMethodsArrayDeserializer = brokerAuthenticatorMethodsArrayDeserializer;
|
|
161
|
+
exports._brokerAuthenticationResourceListResultDeserializer = _brokerAuthenticationResourceListResultDeserializer;
|
|
162
|
+
exports.brokerAuthenticationResourceArraySerializer = brokerAuthenticationResourceArraySerializer;
|
|
163
|
+
exports.brokerAuthenticationResourceArrayDeserializer = brokerAuthenticationResourceArrayDeserializer;
|
|
164
|
+
exports.brokerListenerResourceSerializer = brokerListenerResourceSerializer;
|
|
165
|
+
exports.brokerListenerResourceDeserializer = brokerListenerResourceDeserializer;
|
|
166
|
+
exports.brokerListenerPropertiesSerializer = brokerListenerPropertiesSerializer;
|
|
167
|
+
exports.brokerListenerPropertiesDeserializer = brokerListenerPropertiesDeserializer;
|
|
168
|
+
exports.listenerPortSerializer = listenerPortSerializer;
|
|
169
|
+
exports.listenerPortDeserializer = listenerPortDeserializer;
|
|
170
|
+
exports.tlsCertMethodSerializer = tlsCertMethodSerializer;
|
|
171
|
+
exports.tlsCertMethodDeserializer = tlsCertMethodDeserializer;
|
|
172
|
+
exports.certManagerCertificateSpecSerializer = certManagerCertificateSpecSerializer;
|
|
173
|
+
exports.certManagerCertificateSpecDeserializer = certManagerCertificateSpecDeserializer;
|
|
174
|
+
exports.certManagerIssuerRefSerializer = certManagerIssuerRefSerializer;
|
|
175
|
+
exports.certManagerIssuerRefDeserializer = certManagerIssuerRefDeserializer;
|
|
176
|
+
exports.certManagerPrivateKeySerializer = certManagerPrivateKeySerializer;
|
|
177
|
+
exports.certManagerPrivateKeyDeserializer = certManagerPrivateKeyDeserializer;
|
|
178
|
+
exports.sanForCertSerializer = sanForCertSerializer;
|
|
179
|
+
exports.sanForCertDeserializer = sanForCertDeserializer;
|
|
180
|
+
exports.listenerPortArraySerializer = listenerPortArraySerializer;
|
|
181
|
+
exports.listenerPortArrayDeserializer = listenerPortArrayDeserializer;
|
|
182
|
+
exports._brokerListenerResourceListResultDeserializer = _brokerListenerResourceListResultDeserializer;
|
|
183
|
+
exports.brokerListenerResourceArraySerializer = brokerListenerResourceArraySerializer;
|
|
184
|
+
exports.brokerListenerResourceArrayDeserializer = brokerListenerResourceArrayDeserializer;
|
|
185
|
+
exports.brokerResourceSerializer = brokerResourceSerializer;
|
|
186
|
+
exports.brokerResourceDeserializer = brokerResourceDeserializer;
|
|
187
|
+
exports.brokerPropertiesSerializer = brokerPropertiesSerializer;
|
|
188
|
+
exports.brokerPropertiesDeserializer = brokerPropertiesDeserializer;
|
|
189
|
+
exports.advancedSettingsSerializer = advancedSettingsSerializer;
|
|
190
|
+
exports.advancedSettingsDeserializer = advancedSettingsDeserializer;
|
|
191
|
+
exports.clientConfigSerializer = clientConfigSerializer;
|
|
192
|
+
exports.clientConfigDeserializer = clientConfigDeserializer;
|
|
193
|
+
exports.subscriberQueueLimitSerializer = subscriberQueueLimitSerializer;
|
|
194
|
+
exports.subscriberQueueLimitDeserializer = subscriberQueueLimitDeserializer;
|
|
195
|
+
exports.certManagerCertOptionsSerializer = certManagerCertOptionsSerializer;
|
|
196
|
+
exports.certManagerCertOptionsDeserializer = certManagerCertOptionsDeserializer;
|
|
197
|
+
exports.cardinalitySerializer = cardinalitySerializer;
|
|
198
|
+
exports.cardinalityDeserializer = cardinalityDeserializer;
|
|
199
|
+
exports.backendChainSerializer = backendChainSerializer;
|
|
200
|
+
exports.backendChainDeserializer = backendChainDeserializer;
|
|
201
|
+
exports.frontendSerializer = frontendSerializer;
|
|
202
|
+
exports.frontendDeserializer = frontendDeserializer;
|
|
203
|
+
exports.brokerDiagnosticsSerializer = brokerDiagnosticsSerializer;
|
|
204
|
+
exports.brokerDiagnosticsDeserializer = brokerDiagnosticsDeserializer;
|
|
205
|
+
exports.selfCheckSerializer = selfCheckSerializer;
|
|
206
|
+
exports.selfCheckDeserializer = selfCheckDeserializer;
|
|
207
|
+
exports.tracesSerializer = tracesSerializer;
|
|
208
|
+
exports.tracesDeserializer = tracesDeserializer;
|
|
209
|
+
exports.selfTracingSerializer = selfTracingSerializer;
|
|
210
|
+
exports.selfTracingDeserializer = selfTracingDeserializer;
|
|
211
|
+
exports.diskBackedMessageBufferSerializer = diskBackedMessageBufferSerializer;
|
|
212
|
+
exports.diskBackedMessageBufferDeserializer = diskBackedMessageBufferDeserializer;
|
|
213
|
+
exports.volumeClaimSpecSerializer = volumeClaimSpecSerializer;
|
|
214
|
+
exports.volumeClaimSpecDeserializer = volumeClaimSpecDeserializer;
|
|
215
|
+
exports.localKubernetesReferenceSerializer = localKubernetesReferenceSerializer;
|
|
216
|
+
exports.localKubernetesReferenceDeserializer = localKubernetesReferenceDeserializer;
|
|
217
|
+
exports.kubernetesReferenceSerializer = kubernetesReferenceSerializer;
|
|
218
|
+
exports.kubernetesReferenceDeserializer = kubernetesReferenceDeserializer;
|
|
219
|
+
exports.volumeClaimResourceRequirementsSerializer = volumeClaimResourceRequirementsSerializer;
|
|
220
|
+
exports.volumeClaimResourceRequirementsDeserializer = volumeClaimResourceRequirementsDeserializer;
|
|
221
|
+
exports.volumeClaimSpecSelectorSerializer = volumeClaimSpecSelectorSerializer;
|
|
222
|
+
exports.volumeClaimSpecSelectorDeserializer = volumeClaimSpecSelectorDeserializer;
|
|
223
|
+
exports.volumeClaimSpecSelectorMatchExpressionsSerializer = volumeClaimSpecSelectorMatchExpressionsSerializer;
|
|
224
|
+
exports.volumeClaimSpecSelectorMatchExpressionsDeserializer = volumeClaimSpecSelectorMatchExpressionsDeserializer;
|
|
225
|
+
exports.volumeClaimSpecSelectorMatchExpressionsArraySerializer = volumeClaimSpecSelectorMatchExpressionsArraySerializer;
|
|
226
|
+
exports.volumeClaimSpecSelectorMatchExpressionsArrayDeserializer = volumeClaimSpecSelectorMatchExpressionsArrayDeserializer;
|
|
227
|
+
exports.generateResourceLimitsSerializer = generateResourceLimitsSerializer;
|
|
228
|
+
exports.generateResourceLimitsDeserializer = generateResourceLimitsDeserializer;
|
|
229
|
+
exports._brokerResourceListResultDeserializer = _brokerResourceListResultDeserializer;
|
|
230
|
+
exports.brokerResourceArraySerializer = brokerResourceArraySerializer;
|
|
231
|
+
exports.brokerResourceArrayDeserializer = brokerResourceArrayDeserializer;
|
|
232
|
+
exports.instanceResourceSerializer = instanceResourceSerializer;
|
|
233
|
+
exports.instanceResourceDeserializer = instanceResourceDeserializer;
|
|
234
|
+
exports.instancePropertiesSerializer = instancePropertiesSerializer;
|
|
235
|
+
exports.instancePropertiesDeserializer = instancePropertiesDeserializer;
|
|
236
|
+
exports.schemaRegistryRefSerializer = schemaRegistryRefSerializer;
|
|
237
|
+
exports.schemaRegistryRefDeserializer = schemaRegistryRefDeserializer;
|
|
238
|
+
exports.managedServiceIdentitySerializer = managedServiceIdentitySerializer;
|
|
239
|
+
exports.managedServiceIdentityDeserializer = managedServiceIdentityDeserializer;
|
|
240
|
+
exports.userAssignedIdentitySerializer = userAssignedIdentitySerializer;
|
|
241
|
+
exports.userAssignedIdentityDeserializer = userAssignedIdentityDeserializer;
|
|
242
|
+
exports.trackedResourceSerializer = trackedResourceSerializer;
|
|
243
|
+
exports.trackedResourceDeserializer = trackedResourceDeserializer;
|
|
244
|
+
exports.instancePatchModelSerializer = instancePatchModelSerializer;
|
|
245
|
+
exports._instanceResourceListResultDeserializer = _instanceResourceListResultDeserializer;
|
|
246
|
+
exports.instanceResourceArraySerializer = instanceResourceArraySerializer;
|
|
247
|
+
exports.instanceResourceArrayDeserializer = instanceResourceArrayDeserializer;
|
|
248
|
+
exports._operationListResultDeserializer = _operationListResultDeserializer;
|
|
249
|
+
exports.operationDeserializer = operationDeserializer;
|
|
250
|
+
exports.operationDisplayDeserializer = operationDisplayDeserializer;
|
|
251
|
+
exports.operationArrayDeserializer = operationArrayDeserializer;
|
|
252
|
+
function dataflowEndpointResourceSerializer(item) {
|
|
253
|
+
return {
|
|
254
|
+
properties: !item["properties"]
|
|
255
|
+
? item["properties"]
|
|
256
|
+
: dataflowEndpointPropertiesSerializer(item["properties"]),
|
|
257
|
+
extendedLocation: extendedLocationSerializer(item["extendedLocation"]),
|
|
258
|
+
};
|
|
259
|
+
}
|
|
260
|
+
function dataflowEndpointResourceDeserializer(item) {
|
|
261
|
+
return {
|
|
262
|
+
id: item["id"],
|
|
263
|
+
name: item["name"],
|
|
264
|
+
type: item["type"],
|
|
265
|
+
systemData: !item["systemData"]
|
|
266
|
+
? item["systemData"]
|
|
267
|
+
: systemDataDeserializer(item["systemData"]),
|
|
268
|
+
properties: !item["properties"]
|
|
269
|
+
? item["properties"]
|
|
270
|
+
: dataflowEndpointPropertiesDeserializer(item["properties"]),
|
|
271
|
+
extendedLocation: extendedLocationDeserializer(item["extendedLocation"]),
|
|
272
|
+
};
|
|
273
|
+
}
|
|
274
|
+
function dataflowEndpointPropertiesSerializer(item) {
|
|
275
|
+
return {
|
|
276
|
+
endpointType: item["endpointType"],
|
|
277
|
+
dataExplorerSettings: !item["dataExplorerSettings"]
|
|
278
|
+
? item["dataExplorerSettings"]
|
|
279
|
+
: dataflowEndpointDataExplorerSerializer(item["dataExplorerSettings"]),
|
|
280
|
+
dataLakeStorageSettings: !item["dataLakeStorageSettings"]
|
|
281
|
+
? item["dataLakeStorageSettings"]
|
|
282
|
+
: dataflowEndpointDataLakeStorageSerializer(item["dataLakeStorageSettings"]),
|
|
283
|
+
fabricOneLakeSettings: !item["fabricOneLakeSettings"]
|
|
284
|
+
? item["fabricOneLakeSettings"]
|
|
285
|
+
: dataflowEndpointFabricOneLakeSerializer(item["fabricOneLakeSettings"]),
|
|
286
|
+
kafkaSettings: !item["kafkaSettings"]
|
|
287
|
+
? item["kafkaSettings"]
|
|
288
|
+
: dataflowEndpointKafkaSerializer(item["kafkaSettings"]),
|
|
289
|
+
localStorageSettings: !item["localStorageSettings"]
|
|
290
|
+
? item["localStorageSettings"]
|
|
291
|
+
: dataflowEndpointLocalStorageSerializer(item["localStorageSettings"]),
|
|
292
|
+
mqttSettings: !item["mqttSettings"]
|
|
293
|
+
? item["mqttSettings"]
|
|
294
|
+
: dataflowEndpointMqttSerializer(item["mqttSettings"]),
|
|
295
|
+
};
|
|
296
|
+
}
|
|
297
|
+
function dataflowEndpointPropertiesDeserializer(item) {
|
|
298
|
+
return {
|
|
299
|
+
endpointType: item["endpointType"],
|
|
300
|
+
dataExplorerSettings: !item["dataExplorerSettings"]
|
|
301
|
+
? item["dataExplorerSettings"]
|
|
302
|
+
: dataflowEndpointDataExplorerDeserializer(item["dataExplorerSettings"]),
|
|
303
|
+
dataLakeStorageSettings: !item["dataLakeStorageSettings"]
|
|
304
|
+
? item["dataLakeStorageSettings"]
|
|
305
|
+
: dataflowEndpointDataLakeStorageDeserializer(item["dataLakeStorageSettings"]),
|
|
306
|
+
fabricOneLakeSettings: !item["fabricOneLakeSettings"]
|
|
307
|
+
? item["fabricOneLakeSettings"]
|
|
308
|
+
: dataflowEndpointFabricOneLakeDeserializer(item["fabricOneLakeSettings"]),
|
|
309
|
+
kafkaSettings: !item["kafkaSettings"]
|
|
310
|
+
? item["kafkaSettings"]
|
|
311
|
+
: dataflowEndpointKafkaDeserializer(item["kafkaSettings"]),
|
|
312
|
+
localStorageSettings: !item["localStorageSettings"]
|
|
313
|
+
? item["localStorageSettings"]
|
|
314
|
+
: dataflowEndpointLocalStorageDeserializer(item["localStorageSettings"]),
|
|
315
|
+
mqttSettings: !item["mqttSettings"]
|
|
316
|
+
? item["mqttSettings"]
|
|
317
|
+
: dataflowEndpointMqttDeserializer(item["mqttSettings"]),
|
|
318
|
+
provisioningState: !item["provisioningState"]
|
|
319
|
+
? item["provisioningState"]
|
|
320
|
+
: provisioningStateDeserializer(item["provisioningState"]),
|
|
321
|
+
};
|
|
322
|
+
}
|
|
323
|
+
/** DataflowEndpoint Type properties */
|
|
324
|
+
var KnownEndpointType;
|
|
325
|
+
(function (KnownEndpointType) {
|
|
326
|
+
/** Azure Data Explorer Type */
|
|
327
|
+
KnownEndpointType["DataExplorer"] = "DataExplorer";
|
|
328
|
+
/** Azure Data Lake Type */
|
|
329
|
+
KnownEndpointType["DataLakeStorage"] = "DataLakeStorage";
|
|
330
|
+
/** Microsoft Fabric Type */
|
|
331
|
+
KnownEndpointType["FabricOneLake"] = "FabricOneLake";
|
|
332
|
+
/** Kafka Type */
|
|
333
|
+
KnownEndpointType["Kafka"] = "Kafka";
|
|
334
|
+
/** Local Storage Type */
|
|
335
|
+
KnownEndpointType["LocalStorage"] = "LocalStorage";
|
|
336
|
+
/** Broker Type */
|
|
337
|
+
KnownEndpointType["Mqtt"] = "Mqtt";
|
|
338
|
+
})(KnownEndpointType || (exports.KnownEndpointType = KnownEndpointType = {}));
|
|
339
|
+
function dataflowEndpointDataExplorerSerializer(item) {
|
|
340
|
+
return {
|
|
341
|
+
authentication: dataflowEndpointDataExplorerAuthenticationSerializer(item["authentication"]),
|
|
342
|
+
database: item["database"],
|
|
343
|
+
host: item["host"],
|
|
344
|
+
batching: !item["batching"]
|
|
345
|
+
? item["batching"]
|
|
346
|
+
: batchingConfigurationSerializer(item["batching"]),
|
|
347
|
+
};
|
|
348
|
+
}
|
|
349
|
+
function dataflowEndpointDataExplorerDeserializer(item) {
|
|
350
|
+
return {
|
|
351
|
+
authentication: dataflowEndpointDataExplorerAuthenticationDeserializer(item["authentication"]),
|
|
352
|
+
database: item["database"],
|
|
353
|
+
host: item["host"],
|
|
354
|
+
batching: !item["batching"]
|
|
355
|
+
? item["batching"]
|
|
356
|
+
: batchingConfigurationDeserializer(item["batching"]),
|
|
357
|
+
};
|
|
358
|
+
}
|
|
359
|
+
function dataflowEndpointDataExplorerAuthenticationSerializer(item) {
|
|
360
|
+
return {
|
|
361
|
+
method: dataExplorerAuthMethodSerializer(item["method"]),
|
|
362
|
+
systemAssignedManagedIdentitySettings: !item["systemAssignedManagedIdentitySettings"]
|
|
363
|
+
? item["systemAssignedManagedIdentitySettings"]
|
|
364
|
+
: dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(item["systemAssignedManagedIdentitySettings"]),
|
|
365
|
+
userAssignedManagedIdentitySettings: !item["userAssignedManagedIdentitySettings"]
|
|
366
|
+
? item["userAssignedManagedIdentitySettings"]
|
|
367
|
+
: dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(item["userAssignedManagedIdentitySettings"]),
|
|
368
|
+
};
|
|
369
|
+
}
|
|
370
|
+
function dataflowEndpointDataExplorerAuthenticationDeserializer(item) {
|
|
371
|
+
return {
|
|
372
|
+
method: dataExplorerAuthMethodDeserializer(item["method"]),
|
|
373
|
+
systemAssignedManagedIdentitySettings: !item["systemAssignedManagedIdentitySettings"]
|
|
374
|
+
? item["systemAssignedManagedIdentitySettings"]
|
|
375
|
+
: dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(item["systemAssignedManagedIdentitySettings"]),
|
|
376
|
+
userAssignedManagedIdentitySettings: !item["userAssignedManagedIdentitySettings"]
|
|
377
|
+
? item["userAssignedManagedIdentitySettings"]
|
|
378
|
+
: dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(item["userAssignedManagedIdentitySettings"]),
|
|
379
|
+
};
|
|
380
|
+
}
|
|
381
|
+
function dataExplorerAuthMethodSerializer(item) {
|
|
382
|
+
return item;
|
|
383
|
+
}
|
|
384
|
+
function dataExplorerAuthMethodDeserializer(item) {
|
|
385
|
+
return item;
|
|
386
|
+
}
|
|
387
|
+
/** Managed Identity Method */
|
|
388
|
+
var KnownManagedIdentityMethod;
|
|
389
|
+
(function (KnownManagedIdentityMethod) {
|
|
390
|
+
/** SystemAssignedManagedIdentity type */
|
|
391
|
+
KnownManagedIdentityMethod["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
|
|
392
|
+
/** UserAssignedManagedIdentity type */
|
|
393
|
+
KnownManagedIdentityMethod["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
394
|
+
})(KnownManagedIdentityMethod || (exports.KnownManagedIdentityMethod = KnownManagedIdentityMethod = {}));
|
|
395
|
+
function dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(item) {
|
|
396
|
+
return { audience: item["audience"] };
|
|
397
|
+
}
|
|
398
|
+
function dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(item) {
|
|
399
|
+
return {
|
|
400
|
+
audience: item["audience"],
|
|
401
|
+
};
|
|
402
|
+
}
|
|
403
|
+
function dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(item) {
|
|
404
|
+
return {
|
|
405
|
+
clientId: item["clientId"],
|
|
406
|
+
scope: item["scope"],
|
|
407
|
+
tenantId: item["tenantId"],
|
|
408
|
+
};
|
|
409
|
+
}
|
|
410
|
+
function dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(item) {
|
|
411
|
+
return {
|
|
412
|
+
clientId: item["clientId"],
|
|
413
|
+
scope: item["scope"],
|
|
414
|
+
tenantId: item["tenantId"],
|
|
415
|
+
};
|
|
416
|
+
}
|
|
417
|
+
function batchingConfigurationSerializer(item) {
|
|
418
|
+
return {
|
|
419
|
+
latencySeconds: item["latencySeconds"],
|
|
420
|
+
maxMessages: item["maxMessages"],
|
|
421
|
+
};
|
|
422
|
+
}
|
|
423
|
+
function batchingConfigurationDeserializer(item) {
|
|
424
|
+
return {
|
|
425
|
+
latencySeconds: item["latencySeconds"],
|
|
426
|
+
maxMessages: item["maxMessages"],
|
|
427
|
+
};
|
|
428
|
+
}
|
|
429
|
+
function dataflowEndpointDataLakeStorageSerializer(item) {
|
|
430
|
+
return {
|
|
431
|
+
authentication: dataflowEndpointDataLakeStorageAuthenticationSerializer(item["authentication"]),
|
|
432
|
+
host: item["host"],
|
|
433
|
+
batching: !item["batching"]
|
|
434
|
+
? item["batching"]
|
|
435
|
+
: batchingConfigurationSerializer(item["batching"]),
|
|
436
|
+
};
|
|
437
|
+
}
|
|
438
|
+
function dataflowEndpointDataLakeStorageDeserializer(item) {
|
|
439
|
+
return {
|
|
440
|
+
authentication: dataflowEndpointDataLakeStorageAuthenticationDeserializer(item["authentication"]),
|
|
441
|
+
host: item["host"],
|
|
442
|
+
batching: !item["batching"]
|
|
443
|
+
? item["batching"]
|
|
444
|
+
: batchingConfigurationDeserializer(item["batching"]),
|
|
445
|
+
};
|
|
446
|
+
}
|
|
447
|
+
function dataflowEndpointDataLakeStorageAuthenticationSerializer(item) {
|
|
448
|
+
return {
|
|
449
|
+
method: dataLakeStorageAuthMethodSerializer(item["method"]),
|
|
450
|
+
accessTokenSettings: !item["accessTokenSettings"]
|
|
451
|
+
? item["accessTokenSettings"]
|
|
452
|
+
: dataflowEndpointAuthenticationAccessTokenSerializer(item["accessTokenSettings"]),
|
|
453
|
+
systemAssignedManagedIdentitySettings: !item["systemAssignedManagedIdentitySettings"]
|
|
454
|
+
? item["systemAssignedManagedIdentitySettings"]
|
|
455
|
+
: dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(item["systemAssignedManagedIdentitySettings"]),
|
|
456
|
+
userAssignedManagedIdentitySettings: !item["userAssignedManagedIdentitySettings"]
|
|
457
|
+
? item["userAssignedManagedIdentitySettings"]
|
|
458
|
+
: dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(item["userAssignedManagedIdentitySettings"]),
|
|
459
|
+
};
|
|
460
|
+
}
|
|
461
|
+
function dataflowEndpointDataLakeStorageAuthenticationDeserializer(item) {
|
|
462
|
+
return {
|
|
463
|
+
method: dataLakeStorageAuthMethodDeserializer(item["method"]),
|
|
464
|
+
accessTokenSettings: !item["accessTokenSettings"]
|
|
465
|
+
? item["accessTokenSettings"]
|
|
466
|
+
: dataflowEndpointAuthenticationAccessTokenDeserializer(item["accessTokenSettings"]),
|
|
467
|
+
systemAssignedManagedIdentitySettings: !item["systemAssignedManagedIdentitySettings"]
|
|
468
|
+
? item["systemAssignedManagedIdentitySettings"]
|
|
469
|
+
: dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(item["systemAssignedManagedIdentitySettings"]),
|
|
470
|
+
userAssignedManagedIdentitySettings: !item["userAssignedManagedIdentitySettings"]
|
|
471
|
+
? item["userAssignedManagedIdentitySettings"]
|
|
472
|
+
: dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(item["userAssignedManagedIdentitySettings"]),
|
|
473
|
+
};
|
|
474
|
+
}
|
|
475
|
+
function dataLakeStorageAuthMethodSerializer(item) {
|
|
476
|
+
return item;
|
|
477
|
+
}
|
|
478
|
+
function dataLakeStorageAuthMethodDeserializer(item) {
|
|
479
|
+
return item;
|
|
480
|
+
}
|
|
481
|
+
/** Access Token Method */
|
|
482
|
+
var KnownAccessTokenMethod;
|
|
483
|
+
(function (KnownAccessTokenMethod) {
|
|
484
|
+
/** AccessToken Option */
|
|
485
|
+
KnownAccessTokenMethod["AccessToken"] = "AccessToken";
|
|
486
|
+
})(KnownAccessTokenMethod || (exports.KnownAccessTokenMethod = KnownAccessTokenMethod = {}));
|
|
487
|
+
function dataflowEndpointAuthenticationAccessTokenSerializer(item) {
|
|
488
|
+
return { secretRef: item["secretRef"] };
|
|
489
|
+
}
|
|
490
|
+
function dataflowEndpointAuthenticationAccessTokenDeserializer(item) {
|
|
491
|
+
return {
|
|
492
|
+
secretRef: item["secretRef"],
|
|
493
|
+
};
|
|
494
|
+
}
|
|
495
|
+
function dataflowEndpointFabricOneLakeSerializer(item) {
|
|
496
|
+
return {
|
|
497
|
+
authentication: dataflowEndpointFabricOneLakeAuthenticationSerializer(item["authentication"]),
|
|
498
|
+
names: dataflowEndpointFabricOneLakeNamesSerializer(item["names"]),
|
|
499
|
+
oneLakePathType: item["oneLakePathType"],
|
|
500
|
+
host: item["host"],
|
|
501
|
+
batching: !item["batching"]
|
|
502
|
+
? item["batching"]
|
|
503
|
+
: batchingConfigurationSerializer(item["batching"]),
|
|
504
|
+
};
|
|
505
|
+
}
|
|
506
|
+
function dataflowEndpointFabricOneLakeDeserializer(item) {
|
|
507
|
+
return {
|
|
508
|
+
authentication: dataflowEndpointFabricOneLakeAuthenticationDeserializer(item["authentication"]),
|
|
509
|
+
names: dataflowEndpointFabricOneLakeNamesDeserializer(item["names"]),
|
|
510
|
+
oneLakePathType: item["oneLakePathType"],
|
|
511
|
+
host: item["host"],
|
|
512
|
+
batching: !item["batching"]
|
|
513
|
+
? item["batching"]
|
|
514
|
+
: batchingConfigurationDeserializer(item["batching"]),
|
|
515
|
+
};
|
|
516
|
+
}
|
|
517
|
+
function dataflowEndpointFabricOneLakeAuthenticationSerializer(item) {
|
|
518
|
+
return {
|
|
519
|
+
method: fabricOneLakeAuthMethodSerializer(item["method"]),
|
|
520
|
+
systemAssignedManagedIdentitySettings: !item["systemAssignedManagedIdentitySettings"]
|
|
521
|
+
? item["systemAssignedManagedIdentitySettings"]
|
|
522
|
+
: dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(item["systemAssignedManagedIdentitySettings"]),
|
|
523
|
+
userAssignedManagedIdentitySettings: !item["userAssignedManagedIdentitySettings"]
|
|
524
|
+
? item["userAssignedManagedIdentitySettings"]
|
|
525
|
+
: dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(item["userAssignedManagedIdentitySettings"]),
|
|
526
|
+
};
|
|
527
|
+
}
|
|
528
|
+
function dataflowEndpointFabricOneLakeAuthenticationDeserializer(item) {
|
|
529
|
+
return {
|
|
530
|
+
method: fabricOneLakeAuthMethodDeserializer(item["method"]),
|
|
531
|
+
systemAssignedManagedIdentitySettings: !item["systemAssignedManagedIdentitySettings"]
|
|
532
|
+
? item["systemAssignedManagedIdentitySettings"]
|
|
533
|
+
: dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(item["systemAssignedManagedIdentitySettings"]),
|
|
534
|
+
userAssignedManagedIdentitySettings: !item["userAssignedManagedIdentitySettings"]
|
|
535
|
+
? item["userAssignedManagedIdentitySettings"]
|
|
536
|
+
: dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(item["userAssignedManagedIdentitySettings"]),
|
|
537
|
+
};
|
|
538
|
+
}
|
|
539
|
+
function fabricOneLakeAuthMethodSerializer(item) {
|
|
540
|
+
return item;
|
|
541
|
+
}
|
|
542
|
+
function fabricOneLakeAuthMethodDeserializer(item) {
|
|
543
|
+
return item;
|
|
544
|
+
}
|
|
545
|
+
function dataflowEndpointFabricOneLakeNamesSerializer(item) {
|
|
546
|
+
return {
|
|
547
|
+
lakehouseName: item["lakehouseName"],
|
|
548
|
+
workspaceName: item["workspaceName"],
|
|
549
|
+
};
|
|
550
|
+
}
|
|
551
|
+
function dataflowEndpointFabricOneLakeNamesDeserializer(item) {
|
|
552
|
+
return {
|
|
553
|
+
lakehouseName: item["lakehouseName"],
|
|
554
|
+
workspaceName: item["workspaceName"],
|
|
555
|
+
};
|
|
556
|
+
}
|
|
557
|
+
/** DataflowEndpoint Fabric Path Type properties */
|
|
558
|
+
var KnownDataflowEndpointFabricPathType;
|
|
559
|
+
(function (KnownDataflowEndpointFabricPathType) {
|
|
560
|
+
/** FILES Type */
|
|
561
|
+
KnownDataflowEndpointFabricPathType["Files"] = "Files";
|
|
562
|
+
/** TABLES Type */
|
|
563
|
+
KnownDataflowEndpointFabricPathType["Tables"] = "Tables";
|
|
564
|
+
})(KnownDataflowEndpointFabricPathType || (exports.KnownDataflowEndpointFabricPathType = KnownDataflowEndpointFabricPathType = {}));
|
|
565
|
+
function dataflowEndpointKafkaSerializer(item) {
|
|
566
|
+
return {
|
|
567
|
+
authentication: dataflowEndpointKafkaAuthenticationSerializer(item["authentication"]),
|
|
568
|
+
consumerGroupId: item["consumerGroupId"],
|
|
569
|
+
host: item["host"],
|
|
570
|
+
batching: !item["batching"]
|
|
571
|
+
? item["batching"]
|
|
572
|
+
: dataflowEndpointKafkaBatchingSerializer(item["batching"]),
|
|
573
|
+
copyMqttProperties: item["copyMqttProperties"],
|
|
574
|
+
compression: item["compression"],
|
|
575
|
+
kafkaAcks: item["kafkaAcks"],
|
|
576
|
+
partitionStrategy: item["partitionStrategy"],
|
|
577
|
+
tls: !item["tls"] ? item["tls"] : tlsPropertiesSerializer(item["tls"]),
|
|
578
|
+
cloudEventAttributes: item["cloudEventAttributes"],
|
|
579
|
+
};
|
|
580
|
+
}
|
|
581
|
+
function dataflowEndpointKafkaDeserializer(item) {
|
|
582
|
+
return {
|
|
583
|
+
authentication: dataflowEndpointKafkaAuthenticationDeserializer(item["authentication"]),
|
|
584
|
+
consumerGroupId: item["consumerGroupId"],
|
|
585
|
+
host: item["host"],
|
|
586
|
+
batching: !item["batching"]
|
|
587
|
+
? item["batching"]
|
|
588
|
+
: dataflowEndpointKafkaBatchingDeserializer(item["batching"]),
|
|
589
|
+
copyMqttProperties: item["copyMqttProperties"],
|
|
590
|
+
compression: item["compression"],
|
|
591
|
+
kafkaAcks: item["kafkaAcks"],
|
|
592
|
+
partitionStrategy: item["partitionStrategy"],
|
|
593
|
+
tls: !item["tls"] ? item["tls"] : tlsPropertiesDeserializer(item["tls"]),
|
|
594
|
+
cloudEventAttributes: item["cloudEventAttributes"],
|
|
595
|
+
};
|
|
596
|
+
}
|
|
597
|
+
function dataflowEndpointKafkaAuthenticationSerializer(item) {
|
|
598
|
+
return {
|
|
599
|
+
method: kafkaAuthMethodSerializer(item["method"]),
|
|
600
|
+
systemAssignedManagedIdentitySettings: !item["systemAssignedManagedIdentitySettings"]
|
|
601
|
+
? item["systemAssignedManagedIdentitySettings"]
|
|
602
|
+
: dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(item["systemAssignedManagedIdentitySettings"]),
|
|
603
|
+
userAssignedManagedIdentitySettings: !item["userAssignedManagedIdentitySettings"]
|
|
604
|
+
? item["userAssignedManagedIdentitySettings"]
|
|
605
|
+
: dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(item["userAssignedManagedIdentitySettings"]),
|
|
606
|
+
saslSettings: !item["saslSettings"]
|
|
607
|
+
? item["saslSettings"]
|
|
608
|
+
: dataflowEndpointAuthenticationSaslSerializer(item["saslSettings"]),
|
|
609
|
+
x509CertificateSettings: !item["x509CertificateSettings"]
|
|
610
|
+
? item["x509CertificateSettings"]
|
|
611
|
+
: dataflowEndpointAuthenticationX509Serializer(item["x509CertificateSettings"]),
|
|
612
|
+
};
|
|
613
|
+
}
|
|
614
|
+
function dataflowEndpointKafkaAuthenticationDeserializer(item) {
|
|
615
|
+
return {
|
|
616
|
+
method: kafkaAuthMethodDeserializer(item["method"]),
|
|
617
|
+
systemAssignedManagedIdentitySettings: !item["systemAssignedManagedIdentitySettings"]
|
|
618
|
+
? item["systemAssignedManagedIdentitySettings"]
|
|
619
|
+
: dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(item["systemAssignedManagedIdentitySettings"]),
|
|
620
|
+
userAssignedManagedIdentitySettings: !item["userAssignedManagedIdentitySettings"]
|
|
621
|
+
? item["userAssignedManagedIdentitySettings"]
|
|
622
|
+
: dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(item["userAssignedManagedIdentitySettings"]),
|
|
623
|
+
saslSettings: !item["saslSettings"]
|
|
624
|
+
? item["saslSettings"]
|
|
625
|
+
: dataflowEndpointAuthenticationSaslDeserializer(item["saslSettings"]),
|
|
626
|
+
x509CertificateSettings: !item["x509CertificateSettings"]
|
|
627
|
+
? item["x509CertificateSettings"]
|
|
628
|
+
: dataflowEndpointAuthenticationX509Deserializer(item["x509CertificateSettings"]),
|
|
629
|
+
};
|
|
630
|
+
}
|
|
631
|
+
function kafkaAuthMethodSerializer(item) {
|
|
632
|
+
return item;
|
|
633
|
+
}
|
|
634
|
+
function kafkaAuthMethodDeserializer(item) {
|
|
635
|
+
return item;
|
|
636
|
+
}
|
|
637
|
+
/** Sasl Method */
|
|
638
|
+
var KnownSaslMethod;
|
|
639
|
+
(function (KnownSaslMethod) {
|
|
640
|
+
/** Sasl Option */
|
|
641
|
+
KnownSaslMethod["Sasl"] = "Sasl";
|
|
642
|
+
})(KnownSaslMethod || (exports.KnownSaslMethod = KnownSaslMethod = {}));
|
|
643
|
+
/** x509 Certificate Method */
|
|
644
|
+
var KnownX509CertificateMethod;
|
|
645
|
+
(function (KnownX509CertificateMethod) {
|
|
646
|
+
/** x509Certificate Option */
|
|
647
|
+
KnownX509CertificateMethod["X509Certificate"] = "X509Certificate";
|
|
648
|
+
})(KnownX509CertificateMethod || (exports.KnownX509CertificateMethod = KnownX509CertificateMethod = {}));
|
|
649
|
+
/** x509 Certificate Method */
|
|
650
|
+
var KnownAnonymousMethod;
|
|
651
|
+
(function (KnownAnonymousMethod) {
|
|
652
|
+
/** Anonymous Option */
|
|
653
|
+
KnownAnonymousMethod["Anonymous"] = "Anonymous";
|
|
654
|
+
})(KnownAnonymousMethod || (exports.KnownAnonymousMethod = KnownAnonymousMethod = {}));
|
|
655
|
+
function dataflowEndpointAuthenticationSaslSerializer(item) {
|
|
656
|
+
return { saslType: item["saslType"], secretRef: item["secretRef"] };
|
|
657
|
+
}
|
|
658
|
+
function dataflowEndpointAuthenticationSaslDeserializer(item) {
|
|
659
|
+
return {
|
|
660
|
+
saslType: item["saslType"],
|
|
661
|
+
secretRef: item["secretRef"],
|
|
662
|
+
};
|
|
663
|
+
}
|
|
664
|
+
/** DataflowEndpoint Authentication Sasl Type properties */
|
|
665
|
+
var KnownDataflowEndpointAuthenticationSaslType;
|
|
666
|
+
(function (KnownDataflowEndpointAuthenticationSaslType) {
|
|
667
|
+
/** PLAIN Type */
|
|
668
|
+
KnownDataflowEndpointAuthenticationSaslType["Plain"] = "Plain";
|
|
669
|
+
/** SCRAM_SHA_256 Type */
|
|
670
|
+
KnownDataflowEndpointAuthenticationSaslType["ScramSha256"] = "ScramSha256";
|
|
671
|
+
/** SCRAM_SHA_512 Type */
|
|
672
|
+
KnownDataflowEndpointAuthenticationSaslType["ScramSha512"] = "ScramSha512";
|
|
673
|
+
})(KnownDataflowEndpointAuthenticationSaslType || (exports.KnownDataflowEndpointAuthenticationSaslType = KnownDataflowEndpointAuthenticationSaslType = {}));
|
|
674
|
+
function dataflowEndpointAuthenticationX509Serializer(item) {
|
|
675
|
+
return { secretRef: item["secretRef"] };
|
|
676
|
+
}
|
|
677
|
+
function dataflowEndpointAuthenticationX509Deserializer(item) {
|
|
678
|
+
return {
|
|
679
|
+
secretRef: item["secretRef"],
|
|
680
|
+
};
|
|
681
|
+
}
|
|
682
|
+
function dataflowEndpointKafkaBatchingSerializer(item) {
|
|
683
|
+
return {
|
|
684
|
+
mode: item["mode"],
|
|
685
|
+
latencyMs: item["latencyMs"],
|
|
686
|
+
maxBytes: item["maxBytes"],
|
|
687
|
+
maxMessages: item["maxMessages"],
|
|
688
|
+
};
|
|
689
|
+
}
|
|
690
|
+
function dataflowEndpointKafkaBatchingDeserializer(item) {
|
|
691
|
+
return {
|
|
692
|
+
mode: item["mode"],
|
|
693
|
+
latencyMs: item["latencyMs"],
|
|
694
|
+
maxBytes: item["maxBytes"],
|
|
695
|
+
maxMessages: item["maxMessages"],
|
|
696
|
+
};
|
|
697
|
+
}
|
|
698
|
+
/** Mode properties */
|
|
699
|
+
var KnownOperationalMode;
|
|
700
|
+
(function (KnownOperationalMode) {
|
|
701
|
+
/** Enabled is equivalent to True */
|
|
702
|
+
KnownOperationalMode["Enabled"] = "Enabled";
|
|
703
|
+
/** Disabled is equivalent to False. */
|
|
704
|
+
KnownOperationalMode["Disabled"] = "Disabled";
|
|
705
|
+
})(KnownOperationalMode || (exports.KnownOperationalMode = KnownOperationalMode = {}));
|
|
706
|
+
/** Kafka endpoint Compression properties */
|
|
707
|
+
var KnownDataflowEndpointKafkaCompression;
|
|
708
|
+
(function (KnownDataflowEndpointKafkaCompression) {
|
|
709
|
+
/** NONE Option */
|
|
710
|
+
KnownDataflowEndpointKafkaCompression["None"] = "None";
|
|
711
|
+
/** Gzip Option */
|
|
712
|
+
KnownDataflowEndpointKafkaCompression["Gzip"] = "Gzip";
|
|
713
|
+
/** SNAPPY Option */
|
|
714
|
+
KnownDataflowEndpointKafkaCompression["Snappy"] = "Snappy";
|
|
715
|
+
/** LZ4 Option */
|
|
716
|
+
KnownDataflowEndpointKafkaCompression["Lz4"] = "Lz4";
|
|
717
|
+
})(KnownDataflowEndpointKafkaCompression || (exports.KnownDataflowEndpointKafkaCompression = KnownDataflowEndpointKafkaCompression = {}));
|
|
718
|
+
/** DataflowEndpoint Kafka Acks properties */
|
|
719
|
+
var KnownDataflowEndpointKafkaAcks;
|
|
720
|
+
(function (KnownDataflowEndpointKafkaAcks) {
|
|
721
|
+
/** ZERO Option */
|
|
722
|
+
KnownDataflowEndpointKafkaAcks["Zero"] = "Zero";
|
|
723
|
+
/** ONE Option */
|
|
724
|
+
KnownDataflowEndpointKafkaAcks["One"] = "One";
|
|
725
|
+
/** ALL Option */
|
|
726
|
+
KnownDataflowEndpointKafkaAcks["All"] = "All";
|
|
727
|
+
})(KnownDataflowEndpointKafkaAcks || (exports.KnownDataflowEndpointKafkaAcks = KnownDataflowEndpointKafkaAcks = {}));
|
|
728
|
+
/** DataflowEndpoint Kafka Partition Strategy properties */
|
|
729
|
+
var KnownDataflowEndpointKafkaPartitionStrategy;
|
|
730
|
+
(function (KnownDataflowEndpointKafkaPartitionStrategy) {
|
|
731
|
+
/** Default: Assigns messages to random partitions, using a round-robin algorithm. */
|
|
732
|
+
KnownDataflowEndpointKafkaPartitionStrategy["Default"] = "Default";
|
|
733
|
+
/** Static: Assigns messages to a fixed partition number that's derived from the instance ID of the dataflow. */
|
|
734
|
+
KnownDataflowEndpointKafkaPartitionStrategy["Static"] = "Static";
|
|
735
|
+
/** TOPIC Option */
|
|
736
|
+
KnownDataflowEndpointKafkaPartitionStrategy["Topic"] = "Topic";
|
|
737
|
+
/** PROPERTY Option */
|
|
738
|
+
KnownDataflowEndpointKafkaPartitionStrategy["Property"] = "Property";
|
|
739
|
+
})(KnownDataflowEndpointKafkaPartitionStrategy || (exports.KnownDataflowEndpointKafkaPartitionStrategy = KnownDataflowEndpointKafkaPartitionStrategy = {}));
|
|
740
|
+
function tlsPropertiesSerializer(item) {
|
|
741
|
+
return {
|
|
742
|
+
mode: item["mode"],
|
|
743
|
+
trustedCaCertificateConfigMapRef: item["trustedCaCertificateConfigMapRef"],
|
|
744
|
+
};
|
|
745
|
+
}
|
|
746
|
+
function tlsPropertiesDeserializer(item) {
|
|
747
|
+
return {
|
|
748
|
+
mode: item["mode"],
|
|
749
|
+
trustedCaCertificateConfigMapRef: item["trustedCaCertificateConfigMapRef"],
|
|
750
|
+
};
|
|
751
|
+
}
|
|
752
|
+
/** How to map events to the cloud. */
|
|
753
|
+
var KnownCloudEventAttributeType;
|
|
754
|
+
(function (KnownCloudEventAttributeType) {
|
|
755
|
+
/** Propagate type */
|
|
756
|
+
KnownCloudEventAttributeType["Propagate"] = "Propagate";
|
|
757
|
+
/** CreateOrRemap type */
|
|
758
|
+
KnownCloudEventAttributeType["CreateOrRemap"] = "CreateOrRemap";
|
|
759
|
+
})(KnownCloudEventAttributeType || (exports.KnownCloudEventAttributeType = KnownCloudEventAttributeType = {}));
|
|
760
|
+
function dataflowEndpointLocalStorageSerializer(item) {
|
|
761
|
+
return { persistentVolumeClaimRef: item["persistentVolumeClaimRef"] };
|
|
762
|
+
}
|
|
763
|
+
function dataflowEndpointLocalStorageDeserializer(item) {
|
|
764
|
+
return {
|
|
765
|
+
persistentVolumeClaimRef: item["persistentVolumeClaimRef"],
|
|
766
|
+
};
|
|
767
|
+
}
|
|
768
|
+
function dataflowEndpointMqttSerializer(item) {
|
|
769
|
+
return {
|
|
770
|
+
authentication: dataflowEndpointMqttAuthenticationSerializer(item["authentication"]),
|
|
771
|
+
clientIdPrefix: item["clientIdPrefix"],
|
|
772
|
+
host: item["host"],
|
|
773
|
+
protocol: item["protocol"],
|
|
774
|
+
keepAliveSeconds: item["keepAliveSeconds"],
|
|
775
|
+
retain: item["retain"],
|
|
776
|
+
maxInflightMessages: item["maxInflightMessages"],
|
|
777
|
+
qos: item["qos"],
|
|
778
|
+
sessionExpirySeconds: item["sessionExpirySeconds"],
|
|
779
|
+
tls: !item["tls"] ? item["tls"] : tlsPropertiesSerializer(item["tls"]),
|
|
780
|
+
cloudEventAttributes: item["cloudEventAttributes"],
|
|
781
|
+
};
|
|
782
|
+
}
|
|
783
|
+
function dataflowEndpointMqttDeserializer(item) {
|
|
784
|
+
return {
|
|
785
|
+
authentication: dataflowEndpointMqttAuthenticationDeserializer(item["authentication"]),
|
|
786
|
+
clientIdPrefix: item["clientIdPrefix"],
|
|
787
|
+
host: item["host"],
|
|
788
|
+
protocol: item["protocol"],
|
|
789
|
+
keepAliveSeconds: item["keepAliveSeconds"],
|
|
790
|
+
retain: item["retain"],
|
|
791
|
+
maxInflightMessages: item["maxInflightMessages"],
|
|
792
|
+
qos: item["qos"],
|
|
793
|
+
sessionExpirySeconds: item["sessionExpirySeconds"],
|
|
794
|
+
tls: !item["tls"] ? item["tls"] : tlsPropertiesDeserializer(item["tls"]),
|
|
795
|
+
cloudEventAttributes: item["cloudEventAttributes"],
|
|
796
|
+
};
|
|
797
|
+
}
|
|
798
|
+
function dataflowEndpointMqttAuthenticationSerializer(item) {
|
|
799
|
+
return {
|
|
800
|
+
method: mqttAuthMethodSerializer(item["method"]),
|
|
801
|
+
systemAssignedManagedIdentitySettings: !item["systemAssignedManagedIdentitySettings"]
|
|
802
|
+
? item["systemAssignedManagedIdentitySettings"]
|
|
803
|
+
: dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(item["systemAssignedManagedIdentitySettings"]),
|
|
804
|
+
userAssignedManagedIdentitySettings: !item["userAssignedManagedIdentitySettings"]
|
|
805
|
+
? item["userAssignedManagedIdentitySettings"]
|
|
806
|
+
: dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(item["userAssignedManagedIdentitySettings"]),
|
|
807
|
+
serviceAccountTokenSettings: !item["serviceAccountTokenSettings"]
|
|
808
|
+
? item["serviceAccountTokenSettings"]
|
|
809
|
+
: dataflowEndpointAuthenticationServiceAccountTokenSerializer(item["serviceAccountTokenSettings"]),
|
|
810
|
+
x509CertificateSettings: !item["x509CertificateSettings"]
|
|
811
|
+
? item["x509CertificateSettings"]
|
|
812
|
+
: dataflowEndpointAuthenticationX509Serializer(item["x509CertificateSettings"]),
|
|
813
|
+
};
|
|
814
|
+
}
|
|
815
|
+
function dataflowEndpointMqttAuthenticationDeserializer(item) {
|
|
816
|
+
return {
|
|
817
|
+
method: mqttAuthMethodDeserializer(item["method"]),
|
|
818
|
+
systemAssignedManagedIdentitySettings: !item["systemAssignedManagedIdentitySettings"]
|
|
819
|
+
? item["systemAssignedManagedIdentitySettings"]
|
|
820
|
+
: dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(item["systemAssignedManagedIdentitySettings"]),
|
|
821
|
+
userAssignedManagedIdentitySettings: !item["userAssignedManagedIdentitySettings"]
|
|
822
|
+
? item["userAssignedManagedIdentitySettings"]
|
|
823
|
+
: dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(item["userAssignedManagedIdentitySettings"]),
|
|
824
|
+
serviceAccountTokenSettings: !item["serviceAccountTokenSettings"]
|
|
825
|
+
? item["serviceAccountTokenSettings"]
|
|
826
|
+
: dataflowEndpointAuthenticationServiceAccountTokenDeserializer(item["serviceAccountTokenSettings"]),
|
|
827
|
+
x509CertificateSettings: !item["x509CertificateSettings"]
|
|
828
|
+
? item["x509CertificateSettings"]
|
|
829
|
+
: dataflowEndpointAuthenticationX509Deserializer(item["x509CertificateSettings"]),
|
|
830
|
+
};
|
|
831
|
+
}
|
|
832
|
+
function mqttAuthMethodSerializer(item) {
|
|
833
|
+
return item;
|
|
834
|
+
}
|
|
835
|
+
function mqttAuthMethodDeserializer(item) {
|
|
836
|
+
return item;
|
|
837
|
+
}
|
|
838
|
+
/** Service Account Token Method */
|
|
839
|
+
var KnownServiceAccountTokenMethod;
|
|
840
|
+
(function (KnownServiceAccountTokenMethod) {
|
|
841
|
+
/** ServiceAccountToken Option */
|
|
842
|
+
KnownServiceAccountTokenMethod["ServiceAccountToken"] = "ServiceAccountToken";
|
|
843
|
+
})(KnownServiceAccountTokenMethod || (exports.KnownServiceAccountTokenMethod = KnownServiceAccountTokenMethod = {}));
|
|
844
|
+
function dataflowEndpointAuthenticationServiceAccountTokenSerializer(item) {
|
|
845
|
+
return { audience: item["audience"] };
|
|
846
|
+
}
|
|
847
|
+
function dataflowEndpointAuthenticationServiceAccountTokenDeserializer(item) {
|
|
848
|
+
return {
|
|
849
|
+
audience: item["audience"],
|
|
850
|
+
};
|
|
851
|
+
}
|
|
852
|
+
/** Broker Protocol types */
|
|
853
|
+
var KnownBrokerProtocolType;
|
|
854
|
+
(function (KnownBrokerProtocolType) {
|
|
855
|
+
/** protocol broker */
|
|
856
|
+
KnownBrokerProtocolType["Mqtt"] = "Mqtt";
|
|
857
|
+
/** protocol websocket */
|
|
858
|
+
KnownBrokerProtocolType["WebSockets"] = "WebSockets";
|
|
859
|
+
})(KnownBrokerProtocolType || (exports.KnownBrokerProtocolType = KnownBrokerProtocolType = {}));
|
|
860
|
+
/** Broker Retain types */
|
|
861
|
+
var KnownMqttRetainType;
|
|
862
|
+
(function (KnownMqttRetainType) {
|
|
863
|
+
/** Retain the messages. */
|
|
864
|
+
KnownMqttRetainType["Keep"] = "Keep";
|
|
865
|
+
/** Never retain messages. */
|
|
866
|
+
KnownMqttRetainType["Never"] = "Never";
|
|
867
|
+
})(KnownMqttRetainType || (exports.KnownMqttRetainType = KnownMqttRetainType = {}));
|
|
868
|
+
/** The provisioning state of a resource type. */
|
|
869
|
+
var KnownProvisioningState;
|
|
870
|
+
(function (KnownProvisioningState) {
|
|
871
|
+
/** Resource has been created. */
|
|
872
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
873
|
+
/** Resource creation failed. */
|
|
874
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
875
|
+
/** Resource creation was canceled. */
|
|
876
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
877
|
+
/** Resource creation was provisioning. */
|
|
878
|
+
KnownProvisioningState["Provisioning"] = "Provisioning";
|
|
879
|
+
/** Resource creation was updating. */
|
|
880
|
+
KnownProvisioningState["Updating"] = "Updating";
|
|
881
|
+
/** Resource creation was deleting. */
|
|
882
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
|
883
|
+
/** Resource creation was accepted. */
|
|
884
|
+
KnownProvisioningState["Accepted"] = "Accepted";
|
|
885
|
+
})(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {}));
|
|
886
|
+
function provisioningStateSerializer(item) {
|
|
887
|
+
return item;
|
|
888
|
+
}
|
|
889
|
+
function provisioningStateDeserializer(item) {
|
|
890
|
+
return item;
|
|
891
|
+
}
|
|
892
|
+
function extendedLocationSerializer(item) {
|
|
893
|
+
return { name: item["name"], type: item["type"] };
|
|
894
|
+
}
|
|
895
|
+
function extendedLocationDeserializer(item) {
|
|
896
|
+
return {
|
|
897
|
+
name: item["name"],
|
|
898
|
+
type: item["type"],
|
|
899
|
+
};
|
|
900
|
+
}
|
|
901
|
+
/** The enum defining type of ExtendedLocation accepted. */
|
|
902
|
+
var KnownExtendedLocationType;
|
|
903
|
+
(function (KnownExtendedLocationType) {
|
|
904
|
+
/** CustomLocation type */
|
|
905
|
+
KnownExtendedLocationType["CustomLocation"] = "CustomLocation";
|
|
906
|
+
})(KnownExtendedLocationType || (exports.KnownExtendedLocationType = KnownExtendedLocationType = {}));
|
|
907
|
+
function proxyResourceSerializer(item) {
|
|
908
|
+
return item;
|
|
909
|
+
}
|
|
910
|
+
function proxyResourceDeserializer(item) {
|
|
911
|
+
return {
|
|
912
|
+
id: item["id"],
|
|
913
|
+
name: item["name"],
|
|
914
|
+
type: item["type"],
|
|
915
|
+
systemData: !item["systemData"]
|
|
916
|
+
? item["systemData"]
|
|
917
|
+
: systemDataDeserializer(item["systemData"]),
|
|
918
|
+
};
|
|
919
|
+
}
|
|
920
|
+
function resourceSerializer(item) {
|
|
921
|
+
return item;
|
|
922
|
+
}
|
|
923
|
+
function resourceDeserializer(item) {
|
|
924
|
+
return {
|
|
925
|
+
id: item["id"],
|
|
926
|
+
name: item["name"],
|
|
927
|
+
type: item["type"],
|
|
928
|
+
systemData: !item["systemData"]
|
|
929
|
+
? item["systemData"]
|
|
930
|
+
: systemDataDeserializer(item["systemData"]),
|
|
931
|
+
};
|
|
932
|
+
}
|
|
933
|
+
function systemDataDeserializer(item) {
|
|
934
|
+
return {
|
|
935
|
+
createdBy: item["createdBy"],
|
|
936
|
+
createdByType: item["createdByType"],
|
|
937
|
+
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
938
|
+
lastModifiedBy: item["lastModifiedBy"],
|
|
939
|
+
lastModifiedByType: item["lastModifiedByType"],
|
|
940
|
+
lastModifiedAt: !item["lastModifiedAt"]
|
|
941
|
+
? item["lastModifiedAt"]
|
|
942
|
+
: new Date(item["lastModifiedAt"]),
|
|
943
|
+
};
|
|
944
|
+
}
|
|
945
|
+
/** The kind of entity that created the resource. */
|
|
946
|
+
var KnownCreatedByType;
|
|
947
|
+
(function (KnownCreatedByType) {
|
|
948
|
+
/** The entity was created by a user. */
|
|
949
|
+
KnownCreatedByType["User"] = "User";
|
|
950
|
+
/** The entity was created by an application. */
|
|
951
|
+
KnownCreatedByType["Application"] = "Application";
|
|
952
|
+
/** The entity was created by a managed identity. */
|
|
953
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
954
|
+
/** The entity was created by a key. */
|
|
955
|
+
KnownCreatedByType["Key"] = "Key";
|
|
956
|
+
})(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
|
|
957
|
+
function _dataflowEndpointResourceListResultDeserializer(item) {
|
|
958
|
+
return {
|
|
959
|
+
value: dataflowEndpointResourceArrayDeserializer(item["value"]),
|
|
960
|
+
nextLink: item["nextLink"],
|
|
961
|
+
};
|
|
962
|
+
}
|
|
963
|
+
function dataflowEndpointResourceArraySerializer(result) {
|
|
964
|
+
return result.map((item) => {
|
|
965
|
+
return dataflowEndpointResourceSerializer(item);
|
|
966
|
+
});
|
|
967
|
+
}
|
|
968
|
+
function dataflowEndpointResourceArrayDeserializer(result) {
|
|
969
|
+
return result.map((item) => {
|
|
970
|
+
return dataflowEndpointResourceDeserializer(item);
|
|
971
|
+
});
|
|
972
|
+
}
|
|
973
|
+
function dataflowResourceSerializer(item) {
|
|
974
|
+
return {
|
|
975
|
+
properties: !item["properties"]
|
|
976
|
+
? item["properties"]
|
|
977
|
+
: dataflowPropertiesSerializer(item["properties"]),
|
|
978
|
+
extendedLocation: extendedLocationSerializer(item["extendedLocation"]),
|
|
979
|
+
};
|
|
980
|
+
}
|
|
981
|
+
function dataflowResourceDeserializer(item) {
|
|
982
|
+
return {
|
|
983
|
+
id: item["id"],
|
|
984
|
+
name: item["name"],
|
|
985
|
+
type: item["type"],
|
|
986
|
+
systemData: !item["systemData"]
|
|
987
|
+
? item["systemData"]
|
|
988
|
+
: systemDataDeserializer(item["systemData"]),
|
|
989
|
+
properties: !item["properties"]
|
|
990
|
+
? item["properties"]
|
|
991
|
+
: dataflowPropertiesDeserializer(item["properties"]),
|
|
992
|
+
extendedLocation: extendedLocationDeserializer(item["extendedLocation"]),
|
|
993
|
+
};
|
|
994
|
+
}
|
|
995
|
+
function dataflowPropertiesSerializer(item) {
|
|
996
|
+
return {
|
|
997
|
+
mode: item["mode"],
|
|
998
|
+
operations: dataflowOperationArraySerializer(item["operations"]),
|
|
999
|
+
};
|
|
1000
|
+
}
|
|
1001
|
+
function dataflowPropertiesDeserializer(item) {
|
|
1002
|
+
return {
|
|
1003
|
+
mode: item["mode"],
|
|
1004
|
+
operations: dataflowOperationArrayDeserializer(item["operations"]),
|
|
1005
|
+
provisioningState: !item["provisioningState"]
|
|
1006
|
+
? item["provisioningState"]
|
|
1007
|
+
: provisioningStateDeserializer(item["provisioningState"]),
|
|
1008
|
+
};
|
|
1009
|
+
}
|
|
1010
|
+
function dataflowOperationSerializer(item) {
|
|
1011
|
+
return {
|
|
1012
|
+
operationType: item["operationType"],
|
|
1013
|
+
name: item["name"],
|
|
1014
|
+
sourceSettings: !item["sourceSettings"]
|
|
1015
|
+
? item["sourceSettings"]
|
|
1016
|
+
: dataflowSourceOperationSettingsSerializer(item["sourceSettings"]),
|
|
1017
|
+
builtInTransformationSettings: !item["builtInTransformationSettings"]
|
|
1018
|
+
? item["builtInTransformationSettings"]
|
|
1019
|
+
: dataflowBuiltInTransformationSettingsSerializer(item["builtInTransformationSettings"]),
|
|
1020
|
+
destinationSettings: !item["destinationSettings"]
|
|
1021
|
+
? item["destinationSettings"]
|
|
1022
|
+
: dataflowDestinationOperationSettingsSerializer(item["destinationSettings"]),
|
|
1023
|
+
};
|
|
1024
|
+
}
|
|
1025
|
+
function dataflowOperationDeserializer(item) {
|
|
1026
|
+
return {
|
|
1027
|
+
operationType: item["operationType"],
|
|
1028
|
+
name: item["name"],
|
|
1029
|
+
sourceSettings: !item["sourceSettings"]
|
|
1030
|
+
? item["sourceSettings"]
|
|
1031
|
+
: dataflowSourceOperationSettingsDeserializer(item["sourceSettings"]),
|
|
1032
|
+
builtInTransformationSettings: !item["builtInTransformationSettings"]
|
|
1033
|
+
? item["builtInTransformationSettings"]
|
|
1034
|
+
: dataflowBuiltInTransformationSettingsDeserializer(item["builtInTransformationSettings"]),
|
|
1035
|
+
destinationSettings: !item["destinationSettings"]
|
|
1036
|
+
? item["destinationSettings"]
|
|
1037
|
+
: dataflowDestinationOperationSettingsDeserializer(item["destinationSettings"]),
|
|
1038
|
+
};
|
|
1039
|
+
}
|
|
1040
|
+
/** Dataflow Operation Type properties */
|
|
1041
|
+
var KnownOperationType;
|
|
1042
|
+
(function (KnownOperationType) {
|
|
1043
|
+
/** Dataflow Source Operation */
|
|
1044
|
+
KnownOperationType["Source"] = "Source";
|
|
1045
|
+
/** Dataflow Destination Operation */
|
|
1046
|
+
KnownOperationType["Destination"] = "Destination";
|
|
1047
|
+
/** Dataflow BuiltIn Transformation Operation */
|
|
1048
|
+
KnownOperationType["BuiltInTransformation"] = "BuiltInTransformation";
|
|
1049
|
+
})(KnownOperationType || (exports.KnownOperationType = KnownOperationType = {}));
|
|
1050
|
+
function dataflowSourceOperationSettingsSerializer(item) {
|
|
1051
|
+
return {
|
|
1052
|
+
endpointRef: item["endpointRef"],
|
|
1053
|
+
assetRef: item["assetRef"],
|
|
1054
|
+
serializationFormat: item["serializationFormat"],
|
|
1055
|
+
schemaRef: item["schemaRef"],
|
|
1056
|
+
dataSources: item["dataSources"].map((p) => {
|
|
1057
|
+
return p;
|
|
1058
|
+
}),
|
|
1059
|
+
};
|
|
1060
|
+
}
|
|
1061
|
+
function dataflowSourceOperationSettingsDeserializer(item) {
|
|
1062
|
+
return {
|
|
1063
|
+
endpointRef: item["endpointRef"],
|
|
1064
|
+
assetRef: item["assetRef"],
|
|
1065
|
+
serializationFormat: item["serializationFormat"],
|
|
1066
|
+
schemaRef: item["schemaRef"],
|
|
1067
|
+
dataSources: item["dataSources"].map((p) => {
|
|
1068
|
+
return p;
|
|
1069
|
+
}),
|
|
1070
|
+
};
|
|
1071
|
+
}
|
|
1072
|
+
/** Serialization Format properties */
|
|
1073
|
+
var KnownSourceSerializationFormat;
|
|
1074
|
+
(function (KnownSourceSerializationFormat) {
|
|
1075
|
+
/** JSON Format */
|
|
1076
|
+
KnownSourceSerializationFormat["Json"] = "Json";
|
|
1077
|
+
})(KnownSourceSerializationFormat || (exports.KnownSourceSerializationFormat = KnownSourceSerializationFormat = {}));
|
|
1078
|
+
function dataflowBuiltInTransformationSettingsSerializer(item) {
|
|
1079
|
+
return {
|
|
1080
|
+
serializationFormat: item["serializationFormat"],
|
|
1081
|
+
schemaRef: item["schemaRef"],
|
|
1082
|
+
datasets: !item["datasets"]
|
|
1083
|
+
? item["datasets"]
|
|
1084
|
+
: dataflowBuiltInTransformationDatasetArraySerializer(item["datasets"]),
|
|
1085
|
+
filter: !item["filter"]
|
|
1086
|
+
? item["filter"]
|
|
1087
|
+
: dataflowBuiltInTransformationFilterArraySerializer(item["filter"]),
|
|
1088
|
+
map: !item["map"] ? item["map"] : dataflowBuiltInTransformationMapArraySerializer(item["map"]),
|
|
1089
|
+
};
|
|
1090
|
+
}
|
|
1091
|
+
function dataflowBuiltInTransformationSettingsDeserializer(item) {
|
|
1092
|
+
return {
|
|
1093
|
+
serializationFormat: item["serializationFormat"],
|
|
1094
|
+
schemaRef: item["schemaRef"],
|
|
1095
|
+
datasets: !item["datasets"]
|
|
1096
|
+
? item["datasets"]
|
|
1097
|
+
: dataflowBuiltInTransformationDatasetArrayDeserializer(item["datasets"]),
|
|
1098
|
+
filter: !item["filter"]
|
|
1099
|
+
? item["filter"]
|
|
1100
|
+
: dataflowBuiltInTransformationFilterArrayDeserializer(item["filter"]),
|
|
1101
|
+
map: !item["map"]
|
|
1102
|
+
? item["map"]
|
|
1103
|
+
: dataflowBuiltInTransformationMapArrayDeserializer(item["map"]),
|
|
1104
|
+
};
|
|
1105
|
+
}
|
|
1106
|
+
/** Transformation Format properties */
|
|
1107
|
+
var KnownTransformationSerializationFormat;
|
|
1108
|
+
(function (KnownTransformationSerializationFormat) {
|
|
1109
|
+
/** Delta Format */
|
|
1110
|
+
KnownTransformationSerializationFormat["Delta"] = "Delta";
|
|
1111
|
+
/** JSON Format */
|
|
1112
|
+
KnownTransformationSerializationFormat["Json"] = "Json";
|
|
1113
|
+
/** Parquet Format */
|
|
1114
|
+
KnownTransformationSerializationFormat["Parquet"] = "Parquet";
|
|
1115
|
+
})(KnownTransformationSerializationFormat || (exports.KnownTransformationSerializationFormat = KnownTransformationSerializationFormat = {}));
|
|
1116
|
+
function dataflowBuiltInTransformationDatasetSerializer(item) {
|
|
1117
|
+
return {
|
|
1118
|
+
key: item["key"],
|
|
1119
|
+
description: item["description"],
|
|
1120
|
+
schemaRef: item["schemaRef"],
|
|
1121
|
+
inputs: item["inputs"].map((p) => {
|
|
1122
|
+
return p;
|
|
1123
|
+
}),
|
|
1124
|
+
expression: item["expression"],
|
|
1125
|
+
};
|
|
1126
|
+
}
|
|
1127
|
+
function dataflowBuiltInTransformationDatasetDeserializer(item) {
|
|
1128
|
+
return {
|
|
1129
|
+
key: item["key"],
|
|
1130
|
+
description: item["description"],
|
|
1131
|
+
schemaRef: item["schemaRef"],
|
|
1132
|
+
inputs: item["inputs"].map((p) => {
|
|
1133
|
+
return p;
|
|
1134
|
+
}),
|
|
1135
|
+
expression: item["expression"],
|
|
1136
|
+
};
|
|
1137
|
+
}
|
|
1138
|
+
function dataflowBuiltInTransformationDatasetArraySerializer(result) {
|
|
1139
|
+
return result.map((item) => {
|
|
1140
|
+
return dataflowBuiltInTransformationDatasetSerializer(item);
|
|
1141
|
+
});
|
|
1142
|
+
}
|
|
1143
|
+
function dataflowBuiltInTransformationDatasetArrayDeserializer(result) {
|
|
1144
|
+
return result.map((item) => {
|
|
1145
|
+
return dataflowBuiltInTransformationDatasetDeserializer(item);
|
|
1146
|
+
});
|
|
1147
|
+
}
|
|
1148
|
+
function dataflowBuiltInTransformationFilterSerializer(item) {
|
|
1149
|
+
return {
|
|
1150
|
+
type: item["type"],
|
|
1151
|
+
description: item["description"],
|
|
1152
|
+
inputs: item["inputs"].map((p) => {
|
|
1153
|
+
return p;
|
|
1154
|
+
}),
|
|
1155
|
+
expression: item["expression"],
|
|
1156
|
+
};
|
|
1157
|
+
}
|
|
1158
|
+
function dataflowBuiltInTransformationFilterDeserializer(item) {
|
|
1159
|
+
return {
|
|
1160
|
+
type: item["type"],
|
|
1161
|
+
description: item["description"],
|
|
1162
|
+
inputs: item["inputs"].map((p) => {
|
|
1163
|
+
return p;
|
|
1164
|
+
}),
|
|
1165
|
+
expression: item["expression"],
|
|
1166
|
+
};
|
|
1167
|
+
}
|
|
1168
|
+
/** Filter Type properties */
|
|
1169
|
+
var KnownFilterType;
|
|
1170
|
+
(function (KnownFilterType) {
|
|
1171
|
+
/** Filter type */
|
|
1172
|
+
KnownFilterType["Filter"] = "Filter";
|
|
1173
|
+
})(KnownFilterType || (exports.KnownFilterType = KnownFilterType = {}));
|
|
1174
|
+
function dataflowBuiltInTransformationFilterArraySerializer(result) {
|
|
1175
|
+
return result.map((item) => {
|
|
1176
|
+
return dataflowBuiltInTransformationFilterSerializer(item);
|
|
1177
|
+
});
|
|
1178
|
+
}
|
|
1179
|
+
function dataflowBuiltInTransformationFilterArrayDeserializer(result) {
|
|
1180
|
+
return result.map((item) => {
|
|
1181
|
+
return dataflowBuiltInTransformationFilterDeserializer(item);
|
|
1182
|
+
});
|
|
1183
|
+
}
|
|
1184
|
+
function dataflowBuiltInTransformationMapSerializer(item) {
|
|
1185
|
+
return {
|
|
1186
|
+
type: item["type"],
|
|
1187
|
+
description: item["description"],
|
|
1188
|
+
inputs: item["inputs"].map((p) => {
|
|
1189
|
+
return p;
|
|
1190
|
+
}),
|
|
1191
|
+
expression: item["expression"],
|
|
1192
|
+
output: item["output"],
|
|
1193
|
+
};
|
|
1194
|
+
}
|
|
1195
|
+
function dataflowBuiltInTransformationMapDeserializer(item) {
|
|
1196
|
+
return {
|
|
1197
|
+
type: item["type"],
|
|
1198
|
+
description: item["description"],
|
|
1199
|
+
inputs: item["inputs"].map((p) => {
|
|
1200
|
+
return p;
|
|
1201
|
+
}),
|
|
1202
|
+
expression: item["expression"],
|
|
1203
|
+
output: item["output"],
|
|
1204
|
+
};
|
|
1205
|
+
}
|
|
1206
|
+
/** Dataflow type mapping properties */
|
|
1207
|
+
var KnownDataflowMappingType;
|
|
1208
|
+
(function (KnownDataflowMappingType) {
|
|
1209
|
+
/** New Properties type */
|
|
1210
|
+
KnownDataflowMappingType["NewProperties"] = "NewProperties";
|
|
1211
|
+
/** Rename type */
|
|
1212
|
+
KnownDataflowMappingType["Rename"] = "Rename";
|
|
1213
|
+
/** Compute type */
|
|
1214
|
+
KnownDataflowMappingType["Compute"] = "Compute";
|
|
1215
|
+
/** Pass-through type */
|
|
1216
|
+
KnownDataflowMappingType["PassThrough"] = "PassThrough";
|
|
1217
|
+
/** Built in function type */
|
|
1218
|
+
KnownDataflowMappingType["BuiltInFunction"] = "BuiltInFunction";
|
|
1219
|
+
})(KnownDataflowMappingType || (exports.KnownDataflowMappingType = KnownDataflowMappingType = {}));
|
|
1220
|
+
function dataflowBuiltInTransformationMapArraySerializer(result) {
|
|
1221
|
+
return result.map((item) => {
|
|
1222
|
+
return dataflowBuiltInTransformationMapSerializer(item);
|
|
1223
|
+
});
|
|
1224
|
+
}
|
|
1225
|
+
function dataflowBuiltInTransformationMapArrayDeserializer(result) {
|
|
1226
|
+
return result.map((item) => {
|
|
1227
|
+
return dataflowBuiltInTransformationMapDeserializer(item);
|
|
1228
|
+
});
|
|
1229
|
+
}
|
|
1230
|
+
function dataflowDestinationOperationSettingsSerializer(item) {
|
|
1231
|
+
return {
|
|
1232
|
+
endpointRef: item["endpointRef"],
|
|
1233
|
+
dataDestination: item["dataDestination"],
|
|
1234
|
+
};
|
|
1235
|
+
}
|
|
1236
|
+
function dataflowDestinationOperationSettingsDeserializer(item) {
|
|
1237
|
+
return {
|
|
1238
|
+
endpointRef: item["endpointRef"],
|
|
1239
|
+
dataDestination: item["dataDestination"],
|
|
1240
|
+
};
|
|
1241
|
+
}
|
|
1242
|
+
function dataflowOperationArraySerializer(result) {
|
|
1243
|
+
return result.map((item) => {
|
|
1244
|
+
return dataflowOperationSerializer(item);
|
|
1245
|
+
});
|
|
1246
|
+
}
|
|
1247
|
+
function dataflowOperationArrayDeserializer(result) {
|
|
1248
|
+
return result.map((item) => {
|
|
1249
|
+
return dataflowOperationDeserializer(item);
|
|
1250
|
+
});
|
|
1251
|
+
}
|
|
1252
|
+
function _dataflowResourceListResultDeserializer(item) {
|
|
1253
|
+
return {
|
|
1254
|
+
value: dataflowResourceArrayDeserializer(item["value"]),
|
|
1255
|
+
nextLink: item["nextLink"],
|
|
1256
|
+
};
|
|
1257
|
+
}
|
|
1258
|
+
function dataflowResourceArraySerializer(result) {
|
|
1259
|
+
return result.map((item) => {
|
|
1260
|
+
return dataflowResourceSerializer(item);
|
|
1261
|
+
});
|
|
1262
|
+
}
|
|
1263
|
+
function dataflowResourceArrayDeserializer(result) {
|
|
1264
|
+
return result.map((item) => {
|
|
1265
|
+
return dataflowResourceDeserializer(item);
|
|
1266
|
+
});
|
|
1267
|
+
}
|
|
1268
|
+
function dataflowProfileResourceSerializer(item) {
|
|
1269
|
+
return {
|
|
1270
|
+
properties: !item["properties"]
|
|
1271
|
+
? item["properties"]
|
|
1272
|
+
: dataflowProfilePropertiesSerializer(item["properties"]),
|
|
1273
|
+
extendedLocation: extendedLocationSerializer(item["extendedLocation"]),
|
|
1274
|
+
};
|
|
1275
|
+
}
|
|
1276
|
+
function dataflowProfileResourceDeserializer(item) {
|
|
1277
|
+
return {
|
|
1278
|
+
id: item["id"],
|
|
1279
|
+
name: item["name"],
|
|
1280
|
+
type: item["type"],
|
|
1281
|
+
systemData: !item["systemData"]
|
|
1282
|
+
? item["systemData"]
|
|
1283
|
+
: systemDataDeserializer(item["systemData"]),
|
|
1284
|
+
properties: !item["properties"]
|
|
1285
|
+
? item["properties"]
|
|
1286
|
+
: dataflowProfilePropertiesDeserializer(item["properties"]),
|
|
1287
|
+
extendedLocation: extendedLocationDeserializer(item["extendedLocation"]),
|
|
1288
|
+
};
|
|
1289
|
+
}
|
|
1290
|
+
function dataflowProfilePropertiesSerializer(item) {
|
|
1291
|
+
return {
|
|
1292
|
+
diagnostics: !item["diagnostics"]
|
|
1293
|
+
? item["diagnostics"]
|
|
1294
|
+
: profileDiagnosticsSerializer(item["diagnostics"]),
|
|
1295
|
+
instanceCount: item["instanceCount"],
|
|
1296
|
+
};
|
|
1297
|
+
}
|
|
1298
|
+
function dataflowProfilePropertiesDeserializer(item) {
|
|
1299
|
+
return {
|
|
1300
|
+
diagnostics: !item["diagnostics"]
|
|
1301
|
+
? item["diagnostics"]
|
|
1302
|
+
: profileDiagnosticsDeserializer(item["diagnostics"]),
|
|
1303
|
+
instanceCount: item["instanceCount"],
|
|
1304
|
+
provisioningState: !item["provisioningState"]
|
|
1305
|
+
? item["provisioningState"]
|
|
1306
|
+
: provisioningStateDeserializer(item["provisioningState"]),
|
|
1307
|
+
};
|
|
1308
|
+
}
|
|
1309
|
+
function profileDiagnosticsSerializer(item) {
|
|
1310
|
+
return {
|
|
1311
|
+
logs: !item["logs"] ? item["logs"] : diagnosticsLogsSerializer(item["logs"]),
|
|
1312
|
+
metrics: !item["metrics"] ? item["metrics"] : metricsSerializer(item["metrics"]),
|
|
1313
|
+
};
|
|
1314
|
+
}
|
|
1315
|
+
function profileDiagnosticsDeserializer(item) {
|
|
1316
|
+
return {
|
|
1317
|
+
logs: !item["logs"] ? item["logs"] : diagnosticsLogsDeserializer(item["logs"]),
|
|
1318
|
+
metrics: !item["metrics"] ? item["metrics"] : metricsDeserializer(item["metrics"]),
|
|
1319
|
+
};
|
|
1320
|
+
}
|
|
1321
|
+
function diagnosticsLogsSerializer(item) {
|
|
1322
|
+
return { level: item["level"] };
|
|
1323
|
+
}
|
|
1324
|
+
function diagnosticsLogsDeserializer(item) {
|
|
1325
|
+
return {
|
|
1326
|
+
level: item["level"],
|
|
1327
|
+
};
|
|
1328
|
+
}
|
|
1329
|
+
function metricsSerializer(item) {
|
|
1330
|
+
return { prometheusPort: item["prometheusPort"] };
|
|
1331
|
+
}
|
|
1332
|
+
function metricsDeserializer(item) {
|
|
1333
|
+
return {
|
|
1334
|
+
prometheusPort: item["prometheusPort"],
|
|
1335
|
+
};
|
|
1336
|
+
}
|
|
1337
|
+
function _dataflowProfileResourceListResultDeserializer(item) {
|
|
1338
|
+
return {
|
|
1339
|
+
value: dataflowProfileResourceArrayDeserializer(item["value"]),
|
|
1340
|
+
nextLink: item["nextLink"],
|
|
1341
|
+
};
|
|
1342
|
+
}
|
|
1343
|
+
function dataflowProfileResourceArraySerializer(result) {
|
|
1344
|
+
return result.map((item) => {
|
|
1345
|
+
return dataflowProfileResourceSerializer(item);
|
|
1346
|
+
});
|
|
1347
|
+
}
|
|
1348
|
+
function dataflowProfileResourceArrayDeserializer(result) {
|
|
1349
|
+
return result.map((item) => {
|
|
1350
|
+
return dataflowProfileResourceDeserializer(item);
|
|
1351
|
+
});
|
|
1352
|
+
}
|
|
1353
|
+
function brokerAuthorizationResourceSerializer(item) {
|
|
1354
|
+
return {
|
|
1355
|
+
properties: !item["properties"]
|
|
1356
|
+
? item["properties"]
|
|
1357
|
+
: brokerAuthorizationPropertiesSerializer(item["properties"]),
|
|
1358
|
+
extendedLocation: extendedLocationSerializer(item["extendedLocation"]),
|
|
1359
|
+
};
|
|
1360
|
+
}
|
|
1361
|
+
function brokerAuthorizationResourceDeserializer(item) {
|
|
1362
|
+
return {
|
|
1363
|
+
id: item["id"],
|
|
1364
|
+
name: item["name"],
|
|
1365
|
+
type: item["type"],
|
|
1366
|
+
systemData: !item["systemData"]
|
|
1367
|
+
? item["systemData"]
|
|
1368
|
+
: systemDataDeserializer(item["systemData"]),
|
|
1369
|
+
properties: !item["properties"]
|
|
1370
|
+
? item["properties"]
|
|
1371
|
+
: brokerAuthorizationPropertiesDeserializer(item["properties"]),
|
|
1372
|
+
extendedLocation: extendedLocationDeserializer(item["extendedLocation"]),
|
|
1373
|
+
};
|
|
1374
|
+
}
|
|
1375
|
+
function brokerAuthorizationPropertiesSerializer(item) {
|
|
1376
|
+
return {
|
|
1377
|
+
authorizationPolicies: authorizationConfigSerializer(item["authorizationPolicies"]),
|
|
1378
|
+
};
|
|
1379
|
+
}
|
|
1380
|
+
function brokerAuthorizationPropertiesDeserializer(item) {
|
|
1381
|
+
return {
|
|
1382
|
+
authorizationPolicies: authorizationConfigDeserializer(item["authorizationPolicies"]),
|
|
1383
|
+
provisioningState: !item["provisioningState"]
|
|
1384
|
+
? item["provisioningState"]
|
|
1385
|
+
: provisioningStateDeserializer(item["provisioningState"]),
|
|
1386
|
+
};
|
|
1387
|
+
}
|
|
1388
|
+
function authorizationConfigSerializer(item) {
|
|
1389
|
+
return {
|
|
1390
|
+
cache: item["cache"],
|
|
1391
|
+
rules: !item["rules"] ? item["rules"] : authorizationRuleArraySerializer(item["rules"]),
|
|
1392
|
+
};
|
|
1393
|
+
}
|
|
1394
|
+
function authorizationConfigDeserializer(item) {
|
|
1395
|
+
return {
|
|
1396
|
+
cache: item["cache"],
|
|
1397
|
+
rules: !item["rules"] ? item["rules"] : authorizationRuleArrayDeserializer(item["rules"]),
|
|
1398
|
+
};
|
|
1399
|
+
}
|
|
1400
|
+
function authorizationRuleSerializer(item) {
|
|
1401
|
+
return {
|
|
1402
|
+
brokerResources: brokerResourceRuleArraySerializer(item["brokerResources"]),
|
|
1403
|
+
principals: principalDefinitionSerializer(item["principals"]),
|
|
1404
|
+
stateStoreResources: !item["stateStoreResources"]
|
|
1405
|
+
? item["stateStoreResources"]
|
|
1406
|
+
: stateStoreResourceRuleArraySerializer(item["stateStoreResources"]),
|
|
1407
|
+
};
|
|
1408
|
+
}
|
|
1409
|
+
function authorizationRuleDeserializer(item) {
|
|
1410
|
+
return {
|
|
1411
|
+
brokerResources: brokerResourceRuleArrayDeserializer(item["brokerResources"]),
|
|
1412
|
+
principals: principalDefinitionDeserializer(item["principals"]),
|
|
1413
|
+
stateStoreResources: !item["stateStoreResources"]
|
|
1414
|
+
? item["stateStoreResources"]
|
|
1415
|
+
: stateStoreResourceRuleArrayDeserializer(item["stateStoreResources"]),
|
|
1416
|
+
};
|
|
1417
|
+
}
|
|
1418
|
+
function brokerResourceRuleSerializer(item) {
|
|
1419
|
+
return {
|
|
1420
|
+
method: item["method"],
|
|
1421
|
+
clientIds: !item["clientIds"]
|
|
1422
|
+
? item["clientIds"]
|
|
1423
|
+
: item["clientIds"].map((p) => {
|
|
1424
|
+
return p;
|
|
1425
|
+
}),
|
|
1426
|
+
topics: !item["topics"]
|
|
1427
|
+
? item["topics"]
|
|
1428
|
+
: item["topics"].map((p) => {
|
|
1429
|
+
return p;
|
|
1430
|
+
}),
|
|
1431
|
+
};
|
|
1432
|
+
}
|
|
1433
|
+
function brokerResourceRuleDeserializer(item) {
|
|
1434
|
+
return {
|
|
1435
|
+
method: item["method"],
|
|
1436
|
+
clientIds: !item["clientIds"]
|
|
1437
|
+
? item["clientIds"]
|
|
1438
|
+
: item["clientIds"].map((p) => {
|
|
1439
|
+
return p;
|
|
1440
|
+
}),
|
|
1441
|
+
topics: !item["topics"]
|
|
1442
|
+
? item["topics"]
|
|
1443
|
+
: item["topics"].map((p) => {
|
|
1444
|
+
return p;
|
|
1445
|
+
}),
|
|
1446
|
+
};
|
|
1447
|
+
}
|
|
1448
|
+
/** BrokerResourceDefinitionMethods methods allowed */
|
|
1449
|
+
var KnownBrokerResourceDefinitionMethods;
|
|
1450
|
+
(function (KnownBrokerResourceDefinitionMethods) {
|
|
1451
|
+
/** Allowed Connecting to Broker */
|
|
1452
|
+
KnownBrokerResourceDefinitionMethods["Connect"] = "Connect";
|
|
1453
|
+
/** Allowed Publishing to Broker */
|
|
1454
|
+
KnownBrokerResourceDefinitionMethods["Publish"] = "Publish";
|
|
1455
|
+
/** Allowed Subscribing to Broker */
|
|
1456
|
+
KnownBrokerResourceDefinitionMethods["Subscribe"] = "Subscribe";
|
|
1457
|
+
})(KnownBrokerResourceDefinitionMethods || (exports.KnownBrokerResourceDefinitionMethods = KnownBrokerResourceDefinitionMethods = {}));
|
|
1458
|
+
function brokerResourceRuleArraySerializer(result) {
|
|
1459
|
+
return result.map((item) => {
|
|
1460
|
+
return brokerResourceRuleSerializer(item);
|
|
1461
|
+
});
|
|
1462
|
+
}
|
|
1463
|
+
function brokerResourceRuleArrayDeserializer(result) {
|
|
1464
|
+
return result.map((item) => {
|
|
1465
|
+
return brokerResourceRuleDeserializer(item);
|
|
1466
|
+
});
|
|
1467
|
+
}
|
|
1468
|
+
function principalDefinitionSerializer(item) {
|
|
1469
|
+
return {
|
|
1470
|
+
attributes: !item["attributes"]
|
|
1471
|
+
? item["attributes"]
|
|
1472
|
+
: item["attributes"].map((p) => {
|
|
1473
|
+
return p;
|
|
1474
|
+
}),
|
|
1475
|
+
clientIds: !item["clientIds"]
|
|
1476
|
+
? item["clientIds"]
|
|
1477
|
+
: item["clientIds"].map((p) => {
|
|
1478
|
+
return p;
|
|
1479
|
+
}),
|
|
1480
|
+
usernames: !item["usernames"]
|
|
1481
|
+
? item["usernames"]
|
|
1482
|
+
: item["usernames"].map((p) => {
|
|
1483
|
+
return p;
|
|
1484
|
+
}),
|
|
1485
|
+
};
|
|
1486
|
+
}
|
|
1487
|
+
function principalDefinitionDeserializer(item) {
|
|
1488
|
+
return {
|
|
1489
|
+
attributes: !item["attributes"]
|
|
1490
|
+
? item["attributes"]
|
|
1491
|
+
: item["attributes"].map((p) => {
|
|
1492
|
+
return p;
|
|
1493
|
+
}),
|
|
1494
|
+
clientIds: !item["clientIds"]
|
|
1495
|
+
? item["clientIds"]
|
|
1496
|
+
: item["clientIds"].map((p) => {
|
|
1497
|
+
return p;
|
|
1498
|
+
}),
|
|
1499
|
+
usernames: !item["usernames"]
|
|
1500
|
+
? item["usernames"]
|
|
1501
|
+
: item["usernames"].map((p) => {
|
|
1502
|
+
return p;
|
|
1503
|
+
}),
|
|
1504
|
+
};
|
|
1505
|
+
}
|
|
1506
|
+
function stateStoreResourceRuleSerializer(item) {
|
|
1507
|
+
return {
|
|
1508
|
+
keyType: item["keyType"],
|
|
1509
|
+
keys: item["keys"].map((p) => {
|
|
1510
|
+
return p;
|
|
1511
|
+
}),
|
|
1512
|
+
method: item["method"],
|
|
1513
|
+
};
|
|
1514
|
+
}
|
|
1515
|
+
function stateStoreResourceRuleDeserializer(item) {
|
|
1516
|
+
return {
|
|
1517
|
+
keyType: item["keyType"],
|
|
1518
|
+
keys: item["keys"].map((p) => {
|
|
1519
|
+
return p;
|
|
1520
|
+
}),
|
|
1521
|
+
method: item["method"],
|
|
1522
|
+
};
|
|
1523
|
+
}
|
|
1524
|
+
/** StateStoreResourceKeyTypes properties */
|
|
1525
|
+
var KnownStateStoreResourceKeyTypes;
|
|
1526
|
+
(function (KnownStateStoreResourceKeyTypes) {
|
|
1527
|
+
/** Key type - pattern */
|
|
1528
|
+
KnownStateStoreResourceKeyTypes["Pattern"] = "Pattern";
|
|
1529
|
+
/** Key type - string */
|
|
1530
|
+
KnownStateStoreResourceKeyTypes["String"] = "String";
|
|
1531
|
+
/** Key type - binary */
|
|
1532
|
+
KnownStateStoreResourceKeyTypes["Binary"] = "Binary";
|
|
1533
|
+
})(KnownStateStoreResourceKeyTypes || (exports.KnownStateStoreResourceKeyTypes = KnownStateStoreResourceKeyTypes = {}));
|
|
1534
|
+
/** StateStoreResourceDefinitionMethods methods allowed */
|
|
1535
|
+
var KnownStateStoreResourceDefinitionMethods;
|
|
1536
|
+
(function (KnownStateStoreResourceDefinitionMethods) {
|
|
1537
|
+
/** Get/KeyNotify from Store */
|
|
1538
|
+
KnownStateStoreResourceDefinitionMethods["Read"] = "Read";
|
|
1539
|
+
/** Set/Delete in Store */
|
|
1540
|
+
KnownStateStoreResourceDefinitionMethods["Write"] = "Write";
|
|
1541
|
+
/** Allowed all operations on Store - Get/KeyNotify/Set/Delete */
|
|
1542
|
+
KnownStateStoreResourceDefinitionMethods["ReadWrite"] = "ReadWrite";
|
|
1543
|
+
})(KnownStateStoreResourceDefinitionMethods || (exports.KnownStateStoreResourceDefinitionMethods = KnownStateStoreResourceDefinitionMethods = {}));
|
|
1544
|
+
function stateStoreResourceRuleArraySerializer(result) {
|
|
1545
|
+
return result.map((item) => {
|
|
1546
|
+
return stateStoreResourceRuleSerializer(item);
|
|
1547
|
+
});
|
|
1548
|
+
}
|
|
1549
|
+
function stateStoreResourceRuleArrayDeserializer(result) {
|
|
1550
|
+
return result.map((item) => {
|
|
1551
|
+
return stateStoreResourceRuleDeserializer(item);
|
|
1552
|
+
});
|
|
1553
|
+
}
|
|
1554
|
+
function authorizationRuleArraySerializer(result) {
|
|
1555
|
+
return result.map((item) => {
|
|
1556
|
+
return authorizationRuleSerializer(item);
|
|
1557
|
+
});
|
|
1558
|
+
}
|
|
1559
|
+
function authorizationRuleArrayDeserializer(result) {
|
|
1560
|
+
return result.map((item) => {
|
|
1561
|
+
return authorizationRuleDeserializer(item);
|
|
1562
|
+
});
|
|
1563
|
+
}
|
|
1564
|
+
function _brokerAuthorizationResourceListResultDeserializer(item) {
|
|
1565
|
+
return {
|
|
1566
|
+
value: brokerAuthorizationResourceArrayDeserializer(item["value"]),
|
|
1567
|
+
nextLink: item["nextLink"],
|
|
1568
|
+
};
|
|
1569
|
+
}
|
|
1570
|
+
function brokerAuthorizationResourceArraySerializer(result) {
|
|
1571
|
+
return result.map((item) => {
|
|
1572
|
+
return brokerAuthorizationResourceSerializer(item);
|
|
1573
|
+
});
|
|
1574
|
+
}
|
|
1575
|
+
function brokerAuthorizationResourceArrayDeserializer(result) {
|
|
1576
|
+
return result.map((item) => {
|
|
1577
|
+
return brokerAuthorizationResourceDeserializer(item);
|
|
1578
|
+
});
|
|
1579
|
+
}
|
|
1580
|
+
function brokerAuthenticationResourceSerializer(item) {
|
|
1581
|
+
return {
|
|
1582
|
+
properties: !item["properties"]
|
|
1583
|
+
? item["properties"]
|
|
1584
|
+
: brokerAuthenticationPropertiesSerializer(item["properties"]),
|
|
1585
|
+
extendedLocation: extendedLocationSerializer(item["extendedLocation"]),
|
|
1586
|
+
};
|
|
1587
|
+
}
|
|
1588
|
+
function brokerAuthenticationResourceDeserializer(item) {
|
|
1589
|
+
return {
|
|
1590
|
+
id: item["id"],
|
|
1591
|
+
name: item["name"],
|
|
1592
|
+
type: item["type"],
|
|
1593
|
+
systemData: !item["systemData"]
|
|
1594
|
+
? item["systemData"]
|
|
1595
|
+
: systemDataDeserializer(item["systemData"]),
|
|
1596
|
+
properties: !item["properties"]
|
|
1597
|
+
? item["properties"]
|
|
1598
|
+
: brokerAuthenticationPropertiesDeserializer(item["properties"]),
|
|
1599
|
+
extendedLocation: extendedLocationDeserializer(item["extendedLocation"]),
|
|
1600
|
+
};
|
|
1601
|
+
}
|
|
1602
|
+
function brokerAuthenticationPropertiesSerializer(item) {
|
|
1603
|
+
return {
|
|
1604
|
+
authenticationMethods: brokerAuthenticatorMethodsArraySerializer(item["authenticationMethods"]),
|
|
1605
|
+
};
|
|
1606
|
+
}
|
|
1607
|
+
function brokerAuthenticationPropertiesDeserializer(item) {
|
|
1608
|
+
return {
|
|
1609
|
+
authenticationMethods: brokerAuthenticatorMethodsArrayDeserializer(item["authenticationMethods"]),
|
|
1610
|
+
provisioningState: !item["provisioningState"]
|
|
1611
|
+
? item["provisioningState"]
|
|
1612
|
+
: provisioningStateDeserializer(item["provisioningState"]),
|
|
1613
|
+
};
|
|
1614
|
+
}
|
|
1615
|
+
function brokerAuthenticatorMethodsSerializer(item) {
|
|
1616
|
+
return {
|
|
1617
|
+
method: item["method"],
|
|
1618
|
+
customSettings: !item["customSettings"]
|
|
1619
|
+
? item["customSettings"]
|
|
1620
|
+
: brokerAuthenticatorMethodCustomSerializer(item["customSettings"]),
|
|
1621
|
+
serviceAccountTokenSettings: !item["serviceAccountTokenSettings"]
|
|
1622
|
+
? item["serviceAccountTokenSettings"]
|
|
1623
|
+
: brokerAuthenticatorMethodSatSerializer(item["serviceAccountTokenSettings"]),
|
|
1624
|
+
x509Settings: !item["x509Settings"]
|
|
1625
|
+
? item["x509Settings"]
|
|
1626
|
+
: brokerAuthenticatorMethodX509Serializer(item["x509Settings"]),
|
|
1627
|
+
};
|
|
1628
|
+
}
|
|
1629
|
+
function brokerAuthenticatorMethodsDeserializer(item) {
|
|
1630
|
+
return {
|
|
1631
|
+
method: item["method"],
|
|
1632
|
+
customSettings: !item["customSettings"]
|
|
1633
|
+
? item["customSettings"]
|
|
1634
|
+
: brokerAuthenticatorMethodCustomDeserializer(item["customSettings"]),
|
|
1635
|
+
serviceAccountTokenSettings: !item["serviceAccountTokenSettings"]
|
|
1636
|
+
? item["serviceAccountTokenSettings"]
|
|
1637
|
+
: brokerAuthenticatorMethodSatDeserializer(item["serviceAccountTokenSettings"]),
|
|
1638
|
+
x509Settings: !item["x509Settings"]
|
|
1639
|
+
? item["x509Settings"]
|
|
1640
|
+
: brokerAuthenticatorMethodX509Deserializer(item["x509Settings"]),
|
|
1641
|
+
};
|
|
1642
|
+
}
|
|
1643
|
+
/** Broker Authentication Mode */
|
|
1644
|
+
var KnownBrokerAuthenticationMethod;
|
|
1645
|
+
(function (KnownBrokerAuthenticationMethod) {
|
|
1646
|
+
/** Custom authentication configuration. */
|
|
1647
|
+
KnownBrokerAuthenticationMethod["Custom"] = "Custom";
|
|
1648
|
+
/** ServiceAccountToken authentication configuration. */
|
|
1649
|
+
KnownBrokerAuthenticationMethod["ServiceAccountToken"] = "ServiceAccountToken";
|
|
1650
|
+
/** X.509 authentication configuration. */
|
|
1651
|
+
KnownBrokerAuthenticationMethod["X509"] = "X509";
|
|
1652
|
+
})(KnownBrokerAuthenticationMethod || (exports.KnownBrokerAuthenticationMethod = KnownBrokerAuthenticationMethod = {}));
|
|
1653
|
+
function brokerAuthenticatorMethodCustomSerializer(item) {
|
|
1654
|
+
return {
|
|
1655
|
+
auth: !item["auth"] ? item["auth"] : brokerAuthenticatorCustomAuthSerializer(item["auth"]),
|
|
1656
|
+
caCertConfigMap: item["caCertConfigMap"],
|
|
1657
|
+
endpoint: item["endpoint"],
|
|
1658
|
+
headers: item["headers"],
|
|
1659
|
+
};
|
|
1660
|
+
}
|
|
1661
|
+
function brokerAuthenticatorMethodCustomDeserializer(item) {
|
|
1662
|
+
return {
|
|
1663
|
+
auth: !item["auth"] ? item["auth"] : brokerAuthenticatorCustomAuthDeserializer(item["auth"]),
|
|
1664
|
+
caCertConfigMap: item["caCertConfigMap"],
|
|
1665
|
+
endpoint: item["endpoint"],
|
|
1666
|
+
headers: item["headers"],
|
|
1667
|
+
};
|
|
1668
|
+
}
|
|
1669
|
+
function brokerAuthenticatorCustomAuthSerializer(item) {
|
|
1670
|
+
return { x509: x509ManualCertificateSerializer(item["x509"]) };
|
|
1671
|
+
}
|
|
1672
|
+
function brokerAuthenticatorCustomAuthDeserializer(item) {
|
|
1673
|
+
return {
|
|
1674
|
+
x509: x509ManualCertificateDeserializer(item["x509"]),
|
|
1675
|
+
};
|
|
1676
|
+
}
|
|
1677
|
+
function x509ManualCertificateSerializer(item) {
|
|
1678
|
+
return { secretRef: item["secretRef"] };
|
|
1679
|
+
}
|
|
1680
|
+
function x509ManualCertificateDeserializer(item) {
|
|
1681
|
+
return {
|
|
1682
|
+
secretRef: item["secretRef"],
|
|
1683
|
+
};
|
|
1684
|
+
}
|
|
1685
|
+
function brokerAuthenticatorMethodSatSerializer(item) {
|
|
1686
|
+
return {
|
|
1687
|
+
audiences: item["audiences"].map((p) => {
|
|
1688
|
+
return p;
|
|
1689
|
+
}),
|
|
1690
|
+
};
|
|
1691
|
+
}
|
|
1692
|
+
function brokerAuthenticatorMethodSatDeserializer(item) {
|
|
1693
|
+
return {
|
|
1694
|
+
audiences: item["audiences"].map((p) => {
|
|
1695
|
+
return p;
|
|
1696
|
+
}),
|
|
1697
|
+
};
|
|
1698
|
+
}
|
|
1699
|
+
function brokerAuthenticatorMethodX509Serializer(item) {
|
|
1700
|
+
return {
|
|
1701
|
+
authorizationAttributes: !item["authorizationAttributes"]
|
|
1702
|
+
? item["authorizationAttributes"]
|
|
1703
|
+
: brokerAuthenticatorMethodX509AttributesRecordSerializer(item["authorizationAttributes"]),
|
|
1704
|
+
trustedClientCaCert: item["trustedClientCaCert"],
|
|
1705
|
+
};
|
|
1706
|
+
}
|
|
1707
|
+
function brokerAuthenticatorMethodX509Deserializer(item) {
|
|
1708
|
+
return {
|
|
1709
|
+
authorizationAttributes: !item["authorizationAttributes"]
|
|
1710
|
+
? item["authorizationAttributes"]
|
|
1711
|
+
: brokerAuthenticatorMethodX509AttributesRecordDeserializer(item["authorizationAttributes"]),
|
|
1712
|
+
trustedClientCaCert: item["trustedClientCaCert"],
|
|
1713
|
+
};
|
|
1714
|
+
}
|
|
1715
|
+
function brokerAuthenticatorMethodX509AttributesSerializer(item) {
|
|
1716
|
+
return { attributes: item["attributes"], subject: item["subject"] };
|
|
1717
|
+
}
|
|
1718
|
+
function brokerAuthenticatorMethodX509AttributesDeserializer(item) {
|
|
1719
|
+
return {
|
|
1720
|
+
attributes: item["attributes"],
|
|
1721
|
+
subject: item["subject"],
|
|
1722
|
+
};
|
|
1723
|
+
}
|
|
1724
|
+
function brokerAuthenticatorMethodX509AttributesRecordSerializer(item) {
|
|
1725
|
+
const result = {};
|
|
1726
|
+
Object.keys(item).map((key) => {
|
|
1727
|
+
result[key] = !item[key]
|
|
1728
|
+
? item[key]
|
|
1729
|
+
: brokerAuthenticatorMethodX509AttributesSerializer(item[key]);
|
|
1730
|
+
});
|
|
1731
|
+
return result;
|
|
1732
|
+
}
|
|
1733
|
+
function brokerAuthenticatorMethodX509AttributesRecordDeserializer(item) {
|
|
1734
|
+
const result = {};
|
|
1735
|
+
Object.keys(item).map((key) => {
|
|
1736
|
+
result[key] = !item[key]
|
|
1737
|
+
? item[key]
|
|
1738
|
+
: brokerAuthenticatorMethodX509AttributesDeserializer(item[key]);
|
|
1739
|
+
});
|
|
1740
|
+
return result;
|
|
1741
|
+
}
|
|
1742
|
+
function brokerAuthenticatorMethodsArraySerializer(result) {
|
|
1743
|
+
return result.map((item) => {
|
|
1744
|
+
return brokerAuthenticatorMethodsSerializer(item);
|
|
1745
|
+
});
|
|
1746
|
+
}
|
|
1747
|
+
function brokerAuthenticatorMethodsArrayDeserializer(result) {
|
|
1748
|
+
return result.map((item) => {
|
|
1749
|
+
return brokerAuthenticatorMethodsDeserializer(item);
|
|
1750
|
+
});
|
|
1751
|
+
}
|
|
1752
|
+
function _brokerAuthenticationResourceListResultDeserializer(item) {
|
|
1753
|
+
return {
|
|
1754
|
+
value: brokerAuthenticationResourceArrayDeserializer(item["value"]),
|
|
1755
|
+
nextLink: item["nextLink"],
|
|
1756
|
+
};
|
|
1757
|
+
}
|
|
1758
|
+
function brokerAuthenticationResourceArraySerializer(result) {
|
|
1759
|
+
return result.map((item) => {
|
|
1760
|
+
return brokerAuthenticationResourceSerializer(item);
|
|
1761
|
+
});
|
|
1762
|
+
}
|
|
1763
|
+
function brokerAuthenticationResourceArrayDeserializer(result) {
|
|
1764
|
+
return result.map((item) => {
|
|
1765
|
+
return brokerAuthenticationResourceDeserializer(item);
|
|
1766
|
+
});
|
|
1767
|
+
}
|
|
1768
|
+
function brokerListenerResourceSerializer(item) {
|
|
1769
|
+
return {
|
|
1770
|
+
properties: !item["properties"]
|
|
1771
|
+
? item["properties"]
|
|
1772
|
+
: brokerListenerPropertiesSerializer(item["properties"]),
|
|
1773
|
+
extendedLocation: extendedLocationSerializer(item["extendedLocation"]),
|
|
1774
|
+
};
|
|
1775
|
+
}
|
|
1776
|
+
function brokerListenerResourceDeserializer(item) {
|
|
1777
|
+
return {
|
|
1778
|
+
id: item["id"],
|
|
1779
|
+
name: item["name"],
|
|
1780
|
+
type: item["type"],
|
|
1781
|
+
systemData: !item["systemData"]
|
|
1782
|
+
? item["systemData"]
|
|
1783
|
+
: systemDataDeserializer(item["systemData"]),
|
|
1784
|
+
properties: !item["properties"]
|
|
1785
|
+
? item["properties"]
|
|
1786
|
+
: brokerListenerPropertiesDeserializer(item["properties"]),
|
|
1787
|
+
extendedLocation: extendedLocationDeserializer(item["extendedLocation"]),
|
|
1788
|
+
};
|
|
1789
|
+
}
|
|
1790
|
+
function brokerListenerPropertiesSerializer(item) {
|
|
1791
|
+
return {
|
|
1792
|
+
serviceName: item["serviceName"],
|
|
1793
|
+
ports: listenerPortArraySerializer(item["ports"]),
|
|
1794
|
+
serviceType: item["serviceType"],
|
|
1795
|
+
};
|
|
1796
|
+
}
|
|
1797
|
+
function brokerListenerPropertiesDeserializer(item) {
|
|
1798
|
+
return {
|
|
1799
|
+
serviceName: item["serviceName"],
|
|
1800
|
+
ports: listenerPortArrayDeserializer(item["ports"]),
|
|
1801
|
+
serviceType: item["serviceType"],
|
|
1802
|
+
provisioningState: !item["provisioningState"]
|
|
1803
|
+
? item["provisioningState"]
|
|
1804
|
+
: provisioningStateDeserializer(item["provisioningState"]),
|
|
1805
|
+
};
|
|
1806
|
+
}
|
|
1807
|
+
function listenerPortSerializer(item) {
|
|
1808
|
+
return {
|
|
1809
|
+
authenticationRef: item["authenticationRef"],
|
|
1810
|
+
authorizationRef: item["authorizationRef"],
|
|
1811
|
+
nodePort: item["nodePort"],
|
|
1812
|
+
port: item["port"],
|
|
1813
|
+
protocol: item["protocol"],
|
|
1814
|
+
tls: !item["tls"] ? item["tls"] : tlsCertMethodSerializer(item["tls"]),
|
|
1815
|
+
};
|
|
1816
|
+
}
|
|
1817
|
+
function listenerPortDeserializer(item) {
|
|
1818
|
+
return {
|
|
1819
|
+
authenticationRef: item["authenticationRef"],
|
|
1820
|
+
authorizationRef: item["authorizationRef"],
|
|
1821
|
+
nodePort: item["nodePort"],
|
|
1822
|
+
port: item["port"],
|
|
1823
|
+
protocol: item["protocol"],
|
|
1824
|
+
tls: !item["tls"] ? item["tls"] : tlsCertMethodDeserializer(item["tls"]),
|
|
1825
|
+
};
|
|
1826
|
+
}
|
|
1827
|
+
function tlsCertMethodSerializer(item) {
|
|
1828
|
+
return {
|
|
1829
|
+
mode: item["mode"],
|
|
1830
|
+
certManagerCertificateSpec: !item["certManagerCertificateSpec"]
|
|
1831
|
+
? item["certManagerCertificateSpec"]
|
|
1832
|
+
: certManagerCertificateSpecSerializer(item["certManagerCertificateSpec"]),
|
|
1833
|
+
manual: !item["manual"] ? item["manual"] : x509ManualCertificateSerializer(item["manual"]),
|
|
1834
|
+
};
|
|
1835
|
+
}
|
|
1836
|
+
function tlsCertMethodDeserializer(item) {
|
|
1837
|
+
return {
|
|
1838
|
+
mode: item["mode"],
|
|
1839
|
+
certManagerCertificateSpec: !item["certManagerCertificateSpec"]
|
|
1840
|
+
? item["certManagerCertificateSpec"]
|
|
1841
|
+
: certManagerCertificateSpecDeserializer(item["certManagerCertificateSpec"]),
|
|
1842
|
+
manual: !item["manual"] ? item["manual"] : x509ManualCertificateDeserializer(item["manual"]),
|
|
1843
|
+
};
|
|
1844
|
+
}
|
|
1845
|
+
/** Broker Authentication Mode */
|
|
1846
|
+
var KnownTlsCertMethodMode;
|
|
1847
|
+
(function (KnownTlsCertMethodMode) {
|
|
1848
|
+
/** Automatic TLS server certificate configuration. */
|
|
1849
|
+
KnownTlsCertMethodMode["Automatic"] = "Automatic";
|
|
1850
|
+
/** Manual TLS server certificate configuration. */
|
|
1851
|
+
KnownTlsCertMethodMode["Manual"] = "Manual";
|
|
1852
|
+
})(KnownTlsCertMethodMode || (exports.KnownTlsCertMethodMode = KnownTlsCertMethodMode = {}));
|
|
1853
|
+
function certManagerCertificateSpecSerializer(item) {
|
|
1854
|
+
return {
|
|
1855
|
+
duration: item["duration"],
|
|
1856
|
+
secretName: item["secretName"],
|
|
1857
|
+
renewBefore: item["renewBefore"],
|
|
1858
|
+
issuerRef: certManagerIssuerRefSerializer(item["issuerRef"]),
|
|
1859
|
+
privateKey: !item["privateKey"]
|
|
1860
|
+
? item["privateKey"]
|
|
1861
|
+
: certManagerPrivateKeySerializer(item["privateKey"]),
|
|
1862
|
+
san: !item["san"] ? item["san"] : sanForCertSerializer(item["san"]),
|
|
1863
|
+
};
|
|
1864
|
+
}
|
|
1865
|
+
function certManagerCertificateSpecDeserializer(item) {
|
|
1866
|
+
return {
|
|
1867
|
+
duration: item["duration"],
|
|
1868
|
+
secretName: item["secretName"],
|
|
1869
|
+
renewBefore: item["renewBefore"],
|
|
1870
|
+
issuerRef: certManagerIssuerRefDeserializer(item["issuerRef"]),
|
|
1871
|
+
privateKey: !item["privateKey"]
|
|
1872
|
+
? item["privateKey"]
|
|
1873
|
+
: certManagerPrivateKeyDeserializer(item["privateKey"]),
|
|
1874
|
+
san: !item["san"] ? item["san"] : sanForCertDeserializer(item["san"]),
|
|
1875
|
+
};
|
|
1876
|
+
}
|
|
1877
|
+
function certManagerIssuerRefSerializer(item) {
|
|
1878
|
+
return { group: item["group"], kind: item["kind"], name: item["name"] };
|
|
1879
|
+
}
|
|
1880
|
+
function certManagerIssuerRefDeserializer(item) {
|
|
1881
|
+
return {
|
|
1882
|
+
group: item["group"],
|
|
1883
|
+
kind: item["kind"],
|
|
1884
|
+
name: item["name"],
|
|
1885
|
+
};
|
|
1886
|
+
}
|
|
1887
|
+
/** CertManagerIssuerKind properties */
|
|
1888
|
+
var KnownCertManagerIssuerKind;
|
|
1889
|
+
(function (KnownCertManagerIssuerKind) {
|
|
1890
|
+
/** Issuer kind. */
|
|
1891
|
+
KnownCertManagerIssuerKind["Issuer"] = "Issuer";
|
|
1892
|
+
/** ClusterIssuer kind. */
|
|
1893
|
+
KnownCertManagerIssuerKind["ClusterIssuer"] = "ClusterIssuer";
|
|
1894
|
+
})(KnownCertManagerIssuerKind || (exports.KnownCertManagerIssuerKind = KnownCertManagerIssuerKind = {}));
|
|
1895
|
+
function certManagerPrivateKeySerializer(item) {
|
|
1896
|
+
return {
|
|
1897
|
+
algorithm: item["algorithm"],
|
|
1898
|
+
rotationPolicy: item["rotationPolicy"],
|
|
1899
|
+
};
|
|
1900
|
+
}
|
|
1901
|
+
function certManagerPrivateKeyDeserializer(item) {
|
|
1902
|
+
return {
|
|
1903
|
+
algorithm: item["algorithm"],
|
|
1904
|
+
rotationPolicy: item["rotationPolicy"],
|
|
1905
|
+
};
|
|
1906
|
+
}
|
|
1907
|
+
/** Private key algorithm types. */
|
|
1908
|
+
var KnownPrivateKeyAlgorithm;
|
|
1909
|
+
(function (KnownPrivateKeyAlgorithm) {
|
|
1910
|
+
/** Algorithm - ec256. */
|
|
1911
|
+
KnownPrivateKeyAlgorithm["Ec256"] = "Ec256";
|
|
1912
|
+
/** Algorithm - ec384. */
|
|
1913
|
+
KnownPrivateKeyAlgorithm["Ec384"] = "Ec384";
|
|
1914
|
+
/** Algorithm - ec521. */
|
|
1915
|
+
KnownPrivateKeyAlgorithm["Ec521"] = "Ec521";
|
|
1916
|
+
/** Algorithm - ed25519. */
|
|
1917
|
+
KnownPrivateKeyAlgorithm["Ed25519"] = "Ed25519";
|
|
1918
|
+
/** Algorithm - rsa2048. */
|
|
1919
|
+
KnownPrivateKeyAlgorithm["Rsa2048"] = "Rsa2048";
|
|
1920
|
+
/** Algorithm - rsa4096. */
|
|
1921
|
+
KnownPrivateKeyAlgorithm["Rsa4096"] = "Rsa4096";
|
|
1922
|
+
/** Algorithm - rsa8192. */
|
|
1923
|
+
KnownPrivateKeyAlgorithm["Rsa8192"] = "Rsa8192";
|
|
1924
|
+
})(KnownPrivateKeyAlgorithm || (exports.KnownPrivateKeyAlgorithm = KnownPrivateKeyAlgorithm = {}));
|
|
1925
|
+
/** Private key rotation policy. */
|
|
1926
|
+
var KnownPrivateKeyRotationPolicy;
|
|
1927
|
+
(function (KnownPrivateKeyRotationPolicy) {
|
|
1928
|
+
/** Rotation Policy - Always. */
|
|
1929
|
+
KnownPrivateKeyRotationPolicy["Always"] = "Always";
|
|
1930
|
+
/** Rotation Policy - Never. */
|
|
1931
|
+
KnownPrivateKeyRotationPolicy["Never"] = "Never";
|
|
1932
|
+
})(KnownPrivateKeyRotationPolicy || (exports.KnownPrivateKeyRotationPolicy = KnownPrivateKeyRotationPolicy = {}));
|
|
1933
|
+
function sanForCertSerializer(item) {
|
|
1934
|
+
return {
|
|
1935
|
+
dns: item["dns"].map((p) => {
|
|
1936
|
+
return p;
|
|
1937
|
+
}),
|
|
1938
|
+
ip: item["ip"].map((p) => {
|
|
1939
|
+
return p;
|
|
1940
|
+
}),
|
|
1941
|
+
};
|
|
1942
|
+
}
|
|
1943
|
+
function sanForCertDeserializer(item) {
|
|
1944
|
+
return {
|
|
1945
|
+
dns: item["dns"].map((p) => {
|
|
1946
|
+
return p;
|
|
1947
|
+
}),
|
|
1948
|
+
ip: item["ip"].map((p) => {
|
|
1949
|
+
return p;
|
|
1950
|
+
}),
|
|
1951
|
+
};
|
|
1952
|
+
}
|
|
1953
|
+
function listenerPortArraySerializer(result) {
|
|
1954
|
+
return result.map((item) => {
|
|
1955
|
+
return listenerPortSerializer(item);
|
|
1956
|
+
});
|
|
1957
|
+
}
|
|
1958
|
+
function listenerPortArrayDeserializer(result) {
|
|
1959
|
+
return result.map((item) => {
|
|
1960
|
+
return listenerPortDeserializer(item);
|
|
1961
|
+
});
|
|
1962
|
+
}
|
|
1963
|
+
/** Kubernetes Service Types supported by Listener */
|
|
1964
|
+
var KnownServiceType;
|
|
1965
|
+
(function (KnownServiceType) {
|
|
1966
|
+
/** Cluster IP Service. */
|
|
1967
|
+
KnownServiceType["ClusterIp"] = "ClusterIp";
|
|
1968
|
+
/** Load Balancer Service. */
|
|
1969
|
+
KnownServiceType["LoadBalancer"] = "LoadBalancer";
|
|
1970
|
+
/** Node Port Service. */
|
|
1971
|
+
KnownServiceType["NodePort"] = "NodePort";
|
|
1972
|
+
})(KnownServiceType || (exports.KnownServiceType = KnownServiceType = {}));
|
|
1973
|
+
function _brokerListenerResourceListResultDeserializer(item) {
|
|
1974
|
+
return {
|
|
1975
|
+
value: brokerListenerResourceArrayDeserializer(item["value"]),
|
|
1976
|
+
nextLink: item["nextLink"],
|
|
1977
|
+
};
|
|
1978
|
+
}
|
|
1979
|
+
function brokerListenerResourceArraySerializer(result) {
|
|
1980
|
+
return result.map((item) => {
|
|
1981
|
+
return brokerListenerResourceSerializer(item);
|
|
1982
|
+
});
|
|
1983
|
+
}
|
|
1984
|
+
function brokerListenerResourceArrayDeserializer(result) {
|
|
1985
|
+
return result.map((item) => {
|
|
1986
|
+
return brokerListenerResourceDeserializer(item);
|
|
1987
|
+
});
|
|
1988
|
+
}
|
|
1989
|
+
function brokerResourceSerializer(item) {
|
|
1990
|
+
return {
|
|
1991
|
+
properties: !item["properties"]
|
|
1992
|
+
? item["properties"]
|
|
1993
|
+
: brokerPropertiesSerializer(item["properties"]),
|
|
1994
|
+
extendedLocation: extendedLocationSerializer(item["extendedLocation"]),
|
|
1995
|
+
};
|
|
1996
|
+
}
|
|
1997
|
+
function brokerResourceDeserializer(item) {
|
|
1998
|
+
return {
|
|
1999
|
+
id: item["id"],
|
|
2000
|
+
name: item["name"],
|
|
2001
|
+
type: item["type"],
|
|
2002
|
+
systemData: !item["systemData"]
|
|
2003
|
+
? item["systemData"]
|
|
2004
|
+
: systemDataDeserializer(item["systemData"]),
|
|
2005
|
+
properties: !item["properties"]
|
|
2006
|
+
? item["properties"]
|
|
2007
|
+
: brokerPropertiesDeserializer(item["properties"]),
|
|
2008
|
+
extendedLocation: extendedLocationDeserializer(item["extendedLocation"]),
|
|
2009
|
+
};
|
|
2010
|
+
}
|
|
2011
|
+
function brokerPropertiesSerializer(item) {
|
|
2012
|
+
return {
|
|
2013
|
+
advanced: !item["advanced"] ? item["advanced"] : advancedSettingsSerializer(item["advanced"]),
|
|
2014
|
+
cardinality: !item["cardinality"]
|
|
2015
|
+
? item["cardinality"]
|
|
2016
|
+
: cardinalitySerializer(item["cardinality"]),
|
|
2017
|
+
diagnostics: !item["diagnostics"]
|
|
2018
|
+
? item["diagnostics"]
|
|
2019
|
+
: brokerDiagnosticsSerializer(item["diagnostics"]),
|
|
2020
|
+
diskBackedMessageBuffer: !item["diskBackedMessageBuffer"]
|
|
2021
|
+
? item["diskBackedMessageBuffer"]
|
|
2022
|
+
: diskBackedMessageBufferSerializer(item["diskBackedMessageBuffer"]),
|
|
2023
|
+
generateResourceLimits: !item["generateResourceLimits"]
|
|
2024
|
+
? item["generateResourceLimits"]
|
|
2025
|
+
: generateResourceLimitsSerializer(item["generateResourceLimits"]),
|
|
2026
|
+
memoryProfile: item["memoryProfile"],
|
|
2027
|
+
};
|
|
2028
|
+
}
|
|
2029
|
+
function brokerPropertiesDeserializer(item) {
|
|
2030
|
+
return {
|
|
2031
|
+
advanced: !item["advanced"] ? item["advanced"] : advancedSettingsDeserializer(item["advanced"]),
|
|
2032
|
+
cardinality: !item["cardinality"]
|
|
2033
|
+
? item["cardinality"]
|
|
2034
|
+
: cardinalityDeserializer(item["cardinality"]),
|
|
2035
|
+
diagnostics: !item["diagnostics"]
|
|
2036
|
+
? item["diagnostics"]
|
|
2037
|
+
: brokerDiagnosticsDeserializer(item["diagnostics"]),
|
|
2038
|
+
diskBackedMessageBuffer: !item["diskBackedMessageBuffer"]
|
|
2039
|
+
? item["diskBackedMessageBuffer"]
|
|
2040
|
+
: diskBackedMessageBufferDeserializer(item["diskBackedMessageBuffer"]),
|
|
2041
|
+
generateResourceLimits: !item["generateResourceLimits"]
|
|
2042
|
+
? item["generateResourceLimits"]
|
|
2043
|
+
: generateResourceLimitsDeserializer(item["generateResourceLimits"]),
|
|
2044
|
+
memoryProfile: item["memoryProfile"],
|
|
2045
|
+
provisioningState: !item["provisioningState"]
|
|
2046
|
+
? item["provisioningState"]
|
|
2047
|
+
: provisioningStateDeserializer(item["provisioningState"]),
|
|
2048
|
+
};
|
|
2049
|
+
}
|
|
2050
|
+
function advancedSettingsSerializer(item) {
|
|
2051
|
+
return {
|
|
2052
|
+
clients: !item["clients"] ? item["clients"] : clientConfigSerializer(item["clients"]),
|
|
2053
|
+
encryptInternalTraffic: item["encryptInternalTraffic"],
|
|
2054
|
+
internalCerts: !item["internalCerts"]
|
|
2055
|
+
? item["internalCerts"]
|
|
2056
|
+
: certManagerCertOptionsSerializer(item["internalCerts"]),
|
|
2057
|
+
};
|
|
2058
|
+
}
|
|
2059
|
+
function advancedSettingsDeserializer(item) {
|
|
2060
|
+
return {
|
|
2061
|
+
clients: !item["clients"] ? item["clients"] : clientConfigDeserializer(item["clients"]),
|
|
2062
|
+
encryptInternalTraffic: item["encryptInternalTraffic"],
|
|
2063
|
+
internalCerts: !item["internalCerts"]
|
|
2064
|
+
? item["internalCerts"]
|
|
2065
|
+
: certManagerCertOptionsDeserializer(item["internalCerts"]),
|
|
2066
|
+
};
|
|
2067
|
+
}
|
|
2068
|
+
function clientConfigSerializer(item) {
|
|
2069
|
+
return {
|
|
2070
|
+
maxSessionExpirySeconds: item["maxSessionExpirySeconds"],
|
|
2071
|
+
maxMessageExpirySeconds: item["maxMessageExpirySeconds"],
|
|
2072
|
+
maxPacketSizeBytes: item["maxPacketSizeBytes"],
|
|
2073
|
+
subscriberQueueLimit: !item["subscriberQueueLimit"]
|
|
2074
|
+
? item["subscriberQueueLimit"]
|
|
2075
|
+
: subscriberQueueLimitSerializer(item["subscriberQueueLimit"]),
|
|
2076
|
+
maxReceiveMaximum: item["maxReceiveMaximum"],
|
|
2077
|
+
maxKeepAliveSeconds: item["maxKeepAliveSeconds"],
|
|
2078
|
+
};
|
|
2079
|
+
}
|
|
2080
|
+
function clientConfigDeserializer(item) {
|
|
2081
|
+
return {
|
|
2082
|
+
maxSessionExpirySeconds: item["maxSessionExpirySeconds"],
|
|
2083
|
+
maxMessageExpirySeconds: item["maxMessageExpirySeconds"],
|
|
2084
|
+
maxPacketSizeBytes: item["maxPacketSizeBytes"],
|
|
2085
|
+
subscriberQueueLimit: !item["subscriberQueueLimit"]
|
|
2086
|
+
? item["subscriberQueueLimit"]
|
|
2087
|
+
: subscriberQueueLimitDeserializer(item["subscriberQueueLimit"]),
|
|
2088
|
+
maxReceiveMaximum: item["maxReceiveMaximum"],
|
|
2089
|
+
maxKeepAliveSeconds: item["maxKeepAliveSeconds"],
|
|
2090
|
+
};
|
|
2091
|
+
}
|
|
2092
|
+
function subscriberQueueLimitSerializer(item) {
|
|
2093
|
+
return { length: item["length"], strategy: item["strategy"] };
|
|
2094
|
+
}
|
|
2095
|
+
function subscriberQueueLimitDeserializer(item) {
|
|
2096
|
+
return {
|
|
2097
|
+
length: item["length"],
|
|
2098
|
+
strategy: item["strategy"],
|
|
2099
|
+
};
|
|
2100
|
+
}
|
|
2101
|
+
/** The enum defining strategies for dropping messages from the subscriber queue. */
|
|
2102
|
+
var KnownSubscriberMessageDropStrategy;
|
|
2103
|
+
(function (KnownSubscriberMessageDropStrategy) {
|
|
2104
|
+
/** Messages are never dropped. */
|
|
2105
|
+
KnownSubscriberMessageDropStrategy["None"] = "None";
|
|
2106
|
+
/** The oldest message is dropped. */
|
|
2107
|
+
KnownSubscriberMessageDropStrategy["DropOldest"] = "DropOldest";
|
|
2108
|
+
})(KnownSubscriberMessageDropStrategy || (exports.KnownSubscriberMessageDropStrategy = KnownSubscriberMessageDropStrategy = {}));
|
|
2109
|
+
function certManagerCertOptionsSerializer(item) {
|
|
2110
|
+
return {
|
|
2111
|
+
duration: item["duration"],
|
|
2112
|
+
renewBefore: item["renewBefore"],
|
|
2113
|
+
privateKey: certManagerPrivateKeySerializer(item["privateKey"]),
|
|
2114
|
+
};
|
|
2115
|
+
}
|
|
2116
|
+
function certManagerCertOptionsDeserializer(item) {
|
|
2117
|
+
return {
|
|
2118
|
+
duration: item["duration"],
|
|
2119
|
+
renewBefore: item["renewBefore"],
|
|
2120
|
+
privateKey: certManagerPrivateKeyDeserializer(item["privateKey"]),
|
|
2121
|
+
};
|
|
2122
|
+
}
|
|
2123
|
+
function cardinalitySerializer(item) {
|
|
2124
|
+
return {
|
|
2125
|
+
backendChain: backendChainSerializer(item["backendChain"]),
|
|
2126
|
+
frontend: frontendSerializer(item["frontend"]),
|
|
2127
|
+
};
|
|
2128
|
+
}
|
|
2129
|
+
function cardinalityDeserializer(item) {
|
|
2130
|
+
return {
|
|
2131
|
+
backendChain: backendChainDeserializer(item["backendChain"]),
|
|
2132
|
+
frontend: frontendDeserializer(item["frontend"]),
|
|
2133
|
+
};
|
|
2134
|
+
}
|
|
2135
|
+
function backendChainSerializer(item) {
|
|
2136
|
+
return {
|
|
2137
|
+
partitions: item["partitions"],
|
|
2138
|
+
redundancyFactor: item["redundancyFactor"],
|
|
2139
|
+
workers: item["workers"],
|
|
2140
|
+
};
|
|
2141
|
+
}
|
|
2142
|
+
function backendChainDeserializer(item) {
|
|
2143
|
+
return {
|
|
2144
|
+
partitions: item["partitions"],
|
|
2145
|
+
redundancyFactor: item["redundancyFactor"],
|
|
2146
|
+
workers: item["workers"],
|
|
2147
|
+
};
|
|
2148
|
+
}
|
|
2149
|
+
function frontendSerializer(item) {
|
|
2150
|
+
return { replicas: item["replicas"], workers: item["workers"] };
|
|
2151
|
+
}
|
|
2152
|
+
function frontendDeserializer(item) {
|
|
2153
|
+
return {
|
|
2154
|
+
replicas: item["replicas"],
|
|
2155
|
+
workers: item["workers"],
|
|
2156
|
+
};
|
|
2157
|
+
}
|
|
2158
|
+
function brokerDiagnosticsSerializer(item) {
|
|
2159
|
+
return {
|
|
2160
|
+
logs: !item["logs"] ? item["logs"] : diagnosticsLogsSerializer(item["logs"]),
|
|
2161
|
+
metrics: !item["metrics"] ? item["metrics"] : metricsSerializer(item["metrics"]),
|
|
2162
|
+
selfCheck: !item["selfCheck"] ? item["selfCheck"] : selfCheckSerializer(item["selfCheck"]),
|
|
2163
|
+
traces: !item["traces"] ? item["traces"] : tracesSerializer(item["traces"]),
|
|
2164
|
+
};
|
|
2165
|
+
}
|
|
2166
|
+
function brokerDiagnosticsDeserializer(item) {
|
|
2167
|
+
return {
|
|
2168
|
+
logs: !item["logs"] ? item["logs"] : diagnosticsLogsDeserializer(item["logs"]),
|
|
2169
|
+
metrics: !item["metrics"] ? item["metrics"] : metricsDeserializer(item["metrics"]),
|
|
2170
|
+
selfCheck: !item["selfCheck"] ? item["selfCheck"] : selfCheckDeserializer(item["selfCheck"]),
|
|
2171
|
+
traces: !item["traces"] ? item["traces"] : tracesDeserializer(item["traces"]),
|
|
2172
|
+
};
|
|
2173
|
+
}
|
|
2174
|
+
function selfCheckSerializer(item) {
|
|
2175
|
+
return {
|
|
2176
|
+
mode: item["mode"],
|
|
2177
|
+
intervalSeconds: item["intervalSeconds"],
|
|
2178
|
+
timeoutSeconds: item["timeoutSeconds"],
|
|
2179
|
+
};
|
|
2180
|
+
}
|
|
2181
|
+
function selfCheckDeserializer(item) {
|
|
2182
|
+
return {
|
|
2183
|
+
mode: item["mode"],
|
|
2184
|
+
intervalSeconds: item["intervalSeconds"],
|
|
2185
|
+
timeoutSeconds: item["timeoutSeconds"],
|
|
2186
|
+
};
|
|
2187
|
+
}
|
|
2188
|
+
function tracesSerializer(item) {
|
|
2189
|
+
return {
|
|
2190
|
+
mode: item["mode"],
|
|
2191
|
+
cacheSizeMegabytes: item["cacheSizeMegabytes"],
|
|
2192
|
+
selfTracing: !item["selfTracing"]
|
|
2193
|
+
? item["selfTracing"]
|
|
2194
|
+
: selfTracingSerializer(item["selfTracing"]),
|
|
2195
|
+
spanChannelCapacity: item["spanChannelCapacity"],
|
|
2196
|
+
};
|
|
2197
|
+
}
|
|
2198
|
+
function tracesDeserializer(item) {
|
|
2199
|
+
return {
|
|
2200
|
+
mode: item["mode"],
|
|
2201
|
+
cacheSizeMegabytes: item["cacheSizeMegabytes"],
|
|
2202
|
+
selfTracing: !item["selfTracing"]
|
|
2203
|
+
? item["selfTracing"]
|
|
2204
|
+
: selfTracingDeserializer(item["selfTracing"]),
|
|
2205
|
+
spanChannelCapacity: item["spanChannelCapacity"],
|
|
2206
|
+
};
|
|
2207
|
+
}
|
|
2208
|
+
function selfTracingSerializer(item) {
|
|
2209
|
+
return { mode: item["mode"], intervalSeconds: item["intervalSeconds"] };
|
|
2210
|
+
}
|
|
2211
|
+
function selfTracingDeserializer(item) {
|
|
2212
|
+
return {
|
|
2213
|
+
mode: item["mode"],
|
|
2214
|
+
intervalSeconds: item["intervalSeconds"],
|
|
2215
|
+
};
|
|
2216
|
+
}
|
|
2217
|
+
function diskBackedMessageBufferSerializer(item) {
|
|
2218
|
+
return {
|
|
2219
|
+
maxSize: item["maxSize"],
|
|
2220
|
+
ephemeralVolumeClaimSpec: !item["ephemeralVolumeClaimSpec"]
|
|
2221
|
+
? item["ephemeralVolumeClaimSpec"]
|
|
2222
|
+
: volumeClaimSpecSerializer(item["ephemeralVolumeClaimSpec"]),
|
|
2223
|
+
persistentVolumeClaimSpec: !item["persistentVolumeClaimSpec"]
|
|
2224
|
+
? item["persistentVolumeClaimSpec"]
|
|
2225
|
+
: volumeClaimSpecSerializer(item["persistentVolumeClaimSpec"]),
|
|
2226
|
+
};
|
|
2227
|
+
}
|
|
2228
|
+
function diskBackedMessageBufferDeserializer(item) {
|
|
2229
|
+
return {
|
|
2230
|
+
maxSize: item["maxSize"],
|
|
2231
|
+
ephemeralVolumeClaimSpec: !item["ephemeralVolumeClaimSpec"]
|
|
2232
|
+
? item["ephemeralVolumeClaimSpec"]
|
|
2233
|
+
: volumeClaimSpecDeserializer(item["ephemeralVolumeClaimSpec"]),
|
|
2234
|
+
persistentVolumeClaimSpec: !item["persistentVolumeClaimSpec"]
|
|
2235
|
+
? item["persistentVolumeClaimSpec"]
|
|
2236
|
+
: volumeClaimSpecDeserializer(item["persistentVolumeClaimSpec"]),
|
|
2237
|
+
};
|
|
2238
|
+
}
|
|
2239
|
+
function volumeClaimSpecSerializer(item) {
|
|
2240
|
+
return {
|
|
2241
|
+
volumeName: item["volumeName"],
|
|
2242
|
+
volumeMode: item["volumeMode"],
|
|
2243
|
+
storageClassName: item["storageClassName"],
|
|
2244
|
+
accessModes: !item["accessModes"]
|
|
2245
|
+
? item["accessModes"]
|
|
2246
|
+
: item["accessModes"].map((p) => {
|
|
2247
|
+
return p;
|
|
2248
|
+
}),
|
|
2249
|
+
dataSource: !item["dataSource"]
|
|
2250
|
+
? item["dataSource"]
|
|
2251
|
+
: localKubernetesReferenceSerializer(item["dataSource"]),
|
|
2252
|
+
dataSourceRef: !item["dataSourceRef"]
|
|
2253
|
+
? item["dataSourceRef"]
|
|
2254
|
+
: kubernetesReferenceSerializer(item["dataSourceRef"]),
|
|
2255
|
+
resources: !item["resources"]
|
|
2256
|
+
? item["resources"]
|
|
2257
|
+
: volumeClaimResourceRequirementsSerializer(item["resources"]),
|
|
2258
|
+
selector: !item["selector"]
|
|
2259
|
+
? item["selector"]
|
|
2260
|
+
: volumeClaimSpecSelectorSerializer(item["selector"]),
|
|
2261
|
+
};
|
|
2262
|
+
}
|
|
2263
|
+
function volumeClaimSpecDeserializer(item) {
|
|
2264
|
+
return {
|
|
2265
|
+
volumeName: item["volumeName"],
|
|
2266
|
+
volumeMode: item["volumeMode"],
|
|
2267
|
+
storageClassName: item["storageClassName"],
|
|
2268
|
+
accessModes: !item["accessModes"]
|
|
2269
|
+
? item["accessModes"]
|
|
2270
|
+
: item["accessModes"].map((p) => {
|
|
2271
|
+
return p;
|
|
2272
|
+
}),
|
|
2273
|
+
dataSource: !item["dataSource"]
|
|
2274
|
+
? item["dataSource"]
|
|
2275
|
+
: localKubernetesReferenceDeserializer(item["dataSource"]),
|
|
2276
|
+
dataSourceRef: !item["dataSourceRef"]
|
|
2277
|
+
? item["dataSourceRef"]
|
|
2278
|
+
: kubernetesReferenceDeserializer(item["dataSourceRef"]),
|
|
2279
|
+
resources: !item["resources"]
|
|
2280
|
+
? item["resources"]
|
|
2281
|
+
: volumeClaimResourceRequirementsDeserializer(item["resources"]),
|
|
2282
|
+
selector: !item["selector"]
|
|
2283
|
+
? item["selector"]
|
|
2284
|
+
: volumeClaimSpecSelectorDeserializer(item["selector"]),
|
|
2285
|
+
};
|
|
2286
|
+
}
|
|
2287
|
+
function localKubernetesReferenceSerializer(item) {
|
|
2288
|
+
return { apiGroup: item["apiGroup"], kind: item["kind"], name: item["name"] };
|
|
2289
|
+
}
|
|
2290
|
+
function localKubernetesReferenceDeserializer(item) {
|
|
2291
|
+
return {
|
|
2292
|
+
apiGroup: item["apiGroup"],
|
|
2293
|
+
kind: item["kind"],
|
|
2294
|
+
name: item["name"],
|
|
2295
|
+
};
|
|
2296
|
+
}
|
|
2297
|
+
function kubernetesReferenceSerializer(item) {
|
|
2298
|
+
return {
|
|
2299
|
+
apiGroup: item["apiGroup"],
|
|
2300
|
+
kind: item["kind"],
|
|
2301
|
+
name: item["name"],
|
|
2302
|
+
namespace: item["namespace"],
|
|
2303
|
+
};
|
|
2304
|
+
}
|
|
2305
|
+
function kubernetesReferenceDeserializer(item) {
|
|
2306
|
+
return {
|
|
2307
|
+
apiGroup: item["apiGroup"],
|
|
2308
|
+
kind: item["kind"],
|
|
2309
|
+
name: item["name"],
|
|
2310
|
+
namespace: item["namespace"],
|
|
2311
|
+
};
|
|
2312
|
+
}
|
|
2313
|
+
function volumeClaimResourceRequirementsSerializer(item) {
|
|
2314
|
+
return { limits: item["limits"], requests: item["requests"] };
|
|
2315
|
+
}
|
|
2316
|
+
function volumeClaimResourceRequirementsDeserializer(item) {
|
|
2317
|
+
return {
|
|
2318
|
+
limits: item["limits"],
|
|
2319
|
+
requests: item["requests"],
|
|
2320
|
+
};
|
|
2321
|
+
}
|
|
2322
|
+
function volumeClaimSpecSelectorSerializer(item) {
|
|
2323
|
+
return {
|
|
2324
|
+
matchExpressions: !item["matchExpressions"]
|
|
2325
|
+
? item["matchExpressions"]
|
|
2326
|
+
: volumeClaimSpecSelectorMatchExpressionsArraySerializer(item["matchExpressions"]),
|
|
2327
|
+
matchLabels: item["matchLabels"],
|
|
2328
|
+
};
|
|
2329
|
+
}
|
|
2330
|
+
function volumeClaimSpecSelectorDeserializer(item) {
|
|
2331
|
+
return {
|
|
2332
|
+
matchExpressions: !item["matchExpressions"]
|
|
2333
|
+
? item["matchExpressions"]
|
|
2334
|
+
: volumeClaimSpecSelectorMatchExpressionsArrayDeserializer(item["matchExpressions"]),
|
|
2335
|
+
matchLabels: item["matchLabels"],
|
|
2336
|
+
};
|
|
2337
|
+
}
|
|
2338
|
+
function volumeClaimSpecSelectorMatchExpressionsSerializer(item) {
|
|
2339
|
+
return {
|
|
2340
|
+
key: item["key"],
|
|
2341
|
+
operator: item["operator"],
|
|
2342
|
+
values: !item["values"]
|
|
2343
|
+
? item["values"]
|
|
2344
|
+
: item["values"].map((p) => {
|
|
2345
|
+
return p;
|
|
2346
|
+
}),
|
|
2347
|
+
};
|
|
2348
|
+
}
|
|
2349
|
+
function volumeClaimSpecSelectorMatchExpressionsDeserializer(item) {
|
|
2350
|
+
return {
|
|
2351
|
+
key: item["key"],
|
|
2352
|
+
operator: item["operator"],
|
|
2353
|
+
values: !item["values"]
|
|
2354
|
+
? item["values"]
|
|
2355
|
+
: item["values"].map((p) => {
|
|
2356
|
+
return p;
|
|
2357
|
+
}),
|
|
2358
|
+
};
|
|
2359
|
+
}
|
|
2360
|
+
/** Valid operators are In, NotIn, Exists and DoesNotExist. */
|
|
2361
|
+
var KnownOperatorValues;
|
|
2362
|
+
(function (KnownOperatorValues) {
|
|
2363
|
+
/** In operator. */
|
|
2364
|
+
KnownOperatorValues["In"] = "In";
|
|
2365
|
+
/** NotIn operator. */
|
|
2366
|
+
KnownOperatorValues["NotIn"] = "NotIn";
|
|
2367
|
+
/** Exists operator. */
|
|
2368
|
+
KnownOperatorValues["Exists"] = "Exists";
|
|
2369
|
+
/** DoesNotExist operator. */
|
|
2370
|
+
KnownOperatorValues["DoesNotExist"] = "DoesNotExist";
|
|
2371
|
+
})(KnownOperatorValues || (exports.KnownOperatorValues = KnownOperatorValues = {}));
|
|
2372
|
+
function volumeClaimSpecSelectorMatchExpressionsArraySerializer(result) {
|
|
2373
|
+
return result.map((item) => {
|
|
2374
|
+
return volumeClaimSpecSelectorMatchExpressionsSerializer(item);
|
|
2375
|
+
});
|
|
2376
|
+
}
|
|
2377
|
+
function volumeClaimSpecSelectorMatchExpressionsArrayDeserializer(result) {
|
|
2378
|
+
return result.map((item) => {
|
|
2379
|
+
return volumeClaimSpecSelectorMatchExpressionsDeserializer(item);
|
|
2380
|
+
});
|
|
2381
|
+
}
|
|
2382
|
+
function generateResourceLimitsSerializer(item) {
|
|
2383
|
+
return { cpu: item["cpu"] };
|
|
2384
|
+
}
|
|
2385
|
+
function generateResourceLimitsDeserializer(item) {
|
|
2386
|
+
return {
|
|
2387
|
+
cpu: item["cpu"],
|
|
2388
|
+
};
|
|
2389
|
+
}
|
|
2390
|
+
/** The memory profile settings of the Broker */
|
|
2391
|
+
var KnownBrokerMemoryProfile;
|
|
2392
|
+
(function (KnownBrokerMemoryProfile) {
|
|
2393
|
+
/** Tiny memory profile. */
|
|
2394
|
+
KnownBrokerMemoryProfile["Tiny"] = "Tiny";
|
|
2395
|
+
/** Low memory profile. */
|
|
2396
|
+
KnownBrokerMemoryProfile["Low"] = "Low";
|
|
2397
|
+
/** Medium memory profile. */
|
|
2398
|
+
KnownBrokerMemoryProfile["Medium"] = "Medium";
|
|
2399
|
+
/** High memory profile. */
|
|
2400
|
+
KnownBrokerMemoryProfile["High"] = "High";
|
|
2401
|
+
})(KnownBrokerMemoryProfile || (exports.KnownBrokerMemoryProfile = KnownBrokerMemoryProfile = {}));
|
|
2402
|
+
function _brokerResourceListResultDeserializer(item) {
|
|
2403
|
+
return {
|
|
2404
|
+
value: brokerResourceArrayDeserializer(item["value"]),
|
|
2405
|
+
nextLink: item["nextLink"],
|
|
2406
|
+
};
|
|
2407
|
+
}
|
|
2408
|
+
function brokerResourceArraySerializer(result) {
|
|
2409
|
+
return result.map((item) => {
|
|
2410
|
+
return brokerResourceSerializer(item);
|
|
2411
|
+
});
|
|
2412
|
+
}
|
|
2413
|
+
function brokerResourceArrayDeserializer(result) {
|
|
2414
|
+
return result.map((item) => {
|
|
2415
|
+
return brokerResourceDeserializer(item);
|
|
2416
|
+
});
|
|
2417
|
+
}
|
|
2418
|
+
function instanceResourceSerializer(item) {
|
|
2419
|
+
return {
|
|
2420
|
+
tags: item["tags"],
|
|
2421
|
+
location: item["location"],
|
|
2422
|
+
properties: !item["properties"]
|
|
2423
|
+
? item["properties"]
|
|
2424
|
+
: instancePropertiesSerializer(item["properties"]),
|
|
2425
|
+
extendedLocation: extendedLocationSerializer(item["extendedLocation"]),
|
|
2426
|
+
identity: !item["identity"]
|
|
2427
|
+
? item["identity"]
|
|
2428
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
2429
|
+
};
|
|
2430
|
+
}
|
|
2431
|
+
function instanceResourceDeserializer(item) {
|
|
2432
|
+
return {
|
|
2433
|
+
tags: item["tags"],
|
|
2434
|
+
location: item["location"],
|
|
2435
|
+
id: item["id"],
|
|
2436
|
+
name: item["name"],
|
|
2437
|
+
type: item["type"],
|
|
2438
|
+
systemData: !item["systemData"]
|
|
2439
|
+
? item["systemData"]
|
|
2440
|
+
: systemDataDeserializer(item["systemData"]),
|
|
2441
|
+
properties: !item["properties"]
|
|
2442
|
+
? item["properties"]
|
|
2443
|
+
: instancePropertiesDeserializer(item["properties"]),
|
|
2444
|
+
extendedLocation: extendedLocationDeserializer(item["extendedLocation"]),
|
|
2445
|
+
identity: !item["identity"]
|
|
2446
|
+
? item["identity"]
|
|
2447
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
2448
|
+
};
|
|
2449
|
+
}
|
|
2450
|
+
function instancePropertiesSerializer(item) {
|
|
2451
|
+
return {
|
|
2452
|
+
description: item["description"],
|
|
2453
|
+
schemaRegistryRef: schemaRegistryRefSerializer(item["schemaRegistryRef"]),
|
|
2454
|
+
};
|
|
2455
|
+
}
|
|
2456
|
+
function instancePropertiesDeserializer(item) {
|
|
2457
|
+
return {
|
|
2458
|
+
description: item["description"],
|
|
2459
|
+
provisioningState: !item["provisioningState"]
|
|
2460
|
+
? item["provisioningState"]
|
|
2461
|
+
: provisioningStateDeserializer(item["provisioningState"]),
|
|
2462
|
+
version: item["version"],
|
|
2463
|
+
schemaRegistryRef: schemaRegistryRefDeserializer(item["schemaRegistryRef"]),
|
|
2464
|
+
};
|
|
2465
|
+
}
|
|
2466
|
+
function schemaRegistryRefSerializer(item) {
|
|
2467
|
+
return { resourceId: item["resourceId"] };
|
|
2468
|
+
}
|
|
2469
|
+
function schemaRegistryRefDeserializer(item) {
|
|
2470
|
+
return {
|
|
2471
|
+
resourceId: item["resourceId"],
|
|
2472
|
+
};
|
|
2473
|
+
}
|
|
2474
|
+
function managedServiceIdentitySerializer(item) {
|
|
2475
|
+
return {
|
|
2476
|
+
type: item["type"],
|
|
2477
|
+
userAssignedIdentities: item["userAssignedIdentities"],
|
|
2478
|
+
};
|
|
2479
|
+
}
|
|
2480
|
+
function managedServiceIdentityDeserializer(item) {
|
|
2481
|
+
return {
|
|
2482
|
+
principalId: item["principalId"],
|
|
2483
|
+
tenantId: item["tenantId"],
|
|
2484
|
+
type: item["type"],
|
|
2485
|
+
userAssignedIdentities: item["userAssignedIdentities"],
|
|
2486
|
+
};
|
|
2487
|
+
}
|
|
2488
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
2489
|
+
var KnownManagedServiceIdentityType;
|
|
2490
|
+
(function (KnownManagedServiceIdentityType) {
|
|
2491
|
+
/** No managed identity. */
|
|
2492
|
+
KnownManagedServiceIdentityType["None"] = "None";
|
|
2493
|
+
/** System assigned managed identity. */
|
|
2494
|
+
KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
2495
|
+
/** User assigned managed identity. */
|
|
2496
|
+
KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
|
|
2497
|
+
/** System and user assigned managed identity. */
|
|
2498
|
+
KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
|
|
2499
|
+
})(KnownManagedServiceIdentityType || (exports.KnownManagedServiceIdentityType = KnownManagedServiceIdentityType = {}));
|
|
2500
|
+
function userAssignedIdentitySerializer(item) {
|
|
2501
|
+
return item;
|
|
2502
|
+
}
|
|
2503
|
+
function userAssignedIdentityDeserializer(item) {
|
|
2504
|
+
return {
|
|
2505
|
+
principalId: item["principalId"],
|
|
2506
|
+
clientId: item["clientId"],
|
|
2507
|
+
};
|
|
2508
|
+
}
|
|
2509
|
+
function trackedResourceSerializer(item) {
|
|
2510
|
+
return { tags: item["tags"], location: item["location"] };
|
|
2511
|
+
}
|
|
2512
|
+
function trackedResourceDeserializer(item) {
|
|
2513
|
+
return {
|
|
2514
|
+
id: item["id"],
|
|
2515
|
+
name: item["name"],
|
|
2516
|
+
type: item["type"],
|
|
2517
|
+
systemData: !item["systemData"]
|
|
2518
|
+
? item["systemData"]
|
|
2519
|
+
: systemDataDeserializer(item["systemData"]),
|
|
2520
|
+
tags: item["tags"],
|
|
2521
|
+
location: item["location"],
|
|
2522
|
+
};
|
|
2523
|
+
}
|
|
2524
|
+
function instancePatchModelSerializer(item) {
|
|
2525
|
+
return {
|
|
2526
|
+
tags: item["tags"],
|
|
2527
|
+
identity: !item["identity"]
|
|
2528
|
+
? item["identity"]
|
|
2529
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
2530
|
+
};
|
|
2531
|
+
}
|
|
2532
|
+
function _instanceResourceListResultDeserializer(item) {
|
|
2533
|
+
return {
|
|
2534
|
+
value: instanceResourceArrayDeserializer(item["value"]),
|
|
2535
|
+
nextLink: item["nextLink"],
|
|
2536
|
+
};
|
|
2537
|
+
}
|
|
2538
|
+
function instanceResourceArraySerializer(result) {
|
|
2539
|
+
return result.map((item) => {
|
|
2540
|
+
return instanceResourceSerializer(item);
|
|
2541
|
+
});
|
|
2542
|
+
}
|
|
2543
|
+
function instanceResourceArrayDeserializer(result) {
|
|
2544
|
+
return result.map((item) => {
|
|
2545
|
+
return instanceResourceDeserializer(item);
|
|
2546
|
+
});
|
|
2547
|
+
}
|
|
2548
|
+
function _operationListResultDeserializer(item) {
|
|
2549
|
+
return {
|
|
2550
|
+
value: operationArrayDeserializer(item["value"]),
|
|
2551
|
+
nextLink: item["nextLink"],
|
|
2552
|
+
};
|
|
2553
|
+
}
|
|
2554
|
+
function operationDeserializer(item) {
|
|
2555
|
+
return {
|
|
2556
|
+
name: item["name"],
|
|
2557
|
+
isDataAction: item["isDataAction"],
|
|
2558
|
+
display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
|
|
2559
|
+
origin: item["origin"],
|
|
2560
|
+
actionType: item["actionType"],
|
|
2561
|
+
};
|
|
2562
|
+
}
|
|
2563
|
+
function operationDisplayDeserializer(item) {
|
|
2564
|
+
return {
|
|
2565
|
+
provider: item["provider"],
|
|
2566
|
+
resource: item["resource"],
|
|
2567
|
+
operation: item["operation"],
|
|
2568
|
+
description: item["description"],
|
|
2569
|
+
};
|
|
2570
|
+
}
|
|
2571
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
2572
|
+
var KnownOrigin;
|
|
2573
|
+
(function (KnownOrigin) {
|
|
2574
|
+
/** user */
|
|
2575
|
+
KnownOrigin["User"] = "user";
|
|
2576
|
+
/** system */
|
|
2577
|
+
KnownOrigin["System"] = "system";
|
|
2578
|
+
/** user,system */
|
|
2579
|
+
KnownOrigin["UserSystem"] = "user,system";
|
|
2580
|
+
})(KnownOrigin || (exports.KnownOrigin = KnownOrigin = {}));
|
|
2581
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
2582
|
+
var KnownActionType;
|
|
2583
|
+
(function (KnownActionType) {
|
|
2584
|
+
/** Actions are for internal-only APIs. */
|
|
2585
|
+
KnownActionType["Internal"] = "Internal";
|
|
2586
|
+
})(KnownActionType || (exports.KnownActionType = KnownActionType = {}));
|
|
2587
|
+
function operationArrayDeserializer(result) {
|
|
2588
|
+
return result.map((item) => {
|
|
2589
|
+
return operationDeserializer(item);
|
|
2590
|
+
});
|
|
2591
|
+
}
|
|
2592
|
+
//# sourceMappingURL=models.js.map
|