@azure/synapse-artifacts 1.0.0-beta.15 → 1.0.0-beta.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +4 -4
- package/README.md +11 -13
- package/dist/browser/artifactsClient.d.ts +40 -0
- package/dist/browser/artifactsClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/artifactsClient.js +7 -8
- package/dist/browser/artifactsClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts +11 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/{types/synapse-artifacts.d.ts → dist/browser/models/index.d.ts} +13486 -15069
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +72 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +1308 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +4727 -3095
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +70 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/bigDataPools.d.ts +24 -0
- package/dist/browser/operations/bigDataPools.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/bigDataPools.js +32 -32
- package/dist/browser/operations/bigDataPools.js.map +1 -0
- package/dist/browser/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/browser/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataFlowDebugSession.js +154 -155
- package/dist/browser/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/browser/operations/dataFlowOperations.d.ts +80 -0
- package/dist/browser/operations/dataFlowOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataFlowOperations.js +149 -154
- package/dist/browser/operations/dataFlowOperations.js.map +1 -0
- package/dist/browser/operations/datasetOperations.d.ts +79 -0
- package/dist/browser/operations/datasetOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/datasetOperations.js +150 -155
- package/dist/browser/operations/datasetOperations.js.map +1 -0
- package/dist/browser/operations/index.d.ts +25 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +32 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/integrationRuntimes.d.ts +24 -0
- package/dist/browser/operations/integrationRuntimes.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/integrationRuntimes.js +32 -32
- package/dist/browser/operations/integrationRuntimes.js.map +1 -0
- package/dist/browser/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/browser/operations/kqlScriptOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/kqlScriptOperations.js +107 -107
- package/dist/browser/operations/kqlScriptOperations.js.map +1 -0
- package/dist/browser/operations/kqlScripts.d.ts +32 -0
- package/dist/browser/operations/kqlScripts.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/kqlScripts.js +48 -49
- package/dist/browser/operations/kqlScripts.js.map +1 -0
- package/dist/browser/operations/library.d.ts +98 -0
- package/dist/browser/operations/library.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/library.js +182 -183
- package/dist/browser/operations/library.js.map +1 -0
- package/dist/browser/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/browser/operations/linkConnectionOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linkConnectionOperations.js +222 -223
- package/dist/browser/operations/linkConnectionOperations.js.map +1 -0
- package/dist/browser/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/browser/operations/linkedServiceOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linkedServiceOperations.js +150 -155
- package/dist/browser/operations/linkedServiceOperations.js.map +1 -0
- package/dist/browser/operations/metastore.d.ts +40 -0
- package/dist/browser/operations/metastore.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/metastore.js +56 -56
- package/dist/browser/operations/metastore.js.map +1 -0
- package/dist/browser/operations/notebookOperationResult.d.ts +19 -0
- package/dist/browser/operations/notebookOperationResult.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/notebookOperationResult.js +23 -23
- package/dist/browser/operations/notebookOperationResult.js.map +1 -0
- package/dist/browser/operations/notebookOperations.d.ts +99 -0
- package/dist/browser/operations/notebookOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/notebookOperations.js +191 -196
- package/dist/browser/operations/notebookOperations.js.map +1 -0
- package/dist/browser/operations/pipelineOperations.d.ts +86 -0
- package/dist/browser/operations/pipelineOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/pipelineOperations.js +177 -182
- package/dist/browser/operations/pipelineOperations.js.map +1 -0
- package/dist/browser/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/browser/operations/pipelineRunOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/pipelineRunOperations.js +56 -60
- package/dist/browser/operations/pipelineRunOperations.js.map +1 -0
- package/dist/browser/operations/runNotebook.d.ts +46 -0
- package/dist/browser/operations/runNotebook.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/runNotebook.js +98 -98
- package/dist/browser/operations/runNotebook.js.map +1 -0
- package/dist/browser/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/browser/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sparkConfigurationOperations.js +150 -155
- package/dist/browser/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/browser/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/browser/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sparkJobDefinitionOperations.js +211 -215
- package/dist/browser/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/browser/operations/sqlPools.d.ts +24 -0
- package/dist/browser/operations/sqlPools.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlPools.js +33 -32
- package/dist/browser/operations/sqlPools.js.map +1 -0
- package/dist/browser/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/browser/operations/sqlScriptOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlScriptOperations.js +151 -155
- package/dist/browser/operations/sqlScriptOperations.js.map +1 -0
- package/dist/browser/operations/triggerOperations.d.ts +119 -0
- package/dist/browser/operations/triggerOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/triggerOperations.js +246 -250
- package/dist/browser/operations/triggerOperations.js.map +1 -0
- package/dist/browser/operations/triggerRunOperations.d.ts +33 -0
- package/dist/browser/operations/triggerRunOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/triggerRunOperations.js +48 -55
- package/dist/browser/operations/triggerRunOperations.js.map +1 -0
- package/dist/browser/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/browser/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaceGitRepoManagement.js +25 -28
- package/dist/browser/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/browser/operations/workspaceOperations.d.ts +18 -0
- package/dist/browser/operations/workspaceOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaceOperations.js +23 -22
- package/dist/browser/operations/workspaceOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/browser/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +25 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +32 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/browser/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/browser/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/browser/operationsInterfaces/library.d.ts +77 -0
- package/dist/browser/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/library.js.map +1 -0
- package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/browser/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/metastore.js.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/browser/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/browser/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/browser/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/browser/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/runNotebook.d.ts +38 -0
- package/dist/browser/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/browser/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/browser/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/browser/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/browser/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +1 -1
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/tracing.d.ts +2 -0
- package/dist/browser/tracing.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/tracing.js +1 -1
- package/{dist-esm/src → dist/browser}/tracing.js.map +1 -1
- package/dist/commonjs/artifactsClient.d.ts +40 -0
- package/dist/commonjs/artifactsClient.d.ts.map +1 -0
- package/dist/commonjs/artifactsClient.js +99 -0
- package/dist/commonjs/artifactsClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +13486 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +1391 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +1308 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +27164 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +70 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +573 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/bigDataPools.d.ts +24 -0
- package/dist/commonjs/operations/bigDataPools.d.ts.map +1 -0
- package/dist/commonjs/operations/bigDataPools.js +80 -0
- package/dist/commonjs/operations/bigDataPools.js.map +1 -0
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/commonjs/operations/dataFlowDebugSession.js +354 -0
- package/dist/commonjs/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/commonjs/operations/dataFlowOperations.d.ts +80 -0
- package/dist/commonjs/operations/dataFlowOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dataFlowOperations.js +390 -0
- package/dist/commonjs/operations/dataFlowOperations.js.map +1 -0
- package/dist/commonjs/operations/datasetOperations.d.ts +79 -0
- package/dist/commonjs/operations/datasetOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/datasetOperations.js +390 -0
- package/dist/commonjs/operations/datasetOperations.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +25 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +35 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/integrationRuntimes.d.ts +24 -0
- package/dist/commonjs/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/commonjs/operations/integrationRuntimes.js +80 -0
- package/dist/commonjs/operations/integrationRuntimes.js.map +1 -0
- package/dist/commonjs/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/commonjs/operations/kqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/kqlScriptOperations.js +277 -0
- package/dist/commonjs/operations/kqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operations/kqlScripts.d.ts +32 -0
- package/dist/commonjs/operations/kqlScripts.d.ts.map +1 -0
- package/dist/commonjs/operations/kqlScripts.js +141 -0
- package/dist/commonjs/operations/kqlScripts.js.map +1 -0
- package/dist/commonjs/operations/library.d.ts +98 -0
- package/dist/commonjs/operations/library.d.ts.map +1 -0
- package/dist/commonjs/operations/library.js +443 -0
- package/dist/commonjs/operations/library.js.map +1 -0
- package/dist/commonjs/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/commonjs/operations/linkConnectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/linkConnectionOperations.js +456 -0
- package/dist/commonjs/operations/linkConnectionOperations.js.map +1 -0
- package/dist/commonjs/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/commonjs/operations/linkedServiceOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/linkedServiceOperations.js +391 -0
- package/dist/commonjs/operations/linkedServiceOperations.js.map +1 -0
- package/dist/commonjs/operations/metastore.d.ts +40 -0
- package/dist/commonjs/operations/metastore.d.ts.map +1 -0
- package/dist/commonjs/operations/metastore.js +138 -0
- package/dist/commonjs/operations/metastore.js.map +1 -0
- package/dist/commonjs/operations/notebookOperationResult.d.ts +19 -0
- package/dist/commonjs/operations/notebookOperationResult.d.ts.map +1 -0
- package/dist/commonjs/operations/notebookOperationResult.js +56 -0
- package/dist/commonjs/operations/notebookOperationResult.js.map +1 -0
- package/dist/commonjs/operations/notebookOperations.d.ts +99 -0
- package/dist/commonjs/operations/notebookOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/notebookOperations.js +503 -0
- package/dist/commonjs/operations/notebookOperations.js.map +1 -0
- package/dist/commonjs/operations/pipelineOperations.d.ts +86 -0
- package/dist/commonjs/operations/pipelineOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/pipelineOperations.js +424 -0
- package/dist/commonjs/operations/pipelineOperations.js.map +1 -0
- package/dist/commonjs/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/commonjs/operations/pipelineRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/pipelineRunOperations.js +137 -0
- package/dist/commonjs/operations/pipelineRunOperations.js.map +1 -0
- package/dist/commonjs/operations/runNotebook.d.ts +46 -0
- package/dist/commonjs/operations/runNotebook.d.ts.map +1 -0
- package/dist/commonjs/operations/runNotebook.js +197 -0
- package/dist/commonjs/operations/runNotebook.js.map +1 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.js +391 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.js +548 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/commonjs/operations/sqlPools.d.ts +24 -0
- package/dist/commonjs/operations/sqlPools.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlPools.js +81 -0
- package/dist/commonjs/operations/sqlPools.js.map +1 -0
- package/dist/commonjs/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/commonjs/operations/sqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlScriptOperations.js +392 -0
- package/dist/commonjs/operations/sqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operations/triggerOperations.d.ts +119 -0
- package/dist/commonjs/operations/triggerOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/triggerOperations.js +633 -0
- package/dist/commonjs/operations/triggerOperations.js.map +1 -0
- package/dist/commonjs/operations/triggerRunOperations.d.ts +33 -0
- package/dist/commonjs/operations/triggerRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/triggerRunOperations.js +108 -0
- package/dist/commonjs/operations/triggerRunOperations.js.map +1 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.js +55 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/commonjs/operations/workspaceOperations.d.ts +18 -0
- package/dist/commonjs/operations/workspaceOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaceOperations.js +55 -0
- package/dist/commonjs/operations/workspaceOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.js +10 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +35 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.js +10 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.js +10 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/library.d.ts +77 -0
- package/dist/commonjs/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/library.js +10 -0
- package/dist/commonjs/operationsInterfaces/library.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/metastore.js +10 -0
- package/dist/commonjs/operationsInterfaces/metastore.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.js +10 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.js +10 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tracing.d.ts +2 -0
- package/dist/commonjs/tracing.d.ts.map +1 -0
- package/dist/commonjs/tracing.js +17 -0
- package/dist/commonjs/tracing.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/artifactsClient.d.ts +40 -0
- package/dist/esm/artifactsClient.d.ts.map +1 -0
- package/dist/esm/artifactsClient.js +94 -0
- package/dist/esm/artifactsClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +13486 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +1386 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +1308 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/{index.js → esm/models/mappers.js} +10079 -17822
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +70 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +569 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/bigDataPools.d.ts +24 -0
- package/dist/esm/operations/bigDataPools.d.ts.map +1 -0
- package/dist/esm/operations/bigDataPools.js +75 -0
- package/dist/esm/operations/bigDataPools.js.map +1 -0
- package/dist/esm/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/esm/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/esm/operations/dataFlowDebugSession.js +350 -0
- package/dist/esm/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/esm/operations/dataFlowOperations.d.ts +80 -0
- package/dist/esm/operations/dataFlowOperations.d.ts.map +1 -0
- package/dist/esm/operations/dataFlowOperations.js +386 -0
- package/dist/esm/operations/dataFlowOperations.js.map +1 -0
- package/dist/esm/operations/datasetOperations.d.ts +79 -0
- package/dist/esm/operations/datasetOperations.d.ts.map +1 -0
- package/dist/esm/operations/datasetOperations.js +386 -0
- package/dist/esm/operations/datasetOperations.js.map +1 -0
- package/dist/esm/operations/index.d.ts +25 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +32 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/integrationRuntimes.d.ts +24 -0
- package/dist/esm/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/esm/operations/integrationRuntimes.js +75 -0
- package/dist/esm/operations/integrationRuntimes.js.map +1 -0
- package/dist/esm/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/esm/operations/kqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operations/kqlScriptOperations.js +272 -0
- package/dist/esm/operations/kqlScriptOperations.js.map +1 -0
- package/dist/esm/operations/kqlScripts.d.ts +32 -0
- package/dist/esm/operations/kqlScripts.d.ts.map +1 -0
- package/dist/esm/operations/kqlScripts.js +137 -0
- package/dist/esm/operations/kqlScripts.js.map +1 -0
- package/dist/esm/operations/library.d.ts +98 -0
- package/dist/esm/operations/library.d.ts.map +1 -0
- package/dist/esm/operations/library.js +439 -0
- package/dist/esm/operations/library.js.map +1 -0
- package/dist/esm/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/esm/operations/linkConnectionOperations.d.ts.map +1 -0
- package/dist/esm/operations/linkConnectionOperations.js +452 -0
- package/dist/esm/operations/linkConnectionOperations.js.map +1 -0
- package/dist/esm/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/esm/operations/linkedServiceOperations.d.ts.map +1 -0
- package/dist/esm/operations/linkedServiceOperations.js +387 -0
- package/dist/esm/operations/linkedServiceOperations.js.map +1 -0
- package/dist/esm/operations/metastore.d.ts +40 -0
- package/dist/esm/operations/metastore.d.ts.map +1 -0
- package/dist/esm/operations/metastore.js +133 -0
- package/dist/esm/operations/metastore.js.map +1 -0
- package/dist/esm/operations/notebookOperationResult.d.ts +19 -0
- package/dist/esm/operations/notebookOperationResult.d.ts.map +1 -0
- package/dist/esm/operations/notebookOperationResult.js +51 -0
- package/dist/esm/operations/notebookOperationResult.js.map +1 -0
- package/dist/esm/operations/notebookOperations.d.ts +99 -0
- package/dist/esm/operations/notebookOperations.d.ts.map +1 -0
- package/dist/esm/operations/notebookOperations.js +499 -0
- package/dist/esm/operations/notebookOperations.js.map +1 -0
- package/dist/esm/operations/pipelineOperations.d.ts +86 -0
- package/dist/esm/operations/pipelineOperations.d.ts.map +1 -0
- package/dist/esm/operations/pipelineOperations.js +420 -0
- package/dist/esm/operations/pipelineOperations.js.map +1 -0
- package/dist/esm/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/esm/operations/pipelineRunOperations.d.ts.map +1 -0
- package/dist/esm/operations/pipelineRunOperations.js +132 -0
- package/dist/esm/operations/pipelineRunOperations.js.map +1 -0
- package/dist/esm/operations/runNotebook.d.ts +46 -0
- package/dist/esm/operations/runNotebook.d.ts.map +1 -0
- package/dist/esm/operations/runNotebook.js +192 -0
- package/dist/esm/operations/runNotebook.js.map +1 -0
- package/dist/esm/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/esm/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operations/sparkConfigurationOperations.js +387 -0
- package/dist/esm/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.js +544 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/esm/operations/sqlPools.d.ts +24 -0
- package/dist/esm/operations/sqlPools.d.ts.map +1 -0
- package/dist/esm/operations/sqlPools.js +76 -0
- package/dist/esm/operations/sqlPools.js.map +1 -0
- package/dist/esm/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/esm/operations/sqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operations/sqlScriptOperations.js +388 -0
- package/dist/esm/operations/sqlScriptOperations.js.map +1 -0
- package/dist/esm/operations/triggerOperations.d.ts +119 -0
- package/dist/esm/operations/triggerOperations.d.ts.map +1 -0
- package/dist/esm/operations/triggerOperations.js +629 -0
- package/dist/esm/operations/triggerOperations.js.map +1 -0
- package/dist/esm/operations/triggerRunOperations.d.ts +33 -0
- package/dist/esm/operations/triggerRunOperations.d.ts.map +1 -0
- package/dist/esm/operations/triggerRunOperations.js +103 -0
- package/dist/esm/operations/triggerRunOperations.js.map +1 -0
- package/dist/esm/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/esm/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/esm/operations/workspaceGitRepoManagement.js +50 -0
- package/dist/esm/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/esm/operations/workspaceOperations.d.ts +18 -0
- package/dist/esm/operations/workspaceOperations.d.ts.map +1 -0
- package/dist/esm/operations/workspaceOperations.js +50 -0
- package/dist/esm/operations/workspaceOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/esm/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/bigDataPools.js +9 -0
- package/dist/esm/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.js +9 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/datasetOperations.js +9 -0
- package/dist/esm/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +25 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +32 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.js +9 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.js +9 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/esm/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScripts.js +9 -0
- package/dist/esm/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/esm/operationsInterfaces/library.d.ts +77 -0
- package/dist/esm/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/library.js +9 -0
- package/dist/esm/operationsInterfaces/library.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.js +9 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.js +9 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/esm/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/metastore.js +9 -0
- package/dist/esm/operationsInterfaces/metastore.js.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.js +9 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/esm/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperations.js +9 -0
- package/dist/esm/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.js +9 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.js +9 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/runNotebook.d.ts +38 -0
- package/dist/esm/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/runNotebook.js +9 -0
- package/dist/esm/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/esm/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlPools.js +9 -0
- package/dist/esm/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/esm/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/triggerOperations.js +9 -0
- package/dist/esm/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.js +9 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.js +9 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.js +9 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/tracing.d.ts +2 -0
- package/dist/esm/tracing.d.ts.map +1 -0
- package/dist/esm/tracing.js +14 -0
- package/dist/esm/tracing.js.map +1 -0
- package/dist/react-native/artifactsClient.d.ts +40 -0
- package/dist/react-native/artifactsClient.d.ts.map +1 -0
- package/dist/react-native/artifactsClient.js +94 -0
- package/dist/react-native/artifactsClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +13486 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +1386 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +1308 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +27146 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +70 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +569 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/bigDataPools.d.ts +24 -0
- package/dist/react-native/operations/bigDataPools.d.ts.map +1 -0
- package/dist/react-native/operations/bigDataPools.js +75 -0
- package/dist/react-native/operations/bigDataPools.js.map +1 -0
- package/dist/react-native/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/react-native/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/react-native/operations/dataFlowDebugSession.js +350 -0
- package/dist/react-native/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/react-native/operations/dataFlowOperations.d.ts +80 -0
- package/dist/react-native/operations/dataFlowOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dataFlowOperations.js +386 -0
- package/dist/react-native/operations/dataFlowOperations.js.map +1 -0
- package/dist/react-native/operations/datasetOperations.d.ts +79 -0
- package/dist/react-native/operations/datasetOperations.d.ts.map +1 -0
- package/dist/react-native/operations/datasetOperations.js +386 -0
- package/dist/react-native/operations/datasetOperations.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +25 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +32 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/integrationRuntimes.d.ts +24 -0
- package/dist/react-native/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/react-native/operations/integrationRuntimes.js +75 -0
- package/dist/react-native/operations/integrationRuntimes.js.map +1 -0
- package/dist/react-native/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/react-native/operations/kqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operations/kqlScriptOperations.js +272 -0
- package/dist/react-native/operations/kqlScriptOperations.js.map +1 -0
- package/dist/react-native/operations/kqlScripts.d.ts +32 -0
- package/dist/react-native/operations/kqlScripts.d.ts.map +1 -0
- package/dist/react-native/operations/kqlScripts.js +137 -0
- package/dist/react-native/operations/kqlScripts.js.map +1 -0
- package/dist/react-native/operations/library.d.ts +98 -0
- package/dist/react-native/operations/library.d.ts.map +1 -0
- package/dist/react-native/operations/library.js +439 -0
- package/dist/react-native/operations/library.js.map +1 -0
- package/dist/react-native/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/react-native/operations/linkConnectionOperations.d.ts.map +1 -0
- package/dist/react-native/operations/linkConnectionOperations.js +452 -0
- package/dist/react-native/operations/linkConnectionOperations.js.map +1 -0
- package/dist/react-native/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/react-native/operations/linkedServiceOperations.d.ts.map +1 -0
- package/dist/react-native/operations/linkedServiceOperations.js +387 -0
- package/dist/react-native/operations/linkedServiceOperations.js.map +1 -0
- package/dist/react-native/operations/metastore.d.ts +40 -0
- package/dist/react-native/operations/metastore.d.ts.map +1 -0
- package/dist/react-native/operations/metastore.js +133 -0
- package/dist/react-native/operations/metastore.js.map +1 -0
- package/dist/react-native/operations/notebookOperationResult.d.ts +19 -0
- package/dist/react-native/operations/notebookOperationResult.d.ts.map +1 -0
- package/dist/react-native/operations/notebookOperationResult.js +51 -0
- package/dist/react-native/operations/notebookOperationResult.js.map +1 -0
- package/dist/react-native/operations/notebookOperations.d.ts +99 -0
- package/dist/react-native/operations/notebookOperations.d.ts.map +1 -0
- package/dist/react-native/operations/notebookOperations.js +499 -0
- package/dist/react-native/operations/notebookOperations.js.map +1 -0
- package/dist/react-native/operations/pipelineOperations.d.ts +86 -0
- package/dist/react-native/operations/pipelineOperations.d.ts.map +1 -0
- package/dist/react-native/operations/pipelineOperations.js +420 -0
- package/dist/react-native/operations/pipelineOperations.js.map +1 -0
- package/dist/react-native/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/react-native/operations/pipelineRunOperations.d.ts.map +1 -0
- package/dist/react-native/operations/pipelineRunOperations.js +132 -0
- package/dist/react-native/operations/pipelineRunOperations.js.map +1 -0
- package/dist/react-native/operations/runNotebook.d.ts +46 -0
- package/dist/react-native/operations/runNotebook.d.ts.map +1 -0
- package/dist/react-native/operations/runNotebook.js +192 -0
- package/dist/react-native/operations/runNotebook.js.map +1 -0
- package/dist/react-native/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/react-native/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sparkConfigurationOperations.js +387 -0
- package/dist/react-native/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.js +544 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/react-native/operations/sqlPools.d.ts +24 -0
- package/dist/react-native/operations/sqlPools.d.ts.map +1 -0
- package/dist/react-native/operations/sqlPools.js +76 -0
- package/dist/react-native/operations/sqlPools.js.map +1 -0
- package/dist/react-native/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/react-native/operations/sqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sqlScriptOperations.js +388 -0
- package/dist/react-native/operations/sqlScriptOperations.js.map +1 -0
- package/dist/react-native/operations/triggerOperations.d.ts +119 -0
- package/dist/react-native/operations/triggerOperations.d.ts.map +1 -0
- package/dist/react-native/operations/triggerOperations.js +629 -0
- package/dist/react-native/operations/triggerOperations.js.map +1 -0
- package/dist/react-native/operations/triggerRunOperations.d.ts +33 -0
- package/dist/react-native/operations/triggerRunOperations.d.ts.map +1 -0
- package/dist/react-native/operations/triggerRunOperations.js +103 -0
- package/dist/react-native/operations/triggerRunOperations.js.map +1 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.js +50 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/react-native/operations/workspaceOperations.d.ts +18 -0
- package/dist/react-native/operations/workspaceOperations.d.ts.map +1 -0
- package/dist/react-native/operations/workspaceOperations.js +50 -0
- package/dist/react-native/operations/workspaceOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.js +9 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.js +9 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +32 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.js +9 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.js +9 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/library.d.ts +77 -0
- package/dist/react-native/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/library.js +9 -0
- package/dist/react-native/operationsInterfaces/library.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/metastore.js +9 -0
- package/dist/react-native/operationsInterfaces/metastore.js.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.js +9 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/runNotebook.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/runNotebook.js +9 -0
- package/dist/react-native/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlPools.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/tracing.d.ts +2 -0
- package/dist/react-native/tracing.d.ts.map +1 -0
- package/dist/react-native/tracing.js +14 -0
- package/dist/react-native/tracing.js.map +1 -0
- package/package.json +80 -66
- package/dist/index.js.map +0 -1
- package/dist-esm/src/artifactsClient.js.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/bigDataPools.js.map +0 -1
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +0 -1
- package/dist-esm/src/operations/dataFlowOperations.js.map +0 -1
- package/dist-esm/src/operations/datasetOperations.js.map +0 -1
- package/dist-esm/src/operations/index.js +0 -32
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/integrationRuntimes.js.map +0 -1
- package/dist-esm/src/operations/kqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operations/kqlScripts.js.map +0 -1
- package/dist-esm/src/operations/library.js.map +0 -1
- package/dist-esm/src/operations/linkConnectionOperations.js.map +0 -1
- package/dist-esm/src/operations/linkedServiceOperations.js.map +0 -1
- package/dist-esm/src/operations/metastore.js.map +0 -1
- package/dist-esm/src/operations/notebookOperationResult.js.map +0 -1
- package/dist-esm/src/operations/notebookOperations.js.map +0 -1
- package/dist-esm/src/operations/pipelineOperations.js.map +0 -1
- package/dist-esm/src/operations/pipelineRunOperations.js.map +0 -1
- package/dist-esm/src/operations/runNotebook.js.map +0 -1
- package/dist-esm/src/operations/sparkConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +0 -1
- package/dist-esm/src/operations/sqlPools.js.map +0 -1
- package/dist-esm/src/operations/sqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operations/triggerOperations.js.map +0 -1
- package/dist-esm/src/operations/triggerRunOperations.js.map +0 -1
- package/dist-esm/src/operations/workspaceGitRepoManagement.js.map +0 -1
- package/dist-esm/src/operations/workspaceOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/bigDataPools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlowOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/datasetOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -32
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/kqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/kqlScripts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/library.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkConnectionOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedServiceOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/metastore.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/notebookOperationResult.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/notebookOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineRunOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/runNotebook.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sparkConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sparkJobDefinitionOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlPools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggerOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggerRunOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaceGitRepoManagement.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaceOperations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/bigDataPools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlowDebugSession.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlowOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/datasetOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/integrationRuntimes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/kqlScriptOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/kqlScripts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/library.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkConnectionOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedServiceOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/metastore.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/notebookOperationResult.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/notebookOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelineOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelineRunOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/runNotebook.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sparkConfigurationOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sparkJobDefinitionOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlPools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlScriptOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggerOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggerRunOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceGitRepoManagement.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceOperations.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataFlowDebugSession.js","sourceRoot":"","sources":["../../../src/operations/dataFlowDebugSession.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing.js\";\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { DataFlowDebugSession } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { ArtifactsClient } from \"../artifactsClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n DataFlowDebugSessionInfo,\n DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceNextOptionalParams,\n DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams,\n DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceResponse,\n CreateDataFlowDebugSessionRequest,\n DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams,\n DataFlowDebugSessionCreateDataFlowDebugSessionResponse,\n DataFlowDebugPackage,\n DataFlowDebugSessionAddDataFlowOptionalParams,\n DataFlowDebugSessionAddDataFlowResponse,\n DeleteDataFlowDebugSessionRequest,\n DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams,\n DataFlowDebugCommandRequest,\n DataFlowDebugSessionExecuteCommandOptionalParams,\n DataFlowDebugSessionExecuteCommandResponse,\n DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceNextResponse,\n DataFlowDebugCommandResponse,\n} from \"../models/index.js\";\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\n\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createDataFlowDebugSessionOperationSpec: coreClient.OperationSpec = {\n path: \"/createDataFlowDebugSession\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CreateDataFlowDebugSessionResponse,\n },\n 201: {\n bodyMapper: Mappers.CreateDataFlowDebugSessionResponse,\n },\n 202: {\n bodyMapper: Mappers.CreateDataFlowDebugSessionResponse,\n },\n 204: {\n bodyMapper: Mappers.CreateDataFlowDebugSessionResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.request1,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst queryDataFlowDebugSessionsByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/queryDataFlowDebugSessions\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.QueryDataFlowDebugSessionsResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst addDataFlowOperationSpec: coreClient.OperationSpec = {\n path: \"/addDataFlowToDebugSession\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AddDataFlowToDebugSessionResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.request2,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteDataFlowDebugSessionOperationSpec: coreClient.OperationSpec = {\n path: \"/deleteDataFlowDebugSession\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.request3,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst executeCommandOperationSpec: coreClient.OperationSpec = {\n path: \"/executeDataFlowDebugCommand\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataFlowDebugCommandResponse,\n },\n 201: {\n bodyMapper: Mappers.DataFlowDebugCommandResponse,\n },\n 202: {\n bodyMapper: Mappers.DataFlowDebugCommandResponse,\n },\n 204: {\n bodyMapper: Mappers.DataFlowDebugCommandResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.request4,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst queryDataFlowDebugSessionsByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QueryDataFlowDebugSessionsResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [Parameters.endpoint, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n\n/** Class containing DataFlowDebugSession operations. */\nexport class DataFlowDebugSessionImpl implements DataFlowDebugSession {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class DataFlowDebugSession class.\n * @param client - Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Query all active data flow debug sessions.\n * @param options - The options parameters.\n */\n public listQueryDataFlowDebugSessionsByWorkspace(\n options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<DataFlowDebugSessionInfo> {\n const iter = this.queryDataFlowDebugSessionsByWorkspacePagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.queryDataFlowDebugSessionsByWorkspacePagingPage(options, settings);\n },\n };\n }\n\n private async *queryDataFlowDebugSessionsByWorkspacePagingPage(\n options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<DataFlowDebugSessionInfo[]> {\n let result: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._queryDataFlowDebugSessionsByWorkspace(options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._queryDataFlowDebugSessionsByWorkspaceNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *queryDataFlowDebugSessionsByWorkspacePagingAll(\n options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams,\n ): AsyncIterableIterator<DataFlowDebugSessionInfo> {\n for await (const page of this.queryDataFlowDebugSessionsByWorkspacePagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Creates a data flow debug session.\n * @param request - Data flow debug session definition\n * @param options - The options parameters.\n */\n async beginCreateDataFlowDebugSession(\n request: CreateDataFlowDebugSessionRequest,\n options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DataFlowDebugSessionCreateDataFlowDebugSessionResponse>,\n DataFlowDebugSessionCreateDataFlowDebugSessionResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<DataFlowDebugSessionCreateDataFlowDebugSessionResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginCreateDataFlowDebugSession\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<DataFlowDebugSessionCreateDataFlowDebugSessionResponse>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { request, options },\n spec: createDataFlowDebugSessionOperationSpec,\n });\n const poller = await createHttpPoller<\n DataFlowDebugSessionCreateDataFlowDebugSessionResponse,\n OperationState<DataFlowDebugSessionCreateDataFlowDebugSessionResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates a data flow debug session.\n * @param request - Data flow debug session definition\n * @param options - The options parameters.\n */\n async beginCreateDataFlowDebugSessionAndWait(\n request: CreateDataFlowDebugSessionRequest,\n options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams,\n ): Promise<DataFlowDebugSessionCreateDataFlowDebugSessionResponse> {\n const poller = await this.beginCreateDataFlowDebugSession(request, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Query all active data flow debug sessions.\n * @param options - The options parameters.\n */\n private async _queryDataFlowDebugSessionsByWorkspace(\n options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams,\n ): Promise<DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._queryDataFlowDebugSessionsByWorkspace\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { updatedOptions },\n queryDataFlowDebugSessionsByWorkspaceOperationSpec,\n ) as Promise<DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * Add a data flow into debug session.\n * @param request - Data flow debug session definition with debug content.\n * @param options - The options parameters.\n */\n async addDataFlow(\n request: DataFlowDebugPackage,\n options?: DataFlowDebugSessionAddDataFlowOptionalParams,\n ): Promise<DataFlowDebugSessionAddDataFlowResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.addDataFlow\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { request, updatedOptions },\n addDataFlowOperationSpec,\n ) as Promise<DataFlowDebugSessionAddDataFlowResponse>;\n },\n );\n }\n\n /**\n * Deletes a data flow debug session.\n * @param request - Data flow debug session definition for deletion\n * @param options - The options parameters.\n */\n async deleteDataFlowDebugSession(\n request: DeleteDataFlowDebugSessionRequest,\n options?: DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.deleteDataFlowDebugSession\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { request, updatedOptions },\n deleteDataFlowDebugSessionOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Execute a data flow debug command.\n * @param request - Data flow debug command definition.\n * @param options - The options parameters.\n */\n async beginExecuteCommand(\n request: DataFlowDebugCommandRequest,\n options?: DataFlowDebugSessionExecuteCommandOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DataFlowDebugSessionExecuteCommandResponse>,\n DataFlowDebugSessionExecuteCommandResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<DataFlowDebugSessionExecuteCommandResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginExecuteCommand\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<DataFlowDebugSessionExecuteCommandResponse>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<{\n flatResponse: DataFlowDebugCommandResponse;\n rawResponse: {\n statusCode: number;\n body: any;\n headers: RawHttpHeaders;\n };\n }> => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { request, options },\n spec: executeCommandOperationSpec,\n });\n const poller = await createHttpPoller<\n DataFlowDebugSessionExecuteCommandResponse,\n OperationState<DataFlowDebugSessionExecuteCommandResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Execute a data flow debug command.\n * @param request - Data flow debug command definition.\n * @param options - The options parameters.\n */\n async beginExecuteCommandAndWait(\n request: DataFlowDebugCommandRequest,\n options?: DataFlowDebugSessionExecuteCommandOptionalParams,\n ): Promise<DataFlowDebugSessionExecuteCommandResponse> {\n const poller = await this.beginExecuteCommand(request, options);\n return poller.pollUntilDone();\n }\n\n /**\n * QueryDataFlowDebugSessionsByWorkspaceNext\n * @param nextLink - The nextLink from the previous successful call to the\n * QueryDataFlowDebugSessionsByWorkspace method.\n * @param options - The options parameters.\n */\n private async _queryDataFlowDebugSessionsByWorkspaceNext(\n nextLink: string,\n options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceNextOptionalParams,\n ): Promise<DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._queryDataFlowDebugSessionsByWorkspaceNext\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { nextLink, updatedOptions },\n queryDataFlowDebugSessionsByWorkspaceNextOperationSpec,\n ) as Promise<DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceNextResponse>;\n },\n );\n }\n}\n"]}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { DataFlowOperations } from "../operationsInterfaces/index.js";
|
|
3
|
+
import type { ArtifactsClient } from "../artifactsClient.js";
|
|
4
|
+
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
import type { DataFlowResource, DataFlowGetDataFlowsByWorkspaceOptionalParams, DataFlowCreateOrUpdateDataFlowOptionalParams, DataFlowCreateOrUpdateDataFlowResponse, DataFlowGetDataFlowOptionalParams, DataFlowGetDataFlowResponse, DataFlowDeleteDataFlowOptionalParams, ArtifactRenameRequest, DataFlowRenameDataFlowOptionalParams } from "../models/index.js";
|
|
6
|
+
/** Class containing DataFlowOperations operations. */
|
|
7
|
+
export declare class DataFlowOperationsImpl implements DataFlowOperations {
|
|
8
|
+
private readonly client;
|
|
9
|
+
/**
|
|
10
|
+
* Initialize a new instance of the class DataFlowOperations class.
|
|
11
|
+
* @param client - Reference to the service client
|
|
12
|
+
*/
|
|
13
|
+
constructor(client: ArtifactsClient);
|
|
14
|
+
/**
|
|
15
|
+
* Lists data flows.
|
|
16
|
+
* @param options - The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
listDataFlowsByWorkspace(options?: DataFlowGetDataFlowsByWorkspaceOptionalParams): PagedAsyncIterableIterator<DataFlowResource>;
|
|
19
|
+
private getDataFlowsByWorkspacePagingPage;
|
|
20
|
+
private getDataFlowsByWorkspacePagingAll;
|
|
21
|
+
/**
|
|
22
|
+
* Creates or updates a data flow.
|
|
23
|
+
* @param dataFlowName - The data flow name.
|
|
24
|
+
* @param dataFlow - Data flow resource definition.
|
|
25
|
+
* @param options - The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
beginCreateOrUpdateDataFlow(dataFlowName: string, dataFlow: DataFlowResource, options?: DataFlowCreateOrUpdateDataFlowOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowCreateOrUpdateDataFlowResponse>, DataFlowCreateOrUpdateDataFlowResponse>>;
|
|
28
|
+
/**
|
|
29
|
+
* Creates or updates a data flow.
|
|
30
|
+
* @param dataFlowName - The data flow name.
|
|
31
|
+
* @param dataFlow - Data flow resource definition.
|
|
32
|
+
* @param options - The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
beginCreateOrUpdateDataFlowAndWait(dataFlowName: string, dataFlow: DataFlowResource, options?: DataFlowCreateOrUpdateDataFlowOptionalParams): Promise<DataFlowCreateOrUpdateDataFlowResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Gets a data flow.
|
|
37
|
+
* @param dataFlowName - The data flow name.
|
|
38
|
+
* @param options - The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
getDataFlow(dataFlowName: string, options?: DataFlowGetDataFlowOptionalParams): Promise<DataFlowGetDataFlowResponse>;
|
|
41
|
+
/**
|
|
42
|
+
* Deletes a data flow.
|
|
43
|
+
* @param dataFlowName - The data flow name.
|
|
44
|
+
* @param options - The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginDeleteDataFlow(dataFlowName: string, options?: DataFlowDeleteDataFlowOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
47
|
+
/**
|
|
48
|
+
* Deletes a data flow.
|
|
49
|
+
* @param dataFlowName - The data flow name.
|
|
50
|
+
* @param options - The options parameters.
|
|
51
|
+
*/
|
|
52
|
+
beginDeleteDataFlowAndWait(dataFlowName: string, options?: DataFlowDeleteDataFlowOptionalParams): Promise<void>;
|
|
53
|
+
/**
|
|
54
|
+
* Renames a dataflow.
|
|
55
|
+
* @param dataFlowName - The data flow name.
|
|
56
|
+
* @param request - proposed new name.
|
|
57
|
+
* @param options - The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
beginRenameDataFlow(dataFlowName: string, request: ArtifactRenameRequest, options?: DataFlowRenameDataFlowOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
60
|
+
/**
|
|
61
|
+
* Renames a dataflow.
|
|
62
|
+
* @param dataFlowName - The data flow name.
|
|
63
|
+
* @param request - proposed new name.
|
|
64
|
+
* @param options - The options parameters.
|
|
65
|
+
*/
|
|
66
|
+
beginRenameDataFlowAndWait(dataFlowName: string, request: ArtifactRenameRequest, options?: DataFlowRenameDataFlowOptionalParams): Promise<void>;
|
|
67
|
+
/**
|
|
68
|
+
* Lists data flows.
|
|
69
|
+
* @param options - The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
private _getDataFlowsByWorkspace;
|
|
72
|
+
/**
|
|
73
|
+
* GetDataFlowsByWorkspaceNext
|
|
74
|
+
* @param nextLink - The nextLink from the previous successful call to the GetDataFlowsByWorkspace
|
|
75
|
+
* method.
|
|
76
|
+
* @param options - The options parameters.
|
|
77
|
+
*/
|
|
78
|
+
private _getDataFlowsByWorkspaceNext;
|
|
79
|
+
}
|
|
80
|
+
//# sourceMappingURL=dataFlowOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataFlowOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/dataFlowOperations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAI3E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,gBAAgB,EAEhB,6CAA6C,EAE7C,4CAA4C,EAC5C,sCAAsC,EACtC,iCAAiC,EACjC,2BAA2B,EAC3B,oCAAoC,EACpC,qBAAqB,EACrB,oCAAoC,EAErC,MAAM,oBAAoB,CAAC;AAqH5B,sDAAsD;AACtD,qBAAa,sBAAuB,YAAW,kBAAkB;IAC/D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC;;;OAGG;gBACS,MAAM,EAAE,eAAe;IAInC;;;OAGG;IACI,wBAAwB,CAC7B,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,gBAAgB,CAAC;YAkBhC,iCAAiC;YAsBjC,gCAAgC;IAQ/C;;;;;OAKG;IACG,2BAA2B,CAC/B,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,gBAAgB,EAC1B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sCAAsC,CAAC,EACtD,sCAAsC,CACvC,CACF;IAsED;;;;;OAKG;IACG,kCAAkC,CACtC,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,gBAAgB,EAC1B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAKlD;;;;OAIG;IACG,WAAW,CACf,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IAavC;;;;OAIG;IACG,mBAAmB,CACvB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAgExD;;;;OAIG;IACG,0BAA0B,CAC9B,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,IAAI,CAAC;IAKhB;;;;;OAKG;IACG,mBAAmB,CACvB,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,qBAAqB,EAC9B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAgExD;;;;;OAKG;IACG,0BAA0B,CAC9B,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,qBAAqB,EAC9B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,IAAI,CAAC;IAKhB;;;OAGG;YACW,wBAAwB;IAetC;;;;;OAKG;YACW,4BAA4B;CAe3C"}
|
|
@@ -0,0 +1,390 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.DataFlowOperationsImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const tracing_js_1 = require("../tracing.js");
|
|
13
|
+
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
14
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
15
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
16
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
17
|
+
const core_lro_1 = require("@azure/core-lro");
|
|
18
|
+
const lroImpl_js_1 = require("../lroImpl.js");
|
|
19
|
+
// Operation Specifications
|
|
20
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
21
|
+
const createOrUpdateDataFlowOperationSpec = {
|
|
22
|
+
path: "/dataflows/{dataFlowName}",
|
|
23
|
+
httpMethod: "PUT",
|
|
24
|
+
responses: {
|
|
25
|
+
200: {
|
|
26
|
+
bodyMapper: Mappers.DataFlowResource,
|
|
27
|
+
},
|
|
28
|
+
201: {
|
|
29
|
+
bodyMapper: Mappers.DataFlowResource,
|
|
30
|
+
},
|
|
31
|
+
202: {
|
|
32
|
+
bodyMapper: Mappers.DataFlowResource,
|
|
33
|
+
},
|
|
34
|
+
204: {
|
|
35
|
+
bodyMapper: Mappers.DataFlowResource,
|
|
36
|
+
},
|
|
37
|
+
default: {
|
|
38
|
+
bodyMapper: Mappers.CloudError,
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
requestBody: Parameters.dataFlow,
|
|
42
|
+
queryParameters: [Parameters.apiVersion5],
|
|
43
|
+
urlParameters: [Parameters.endpoint, Parameters.dataFlowName],
|
|
44
|
+
headerParameters: [Parameters.accept, Parameters.contentType, Parameters.ifMatch],
|
|
45
|
+
mediaType: "json",
|
|
46
|
+
serializer,
|
|
47
|
+
};
|
|
48
|
+
const getDataFlowOperationSpec = {
|
|
49
|
+
path: "/dataflows/{dataFlowName}",
|
|
50
|
+
httpMethod: "GET",
|
|
51
|
+
responses: {
|
|
52
|
+
200: {
|
|
53
|
+
bodyMapper: Mappers.DataFlowResource,
|
|
54
|
+
},
|
|
55
|
+
default: {
|
|
56
|
+
bodyMapper: Mappers.CloudError,
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
queryParameters: [Parameters.apiVersion5],
|
|
60
|
+
urlParameters: [Parameters.endpoint, Parameters.dataFlowName],
|
|
61
|
+
headerParameters: [Parameters.accept, Parameters.ifNoneMatch],
|
|
62
|
+
serializer,
|
|
63
|
+
};
|
|
64
|
+
const deleteDataFlowOperationSpec = {
|
|
65
|
+
path: "/dataflows/{dataFlowName}",
|
|
66
|
+
httpMethod: "DELETE",
|
|
67
|
+
responses: {
|
|
68
|
+
200: {},
|
|
69
|
+
201: {},
|
|
70
|
+
202: {},
|
|
71
|
+
204: {},
|
|
72
|
+
default: {
|
|
73
|
+
bodyMapper: Mappers.CloudError,
|
|
74
|
+
},
|
|
75
|
+
},
|
|
76
|
+
queryParameters: [Parameters.apiVersion5],
|
|
77
|
+
urlParameters: [Parameters.endpoint, Parameters.dataFlowName],
|
|
78
|
+
headerParameters: [Parameters.accept],
|
|
79
|
+
serializer,
|
|
80
|
+
};
|
|
81
|
+
const renameDataFlowOperationSpec = {
|
|
82
|
+
path: "/dataflows/{dataFlowName}/rename",
|
|
83
|
+
httpMethod: "POST",
|
|
84
|
+
responses: {
|
|
85
|
+
200: {},
|
|
86
|
+
201: {},
|
|
87
|
+
202: {},
|
|
88
|
+
204: {},
|
|
89
|
+
default: {
|
|
90
|
+
bodyMapper: Mappers.CloudError,
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
requestBody: Parameters.request,
|
|
94
|
+
queryParameters: [Parameters.apiVersion5],
|
|
95
|
+
urlParameters: [Parameters.endpoint, Parameters.dataFlowName],
|
|
96
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
97
|
+
mediaType: "json",
|
|
98
|
+
serializer,
|
|
99
|
+
};
|
|
100
|
+
const getDataFlowsByWorkspaceOperationSpec = {
|
|
101
|
+
path: "/dataflows",
|
|
102
|
+
httpMethod: "GET",
|
|
103
|
+
responses: {
|
|
104
|
+
200: {
|
|
105
|
+
bodyMapper: Mappers.DataFlowListResponse,
|
|
106
|
+
},
|
|
107
|
+
default: {
|
|
108
|
+
bodyMapper: Mappers.CloudError,
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
queryParameters: [Parameters.apiVersion5],
|
|
112
|
+
urlParameters: [Parameters.endpoint],
|
|
113
|
+
headerParameters: [Parameters.accept],
|
|
114
|
+
serializer,
|
|
115
|
+
};
|
|
116
|
+
const getDataFlowsByWorkspaceNextOperationSpec = {
|
|
117
|
+
path: "{nextLink}",
|
|
118
|
+
httpMethod: "GET",
|
|
119
|
+
responses: {
|
|
120
|
+
200: {
|
|
121
|
+
bodyMapper: Mappers.DataFlowListResponse,
|
|
122
|
+
},
|
|
123
|
+
default: {
|
|
124
|
+
bodyMapper: Mappers.CloudError,
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
|
128
|
+
headerParameters: [Parameters.accept],
|
|
129
|
+
serializer,
|
|
130
|
+
};
|
|
131
|
+
/** Class containing DataFlowOperations operations. */
|
|
132
|
+
class DataFlowOperationsImpl {
|
|
133
|
+
/**
|
|
134
|
+
* Initialize a new instance of the class DataFlowOperations class.
|
|
135
|
+
* @param client - Reference to the service client
|
|
136
|
+
*/
|
|
137
|
+
constructor(client) {
|
|
138
|
+
this.client = client;
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* Lists data flows.
|
|
142
|
+
* @param options - The options parameters.
|
|
143
|
+
*/
|
|
144
|
+
listDataFlowsByWorkspace(options) {
|
|
145
|
+
const iter = this.getDataFlowsByWorkspacePagingAll(options);
|
|
146
|
+
return {
|
|
147
|
+
next() {
|
|
148
|
+
return iter.next();
|
|
149
|
+
},
|
|
150
|
+
[Symbol.asyncIterator]() {
|
|
151
|
+
return this;
|
|
152
|
+
},
|
|
153
|
+
byPage: (settings) => {
|
|
154
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
155
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
156
|
+
}
|
|
157
|
+
return this.getDataFlowsByWorkspacePagingPage(options, settings);
|
|
158
|
+
},
|
|
159
|
+
};
|
|
160
|
+
}
|
|
161
|
+
getDataFlowsByWorkspacePagingPage(options, settings) {
|
|
162
|
+
return tslib_1.__asyncGenerator(this, arguments, function* getDataFlowsByWorkspacePagingPage_1() {
|
|
163
|
+
let result;
|
|
164
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
165
|
+
if (!continuationToken) {
|
|
166
|
+
result = yield tslib_1.__await(this._getDataFlowsByWorkspace(options));
|
|
167
|
+
const page = result.value || [];
|
|
168
|
+
continuationToken = result.nextLink;
|
|
169
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
170
|
+
yield yield tslib_1.__await(page);
|
|
171
|
+
}
|
|
172
|
+
while (continuationToken) {
|
|
173
|
+
result = yield tslib_1.__await(this._getDataFlowsByWorkspaceNext(continuationToken, options));
|
|
174
|
+
continuationToken = result.nextLink;
|
|
175
|
+
const page = result.value || [];
|
|
176
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
177
|
+
yield yield tslib_1.__await(page);
|
|
178
|
+
}
|
|
179
|
+
});
|
|
180
|
+
}
|
|
181
|
+
getDataFlowsByWorkspacePagingAll(options) {
|
|
182
|
+
return tslib_1.__asyncGenerator(this, arguments, function* getDataFlowsByWorkspacePagingAll_1() {
|
|
183
|
+
var _a, e_1, _b, _c;
|
|
184
|
+
try {
|
|
185
|
+
for (var _d = true, _e = tslib_1.__asyncValues(this.getDataFlowsByWorkspacePagingPage(options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
186
|
+
_c = _f.value;
|
|
187
|
+
_d = false;
|
|
188
|
+
const page = _c;
|
|
189
|
+
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
193
|
+
finally {
|
|
194
|
+
try {
|
|
195
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
196
|
+
}
|
|
197
|
+
finally { if (e_1) throw e_1.error; }
|
|
198
|
+
}
|
|
199
|
+
});
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* Creates or updates a data flow.
|
|
203
|
+
* @param dataFlowName - The data flow name.
|
|
204
|
+
* @param dataFlow - Data flow resource definition.
|
|
205
|
+
* @param options - The options parameters.
|
|
206
|
+
*/
|
|
207
|
+
async beginCreateOrUpdateDataFlow(dataFlowName, dataFlow, options) {
|
|
208
|
+
const directSendOperation = async (args, spec) => {
|
|
209
|
+
return tracing_js_1.tracingClient.withSpan("ArtifactsClient.beginCreateOrUpdateDataFlow", options !== null && options !== void 0 ? options : {}, async () => {
|
|
210
|
+
return this.client.sendOperationRequest(args, spec);
|
|
211
|
+
});
|
|
212
|
+
};
|
|
213
|
+
const sendOperationFn = async (args, spec) => {
|
|
214
|
+
var _a;
|
|
215
|
+
let currentRawResponse = undefined;
|
|
216
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
217
|
+
const callback = (rawResponse, flatResponse) => {
|
|
218
|
+
currentRawResponse = rawResponse;
|
|
219
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
220
|
+
};
|
|
221
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
222
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
223
|
+
return {
|
|
224
|
+
flatResponse,
|
|
225
|
+
rawResponse: {
|
|
226
|
+
statusCode: currentRawResponse.status,
|
|
227
|
+
body: currentRawResponse.parsedBody,
|
|
228
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
229
|
+
},
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
233
|
+
sendOperationFn,
|
|
234
|
+
args: { dataFlowName, dataFlow, options },
|
|
235
|
+
spec: createOrUpdateDataFlowOperationSpec,
|
|
236
|
+
});
|
|
237
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
238
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
239
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
240
|
+
});
|
|
241
|
+
await poller.poll();
|
|
242
|
+
return poller;
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* Creates or updates a data flow.
|
|
246
|
+
* @param dataFlowName - The data flow name.
|
|
247
|
+
* @param dataFlow - Data flow resource definition.
|
|
248
|
+
* @param options - The options parameters.
|
|
249
|
+
*/
|
|
250
|
+
async beginCreateOrUpdateDataFlowAndWait(dataFlowName, dataFlow, options) {
|
|
251
|
+
const poller = await this.beginCreateOrUpdateDataFlow(dataFlowName, dataFlow, options);
|
|
252
|
+
return poller.pollUntilDone();
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* Gets a data flow.
|
|
256
|
+
* @param dataFlowName - The data flow name.
|
|
257
|
+
* @param options - The options parameters.
|
|
258
|
+
*/
|
|
259
|
+
async getDataFlow(dataFlowName, options) {
|
|
260
|
+
return tracing_js_1.tracingClient.withSpan("ArtifactsClient.getDataFlow", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
261
|
+
return this.client.sendOperationRequest({ dataFlowName, updatedOptions }, getDataFlowOperationSpec);
|
|
262
|
+
});
|
|
263
|
+
}
|
|
264
|
+
/**
|
|
265
|
+
* Deletes a data flow.
|
|
266
|
+
* @param dataFlowName - The data flow name.
|
|
267
|
+
* @param options - The options parameters.
|
|
268
|
+
*/
|
|
269
|
+
async beginDeleteDataFlow(dataFlowName, options) {
|
|
270
|
+
const directSendOperation = async (args, spec) => {
|
|
271
|
+
return tracing_js_1.tracingClient.withSpan("ArtifactsClient.beginDeleteDataFlow", options !== null && options !== void 0 ? options : {}, async () => {
|
|
272
|
+
return this.client.sendOperationRequest(args, spec);
|
|
273
|
+
});
|
|
274
|
+
};
|
|
275
|
+
const sendOperationFn = async (args, spec) => {
|
|
276
|
+
var _a;
|
|
277
|
+
let currentRawResponse = undefined;
|
|
278
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
279
|
+
const callback = (rawResponse, flatResponse) => {
|
|
280
|
+
currentRawResponse = rawResponse;
|
|
281
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
282
|
+
};
|
|
283
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
284
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
285
|
+
return {
|
|
286
|
+
flatResponse,
|
|
287
|
+
rawResponse: {
|
|
288
|
+
statusCode: currentRawResponse.status,
|
|
289
|
+
body: currentRawResponse.parsedBody,
|
|
290
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
291
|
+
},
|
|
292
|
+
};
|
|
293
|
+
};
|
|
294
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
295
|
+
sendOperationFn,
|
|
296
|
+
args: { dataFlowName, options },
|
|
297
|
+
spec: deleteDataFlowOperationSpec,
|
|
298
|
+
});
|
|
299
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
300
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
301
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
302
|
+
});
|
|
303
|
+
await poller.poll();
|
|
304
|
+
return poller;
|
|
305
|
+
}
|
|
306
|
+
/**
|
|
307
|
+
* Deletes a data flow.
|
|
308
|
+
* @param dataFlowName - The data flow name.
|
|
309
|
+
* @param options - The options parameters.
|
|
310
|
+
*/
|
|
311
|
+
async beginDeleteDataFlowAndWait(dataFlowName, options) {
|
|
312
|
+
const poller = await this.beginDeleteDataFlow(dataFlowName, options);
|
|
313
|
+
return poller.pollUntilDone();
|
|
314
|
+
}
|
|
315
|
+
/**
|
|
316
|
+
* Renames a dataflow.
|
|
317
|
+
* @param dataFlowName - The data flow name.
|
|
318
|
+
* @param request - proposed new name.
|
|
319
|
+
* @param options - The options parameters.
|
|
320
|
+
*/
|
|
321
|
+
async beginRenameDataFlow(dataFlowName, request, options) {
|
|
322
|
+
const directSendOperation = async (args, spec) => {
|
|
323
|
+
return tracing_js_1.tracingClient.withSpan("ArtifactsClient.beginRenameDataFlow", options !== null && options !== void 0 ? options : {}, async () => {
|
|
324
|
+
return this.client.sendOperationRequest(args, spec);
|
|
325
|
+
});
|
|
326
|
+
};
|
|
327
|
+
const sendOperationFn = async (args, spec) => {
|
|
328
|
+
var _a;
|
|
329
|
+
let currentRawResponse = undefined;
|
|
330
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
331
|
+
const callback = (rawResponse, flatResponse) => {
|
|
332
|
+
currentRawResponse = rawResponse;
|
|
333
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
334
|
+
};
|
|
335
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
336
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
337
|
+
return {
|
|
338
|
+
flatResponse,
|
|
339
|
+
rawResponse: {
|
|
340
|
+
statusCode: currentRawResponse.status,
|
|
341
|
+
body: currentRawResponse.parsedBody,
|
|
342
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
343
|
+
},
|
|
344
|
+
};
|
|
345
|
+
};
|
|
346
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
347
|
+
sendOperationFn,
|
|
348
|
+
args: { dataFlowName, request, options },
|
|
349
|
+
spec: renameDataFlowOperationSpec,
|
|
350
|
+
});
|
|
351
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
352
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
353
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
354
|
+
});
|
|
355
|
+
await poller.poll();
|
|
356
|
+
return poller;
|
|
357
|
+
}
|
|
358
|
+
/**
|
|
359
|
+
* Renames a dataflow.
|
|
360
|
+
* @param dataFlowName - The data flow name.
|
|
361
|
+
* @param request - proposed new name.
|
|
362
|
+
* @param options - The options parameters.
|
|
363
|
+
*/
|
|
364
|
+
async beginRenameDataFlowAndWait(dataFlowName, request, options) {
|
|
365
|
+
const poller = await this.beginRenameDataFlow(dataFlowName, request, options);
|
|
366
|
+
return poller.pollUntilDone();
|
|
367
|
+
}
|
|
368
|
+
/**
|
|
369
|
+
* Lists data flows.
|
|
370
|
+
* @param options - The options parameters.
|
|
371
|
+
*/
|
|
372
|
+
async _getDataFlowsByWorkspace(options) {
|
|
373
|
+
return tracing_js_1.tracingClient.withSpan("ArtifactsClient._getDataFlowsByWorkspace", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
374
|
+
return this.client.sendOperationRequest({ updatedOptions }, getDataFlowsByWorkspaceOperationSpec);
|
|
375
|
+
});
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* GetDataFlowsByWorkspaceNext
|
|
379
|
+
* @param nextLink - The nextLink from the previous successful call to the GetDataFlowsByWorkspace
|
|
380
|
+
* method.
|
|
381
|
+
* @param options - The options parameters.
|
|
382
|
+
*/
|
|
383
|
+
async _getDataFlowsByWorkspaceNext(nextLink, options) {
|
|
384
|
+
return tracing_js_1.tracingClient.withSpan("ArtifactsClient._getDataFlowsByWorkspaceNext", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
385
|
+
return this.client.sendOperationRequest({ nextLink, updatedOptions }, getDataFlowsByWorkspaceNextOperationSpec);
|
|
386
|
+
});
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
exports.DataFlowOperationsImpl = DataFlowOperationsImpl;
|
|
390
|
+
//# sourceMappingURL=dataFlowOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataFlowOperations.js","sourceRoot":"","sources":["../../../src/operations/dataFlowOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing.js\";\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { DataFlowOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { ArtifactsClient } from \"../artifactsClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n DataFlowResource,\n DataFlowGetDataFlowsByWorkspaceNextOptionalParams,\n DataFlowGetDataFlowsByWorkspaceOptionalParams,\n DataFlowGetDataFlowsByWorkspaceResponse,\n DataFlowCreateOrUpdateDataFlowOptionalParams,\n DataFlowCreateOrUpdateDataFlowResponse,\n DataFlowGetDataFlowOptionalParams,\n DataFlowGetDataFlowResponse,\n DataFlowDeleteDataFlowOptionalParams,\n ArtifactRenameRequest,\n DataFlowRenameDataFlowOptionalParams,\n DataFlowGetDataFlowsByWorkspaceNextResponse,\n} from \"../models/index.js\";\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\n\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateDataFlowOperationSpec: coreClient.OperationSpec = {\n path: \"/dataflows/{dataFlowName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataFlowResource,\n },\n 201: {\n bodyMapper: Mappers.DataFlowResource,\n },\n 202: {\n bodyMapper: Mappers.DataFlowResource,\n },\n 204: {\n bodyMapper: Mappers.DataFlowResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.dataFlow,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.dataFlowName],\n headerParameters: [Parameters.accept, Parameters.contentType, Parameters.ifMatch],\n mediaType: \"json\",\n serializer,\n};\nconst getDataFlowOperationSpec: coreClient.OperationSpec = {\n path: \"/dataflows/{dataFlowName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataFlowResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.dataFlowName],\n headerParameters: [Parameters.accept, Parameters.ifNoneMatch],\n serializer,\n};\nconst deleteDataFlowOperationSpec: coreClient.OperationSpec = {\n path: \"/dataflows/{dataFlowName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.dataFlowName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst renameDataFlowOperationSpec: coreClient.OperationSpec = {\n path: \"/dataflows/{dataFlowName}/rename\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.request,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint, Parameters.dataFlowName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getDataFlowsByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/dataflows\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataFlowListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getDataFlowsByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataFlowListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [Parameters.endpoint, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n\n/** Class containing DataFlowOperations operations. */\nexport class DataFlowOperationsImpl implements DataFlowOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class DataFlowOperations class.\n * @param client - Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * Lists data flows.\n * @param options - The options parameters.\n */\n public listDataFlowsByWorkspace(\n options?: DataFlowGetDataFlowsByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<DataFlowResource> {\n const iter = this.getDataFlowsByWorkspacePagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.getDataFlowsByWorkspacePagingPage(options, settings);\n },\n };\n }\n\n private async *getDataFlowsByWorkspacePagingPage(\n options?: DataFlowGetDataFlowsByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<DataFlowResource[]> {\n let result: DataFlowGetDataFlowsByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._getDataFlowsByWorkspace(options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._getDataFlowsByWorkspaceNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *getDataFlowsByWorkspacePagingAll(\n options?: DataFlowGetDataFlowsByWorkspaceOptionalParams,\n ): AsyncIterableIterator<DataFlowResource> {\n for await (const page of this.getDataFlowsByWorkspacePagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Creates or updates a data flow.\n * @param dataFlowName - The data flow name.\n * @param dataFlow - Data flow resource definition.\n * @param options - The options parameters.\n */\n async beginCreateOrUpdateDataFlow(\n dataFlowName: string,\n dataFlow: DataFlowResource,\n options?: DataFlowCreateOrUpdateDataFlowOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DataFlowCreateOrUpdateDataFlowResponse>,\n DataFlowCreateOrUpdateDataFlowResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<DataFlowCreateOrUpdateDataFlowResponse> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginCreateOrUpdateDataFlow\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(\n args,\n spec,\n ) as Promise<DataFlowCreateOrUpdateDataFlowResponse>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<{\n flatResponse: DataFlowResource;\n rawResponse: {\n statusCode: number;\n body: any;\n headers: RawHttpHeaders;\n };\n }> => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { dataFlowName, dataFlow, options },\n spec: createOrUpdateDataFlowOperationSpec,\n });\n const poller = await createHttpPoller<\n DataFlowCreateOrUpdateDataFlowResponse,\n OperationState<DataFlowCreateOrUpdateDataFlowResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a data flow.\n * @param dataFlowName - The data flow name.\n * @param dataFlow - Data flow resource definition.\n * @param options - The options parameters.\n */\n async beginCreateOrUpdateDataFlowAndWait(\n dataFlowName: string,\n dataFlow: DataFlowResource,\n options?: DataFlowCreateOrUpdateDataFlowOptionalParams,\n ): Promise<DataFlowCreateOrUpdateDataFlowResponse> {\n const poller = await this.beginCreateOrUpdateDataFlow(dataFlowName, dataFlow, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a data flow.\n * @param dataFlowName - The data flow name.\n * @param options - The options parameters.\n */\n async getDataFlow(\n dataFlowName: string,\n options?: DataFlowGetDataFlowOptionalParams,\n ): Promise<DataFlowGetDataFlowResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getDataFlow\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { dataFlowName, updatedOptions },\n getDataFlowOperationSpec,\n ) as Promise<DataFlowGetDataFlowResponse>;\n },\n );\n }\n\n /**\n * Deletes a data flow.\n * @param dataFlowName - The data flow name.\n * @param options - The options parameters.\n */\n async beginDeleteDataFlow(\n dataFlowName: string,\n options?: DataFlowDeleteDataFlowOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginDeleteDataFlow\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<{\n flatResponse: void;\n rawResponse: {\n statusCode: number;\n body: any;\n headers: RawHttpHeaders;\n };\n }> => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { dataFlowName, options },\n spec: deleteDataFlowOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a data flow.\n * @param dataFlowName - The data flow name.\n * @param options - The options parameters.\n */\n async beginDeleteDataFlowAndWait(\n dataFlowName: string,\n options?: DataFlowDeleteDataFlowOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDeleteDataFlow(dataFlowName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Renames a dataflow.\n * @param dataFlowName - The data flow name.\n * @param request - proposed new name.\n * @param options - The options parameters.\n */\n async beginRenameDataFlow(\n dataFlowName: string,\n request: ArtifactRenameRequest,\n options?: DataFlowRenameDataFlowOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return tracingClient.withSpan(\n \"ArtifactsClient.beginRenameDataFlow\",\n options ?? {},\n async () => {\n return this.client.sendOperationRequest(args, spec) as Promise<void>;\n },\n );\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<{\n flatResponse: void;\n rawResponse: {\n statusCode: number;\n body: any;\n headers: RawHttpHeaders;\n };\n }> => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { dataFlowName, request, options },\n spec: renameDataFlowOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Renames a dataflow.\n * @param dataFlowName - The data flow name.\n * @param request - proposed new name.\n * @param options - The options parameters.\n */\n async beginRenameDataFlowAndWait(\n dataFlowName: string,\n request: ArtifactRenameRequest,\n options?: DataFlowRenameDataFlowOptionalParams,\n ): Promise<void> {\n const poller = await this.beginRenameDataFlow(dataFlowName, request, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Lists data flows.\n * @param options - The options parameters.\n */\n private async _getDataFlowsByWorkspace(\n options?: DataFlowGetDataFlowsByWorkspaceOptionalParams,\n ): Promise<DataFlowGetDataFlowsByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getDataFlowsByWorkspace\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { updatedOptions },\n getDataFlowsByWorkspaceOperationSpec,\n ) as Promise<DataFlowGetDataFlowsByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * GetDataFlowsByWorkspaceNext\n * @param nextLink - The nextLink from the previous successful call to the GetDataFlowsByWorkspace\n * method.\n * @param options - The options parameters.\n */\n private async _getDataFlowsByWorkspaceNext(\n nextLink: string,\n options?: DataFlowGetDataFlowsByWorkspaceNextOptionalParams,\n ): Promise<DataFlowGetDataFlowsByWorkspaceNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._getDataFlowsByWorkspaceNext\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { nextLink, updatedOptions },\n getDataFlowsByWorkspaceNextOperationSpec,\n ) as Promise<DataFlowGetDataFlowsByWorkspaceNextResponse>;\n },\n );\n }\n}\n"]}
|