@azure/synapse-artifacts 1.0.0-beta.16 → 1.0.0-beta.17
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/README.md +0 -2
- package/dist/browser/artifactsClient.d.ts +3 -3
- package/dist/browser/artifactsClient.js +39 -10
- package/dist/browser/artifactsClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +255 -49
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +54 -2
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +3 -1
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +6493 -2903
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/bigDataPools.d.ts +4 -4
- package/dist/browser/operations/bigDataPools.d.ts.map +1 -1
- package/dist/browser/operations/bigDataPools.js +30 -29
- package/dist/browser/operations/bigDataPools.js.map +1 -1
- package/dist/browser/operations/dataFlowDebugSession.d.ts +17 -17
- package/dist/browser/operations/dataFlowDebugSession.d.ts.map +1 -1
- package/dist/browser/operations/dataFlowDebugSession.js +194 -200
- package/dist/browser/operations/dataFlowDebugSession.js.map +1 -1
- package/dist/browser/operations/dataFlowOperations.d.ts +23 -23
- package/dist/browser/operations/dataFlowOperations.d.ts.map +1 -1
- package/dist/browser/operations/dataFlowOperations.js +201 -202
- package/dist/browser/operations/dataFlowOperations.js.map +1 -1
- package/dist/browser/operations/datasetOperations.d.ts +23 -23
- package/dist/browser/operations/datasetOperations.d.ts.map +1 -1
- package/dist/browser/operations/datasetOperations.js +202 -203
- package/dist/browser/operations/datasetOperations.js.map +1 -1
- package/dist/browser/operations/integrationRuntimes.d.ts +4 -4
- package/dist/browser/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist/browser/operations/integrationRuntimes.js +30 -29
- package/dist/browser/operations/integrationRuntimes.js.map +1 -1
- package/dist/browser/operations/kqlScriptOperations.d.ts +19 -19
- package/dist/browser/operations/kqlScriptOperations.d.ts.map +1 -1
- package/dist/browser/operations/kqlScriptOperations.js +139 -123
- package/dist/browser/operations/kqlScriptOperations.js.map +1 -1
- package/dist/browser/operations/kqlScripts.d.ts +5 -5
- package/dist/browser/operations/kqlScripts.d.ts.map +1 -1
- package/dist/browser/operations/kqlScripts.js +66 -82
- package/dist/browser/operations/kqlScripts.js.map +1 -1
- package/dist/browser/operations/library.d.ts +24 -24
- package/dist/browser/operations/library.d.ts.map +1 -1
- package/dist/browser/operations/library.js +234 -235
- package/dist/browser/operations/library.js.map +1 -1
- package/dist/browser/operations/linkConnectionOperations.d.ts +33 -33
- package/dist/browser/operations/linkConnectionOperations.d.ts.map +1 -1
- package/dist/browser/operations/linkConnectionOperations.js +203 -219
- package/dist/browser/operations/linkConnectionOperations.js.map +1 -1
- package/dist/browser/operations/linkedServiceOperations.d.ts +23 -23
- package/dist/browser/operations/linkedServiceOperations.d.ts.map +1 -1
- package/dist/browser/operations/linkedServiceOperations.js +202 -203
- package/dist/browser/operations/linkedServiceOperations.js.map +1 -1
- package/dist/browser/operations/metastore.d.ts +11 -11
- package/dist/browser/operations/metastore.d.ts.map +1 -1
- package/dist/browser/operations/metastore.js +54 -53
- package/dist/browser/operations/metastore.js.map +1 -1
- package/dist/browser/operations/notebookOperationResult.d.ts +3 -3
- package/dist/browser/operations/notebookOperationResult.d.ts.map +1 -1
- package/dist/browser/operations/notebookOperationResult.js +21 -20
- package/dist/browser/operations/notebookOperationResult.js.map +1 -1
- package/dist/browser/operations/notebookOperations.d.ts +27 -27
- package/dist/browser/operations/notebookOperations.d.ts.map +1 -1
- package/dist/browser/operations/notebookOperations.js +263 -281
- package/dist/browser/operations/notebookOperations.js.map +1 -1
- package/dist/browser/operations/pipelineOperations.d.ts +25 -25
- package/dist/browser/operations/pipelineOperations.d.ts.map +1 -1
- package/dist/browser/operations/pipelineOperations.js +229 -230
- package/dist/browser/operations/pipelineOperations.js.map +1 -1
- package/dist/browser/operations/pipelineRunOperations.d.ts +11 -11
- package/dist/browser/operations/pipelineRunOperations.d.ts.map +1 -1
- package/dist/browser/operations/pipelineRunOperations.js +53 -52
- package/dist/browser/operations/pipelineRunOperations.js.map +1 -1
- package/dist/browser/operations/runNotebook.d.ts +18 -13
- package/dist/browser/operations/runNotebook.d.ts.map +1 -1
- package/dist/browser/operations/runNotebook.js +104 -93
- package/dist/browser/operations/runNotebook.js.map +1 -1
- package/dist/browser/operations/sparkConfigurationOperations.d.ts +23 -23
- package/dist/browser/operations/sparkConfigurationOperations.d.ts.map +1 -1
- package/dist/browser/operations/sparkConfigurationOperations.js +202 -203
- package/dist/browser/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist/browser/operations/sparkJobDefinitionOperations.d.ts +31 -31
- package/dist/browser/operations/sparkJobDefinitionOperations.d.ts.map +1 -1
- package/dist/browser/operations/sparkJobDefinitionOperations.js +286 -278
- package/dist/browser/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/browser/operations/sqlPools.d.ts +4 -4
- package/dist/browser/operations/sqlPools.d.ts.map +1 -1
- package/dist/browser/operations/sqlPools.js +30 -30
- package/dist/browser/operations/sqlPools.js.map +1 -1
- package/dist/browser/operations/sqlScriptOperations.d.ts +23 -23
- package/dist/browser/operations/sqlScriptOperations.d.ts.map +1 -1
- package/dist/browser/operations/sqlScriptOperations.js +202 -204
- package/dist/browser/operations/sqlScriptOperations.js.map +1 -1
- package/dist/browser/operations/triggerOperations.d.ts +35 -35
- package/dist/browser/operations/triggerOperations.d.ts.map +1 -1
- package/dist/browser/operations/triggerOperations.js +333 -320
- package/dist/browser/operations/triggerOperations.js.map +1 -1
- package/dist/browser/operations/triggerRunOperations.d.ts +9 -9
- package/dist/browser/operations/triggerRunOperations.d.ts.map +1 -1
- package/dist/browser/operations/triggerRunOperations.js +43 -43
- package/dist/browser/operations/triggerRunOperations.js.map +1 -1
- package/dist/browser/operations/workspaceGitRepoManagement.d.ts +3 -3
- package/dist/browser/operations/workspaceGitRepoManagement.d.ts.map +1 -1
- package/dist/browser/operations/workspaceGitRepoManagement.js +21 -21
- package/dist/browser/operations/workspaceGitRepoManagement.js.map +1 -1
- package/dist/browser/operations/workspaceOperations.d.ts +2 -2
- package/dist/browser/operations/workspaceOperations.d.ts.map +1 -1
- package/dist/browser/operations/workspaceOperations.js +20 -20
- package/dist/browser/operations/workspaceOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/bigDataPools.d.ts +3 -3
- package/dist/browser/operationsInterfaces/bigDataPools.js.map +1 -1
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts +13 -13
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.js.map +1 -1
- package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts +19 -19
- package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/dataFlowOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/datasetOperations.d.ts +19 -19
- package/dist/browser/operationsInterfaces/datasetOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/datasetOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts +3 -3
- package/dist/browser/operationsInterfaces/integrationRuntimes.js.map +1 -1
- package/dist/browser/operationsInterfaces/kqlScriptOperations.d.ts +18 -18
- package/dist/browser/operationsInterfaces/kqlScriptOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/kqlScripts.d.ts +1 -1
- package/dist/browser/operationsInterfaces/kqlScripts.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/kqlScripts.js.map +1 -1
- package/dist/browser/operationsInterfaces/library.d.ts +20 -20
- package/dist/browser/operationsInterfaces/library.js.map +1 -1
- package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts +29 -29
- package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/linkConnectionOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/linkedServiceOperations.d.ts +19 -19
- package/dist/browser/operationsInterfaces/linkedServiceOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/metastore.d.ts +10 -10
- package/dist/browser/operationsInterfaces/metastore.js.map +1 -1
- package/dist/browser/operationsInterfaces/notebookOperationResult.d.ts +2 -2
- package/dist/browser/operationsInterfaces/notebookOperationResult.js.map +1 -1
- package/dist/browser/operationsInterfaces/notebookOperations.d.ts +20 -20
- package/dist/browser/operationsInterfaces/notebookOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/pipelineOperations.d.ts +21 -21
- package/dist/browser/operationsInterfaces/pipelineOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/pipelineOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/pipelineRunOperations.d.ts +10 -10
- package/dist/browser/operationsInterfaces/pipelineRunOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/runNotebook.d.ts +17 -12
- package/dist/browser/operationsInterfaces/runNotebook.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/runNotebook.js.map +1 -1
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.d.ts +19 -19
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.d.ts +27 -27
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/sqlPools.d.ts +3 -3
- package/dist/browser/operationsInterfaces/sqlPools.js.map +1 -1
- package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts +19 -19
- package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/sqlScriptOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/triggerOperations.d.ts +31 -31
- package/dist/browser/operationsInterfaces/triggerOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/triggerOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/triggerRunOperations.d.ts +8 -8
- package/dist/browser/operationsInterfaces/triggerRunOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.d.ts +2 -2
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -1
- package/dist/browser/operationsInterfaces/workspaceOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/workspaceOperations.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts +1 -1
- package/dist/browser/pagingHelper.js +3 -5
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/artifactsClient.d.ts +3 -3
- package/dist/commonjs/artifactsClient.js +39 -10
- package/dist/commonjs/artifactsClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +255 -49
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +57 -5
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +3 -1
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +6501 -2911
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/bigDataPools.d.ts +4 -4
- package/dist/commonjs/operations/bigDataPools.d.ts.map +1 -1
- package/dist/commonjs/operations/bigDataPools.js +31 -30
- package/dist/commonjs/operations/bigDataPools.js.map +1 -1
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts +17 -17
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts.map +1 -1
- package/dist/commonjs/operations/dataFlowDebugSession.js +194 -199
- package/dist/commonjs/operations/dataFlowDebugSession.js.map +1 -1
- package/dist/commonjs/operations/dataFlowOperations.d.ts +23 -23
- package/dist/commonjs/operations/dataFlowOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/dataFlowOperations.js +201 -201
- package/dist/commonjs/operations/dataFlowOperations.js.map +1 -1
- package/dist/commonjs/operations/datasetOperations.d.ts +23 -23
- package/dist/commonjs/operations/datasetOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/datasetOperations.js +202 -202
- package/dist/commonjs/operations/datasetOperations.js.map +1 -1
- package/dist/commonjs/operations/integrationRuntimes.d.ts +4 -4
- package/dist/commonjs/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist/commonjs/operations/integrationRuntimes.js +31 -30
- package/dist/commonjs/operations/integrationRuntimes.js.map +1 -1
- package/dist/commonjs/operations/kqlScriptOperations.d.ts +19 -19
- package/dist/commonjs/operations/kqlScriptOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/kqlScriptOperations.js +139 -123
- package/dist/commonjs/operations/kqlScriptOperations.js.map +1 -1
- package/dist/commonjs/operations/kqlScripts.d.ts +5 -5
- package/dist/commonjs/operations/kqlScripts.d.ts.map +1 -1
- package/dist/commonjs/operations/kqlScripts.js +66 -81
- package/dist/commonjs/operations/kqlScripts.js.map +1 -1
- package/dist/commonjs/operations/library.d.ts +24 -24
- package/dist/commonjs/operations/library.d.ts.map +1 -1
- package/dist/commonjs/operations/library.js +234 -234
- package/dist/commonjs/operations/library.js.map +1 -1
- package/dist/commonjs/operations/linkConnectionOperations.d.ts +33 -33
- package/dist/commonjs/operations/linkConnectionOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/linkConnectionOperations.js +204 -219
- package/dist/commonjs/operations/linkConnectionOperations.js.map +1 -1
- package/dist/commonjs/operations/linkedServiceOperations.d.ts +23 -23
- package/dist/commonjs/operations/linkedServiceOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/linkedServiceOperations.js +202 -202
- package/dist/commonjs/operations/linkedServiceOperations.js.map +1 -1
- package/dist/commonjs/operations/metastore.d.ts +11 -11
- package/dist/commonjs/operations/metastore.d.ts.map +1 -1
- package/dist/commonjs/operations/metastore.js +55 -54
- package/dist/commonjs/operations/metastore.js.map +1 -1
- package/dist/commonjs/operations/notebookOperationResult.d.ts +3 -3
- package/dist/commonjs/operations/notebookOperationResult.d.ts.map +1 -1
- package/dist/commonjs/operations/notebookOperationResult.js +22 -21
- package/dist/commonjs/operations/notebookOperationResult.js.map +1 -1
- package/dist/commonjs/operations/notebookOperations.d.ts +27 -27
- package/dist/commonjs/operations/notebookOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/notebookOperations.js +263 -280
- package/dist/commonjs/operations/notebookOperations.js.map +1 -1
- package/dist/commonjs/operations/pipelineOperations.d.ts +25 -25
- package/dist/commonjs/operations/pipelineOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/pipelineOperations.js +229 -229
- package/dist/commonjs/operations/pipelineOperations.js.map +1 -1
- package/dist/commonjs/operations/pipelineRunOperations.d.ts +11 -11
- package/dist/commonjs/operations/pipelineRunOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/pipelineRunOperations.js +54 -53
- package/dist/commonjs/operations/pipelineRunOperations.js.map +1 -1
- package/dist/commonjs/operations/runNotebook.d.ts +18 -13
- package/dist/commonjs/operations/runNotebook.d.ts.map +1 -1
- package/dist/commonjs/operations/runNotebook.js +105 -94
- package/dist/commonjs/operations/runNotebook.js.map +1 -1
- package/dist/commonjs/operations/sparkConfigurationOperations.d.ts +23 -23
- package/dist/commonjs/operations/sparkConfigurationOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/sparkConfigurationOperations.js +202 -202
- package/dist/commonjs/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts +31 -31
- package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/sparkJobDefinitionOperations.js +286 -277
- package/dist/commonjs/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/commonjs/operations/sqlPools.d.ts +4 -4
- package/dist/commonjs/operations/sqlPools.d.ts.map +1 -1
- package/dist/commonjs/operations/sqlPools.js +31 -31
- package/dist/commonjs/operations/sqlPools.js.map +1 -1
- package/dist/commonjs/operations/sqlScriptOperations.d.ts +23 -23
- package/dist/commonjs/operations/sqlScriptOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/sqlScriptOperations.js +202 -203
- package/dist/commonjs/operations/sqlScriptOperations.js.map +1 -1
- package/dist/commonjs/operations/triggerOperations.d.ts +35 -35
- package/dist/commonjs/operations/triggerOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/triggerOperations.js +333 -319
- package/dist/commonjs/operations/triggerOperations.js.map +1 -1
- package/dist/commonjs/operations/triggerRunOperations.d.ts +9 -9
- package/dist/commonjs/operations/triggerRunOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/triggerRunOperations.js +44 -44
- package/dist/commonjs/operations/triggerRunOperations.js.map +1 -1
- package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts +3 -3
- package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts.map +1 -1
- package/dist/commonjs/operations/workspaceGitRepoManagement.js +22 -22
- package/dist/commonjs/operations/workspaceGitRepoManagement.js.map +1 -1
- package/dist/commonjs/operations/workspaceOperations.d.ts +2 -2
- package/dist/commonjs/operations/workspaceOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/workspaceOperations.js +21 -21
- package/dist/commonjs/operations/workspaceOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/bigDataPools.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/bigDataPools.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts +13 -13
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts +19 -19
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts +19 -19
- package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/datasetOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.d.ts +18 -18
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/kqlScripts.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/library.d.ts +20 -20
- package/dist/commonjs/operationsInterfaces/library.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts +29 -29
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.d.ts +19 -19
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/metastore.d.ts +10 -10
- package/dist/commonjs/operationsInterfaces/metastore.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/notebookOperations.d.ts +20 -20
- package/dist/commonjs/operationsInterfaces/notebookOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts +21 -21
- package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/pipelineOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.d.ts +10 -10
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/runNotebook.d.ts +17 -12
- package/dist/commonjs/operationsInterfaces/runNotebook.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/runNotebook.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.d.ts +19 -19
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.d.ts +27 -27
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlPools.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/sqlPools.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts +19 -19
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts +31 -31
- package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/triggerOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.d.ts +8 -8
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/workspaceOperations.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/workspaceOperations.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts +1 -1
- package/dist/commonjs/pagingHelper.js +3 -5
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/artifactsClient.d.ts +3 -3
- package/dist/esm/artifactsClient.js +39 -10
- package/dist/esm/artifactsClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +255 -49
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +54 -2
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +3 -1
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +6493 -2903
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/bigDataPools.d.ts +4 -4
- package/dist/esm/operations/bigDataPools.d.ts.map +1 -1
- package/dist/esm/operations/bigDataPools.js +30 -29
- package/dist/esm/operations/bigDataPools.js.map +1 -1
- package/dist/esm/operations/dataFlowDebugSession.d.ts +17 -17
- package/dist/esm/operations/dataFlowDebugSession.d.ts.map +1 -1
- package/dist/esm/operations/dataFlowDebugSession.js +194 -200
- package/dist/esm/operations/dataFlowDebugSession.js.map +1 -1
- package/dist/esm/operations/dataFlowOperations.d.ts +23 -23
- package/dist/esm/operations/dataFlowOperations.d.ts.map +1 -1
- package/dist/esm/operations/dataFlowOperations.js +201 -202
- package/dist/esm/operations/dataFlowOperations.js.map +1 -1
- package/dist/esm/operations/datasetOperations.d.ts +23 -23
- package/dist/esm/operations/datasetOperations.d.ts.map +1 -1
- package/dist/esm/operations/datasetOperations.js +202 -203
- package/dist/esm/operations/datasetOperations.js.map +1 -1
- package/dist/esm/operations/integrationRuntimes.d.ts +4 -4
- package/dist/esm/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist/esm/operations/integrationRuntimes.js +30 -29
- package/dist/esm/operations/integrationRuntimes.js.map +1 -1
- package/dist/esm/operations/kqlScriptOperations.d.ts +19 -19
- package/dist/esm/operations/kqlScriptOperations.d.ts.map +1 -1
- package/dist/esm/operations/kqlScriptOperations.js +139 -123
- package/dist/esm/operations/kqlScriptOperations.js.map +1 -1
- package/dist/esm/operations/kqlScripts.d.ts +5 -5
- package/dist/esm/operations/kqlScripts.d.ts.map +1 -1
- package/dist/esm/operations/kqlScripts.js +66 -82
- package/dist/esm/operations/kqlScripts.js.map +1 -1
- package/dist/esm/operations/library.d.ts +24 -24
- package/dist/esm/operations/library.d.ts.map +1 -1
- package/dist/esm/operations/library.js +234 -235
- package/dist/esm/operations/library.js.map +1 -1
- package/dist/esm/operations/linkConnectionOperations.d.ts +33 -33
- package/dist/esm/operations/linkConnectionOperations.d.ts.map +1 -1
- package/dist/esm/operations/linkConnectionOperations.js +203 -219
- package/dist/esm/operations/linkConnectionOperations.js.map +1 -1
- package/dist/esm/operations/linkedServiceOperations.d.ts +23 -23
- package/dist/esm/operations/linkedServiceOperations.d.ts.map +1 -1
- package/dist/esm/operations/linkedServiceOperations.js +202 -203
- package/dist/esm/operations/linkedServiceOperations.js.map +1 -1
- package/dist/esm/operations/metastore.d.ts +11 -11
- package/dist/esm/operations/metastore.d.ts.map +1 -1
- package/dist/esm/operations/metastore.js +54 -53
- package/dist/esm/operations/metastore.js.map +1 -1
- package/dist/esm/operations/notebookOperationResult.d.ts +3 -3
- package/dist/esm/operations/notebookOperationResult.d.ts.map +1 -1
- package/dist/esm/operations/notebookOperationResult.js +21 -20
- package/dist/esm/operations/notebookOperationResult.js.map +1 -1
- package/dist/esm/operations/notebookOperations.d.ts +27 -27
- package/dist/esm/operations/notebookOperations.d.ts.map +1 -1
- package/dist/esm/operations/notebookOperations.js +263 -281
- package/dist/esm/operations/notebookOperations.js.map +1 -1
- package/dist/esm/operations/pipelineOperations.d.ts +25 -25
- package/dist/esm/operations/pipelineOperations.d.ts.map +1 -1
- package/dist/esm/operations/pipelineOperations.js +229 -230
- package/dist/esm/operations/pipelineOperations.js.map +1 -1
- package/dist/esm/operations/pipelineRunOperations.d.ts +11 -11
- package/dist/esm/operations/pipelineRunOperations.d.ts.map +1 -1
- package/dist/esm/operations/pipelineRunOperations.js +53 -52
- package/dist/esm/operations/pipelineRunOperations.js.map +1 -1
- package/dist/esm/operations/runNotebook.d.ts +18 -13
- package/dist/esm/operations/runNotebook.d.ts.map +1 -1
- package/dist/esm/operations/runNotebook.js +104 -93
- package/dist/esm/operations/runNotebook.js.map +1 -1
- package/dist/esm/operations/sparkConfigurationOperations.d.ts +23 -23
- package/dist/esm/operations/sparkConfigurationOperations.d.ts.map +1 -1
- package/dist/esm/operations/sparkConfigurationOperations.js +202 -203
- package/dist/esm/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist/esm/operations/sparkJobDefinitionOperations.d.ts +31 -31
- package/dist/esm/operations/sparkJobDefinitionOperations.d.ts.map +1 -1
- package/dist/esm/operations/sparkJobDefinitionOperations.js +286 -278
- package/dist/esm/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/esm/operations/sqlPools.d.ts +4 -4
- package/dist/esm/operations/sqlPools.d.ts.map +1 -1
- package/dist/esm/operations/sqlPools.js +30 -30
- package/dist/esm/operations/sqlPools.js.map +1 -1
- package/dist/esm/operations/sqlScriptOperations.d.ts +23 -23
- package/dist/esm/operations/sqlScriptOperations.d.ts.map +1 -1
- package/dist/esm/operations/sqlScriptOperations.js +202 -204
- package/dist/esm/operations/sqlScriptOperations.js.map +1 -1
- package/dist/esm/operations/triggerOperations.d.ts +35 -35
- package/dist/esm/operations/triggerOperations.d.ts.map +1 -1
- package/dist/esm/operations/triggerOperations.js +333 -320
- package/dist/esm/operations/triggerOperations.js.map +1 -1
- package/dist/esm/operations/triggerRunOperations.d.ts +9 -9
- package/dist/esm/operations/triggerRunOperations.d.ts.map +1 -1
- package/dist/esm/operations/triggerRunOperations.js +43 -43
- package/dist/esm/operations/triggerRunOperations.js.map +1 -1
- package/dist/esm/operations/workspaceGitRepoManagement.d.ts +3 -3
- package/dist/esm/operations/workspaceGitRepoManagement.d.ts.map +1 -1
- package/dist/esm/operations/workspaceGitRepoManagement.js +21 -21
- package/dist/esm/operations/workspaceGitRepoManagement.js.map +1 -1
- package/dist/esm/operations/workspaceOperations.d.ts +2 -2
- package/dist/esm/operations/workspaceOperations.d.ts.map +1 -1
- package/dist/esm/operations/workspaceOperations.js +20 -20
- package/dist/esm/operations/workspaceOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/bigDataPools.d.ts +3 -3
- package/dist/esm/operationsInterfaces/bigDataPools.js.map +1 -1
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts +13 -13
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.js.map +1 -1
- package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts +19 -19
- package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/dataFlowOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/datasetOperations.d.ts +19 -19
- package/dist/esm/operationsInterfaces/datasetOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/datasetOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts +3 -3
- package/dist/esm/operationsInterfaces/integrationRuntimes.js.map +1 -1
- package/dist/esm/operationsInterfaces/kqlScriptOperations.d.ts +18 -18
- package/dist/esm/operationsInterfaces/kqlScriptOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/kqlScripts.d.ts +1 -1
- package/dist/esm/operationsInterfaces/kqlScripts.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/kqlScripts.js.map +1 -1
- package/dist/esm/operationsInterfaces/library.d.ts +20 -20
- package/dist/esm/operationsInterfaces/library.js.map +1 -1
- package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts +29 -29
- package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/linkConnectionOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/linkedServiceOperations.d.ts +19 -19
- package/dist/esm/operationsInterfaces/linkedServiceOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/metastore.d.ts +10 -10
- package/dist/esm/operationsInterfaces/metastore.js.map +1 -1
- package/dist/esm/operationsInterfaces/notebookOperationResult.d.ts +2 -2
- package/dist/esm/operationsInterfaces/notebookOperationResult.js.map +1 -1
- package/dist/esm/operationsInterfaces/notebookOperations.d.ts +20 -20
- package/dist/esm/operationsInterfaces/notebookOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/pipelineOperations.d.ts +21 -21
- package/dist/esm/operationsInterfaces/pipelineOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/pipelineOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/pipelineRunOperations.d.ts +10 -10
- package/dist/esm/operationsInterfaces/pipelineRunOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/runNotebook.d.ts +17 -12
- package/dist/esm/operationsInterfaces/runNotebook.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/runNotebook.js.map +1 -1
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.d.ts +19 -19
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.d.ts +27 -27
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/sqlPools.d.ts +3 -3
- package/dist/esm/operationsInterfaces/sqlPools.js.map +1 -1
- package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts +19 -19
- package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/sqlScriptOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/triggerOperations.d.ts +31 -31
- package/dist/esm/operationsInterfaces/triggerOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/triggerOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/triggerRunOperations.d.ts +8 -8
- package/dist/esm/operationsInterfaces/triggerRunOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.d.ts +2 -2
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -1
- package/dist/esm/operationsInterfaces/workspaceOperations.d.ts +1 -1
- package/dist/esm/operationsInterfaces/workspaceOperations.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts +1 -1
- package/dist/esm/pagingHelper.js +3 -5
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/artifactsClient.d.ts +3 -3
- package/dist/react-native/artifactsClient.js +39 -10
- package/dist/react-native/artifactsClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +255 -49
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +54 -2
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +3 -1
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +6493 -2903
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/bigDataPools.d.ts +4 -4
- package/dist/react-native/operations/bigDataPools.d.ts.map +1 -1
- package/dist/react-native/operations/bigDataPools.js +30 -29
- package/dist/react-native/operations/bigDataPools.js.map +1 -1
- package/dist/react-native/operations/dataFlowDebugSession.d.ts +17 -17
- package/dist/react-native/operations/dataFlowDebugSession.d.ts.map +1 -1
- package/dist/react-native/operations/dataFlowDebugSession.js +194 -200
- package/dist/react-native/operations/dataFlowDebugSession.js.map +1 -1
- package/dist/react-native/operations/dataFlowOperations.d.ts +23 -23
- package/dist/react-native/operations/dataFlowOperations.d.ts.map +1 -1
- package/dist/react-native/operations/dataFlowOperations.js +201 -202
- package/dist/react-native/operations/dataFlowOperations.js.map +1 -1
- package/dist/react-native/operations/datasetOperations.d.ts +23 -23
- package/dist/react-native/operations/datasetOperations.d.ts.map +1 -1
- package/dist/react-native/operations/datasetOperations.js +202 -203
- package/dist/react-native/operations/datasetOperations.js.map +1 -1
- package/dist/react-native/operations/integrationRuntimes.d.ts +4 -4
- package/dist/react-native/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist/react-native/operations/integrationRuntimes.js +30 -29
- package/dist/react-native/operations/integrationRuntimes.js.map +1 -1
- package/dist/react-native/operations/kqlScriptOperations.d.ts +19 -19
- package/dist/react-native/operations/kqlScriptOperations.d.ts.map +1 -1
- package/dist/react-native/operations/kqlScriptOperations.js +139 -123
- package/dist/react-native/operations/kqlScriptOperations.js.map +1 -1
- package/dist/react-native/operations/kqlScripts.d.ts +5 -5
- package/dist/react-native/operations/kqlScripts.d.ts.map +1 -1
- package/dist/react-native/operations/kqlScripts.js +66 -82
- package/dist/react-native/operations/kqlScripts.js.map +1 -1
- package/dist/react-native/operations/library.d.ts +24 -24
- package/dist/react-native/operations/library.d.ts.map +1 -1
- package/dist/react-native/operations/library.js +234 -235
- package/dist/react-native/operations/library.js.map +1 -1
- package/dist/react-native/operations/linkConnectionOperations.d.ts +33 -33
- package/dist/react-native/operations/linkConnectionOperations.d.ts.map +1 -1
- package/dist/react-native/operations/linkConnectionOperations.js +203 -219
- package/dist/react-native/operations/linkConnectionOperations.js.map +1 -1
- package/dist/react-native/operations/linkedServiceOperations.d.ts +23 -23
- package/dist/react-native/operations/linkedServiceOperations.d.ts.map +1 -1
- package/dist/react-native/operations/linkedServiceOperations.js +202 -203
- package/dist/react-native/operations/linkedServiceOperations.js.map +1 -1
- package/dist/react-native/operations/metastore.d.ts +11 -11
- package/dist/react-native/operations/metastore.d.ts.map +1 -1
- package/dist/react-native/operations/metastore.js +54 -53
- package/dist/react-native/operations/metastore.js.map +1 -1
- package/dist/react-native/operations/notebookOperationResult.d.ts +3 -3
- package/dist/react-native/operations/notebookOperationResult.d.ts.map +1 -1
- package/dist/react-native/operations/notebookOperationResult.js +21 -20
- package/dist/react-native/operations/notebookOperationResult.js.map +1 -1
- package/dist/react-native/operations/notebookOperations.d.ts +27 -27
- package/dist/react-native/operations/notebookOperations.d.ts.map +1 -1
- package/dist/react-native/operations/notebookOperations.js +263 -281
- package/dist/react-native/operations/notebookOperations.js.map +1 -1
- package/dist/react-native/operations/pipelineOperations.d.ts +25 -25
- package/dist/react-native/operations/pipelineOperations.d.ts.map +1 -1
- package/dist/react-native/operations/pipelineOperations.js +229 -230
- package/dist/react-native/operations/pipelineOperations.js.map +1 -1
- package/dist/react-native/operations/pipelineRunOperations.d.ts +11 -11
- package/dist/react-native/operations/pipelineRunOperations.d.ts.map +1 -1
- package/dist/react-native/operations/pipelineRunOperations.js +53 -52
- package/dist/react-native/operations/pipelineRunOperations.js.map +1 -1
- package/dist/react-native/operations/runNotebook.d.ts +18 -13
- package/dist/react-native/operations/runNotebook.d.ts.map +1 -1
- package/dist/react-native/operations/runNotebook.js +104 -93
- package/dist/react-native/operations/runNotebook.js.map +1 -1
- package/dist/react-native/operations/sparkConfigurationOperations.d.ts +23 -23
- package/dist/react-native/operations/sparkConfigurationOperations.d.ts.map +1 -1
- package/dist/react-native/operations/sparkConfigurationOperations.js +202 -203
- package/dist/react-native/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts +31 -31
- package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts.map +1 -1
- package/dist/react-native/operations/sparkJobDefinitionOperations.js +286 -278
- package/dist/react-native/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/react-native/operations/sqlPools.d.ts +4 -4
- package/dist/react-native/operations/sqlPools.d.ts.map +1 -1
- package/dist/react-native/operations/sqlPools.js +30 -30
- package/dist/react-native/operations/sqlPools.js.map +1 -1
- package/dist/react-native/operations/sqlScriptOperations.d.ts +23 -23
- package/dist/react-native/operations/sqlScriptOperations.d.ts.map +1 -1
- package/dist/react-native/operations/sqlScriptOperations.js +202 -204
- package/dist/react-native/operations/sqlScriptOperations.js.map +1 -1
- package/dist/react-native/operations/triggerOperations.d.ts +35 -35
- package/dist/react-native/operations/triggerOperations.d.ts.map +1 -1
- package/dist/react-native/operations/triggerOperations.js +333 -320
- package/dist/react-native/operations/triggerOperations.js.map +1 -1
- package/dist/react-native/operations/triggerRunOperations.d.ts +9 -9
- package/dist/react-native/operations/triggerRunOperations.d.ts.map +1 -1
- package/dist/react-native/operations/triggerRunOperations.js +43 -43
- package/dist/react-native/operations/triggerRunOperations.js.map +1 -1
- package/dist/react-native/operations/workspaceGitRepoManagement.d.ts +3 -3
- package/dist/react-native/operations/workspaceGitRepoManagement.d.ts.map +1 -1
- package/dist/react-native/operations/workspaceGitRepoManagement.js +21 -21
- package/dist/react-native/operations/workspaceGitRepoManagement.js.map +1 -1
- package/dist/react-native/operations/workspaceOperations.d.ts +2 -2
- package/dist/react-native/operations/workspaceOperations.d.ts.map +1 -1
- package/dist/react-native/operations/workspaceOperations.js +20 -20
- package/dist/react-native/operations/workspaceOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/bigDataPools.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/bigDataPools.js.map +1 -1
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts +13 -13
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.js.map +1 -1
- package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts +19 -19
- package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/dataFlowOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/datasetOperations.d.ts +19 -19
- package/dist/react-native/operationsInterfaces/datasetOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/datasetOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/integrationRuntimes.js.map +1 -1
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.d.ts +18 -18
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/kqlScripts.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/kqlScripts.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/kqlScripts.js.map +1 -1
- package/dist/react-native/operationsInterfaces/library.d.ts +20 -20
- package/dist/react-native/operationsInterfaces/library.js.map +1 -1
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts +29 -29
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.d.ts +19 -19
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/metastore.d.ts +10 -10
- package/dist/react-native/operationsInterfaces/metastore.js.map +1 -1
- package/dist/react-native/operationsInterfaces/notebookOperationResult.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/notebookOperationResult.js.map +1 -1
- package/dist/react-native/operationsInterfaces/notebookOperations.d.ts +20 -20
- package/dist/react-native/operationsInterfaces/notebookOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts +21 -21
- package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/pipelineOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.d.ts +10 -10
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/runNotebook.d.ts +17 -12
- package/dist/react-native/operationsInterfaces/runNotebook.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/runNotebook.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.d.ts +19 -19
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.d.ts +27 -27
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlPools.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/sqlPools.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts +19 -19
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/triggerOperations.d.ts +31 -31
- package/dist/react-native/operationsInterfaces/triggerOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/triggerOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/triggerRunOperations.d.ts +8 -8
- package/dist/react-native/operationsInterfaces/triggerRunOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -1
- package/dist/react-native/operationsInterfaces/workspaceOperations.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/workspaceOperations.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts +1 -1
- package/dist/react-native/pagingHelper.js +3 -5
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +36 -42
|
@@ -5,12 +5,214 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
8
|
import { tracingClient } from "../tracing.js";
|
|
10
9
|
import { setContinuationToken } from "../pagingHelper.js";
|
|
11
10
|
import * as coreClient from "@azure/core-client";
|
|
12
11
|
import * as Mappers from "../models/mappers.js";
|
|
13
12
|
import * as Parameters from "../models/parameters.js";
|
|
13
|
+
/// <reference lib="esnext.asynciterable" />
|
|
14
|
+
/** Class containing LinkConnectionOperations operations. */
|
|
15
|
+
export class LinkConnectionOperationsImpl {
|
|
16
|
+
client;
|
|
17
|
+
/**
|
|
18
|
+
* Initialize a new instance of the class LinkConnectionOperations class.
|
|
19
|
+
* @param client Reference to the service client
|
|
20
|
+
*/
|
|
21
|
+
constructor(client) {
|
|
22
|
+
this.client = client;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* List link connections
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
listByWorkspace(options) {
|
|
29
|
+
const iter = this.listByWorkspacePagingAll(options);
|
|
30
|
+
return {
|
|
31
|
+
next() {
|
|
32
|
+
return iter.next();
|
|
33
|
+
},
|
|
34
|
+
[Symbol.asyncIterator]() {
|
|
35
|
+
return this;
|
|
36
|
+
},
|
|
37
|
+
byPage: (settings) => {
|
|
38
|
+
if (settings?.maxPageSize) {
|
|
39
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
40
|
+
}
|
|
41
|
+
return this.listByWorkspacePagingPage(options, settings);
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
async *listByWorkspacePagingPage(options, settings) {
|
|
46
|
+
let result;
|
|
47
|
+
let continuationToken = settings?.continuationToken;
|
|
48
|
+
if (!continuationToken) {
|
|
49
|
+
result = await this._listByWorkspace(options);
|
|
50
|
+
const page = result.value || [];
|
|
51
|
+
continuationToken = result.nextLink;
|
|
52
|
+
setContinuationToken(page, continuationToken);
|
|
53
|
+
yield page;
|
|
54
|
+
}
|
|
55
|
+
while (continuationToken) {
|
|
56
|
+
result = await this._listByWorkspaceNext(continuationToken, options);
|
|
57
|
+
continuationToken = result.nextLink;
|
|
58
|
+
const page = result.value || [];
|
|
59
|
+
setContinuationToken(page, continuationToken);
|
|
60
|
+
yield page;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
async *listByWorkspacePagingAll(options) {
|
|
64
|
+
for await (const page of this.listByWorkspacePagingPage(options)) {
|
|
65
|
+
yield* page;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* List link connections
|
|
70
|
+
* @param options The options parameters.
|
|
71
|
+
*/
|
|
72
|
+
async _listByWorkspace(options) {
|
|
73
|
+
return tracingClient.withSpan("ArtifactsClient._listByWorkspace", options ?? {}, async (options) => {
|
|
74
|
+
return this.client.sendOperationRequest({ options }, listByWorkspaceOperationSpec);
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Creates or updates a link connection
|
|
79
|
+
* @param linkConnectionName The link connection name
|
|
80
|
+
* @param linkConnection Link connection resource definition
|
|
81
|
+
* @param options The options parameters.
|
|
82
|
+
*/
|
|
83
|
+
async createOrUpdate(linkConnectionName, linkConnection, options) {
|
|
84
|
+
return tracingClient.withSpan("ArtifactsClient.createOrUpdate", options ?? {}, async (options) => {
|
|
85
|
+
return this.client.sendOperationRequest({ linkConnectionName, linkConnection, options }, createOrUpdateOperationSpec);
|
|
86
|
+
});
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Get a link connection
|
|
90
|
+
* @param linkConnectionName The link connection name
|
|
91
|
+
* @param options The options parameters.
|
|
92
|
+
*/
|
|
93
|
+
async get(linkConnectionName, options) {
|
|
94
|
+
return tracingClient.withSpan("ArtifactsClient.get", options ?? {}, async (options) => {
|
|
95
|
+
return this.client.sendOperationRequest({ linkConnectionName, options }, getOperationSpec);
|
|
96
|
+
});
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Delete a link connection
|
|
100
|
+
* @param linkConnectionName The link connection name
|
|
101
|
+
* @param options The options parameters.
|
|
102
|
+
*/
|
|
103
|
+
async delete(linkConnectionName, options) {
|
|
104
|
+
return tracingClient.withSpan("ArtifactsClient.delete", options ?? {}, async (options) => {
|
|
105
|
+
return this.client.sendOperationRequest({ linkConnectionName, options }, deleteOperationSpec);
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Edit tables for a link connection
|
|
110
|
+
* @param linkConnectionName The link connection name
|
|
111
|
+
* @param editTablesRequest Edit tables request
|
|
112
|
+
* @param options The options parameters.
|
|
113
|
+
*/
|
|
114
|
+
async editTables(linkConnectionName, editTablesRequest, options) {
|
|
115
|
+
return tracingClient.withSpan("ArtifactsClient.editTables", options ?? {}, async (options) => {
|
|
116
|
+
return this.client.sendOperationRequest({ linkConnectionName, editTablesRequest, options }, editTablesOperationSpec);
|
|
117
|
+
});
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Start a link connection. It may take a few minutes from Starting to Running, monitor the status with
|
|
121
|
+
* LinkConnection_GetDetailedStatus.
|
|
122
|
+
* @param linkConnectionName The link connection name
|
|
123
|
+
* @param options The options parameters.
|
|
124
|
+
*/
|
|
125
|
+
async start(linkConnectionName, options) {
|
|
126
|
+
return tracingClient.withSpan("ArtifactsClient.start", options ?? {}, async (options) => {
|
|
127
|
+
return this.client.sendOperationRequest({ linkConnectionName, options }, startOperationSpec);
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* Stop a link connection. It may take a few minutes from Stopping to stopped, monitor the status with
|
|
132
|
+
* LinkConnection_GetDetailedStatus.
|
|
133
|
+
* @param linkConnectionName The link connection name
|
|
134
|
+
* @param options The options parameters.
|
|
135
|
+
*/
|
|
136
|
+
async stop(linkConnectionName, options) {
|
|
137
|
+
return tracingClient.withSpan("ArtifactsClient.stop", options ?? {}, async (options) => {
|
|
138
|
+
return this.client.sendOperationRequest({ linkConnectionName, options }, stopOperationSpec);
|
|
139
|
+
});
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Get the detailed status of a link connection
|
|
143
|
+
* @param linkConnectionName The link connection name
|
|
144
|
+
* @param options The options parameters.
|
|
145
|
+
*/
|
|
146
|
+
async getDetailedStatus(linkConnectionName, options) {
|
|
147
|
+
return tracingClient.withSpan("ArtifactsClient.getDetailedStatus", options ?? {}, async (options) => {
|
|
148
|
+
return this.client.sendOperationRequest({ linkConnectionName, options }, getDetailedStatusOperationSpec);
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* List the link tables of a link connection
|
|
153
|
+
* @param linkConnectionName The link connection name
|
|
154
|
+
* @param options The options parameters.
|
|
155
|
+
*/
|
|
156
|
+
async listLinkTables(linkConnectionName, options) {
|
|
157
|
+
return tracingClient.withSpan("ArtifactsClient.listLinkTables", options ?? {}, async (options) => {
|
|
158
|
+
return this.client.sendOperationRequest({ linkConnectionName, options }, listLinkTablesOperationSpec);
|
|
159
|
+
});
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* Query the link table status of a link connection
|
|
163
|
+
* @param linkConnectionName The link connection name
|
|
164
|
+
* @param queryTableStatusRequest Query table status request
|
|
165
|
+
* @param options The options parameters.
|
|
166
|
+
*/
|
|
167
|
+
async queryTableStatus(linkConnectionName, queryTableStatusRequest, options) {
|
|
168
|
+
return tracingClient.withSpan("ArtifactsClient.queryTableStatus", options ?? {}, async (options) => {
|
|
169
|
+
return this.client.sendOperationRequest({ linkConnectionName, queryTableStatusRequest, options }, queryTableStatusOperationSpec);
|
|
170
|
+
});
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* Update landing zone credential of a link connection
|
|
174
|
+
* @param linkConnectionName The link connection name
|
|
175
|
+
* @param updateLandingZoneCredentialRequest update landing zone credential request
|
|
176
|
+
* @param options The options parameters.
|
|
177
|
+
*/
|
|
178
|
+
async updateLandingZoneCredential(linkConnectionName, updateLandingZoneCredentialRequest, options) {
|
|
179
|
+
return tracingClient.withSpan("ArtifactsClient.updateLandingZoneCredential", options ?? {}, async (options) => {
|
|
180
|
+
return this.client.sendOperationRequest({ linkConnectionName, updateLandingZoneCredentialRequest, options }, updateLandingZoneCredentialOperationSpec);
|
|
181
|
+
});
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* Pause a link connection. It may take a few minutes from Pausing to Paused, monitor the status with
|
|
185
|
+
* LinkConnection_GetDetailedStatus.
|
|
186
|
+
* @param linkConnectionName The link connection name
|
|
187
|
+
* @param options The options parameters.
|
|
188
|
+
*/
|
|
189
|
+
async pause(linkConnectionName, options) {
|
|
190
|
+
return tracingClient.withSpan("ArtifactsClient.pause", options ?? {}, async (options) => {
|
|
191
|
+
return this.client.sendOperationRequest({ linkConnectionName, options }, pauseOperationSpec);
|
|
192
|
+
});
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* Resume a link connection. It may take a few minutes from Resuming to Running, monitor the status
|
|
196
|
+
* with LinkConnection_GetDetailedStatus.
|
|
197
|
+
* @param linkConnectionName The link connection name
|
|
198
|
+
* @param options The options parameters.
|
|
199
|
+
*/
|
|
200
|
+
async resume(linkConnectionName, options) {
|
|
201
|
+
return tracingClient.withSpan("ArtifactsClient.resume", options ?? {}, async (options) => {
|
|
202
|
+
return this.client.sendOperationRequest({ linkConnectionName, options }, resumeOperationSpec);
|
|
203
|
+
});
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* ListByWorkspaceNext
|
|
207
|
+
* @param nextLink The nextLink from the previous successful call to the ListByWorkspace method.
|
|
208
|
+
* @param options The options parameters.
|
|
209
|
+
*/
|
|
210
|
+
async _listByWorkspaceNext(nextLink, options) {
|
|
211
|
+
return tracingClient.withSpan("ArtifactsClient._listByWorkspaceNext", options ?? {}, async (options) => {
|
|
212
|
+
return this.client.sendOperationRequest({ nextLink, options }, listByWorkspaceNextOperationSpec);
|
|
213
|
+
});
|
|
214
|
+
}
|
|
215
|
+
}
|
|
14
216
|
// Operation Specifications
|
|
15
217
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
16
218
|
const listByWorkspaceOperationSpec = {
|
|
@@ -231,222 +433,4 @@ const listByWorkspaceNextOperationSpec = {
|
|
|
231
433
|
headerParameters: [Parameters.accept],
|
|
232
434
|
serializer,
|
|
233
435
|
};
|
|
234
|
-
/** Class containing LinkConnectionOperations operations. */
|
|
235
|
-
export class LinkConnectionOperationsImpl {
|
|
236
|
-
/**
|
|
237
|
-
* Initialize a new instance of the class LinkConnectionOperations class.
|
|
238
|
-
* @param client - Reference to the service client
|
|
239
|
-
*/
|
|
240
|
-
constructor(client) {
|
|
241
|
-
this.client = client;
|
|
242
|
-
}
|
|
243
|
-
/**
|
|
244
|
-
* List link connections
|
|
245
|
-
* @param options - The options parameters.
|
|
246
|
-
*/
|
|
247
|
-
listByWorkspace(options) {
|
|
248
|
-
const iter = this.listByWorkspacePagingAll(options);
|
|
249
|
-
return {
|
|
250
|
-
next() {
|
|
251
|
-
return iter.next();
|
|
252
|
-
},
|
|
253
|
-
[Symbol.asyncIterator]() {
|
|
254
|
-
return this;
|
|
255
|
-
},
|
|
256
|
-
byPage: (settings) => {
|
|
257
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
258
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
259
|
-
}
|
|
260
|
-
return this.listByWorkspacePagingPage(options, settings);
|
|
261
|
-
},
|
|
262
|
-
};
|
|
263
|
-
}
|
|
264
|
-
listByWorkspacePagingPage(options, settings) {
|
|
265
|
-
return __asyncGenerator(this, arguments, function* listByWorkspacePagingPage_1() {
|
|
266
|
-
let result;
|
|
267
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
268
|
-
if (!continuationToken) {
|
|
269
|
-
result = yield __await(this._listByWorkspace(options));
|
|
270
|
-
const page = result.value || [];
|
|
271
|
-
continuationToken = result.nextLink;
|
|
272
|
-
setContinuationToken(page, continuationToken);
|
|
273
|
-
yield yield __await(page);
|
|
274
|
-
}
|
|
275
|
-
while (continuationToken) {
|
|
276
|
-
result = yield __await(this._listByWorkspaceNext(continuationToken, options));
|
|
277
|
-
continuationToken = result.nextLink;
|
|
278
|
-
const page = result.value || [];
|
|
279
|
-
setContinuationToken(page, continuationToken);
|
|
280
|
-
yield yield __await(page);
|
|
281
|
-
}
|
|
282
|
-
});
|
|
283
|
-
}
|
|
284
|
-
listByWorkspacePagingAll(options) {
|
|
285
|
-
return __asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
|
|
286
|
-
var _a, e_1, _b, _c;
|
|
287
|
-
try {
|
|
288
|
-
for (var _d = true, _e = __asyncValues(this.listByWorkspacePagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
289
|
-
_c = _f.value;
|
|
290
|
-
_d = false;
|
|
291
|
-
const page = _c;
|
|
292
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
296
|
-
finally {
|
|
297
|
-
try {
|
|
298
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
299
|
-
}
|
|
300
|
-
finally { if (e_1) throw e_1.error; }
|
|
301
|
-
}
|
|
302
|
-
});
|
|
303
|
-
}
|
|
304
|
-
/**
|
|
305
|
-
* List link connections
|
|
306
|
-
* @param options - The options parameters.
|
|
307
|
-
*/
|
|
308
|
-
async _listByWorkspace(options) {
|
|
309
|
-
return tracingClient.withSpan("ArtifactsClient._listByWorkspace", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
310
|
-
return this.client.sendOperationRequest({ updatedOptions }, listByWorkspaceOperationSpec);
|
|
311
|
-
});
|
|
312
|
-
}
|
|
313
|
-
/**
|
|
314
|
-
* Creates or updates a link connection
|
|
315
|
-
* @param linkConnectionName - The link connection name
|
|
316
|
-
* @param linkConnection - Link connection resource definition
|
|
317
|
-
* @param options - The options parameters.
|
|
318
|
-
*/
|
|
319
|
-
async createOrUpdate(linkConnectionName, linkConnection, options) {
|
|
320
|
-
return tracingClient.withSpan("ArtifactsClient.createOrUpdate", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
321
|
-
return this.client.sendOperationRequest({ linkConnectionName, linkConnection, updatedOptions }, createOrUpdateOperationSpec);
|
|
322
|
-
});
|
|
323
|
-
}
|
|
324
|
-
/**
|
|
325
|
-
* Get a link connection
|
|
326
|
-
* @param linkConnectionName - The link connection name
|
|
327
|
-
* @param options - The options parameters.
|
|
328
|
-
*/
|
|
329
|
-
async get(linkConnectionName, options) {
|
|
330
|
-
return tracingClient.withSpan("ArtifactsClient.get", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
331
|
-
return this.client.sendOperationRequest({ linkConnectionName, updatedOptions }, getOperationSpec);
|
|
332
|
-
});
|
|
333
|
-
}
|
|
334
|
-
/**
|
|
335
|
-
* Delete a link connection
|
|
336
|
-
* @param linkConnectionName - The link connection name
|
|
337
|
-
* @param options - The options parameters.
|
|
338
|
-
*/
|
|
339
|
-
async delete(linkConnectionName, options) {
|
|
340
|
-
return tracingClient.withSpan("ArtifactsClient.delete", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
341
|
-
return this.client.sendOperationRequest({ linkConnectionName, updatedOptions }, deleteOperationSpec);
|
|
342
|
-
});
|
|
343
|
-
}
|
|
344
|
-
/**
|
|
345
|
-
* Edit tables for a link connection
|
|
346
|
-
* @param linkConnectionName - The link connection name
|
|
347
|
-
* @param editTablesRequest - Edit tables request
|
|
348
|
-
* @param options - The options parameters.
|
|
349
|
-
*/
|
|
350
|
-
async editTables(linkConnectionName, editTablesRequest, options) {
|
|
351
|
-
return tracingClient.withSpan("ArtifactsClient.editTables", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
352
|
-
return this.client.sendOperationRequest({ linkConnectionName, editTablesRequest, updatedOptions }, editTablesOperationSpec);
|
|
353
|
-
});
|
|
354
|
-
}
|
|
355
|
-
/**
|
|
356
|
-
* Start a link connection. It may take a few minutes from Starting to Running, monitor the status with
|
|
357
|
-
* LinkConnection_GetDetailedStatus.
|
|
358
|
-
* @param linkConnectionName - The link connection name
|
|
359
|
-
* @param options - The options parameters.
|
|
360
|
-
*/
|
|
361
|
-
async start(linkConnectionName, options) {
|
|
362
|
-
return tracingClient.withSpan("ArtifactsClient.start", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
363
|
-
return this.client.sendOperationRequest({ linkConnectionName, updatedOptions }, startOperationSpec);
|
|
364
|
-
});
|
|
365
|
-
}
|
|
366
|
-
/**
|
|
367
|
-
* Stop a link connection. It may take a few minutes from Stopping to stopped, monitor the status with
|
|
368
|
-
* LinkConnection_GetDetailedStatus.
|
|
369
|
-
* @param linkConnectionName - The link connection name
|
|
370
|
-
* @param options - The options parameters.
|
|
371
|
-
*/
|
|
372
|
-
async stop(linkConnectionName, options) {
|
|
373
|
-
return tracingClient.withSpan("ArtifactsClient.stop", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
374
|
-
return this.client.sendOperationRequest({ linkConnectionName, updatedOptions }, stopOperationSpec);
|
|
375
|
-
});
|
|
376
|
-
}
|
|
377
|
-
/**
|
|
378
|
-
* Get the detailed status of a link connection
|
|
379
|
-
* @param linkConnectionName - The link connection name
|
|
380
|
-
* @param options - The options parameters.
|
|
381
|
-
*/
|
|
382
|
-
async getDetailedStatus(linkConnectionName, options) {
|
|
383
|
-
return tracingClient.withSpan("ArtifactsClient.getDetailedStatus", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
384
|
-
return this.client.sendOperationRequest({ linkConnectionName, updatedOptions }, getDetailedStatusOperationSpec);
|
|
385
|
-
});
|
|
386
|
-
}
|
|
387
|
-
/**
|
|
388
|
-
* List the link tables of a link connection
|
|
389
|
-
* @param linkConnectionName - The link connection name
|
|
390
|
-
* @param options - The options parameters.
|
|
391
|
-
*/
|
|
392
|
-
async listLinkTables(linkConnectionName, options) {
|
|
393
|
-
return tracingClient.withSpan("ArtifactsClient.listLinkTables", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
394
|
-
return this.client.sendOperationRequest({ linkConnectionName, updatedOptions }, listLinkTablesOperationSpec);
|
|
395
|
-
});
|
|
396
|
-
}
|
|
397
|
-
/**
|
|
398
|
-
* Query the link table status of a link connection
|
|
399
|
-
* @param linkConnectionName - The link connection name
|
|
400
|
-
* @param queryTableStatusRequest - Query table status request
|
|
401
|
-
* @param options - The options parameters.
|
|
402
|
-
*/
|
|
403
|
-
async queryTableStatus(linkConnectionName, queryTableStatusRequest, options) {
|
|
404
|
-
return tracingClient.withSpan("ArtifactsClient.queryTableStatus", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
405
|
-
return this.client.sendOperationRequest({ linkConnectionName, queryTableStatusRequest, updatedOptions }, queryTableStatusOperationSpec);
|
|
406
|
-
});
|
|
407
|
-
}
|
|
408
|
-
/**
|
|
409
|
-
* Update landing zone credential of a link connection
|
|
410
|
-
* @param linkConnectionName - The link connection name
|
|
411
|
-
* @param updateLandingZoneCredentialRequest - update landing zone credential request
|
|
412
|
-
* @param options - The options parameters.
|
|
413
|
-
*/
|
|
414
|
-
async updateLandingZoneCredential(linkConnectionName, updateLandingZoneCredentialRequest, options) {
|
|
415
|
-
return tracingClient.withSpan("ArtifactsClient.updateLandingZoneCredential", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
416
|
-
return this.client.sendOperationRequest({ linkConnectionName, updateLandingZoneCredentialRequest, updatedOptions }, updateLandingZoneCredentialOperationSpec);
|
|
417
|
-
});
|
|
418
|
-
}
|
|
419
|
-
/**
|
|
420
|
-
* Pause a link connection. It may take a few minutes from Pausing to Paused, monitor the status with
|
|
421
|
-
* LinkConnection_GetDetailedStatus.
|
|
422
|
-
* @param linkConnectionName - The link connection name
|
|
423
|
-
* @param options - The options parameters.
|
|
424
|
-
*/
|
|
425
|
-
async pause(linkConnectionName, options) {
|
|
426
|
-
return tracingClient.withSpan("ArtifactsClient.pause", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
427
|
-
return this.client.sendOperationRequest({ linkConnectionName, updatedOptions }, pauseOperationSpec);
|
|
428
|
-
});
|
|
429
|
-
}
|
|
430
|
-
/**
|
|
431
|
-
* Resume a link connection. It may take a few minutes from Resuming to Running, monitor the status
|
|
432
|
-
* with LinkConnection_GetDetailedStatus.
|
|
433
|
-
* @param linkConnectionName - The link connection name
|
|
434
|
-
* @param options - The options parameters.
|
|
435
|
-
*/
|
|
436
|
-
async resume(linkConnectionName, options) {
|
|
437
|
-
return tracingClient.withSpan("ArtifactsClient.resume", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
438
|
-
return this.client.sendOperationRequest({ linkConnectionName, updatedOptions }, resumeOperationSpec);
|
|
439
|
-
});
|
|
440
|
-
}
|
|
441
|
-
/**
|
|
442
|
-
* ListByWorkspaceNext
|
|
443
|
-
* @param nextLink - The nextLink from the previous successful call to the ListByWorkspace method.
|
|
444
|
-
* @param options - The options parameters.
|
|
445
|
-
*/
|
|
446
|
-
async _listByWorkspaceNext(nextLink, options) {
|
|
447
|
-
return tracingClient.withSpan("ArtifactsClient._listByWorkspaceNext", options !== null && options !== void 0 ? options : {}, async (updatedOptions) => {
|
|
448
|
-
return this.client.sendOperationRequest({ nextLink, updatedOptions }, listByWorkspaceNextOperationSpec);
|
|
449
|
-
});
|
|
450
|
-
}
|
|
451
|
-
}
|
|
452
436
|
//# sourceMappingURL=linkConnectionOperations.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"linkConnectionOperations.js","sourceRoot":"","sources":["../../../src/operations/linkConnectionOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AA8BtD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,4BAA4B,GAA6B;IAC7D,IAAI,EAAE,kBAAkB;IACxB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,0BAA0B;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC;IACpC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EAAE,uCAAuC;IAC7C,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,sBAAsB;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,cAAc;IACtC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,uCAAuC;IAC7C,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,sBAAsB;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EAAE,uCAAuC;IAC7C,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,uBAAuB,GAA6B;IACxD,IAAI,EAAE,kDAAkD;IACxD,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,iBAAiB;IACzC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,kBAAkB,GAA6B;IACnD,IAAI,EAAE,6CAA6C;IACnD,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,4CAA4C;IAClD,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EAAE,sDAAsD;IAC5D,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EAAE,kDAAkD;IACxD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,6BAA6B,GAA6B;IAC9D,IAAI,EAAE,wDAAwD;IAC9D,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,8BAA8B;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,uBAAuB;IAC/C,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,wCAAwC,GAA6B;IACzE,IAAI,EAAE,mEAAmE;IACzE,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,kCAAkC;IAC1D,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,kBAAkB,GAA6B;IACnD,IAAI,EAAE,6CAA6C;IACnD,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EAAE,8CAA8C;IACpD,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gCAAgC,GAA6B;IACjE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,0BAA0B;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,QAAQ,CAAC;IACzD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AAEF,4DAA4D;AAC5D,MAAM,OAAO,4BAA4B;IAGvC;;;OAGG;IACH,YAAY,MAAuB;QACjC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACI,eAAe,CACpB,OAAqD;QAErD,MAAM,IAAI,GAAG,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAC;QACpD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,yBAAyB,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;YAC3D,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,yBAAyB,CACtC,OAAqD,EACrD,QAAuB;;YAEvB,IAAI,MAA6C,CAAC;YAClD,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;gBACvB,MAAM,GAAG,cAAM,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAA,CAAC;gBAC9C,MAAM,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAChC,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,oBAAM,IAAI,CAAA,CAAC;YACb,CAAC;YACD,OAAO,iBAAiB,EAAE,CAAC;gBACzB,MAAM,GAAG,cAAM,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACrE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,MAAM,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAChC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,oBAAM,IAAI,CAAA,CAAC;YACb,CAAC;QACH,CAAC;KAAA;IAEc,wBAAwB,CACrC,OAAqD;;;;gBAErD,KAAyB,eAAA,KAAA,cAAA,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,CAAA,IAAA,+DAAE,CAAC;oBAA1C,cAAuC;oBAAvC,WAAuC;oBAArD,MAAM,IAAI,KAAA,CAAA;oBACnB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;OAGG;IACK,KAAK,CAAC,gBAAgB,CAC5B,OAAqD;QAErD,OAAO,aAAa,CAAC,QAAQ,CAC3B,kCAAkC,EAClC,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,cAAc,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,cAAc,EAAE,EAClB,4BAA4B,CACqB,CAAC;QACtD,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,cAAc,CAClB,kBAA0B,EAC1B,cAAsC,EACtC,OAAoD;QAEpD,OAAO,aAAa,CAAC,QAAQ,CAC3B,gCAAgC,EAChC,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,cAAc,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,cAAc,EAAE,cAAc,EAAE,EACtD,2BAA2B,CACqB,CAAC;QACrD,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,GAAG,CACP,kBAA0B,EAC1B,OAAyC;QAEzC,OAAO,aAAa,CAAC,QAAQ,CAAC,qBAAqB,EAAE,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE,EAAE;YAC3F,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,cAAc,EAAE,EACtC,gBAAgB,CACqB,CAAC;QAC1C,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,MAAM,CACV,kBAA0B,EAC1B,OAA4C;QAE5C,OAAO,aAAa,CAAC,QAAQ,CAC3B,wBAAwB,EACxB,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,cAAc,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,cAAc,EAAE,EACtC,mBAAmB,CACH,CAAC;QACrB,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,UAAU,CACd,kBAA0B,EAC1B,iBAAoC,EACpC,OAAgD;QAEhD,OAAO,aAAa,CAAC,QAAQ,CAC3B,4BAA4B,EAC5B,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,cAAc,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,cAAc,EAAE,EACzD,uBAAuB,CACP,CAAC;QACrB,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,KAAK,CACT,kBAA0B,EAC1B,OAA2C;QAE3C,OAAO,aAAa,CAAC,QAAQ,CAC3B,uBAAuB,EACvB,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,cAAc,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,cAAc,EAAE,EACtC,kBAAkB,CACF,CAAC;QACrB,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,IAAI,CACR,kBAA0B,EAC1B,OAA0C;QAE1C,OAAO,aAAa,CAAC,QAAQ,CAAC,sBAAsB,EAAE,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE,EAAE;YAC5F,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,cAAc,EAAE,EACtC,iBAAiB,CACD,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,iBAAiB,CACrB,kBAA0B,EAC1B,OAAuD;QAEvD,OAAO,aAAa,CAAC,QAAQ,CAC3B,mCAAmC,EACnC,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,cAAc,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,cAAc,EAAE,EACtC,8BAA8B,CACqB,CAAC;QACxD,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,cAAc,CAClB,kBAA0B,EAC1B,OAAoD;QAEpD,OAAO,aAAa,CAAC,QAAQ,CAC3B,gCAAgC,EAChC,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,cAAc,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,cAAc,EAAE,EACtC,2BAA2B,CACqB,CAAC;QACrD,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,gBAAgB,CACpB,kBAA0B,EAC1B,uBAAgD,EAChD,OAAsD;QAEtD,OAAO,aAAa,CAAC,QAAQ,CAC3B,kCAAkC,EAClC,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,cAAc,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,cAAc,EAAE,EAC/D,6BAA6B,CACqB,CAAC;QACvD,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,2BAA2B,CAC/B,kBAA0B,EAC1B,kCAA+D,EAC/D,OAAiE;QAEjE,OAAO,aAAa,CAAC,QAAQ,CAC3B,6CAA6C,EAC7C,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,cAAc,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,kCAAkC,EAAE,cAAc,EAAE,EAC1E,wCAAwC,CACxB,CAAC;QACrB,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,KAAK,CACT,kBAA0B,EAC1B,OAA2C;QAE3C,OAAO,aAAa,CAAC,QAAQ,CAC3B,uBAAuB,EACvB,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,cAAc,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,cAAc,EAAE,EACtC,kBAAkB,CACF,CAAC;QACrB,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,MAAM,CACV,kBAA0B,EAC1B,OAA4C;QAE5C,OAAO,aAAa,CAAC,QAAQ,CAC3B,wBAAwB,EACxB,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,cAAc,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,cAAc,EAAE,EACtC,mBAAmB,CACH,CAAC;QACrB,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACK,KAAK,CAAC,oBAAoB,CAChC,QAAgB,EAChB,OAAyD;QAEzD,OAAO,aAAa,CAAC,QAAQ,CAC3B,sCAAsC,EACtC,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,KAAK,EAAE,cAAc,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,cAAc,EAAE,EAC5B,gCAAgC,CACqB,CAAC;QAC1D,CAAC,CACF,CAAC;IACJ,CAAC;CACF","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 { LinkConnectionOperations } 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 {\n LinkConnectionResource,\n LinkConnectionListByWorkspaceNextOptionalParams,\n LinkConnectionListByWorkspaceOptionalParams,\n LinkConnectionListByWorkspaceResponse,\n LinkConnectionCreateOrUpdateOptionalParams,\n LinkConnectionCreateOrUpdateResponse,\n LinkConnectionGetOptionalParams,\n LinkConnectionGetResponse,\n LinkConnectionDeleteOptionalParams,\n EditTablesRequest,\n LinkConnectionEditTablesOptionalParams,\n LinkConnectionStartOptionalParams,\n LinkConnectionStopOptionalParams,\n LinkConnectionGetDetailedStatusOptionalParams,\n LinkConnectionGetDetailedStatusResponse,\n LinkConnectionListLinkTablesOptionalParams,\n LinkConnectionListLinkTablesResponse,\n QueryTableStatusRequest,\n LinkConnectionQueryTableStatusOptionalParams,\n LinkConnectionQueryTableStatusResponse,\n UpdateLandingZoneCredential,\n LinkConnectionUpdateLandingZoneCredentialOptionalParams,\n LinkConnectionPauseOptionalParams,\n LinkConnectionResumeOptionalParams,\n LinkConnectionListByWorkspaceNextResponse,\n} from \"../models/index.js\";\n\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.linkConnection,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst editTablesOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/edittables\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.editTablesRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst startOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/start\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst stopOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/stop\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getDetailedStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/detailedstatus\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionDetailedStatus,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listLinkTablesOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/linktables\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkTableListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst queryTableStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/querytablestatus\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionQueryTableStatus,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.queryTableStatusRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateLandingZoneCredentialOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/updateLandingZoneCredential\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.updateLandingZoneCredentialRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst pauseOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/pause\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst resumeOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/resume\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionListResponse,\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 LinkConnectionOperations operations. */\nexport class LinkConnectionOperationsImpl implements LinkConnectionOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class LinkConnectionOperations class.\n * @param client - Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * List link connections\n * @param options - The options parameters.\n */\n public listByWorkspace(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<LinkConnectionResource> {\n const iter = this.listByWorkspacePagingAll(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.listByWorkspacePagingPage(options, settings);\n },\n };\n }\n\n private async *listByWorkspacePagingPage(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<LinkConnectionResource[]> {\n let result: LinkConnectionListByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByWorkspace(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._listByWorkspaceNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByWorkspacePagingAll(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n ): AsyncIterableIterator<LinkConnectionResource> {\n for await (const page of this.listByWorkspacePagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List link connections\n * @param options - The options parameters.\n */\n private async _listByWorkspace(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n ): Promise<LinkConnectionListByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._listByWorkspace\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { updatedOptions },\n listByWorkspaceOperationSpec,\n ) as Promise<LinkConnectionListByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * Creates or updates a link connection\n * @param linkConnectionName - The link connection name\n * @param linkConnection - Link connection resource definition\n * @param options - The options parameters.\n */\n async createOrUpdate(\n linkConnectionName: string,\n linkConnection: LinkConnectionResource,\n options?: LinkConnectionCreateOrUpdateOptionalParams,\n ): Promise<LinkConnectionCreateOrUpdateResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.createOrUpdate\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, linkConnection, updatedOptions },\n createOrUpdateOperationSpec,\n ) as Promise<LinkConnectionCreateOrUpdateResponse>;\n },\n );\n }\n\n /**\n * Get a link connection\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async get(\n linkConnectionName: string,\n options?: LinkConnectionGetOptionalParams,\n ): Promise<LinkConnectionGetResponse> {\n return tracingClient.withSpan(\"ArtifactsClient.get\", options ?? {}, async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n getOperationSpec,\n ) as Promise<LinkConnectionGetResponse>;\n });\n }\n\n /**\n * Delete a link connection\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async delete(\n linkConnectionName: string,\n options?: LinkConnectionDeleteOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.delete\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n deleteOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Edit tables for a link connection\n * @param linkConnectionName - The link connection name\n * @param editTablesRequest - Edit tables request\n * @param options - The options parameters.\n */\n async editTables(\n linkConnectionName: string,\n editTablesRequest: EditTablesRequest,\n options?: LinkConnectionEditTablesOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.editTables\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, editTablesRequest, updatedOptions },\n editTablesOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Start a link connection. It may take a few minutes from Starting to Running, monitor the status with\n * LinkConnection_GetDetailedStatus.\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async start(\n linkConnectionName: string,\n options?: LinkConnectionStartOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.start\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n startOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Stop a link connection. It may take a few minutes from Stopping to stopped, monitor the status with\n * LinkConnection_GetDetailedStatus.\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async stop(\n linkConnectionName: string,\n options?: LinkConnectionStopOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.stop\", options ?? {}, async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n stopOperationSpec,\n ) as Promise<void>;\n });\n }\n\n /**\n * Get the detailed status of a link connection\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async getDetailedStatus(\n linkConnectionName: string,\n options?: LinkConnectionGetDetailedStatusOptionalParams,\n ): Promise<LinkConnectionGetDetailedStatusResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getDetailedStatus\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n getDetailedStatusOperationSpec,\n ) as Promise<LinkConnectionGetDetailedStatusResponse>;\n },\n );\n }\n\n /**\n * List the link tables of a link connection\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async listLinkTables(\n linkConnectionName: string,\n options?: LinkConnectionListLinkTablesOptionalParams,\n ): Promise<LinkConnectionListLinkTablesResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.listLinkTables\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n listLinkTablesOperationSpec,\n ) as Promise<LinkConnectionListLinkTablesResponse>;\n },\n );\n }\n\n /**\n * Query the link table status of a link connection\n * @param linkConnectionName - The link connection name\n * @param queryTableStatusRequest - Query table status request\n * @param options - The options parameters.\n */\n async queryTableStatus(\n linkConnectionName: string,\n queryTableStatusRequest: QueryTableStatusRequest,\n options?: LinkConnectionQueryTableStatusOptionalParams,\n ): Promise<LinkConnectionQueryTableStatusResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.queryTableStatus\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, queryTableStatusRequest, updatedOptions },\n queryTableStatusOperationSpec,\n ) as Promise<LinkConnectionQueryTableStatusResponse>;\n },\n );\n }\n\n /**\n * Update landing zone credential of a link connection\n * @param linkConnectionName - The link connection name\n * @param updateLandingZoneCredentialRequest - update landing zone credential request\n * @param options - The options parameters.\n */\n async updateLandingZoneCredential(\n linkConnectionName: string,\n updateLandingZoneCredentialRequest: UpdateLandingZoneCredential,\n options?: LinkConnectionUpdateLandingZoneCredentialOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.updateLandingZoneCredential\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updateLandingZoneCredentialRequest, updatedOptions },\n updateLandingZoneCredentialOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Pause a link connection. It may take a few minutes from Pausing to Paused, monitor the status with\n * LinkConnection_GetDetailedStatus.\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async pause(\n linkConnectionName: string,\n options?: LinkConnectionPauseOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.pause\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n pauseOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Resume a link connection. It may take a few minutes from Resuming to Running, monitor the status\n * with LinkConnection_GetDetailedStatus.\n * @param linkConnectionName - The link connection name\n * @param options - The options parameters.\n */\n async resume(\n linkConnectionName: string,\n options?: LinkConnectionResumeOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.resume\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updatedOptions },\n resumeOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * ListByWorkspaceNext\n * @param nextLink - The nextLink from the previous successful call to the ListByWorkspace method.\n * @param options - The options parameters.\n */\n private async _listByWorkspaceNext(\n nextLink: string,\n options?: LinkConnectionListByWorkspaceNextOptionalParams,\n ): Promise<LinkConnectionListByWorkspaceNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._listByWorkspaceNext\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { nextLink, updatedOptions },\n listByWorkspaceNextOperationSpec,\n ) as Promise<LinkConnectionListByWorkspaceNextResponse>;\n },\n );\n }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"linkConnectionOperations.js","sourceRoot":"","sources":["../../../src/operations/linkConnectionOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AA8BtD,4CAA4C;AAC5C,4DAA4D;AAC5D,MAAM,OAAO,4BAA4B;IACtB,MAAM,CAAkB;IAEzC;;;OAGG;IACH,YAAY,MAAuB;QACjC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACI,eAAe,CACpB,OAAqD;QAErD,MAAM,IAAI,GAAG,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAC;QACpD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,yBAAyB,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;YAC3D,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,yBAAyB,CACtC,OAAqD,EACrD,QAAuB;QAEvB,IAAI,MAA6C,CAAC;QAClD,IAAI,iBAAiB,GAAG,QAAQ,EAAE,iBAAiB,CAAC;QACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,MAAM,GAAG,MAAM,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;YAC9C,MAAM,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAChC,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;QACD,OAAO,iBAAiB,EAAE,CAAC;YACzB,MAAM,GAAG,MAAM,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;YACrE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,MAAM,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAChC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,CAAC,wBAAwB,CACrC,OAAqD;QAErD,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,EAAE,CAAC;YACjE,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;OAGG;IACK,KAAK,CAAC,gBAAgB,CAC5B,OAAqD;QAErD,OAAO,aAAa,CAAC,QAAQ,CAC3B,kCAAkC,EAClC,OAAO,IAAI,EAAE,EACb,KAAK,EAAE,OAAO,EAAE,EAAE;YAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,4BAA4B,CACqB,CAAC;QACtD,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,cAAc,CAClB,kBAA0B,EAC1B,cAAsC,EACtC,OAAoD;QAEpD,OAAO,aAAa,CAAC,QAAQ,CAC3B,gCAAgC,EAChC,OAAO,IAAI,EAAE,EACb,KAAK,EAAE,OAAO,EAAE,EAAE;YAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,cAAc,EAAE,OAAO,EAAE,EAC/C,2BAA2B,CACqB,CAAC;QACrD,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,GAAG,CACP,kBAA0B,EAC1B,OAAyC;QAEzC,OAAO,aAAa,CAAC,QAAQ,CAAC,qBAAqB,EAAE,OAAO,IAAI,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;YACpF,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/B,gBAAgB,CACqB,CAAC;QAC1C,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,MAAM,CACV,kBAA0B,EAC1B,OAA4C;QAE5C,OAAO,aAAa,CAAC,QAAQ,CAAC,wBAAwB,EAAE,OAAO,IAAI,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;YACvF,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/B,mBAAmB,CACH,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,UAAU,CACd,kBAA0B,EAC1B,iBAAoC,EACpC,OAAgD;QAEhD,OAAO,aAAa,CAAC,QAAQ,CAAC,4BAA4B,EAAE,OAAO,IAAI,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;YAC3F,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAClD,uBAAuB,CACP,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,KAAK,CACT,kBAA0B,EAC1B,OAA2C;QAE3C,OAAO,aAAa,CAAC,QAAQ,CAAC,uBAAuB,EAAE,OAAO,IAAI,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;YACtF,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/B,kBAAkB,CACF,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,IAAI,CACR,kBAA0B,EAC1B,OAA0C;QAE1C,OAAO,aAAa,CAAC,QAAQ,CAAC,sBAAsB,EAAE,OAAO,IAAI,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;YACrF,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/B,iBAAiB,CACD,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,iBAAiB,CACrB,kBAA0B,EAC1B,OAAuD;QAEvD,OAAO,aAAa,CAAC,QAAQ,CAC3B,mCAAmC,EACnC,OAAO,IAAI,EAAE,EACb,KAAK,EAAE,OAAO,EAAE,EAAE;YAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/B,8BAA8B,CACqB,CAAC;QACxD,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,cAAc,CAClB,kBAA0B,EAC1B,OAAoD;QAEpD,OAAO,aAAa,CAAC,QAAQ,CAC3B,gCAAgC,EAChC,OAAO,IAAI,EAAE,EACb,KAAK,EAAE,OAAO,EAAE,EAAE;YAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/B,2BAA2B,CACqB,CAAC;QACrD,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,gBAAgB,CACpB,kBAA0B,EAC1B,uBAAgD,EAChD,OAAsD;QAEtD,OAAO,aAAa,CAAC,QAAQ,CAC3B,kCAAkC,EAClC,OAAO,IAAI,EAAE,EACb,KAAK,EAAE,OAAO,EAAE,EAAE;YAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,OAAO,EAAE,EACxD,6BAA6B,CACqB,CAAC;QACvD,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,2BAA2B,CAC/B,kBAA0B,EAC1B,kCAA+D,EAC/D,OAAiE;QAEjE,OAAO,aAAa,CAAC,QAAQ,CAC3B,6CAA6C,EAC7C,OAAO,IAAI,EAAE,EACb,KAAK,EAAE,OAAO,EAAE,EAAE;YAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,kCAAkC,EAAE,OAAO,EAAE,EACnE,wCAAwC,CACxB,CAAC;QACrB,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,KAAK,CACT,kBAA0B,EAC1B,OAA2C;QAE3C,OAAO,aAAa,CAAC,QAAQ,CAAC,uBAAuB,EAAE,OAAO,IAAI,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;YACtF,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/B,kBAAkB,CACF,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,MAAM,CACV,kBAA0B,EAC1B,OAA4C;QAE5C,OAAO,aAAa,CAAC,QAAQ,CAAC,wBAAwB,EAAE,OAAO,IAAI,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;YACvF,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/B,mBAAmB,CACH,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;OAIG;IACK,KAAK,CAAC,oBAAoB,CAChC,QAAgB,EAChB,OAAyD;QAEzD,OAAO,aAAa,CAAC,QAAQ,CAC3B,sCAAsC,EACtC,OAAO,IAAI,EAAE,EACb,KAAK,EAAE,OAAO,EAAE,EAAE;YAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,gCAAgC,CACqB,CAAC;QAC1D,CAAC,CACF,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,4BAA4B,GAA6B;IAC7D,IAAI,EAAE,kBAAkB;IACxB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,0BAA0B;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC;IACpC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EAAE,uCAAuC;IAC7C,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,sBAAsB;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,cAAc;IACtC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,uCAAuC;IAC7C,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,sBAAsB;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EAAE,uCAAuC;IAC7C,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,uBAAuB,GAA6B;IACxD,IAAI,EAAE,kDAAkD;IACxD,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,iBAAiB;IACzC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,kBAAkB,GAA6B;IACnD,IAAI,EAAE,6CAA6C;IACnD,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,4CAA4C;IAClD,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EAAE,sDAAsD;IAC5D,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EAAE,kDAAkD;IACxD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,6BAA6B,GAA6B;IAC9D,IAAI,EAAE,wDAAwD;IAC9D,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,8BAA8B;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,uBAAuB;IAC/C,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,wCAAwC,GAA6B;IACzE,IAAI,EAAE,mEAAmE;IACzE,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,kCAAkC;IAC1D,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,kBAAkB,GAA6B;IACnD,IAAI,EAAE,6CAA6C;IACnD,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EAAE,8CAA8C;IACpD,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACnE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gCAAgC,GAA6B;IACjE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,0BAA0B;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,QAAQ,CAAC;IACzD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","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 { LinkConnectionOperations } 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 {\n LinkConnectionResource,\n LinkConnectionListByWorkspaceNextOptionalParams,\n LinkConnectionListByWorkspaceOptionalParams,\n LinkConnectionListByWorkspaceResponse,\n LinkConnectionCreateOrUpdateOptionalParams,\n LinkConnectionCreateOrUpdateResponse,\n LinkConnectionGetOptionalParams,\n LinkConnectionGetResponse,\n LinkConnectionDeleteOptionalParams,\n EditTablesRequest,\n LinkConnectionEditTablesOptionalParams,\n LinkConnectionStartOptionalParams,\n LinkConnectionStopOptionalParams,\n LinkConnectionGetDetailedStatusOptionalParams,\n LinkConnectionGetDetailedStatusResponse,\n LinkConnectionListLinkTablesOptionalParams,\n LinkConnectionListLinkTablesResponse,\n QueryTableStatusRequest,\n LinkConnectionQueryTableStatusOptionalParams,\n LinkConnectionQueryTableStatusResponse,\n UpdateLandingZoneCredential,\n LinkConnectionUpdateLandingZoneCredentialOptionalParams,\n LinkConnectionPauseOptionalParams,\n LinkConnectionResumeOptionalParams,\n LinkConnectionListByWorkspaceNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing LinkConnectionOperations operations. */\nexport class LinkConnectionOperationsImpl implements LinkConnectionOperations {\n private readonly client: ArtifactsClient;\n\n /**\n * Initialize a new instance of the class LinkConnectionOperations class.\n * @param client Reference to the service client\n */\n constructor(client: ArtifactsClient) {\n this.client = client;\n }\n\n /**\n * List link connections\n * @param options The options parameters.\n */\n public listByWorkspace(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<LinkConnectionResource> {\n const iter = this.listByWorkspacePagingAll(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.listByWorkspacePagingPage(options, settings);\n },\n };\n }\n\n private async *listByWorkspacePagingPage(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<LinkConnectionResource[]> {\n let result: LinkConnectionListByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByWorkspace(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._listByWorkspaceNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByWorkspacePagingAll(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n ): AsyncIterableIterator<LinkConnectionResource> {\n for await (const page of this.listByWorkspacePagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List link connections\n * @param options The options parameters.\n */\n private async _listByWorkspace(\n options?: LinkConnectionListByWorkspaceOptionalParams,\n ): Promise<LinkConnectionListByWorkspaceResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._listByWorkspace\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n listByWorkspaceOperationSpec,\n ) as Promise<LinkConnectionListByWorkspaceResponse>;\n },\n );\n }\n\n /**\n * Creates or updates a link connection\n * @param linkConnectionName The link connection name\n * @param linkConnection Link connection resource definition\n * @param options The options parameters.\n */\n async createOrUpdate(\n linkConnectionName: string,\n linkConnection: LinkConnectionResource,\n options?: LinkConnectionCreateOrUpdateOptionalParams,\n ): Promise<LinkConnectionCreateOrUpdateResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.createOrUpdate\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, linkConnection, options },\n createOrUpdateOperationSpec,\n ) as Promise<LinkConnectionCreateOrUpdateResponse>;\n },\n );\n }\n\n /**\n * Get a link connection\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async get(\n linkConnectionName: string,\n options?: LinkConnectionGetOptionalParams,\n ): Promise<LinkConnectionGetResponse> {\n return tracingClient.withSpan(\"ArtifactsClient.get\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n getOperationSpec,\n ) as Promise<LinkConnectionGetResponse>;\n });\n }\n\n /**\n * Delete a link connection\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async delete(\n linkConnectionName: string,\n options?: LinkConnectionDeleteOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.delete\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n deleteOperationSpec,\n ) as Promise<void>;\n });\n }\n\n /**\n * Edit tables for a link connection\n * @param linkConnectionName The link connection name\n * @param editTablesRequest Edit tables request\n * @param options The options parameters.\n */\n async editTables(\n linkConnectionName: string,\n editTablesRequest: EditTablesRequest,\n options?: LinkConnectionEditTablesOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.editTables\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, editTablesRequest, options },\n editTablesOperationSpec,\n ) as Promise<void>;\n });\n }\n\n /**\n * Start a link connection. It may take a few minutes from Starting to Running, monitor the status with\n * LinkConnection_GetDetailedStatus.\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async start(\n linkConnectionName: string,\n options?: LinkConnectionStartOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.start\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n startOperationSpec,\n ) as Promise<void>;\n });\n }\n\n /**\n * Stop a link connection. It may take a few minutes from Stopping to stopped, monitor the status with\n * LinkConnection_GetDetailedStatus.\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async stop(\n linkConnectionName: string,\n options?: LinkConnectionStopOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.stop\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n stopOperationSpec,\n ) as Promise<void>;\n });\n }\n\n /**\n * Get the detailed status of a link connection\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async getDetailedStatus(\n linkConnectionName: string,\n options?: LinkConnectionGetDetailedStatusOptionalParams,\n ): Promise<LinkConnectionGetDetailedStatusResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.getDetailedStatus\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n getDetailedStatusOperationSpec,\n ) as Promise<LinkConnectionGetDetailedStatusResponse>;\n },\n );\n }\n\n /**\n * List the link tables of a link connection\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async listLinkTables(\n linkConnectionName: string,\n options?: LinkConnectionListLinkTablesOptionalParams,\n ): Promise<LinkConnectionListLinkTablesResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.listLinkTables\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n listLinkTablesOperationSpec,\n ) as Promise<LinkConnectionListLinkTablesResponse>;\n },\n );\n }\n\n /**\n * Query the link table status of a link connection\n * @param linkConnectionName The link connection name\n * @param queryTableStatusRequest Query table status request\n * @param options The options parameters.\n */\n async queryTableStatus(\n linkConnectionName: string,\n queryTableStatusRequest: QueryTableStatusRequest,\n options?: LinkConnectionQueryTableStatusOptionalParams,\n ): Promise<LinkConnectionQueryTableStatusResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient.queryTableStatus\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, queryTableStatusRequest, options },\n queryTableStatusOperationSpec,\n ) as Promise<LinkConnectionQueryTableStatusResponse>;\n },\n );\n }\n\n /**\n * Update landing zone credential of a link connection\n * @param linkConnectionName The link connection name\n * @param updateLandingZoneCredentialRequest update landing zone credential request\n * @param options The options parameters.\n */\n async updateLandingZoneCredential(\n linkConnectionName: string,\n updateLandingZoneCredentialRequest: UpdateLandingZoneCredential,\n options?: LinkConnectionUpdateLandingZoneCredentialOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\n \"ArtifactsClient.updateLandingZoneCredential\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, updateLandingZoneCredentialRequest, options },\n updateLandingZoneCredentialOperationSpec,\n ) as Promise<void>;\n },\n );\n }\n\n /**\n * Pause a link connection. It may take a few minutes from Pausing to Paused, monitor the status with\n * LinkConnection_GetDetailedStatus.\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async pause(\n linkConnectionName: string,\n options?: LinkConnectionPauseOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.pause\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n pauseOperationSpec,\n ) as Promise<void>;\n });\n }\n\n /**\n * Resume a link connection. It may take a few minutes from Resuming to Running, monitor the status\n * with LinkConnection_GetDetailedStatus.\n * @param linkConnectionName The link connection name\n * @param options The options parameters.\n */\n async resume(\n linkConnectionName: string,\n options?: LinkConnectionResumeOptionalParams,\n ): Promise<void> {\n return tracingClient.withSpan(\"ArtifactsClient.resume\", options ?? {}, async (options) => {\n return this.client.sendOperationRequest(\n { linkConnectionName, options },\n resumeOperationSpec,\n ) as Promise<void>;\n });\n }\n\n /**\n * ListByWorkspaceNext\n * @param nextLink The nextLink from the previous successful call to the ListByWorkspace method.\n * @param options The options parameters.\n */\n private async _listByWorkspaceNext(\n nextLink: string,\n options?: LinkConnectionListByWorkspaceNextOptionalParams,\n ): Promise<LinkConnectionListByWorkspaceNextResponse> {\n return tracingClient.withSpan(\n \"ArtifactsClient._listByWorkspaceNext\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listByWorkspaceNextOperationSpec,\n ) as Promise<LinkConnectionListByWorkspaceNextResponse>;\n },\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.linkConnection,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst editTablesOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/edittables\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.editTablesRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst startOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/start\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst stopOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/stop\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getDetailedStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/detailedstatus\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionDetailedStatus,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listLinkTablesOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/linktables\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkTableListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst queryTableStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/querytablestatus\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionQueryTableStatus,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.queryTableStatusRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateLandingZoneCredentialOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/updateLandingZoneCredential\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.updateLandingZoneCredentialRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst pauseOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/pause\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst resumeOperationSpec: coreClient.OperationSpec = {\n path: \"/linkconnections/{linkConnectionName}/resume\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.linkConnectionName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkConnectionListResponse,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [Parameters.endpoint, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|