@azure/arm-healthcareapis 3.1.1-alpha.20250205.1 → 3.1.1-alpha.20250207.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -14
- package/dist/browser/healthcareApisManagementClient.d.ts +32 -0
- package/dist/browser/healthcareApisManagementClient.d.ts.map +1 -0
- package/dist/browser/healthcareApisManagementClient.js +110 -0
- package/dist/browser/healthcareApisManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +272 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/dicomServices.d.ts +99 -0
- package/dist/browser/operations/dicomServices.d.ts.map +1 -0
- package/dist/browser/operations/dicomServices.js +448 -0
- package/dist/browser/operations/dicomServices.js.map +1 -0
- package/dist/browser/operations/fhirDestinations.d.ts +41 -0
- package/dist/browser/operations/fhirDestinations.d.ts.map +1 -0
- package/dist/browser/operations/fhirDestinations.js +155 -0
- package/dist/browser/operations/fhirDestinations.js.map +1 -0
- package/dist/browser/operations/fhirServices.d.ts +99 -0
- package/dist/browser/operations/fhirServices.d.ts.map +1 -0
- package/dist/browser/operations/fhirServices.js +448 -0
- package/dist/browser/operations/fhirServices.js.map +1 -0
- package/dist/browser/operations/index.d.ts +14 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +21 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/iotConnectorFhirDestination.d.ts +63 -0
- package/dist/browser/operations/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/browser/operations/iotConnectorFhirDestination.js +250 -0
- package/dist/browser/operations/iotConnectorFhirDestination.js.map +1 -0
- package/dist/browser/operations/iotConnectors.d.ts +99 -0
- package/dist/browser/operations/iotConnectors.d.ts.map +1 -0
- package/dist/browser/operations/iotConnectors.js +448 -0
- package/dist/browser/operations/iotConnectors.js.map +1 -0
- package/dist/browser/operations/operationResults.d.ts +20 -0
- package/dist/browser/operations/operationResults.d.ts.map +1 -0
- package/dist/browser/operations/operationResults.js +53 -0
- package/dist/browser/operations/operationResults.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +324 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +28 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +85 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/services.d.ts +114 -0
- package/dist/browser/operations/services.d.ts.map +1 -0
- package/dist/browser/operations/services.js +563 -0
- package/dist/browser/operations/services.js.map +1 -0
- package/dist/browser/operations/workspacePrivateEndpointConnections.d.ts +78 -0
- package/dist/browser/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/workspacePrivateEndpointConnections.js +324 -0
- package/dist/browser/operations/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/workspacePrivateLinkResources.d.ts +38 -0
- package/dist/browser/operations/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/workspacePrivateLinkResources.js +137 -0
- package/dist/browser/operations/workspacePrivateLinkResources.js.map +1 -0
- package/dist/browser/operations/workspaces.d.ts +107 -0
- package/dist/browser/operations/workspaces.d.ts.map +1 -0
- package/dist/browser/operations/workspaces.js +536 -0
- package/dist/browser/operations/workspaces.js.map +1 -0
- package/dist/browser/operationsInterfaces/dicomServices.d.ts +74 -0
- package/dist/browser/operationsInterfaces/dicomServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dicomServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/fhirDestinations.d.ts +14 -0
- package/dist/browser/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fhirDestinations.js.map +1 -0
- package/dist/browser/operationsInterfaces/fhirServices.d.ts +74 -0
- package/dist/browser/operationsInterfaces/fhirServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fhirServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +14 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +21 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
- package/dist/browser/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
- package/dist/browser/operationsInterfaces/iotConnectors.d.ts +74 -0
- package/dist/browser/operationsInterfaces/iotConnectors.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/iotConnectors.js.map +1 -0
- package/dist/browser/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/browser/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/services.d.ts +78 -0
- package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/services.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
- package/dist/browser/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
- package/dist/browser/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspaces.d.ts +71 -0
- package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/healthcareApisManagementClient.d.ts +32 -0
- package/dist/commonjs/healthcareApisManagementClient.d.ts.map +1 -0
- package/dist/commonjs/healthcareApisManagementClient.js +115 -0
- package/dist/commonjs/healthcareApisManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1536 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +165 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +81 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2320 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +33 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +275 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/dicomServices.d.ts +99 -0
- package/dist/commonjs/operations/dicomServices.d.ts.map +1 -0
- package/dist/commonjs/operations/dicomServices.js +452 -0
- package/dist/commonjs/operations/dicomServices.js.map +1 -0
- package/dist/commonjs/operations/fhirDestinations.d.ts +41 -0
- package/dist/commonjs/operations/fhirDestinations.d.ts.map +1 -0
- package/dist/commonjs/operations/fhirDestinations.js +159 -0
- package/dist/commonjs/operations/fhirDestinations.js.map +1 -0
- package/dist/commonjs/operations/fhirServices.d.ts +99 -0
- package/dist/commonjs/operations/fhirServices.d.ts.map +1 -0
- package/dist/commonjs/operations/fhirServices.js +452 -0
- package/dist/commonjs/operations/fhirServices.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +14 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +24 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/iotConnectorFhirDestination.d.ts +63 -0
- package/dist/commonjs/operations/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/commonjs/operations/iotConnectorFhirDestination.js +255 -0
- package/dist/commonjs/operations/iotConnectorFhirDestination.js.map +1 -0
- package/dist/commonjs/operations/iotConnectors.d.ts +99 -0
- package/dist/commonjs/operations/iotConnectors.d.ts.map +1 -0
- package/dist/commonjs/operations/iotConnectors.js +452 -0
- package/dist/commonjs/operations/iotConnectors.js.map +1 -0
- package/dist/commonjs/operations/operationResults.d.ts +20 -0
- package/dist/commonjs/operations/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operations/operationResults.js +58 -0
- package/dist/commonjs/operations/operationResults.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +328 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +90 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/services.d.ts +114 -0
- package/dist/commonjs/operations/services.d.ts.map +1 -0
- package/dist/commonjs/operations/services.js +567 -0
- package/dist/commonjs/operations/services.js.map +1 -0
- package/dist/commonjs/operations/workspacePrivateEndpointConnections.d.ts +78 -0
- package/dist/commonjs/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/workspacePrivateEndpointConnections.js +328 -0
- package/dist/commonjs/operations/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/workspacePrivateLinkResources.d.ts +38 -0
- package/dist/commonjs/operations/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/workspacePrivateLinkResources.js +141 -0
- package/dist/commonjs/operations/workspacePrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/workspaces.d.ts +107 -0
- package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaces.js +540 -0
- package/dist/commonjs/operations/workspaces.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dicomServices.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/dicomServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dicomServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/dicomServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fhirDestinations.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fhirDestinations.js +10 -0
- package/dist/commonjs/operationsInterfaces/fhirDestinations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fhirServices.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/fhirServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fhirServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/fhirServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +24 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.js +10 -0
- package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/iotConnectors.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/iotConnectors.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/iotConnectors.js +10 -0
- package/dist/commonjs/operationsInterfaces/iotConnectors.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.js +10 -0
- package/dist/commonjs/operationsInterfaces/services.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/healthcareApisManagementClient.d.ts +32 -0
- package/dist/esm/healthcareApisManagementClient.d.ts.map +1 -0
- package/dist/esm/healthcareApisManagementClient.js +110 -0
- package/dist/esm/healthcareApisManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1536 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +162 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +81 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2316 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +33 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +272 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/dicomServices.d.ts +99 -0
- package/dist/esm/operations/dicomServices.d.ts.map +1 -0
- package/dist/esm/operations/dicomServices.js +448 -0
- package/dist/esm/operations/dicomServices.js.map +1 -0
- package/dist/esm/operations/fhirDestinations.d.ts +41 -0
- package/dist/esm/operations/fhirDestinations.d.ts.map +1 -0
- package/dist/esm/operations/fhirDestinations.js +155 -0
- package/dist/esm/operations/fhirDestinations.js.map +1 -0
- package/dist/esm/operations/fhirServices.d.ts +99 -0
- package/dist/esm/operations/fhirServices.d.ts.map +1 -0
- package/dist/esm/operations/fhirServices.js +448 -0
- package/dist/esm/operations/fhirServices.js.map +1 -0
- package/dist/esm/operations/index.d.ts +14 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +21 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/iotConnectorFhirDestination.d.ts +63 -0
- package/dist/esm/operations/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/esm/operations/iotConnectorFhirDestination.js +250 -0
- package/dist/esm/operations/iotConnectorFhirDestination.js.map +1 -0
- package/dist/esm/operations/iotConnectors.d.ts +99 -0
- package/dist/esm/operations/iotConnectors.d.ts.map +1 -0
- package/dist/esm/operations/iotConnectors.js +448 -0
- package/dist/esm/operations/iotConnectors.js.map +1 -0
- package/dist/esm/operations/operationResults.d.ts +20 -0
- package/dist/esm/operations/operationResults.d.ts.map +1 -0
- package/dist/esm/operations/operationResults.js +53 -0
- package/dist/esm/operations/operationResults.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +324 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +28 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +85 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/services.d.ts +114 -0
- package/dist/esm/operations/services.d.ts.map +1 -0
- package/dist/esm/operations/services.js +563 -0
- package/dist/esm/operations/services.js.map +1 -0
- package/dist/esm/operations/workspacePrivateEndpointConnections.d.ts +78 -0
- package/dist/esm/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/workspacePrivateEndpointConnections.js +324 -0
- package/dist/esm/operations/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/workspacePrivateLinkResources.d.ts +38 -0
- package/dist/esm/operations/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/workspacePrivateLinkResources.js +137 -0
- package/dist/esm/operations/workspacePrivateLinkResources.js.map +1 -0
- package/dist/esm/operations/workspaces.d.ts +107 -0
- package/dist/esm/operations/workspaces.d.ts.map +1 -0
- package/dist/esm/operations/workspaces.js +536 -0
- package/dist/esm/operations/workspaces.js.map +1 -0
- package/dist/esm/operationsInterfaces/dicomServices.d.ts +74 -0
- package/dist/esm/operationsInterfaces/dicomServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dicomServices.js +9 -0
- package/dist/esm/operationsInterfaces/dicomServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/fhirDestinations.d.ts +14 -0
- package/dist/esm/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fhirDestinations.js +9 -0
- package/dist/esm/operationsInterfaces/fhirDestinations.js.map +1 -0
- package/dist/esm/operationsInterfaces/fhirServices.d.ts +74 -0
- package/dist/esm/operationsInterfaces/fhirServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fhirServices.js +9 -0
- package/dist/esm/operationsInterfaces/fhirServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +14 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +21 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
- package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.js +9 -0
- package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
- package/dist/esm/operationsInterfaces/iotConnectors.d.ts +74 -0
- package/dist/esm/operationsInterfaces/iotConnectors.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/iotConnectors.js +9 -0
- package/dist/esm/operationsInterfaces/iotConnectors.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.js +9 -0
- package/dist/esm/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/services.d.ts +78 -0
- package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/services.js +9 -0
- package/dist/esm/operationsInterfaces/services.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
- package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
- package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts +71 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspaces.js +9 -0
- package/dist/esm/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/healthcareApisManagementClient.d.ts +32 -0
- package/dist/react-native/healthcareApisManagementClient.d.ts.map +1 -0
- package/dist/react-native/healthcareApisManagementClient.js +110 -0
- package/dist/react-native/healthcareApisManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1536 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +162 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +81 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2316 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +33 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +272 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/dicomServices.d.ts +99 -0
- package/dist/react-native/operations/dicomServices.d.ts.map +1 -0
- package/dist/react-native/operations/dicomServices.js +448 -0
- package/dist/react-native/operations/dicomServices.js.map +1 -0
- package/dist/react-native/operations/fhirDestinations.d.ts +41 -0
- package/dist/react-native/operations/fhirDestinations.d.ts.map +1 -0
- package/dist/react-native/operations/fhirDestinations.js +155 -0
- package/dist/react-native/operations/fhirDestinations.js.map +1 -0
- package/dist/react-native/operations/fhirServices.d.ts +99 -0
- package/dist/react-native/operations/fhirServices.d.ts.map +1 -0
- package/dist/react-native/operations/fhirServices.js +448 -0
- package/dist/react-native/operations/fhirServices.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +14 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +21 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/iotConnectorFhirDestination.d.ts +63 -0
- package/dist/react-native/operations/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/react-native/operations/iotConnectorFhirDestination.js +250 -0
- package/dist/react-native/operations/iotConnectorFhirDestination.js.map +1 -0
- package/dist/react-native/operations/iotConnectors.d.ts +99 -0
- package/dist/react-native/operations/iotConnectors.d.ts.map +1 -0
- package/dist/react-native/operations/iotConnectors.js +448 -0
- package/dist/react-native/operations/iotConnectors.js.map +1 -0
- package/dist/react-native/operations/operationResults.d.ts +20 -0
- package/dist/react-native/operations/operationResults.d.ts.map +1 -0
- package/dist/react-native/operations/operationResults.js +53 -0
- package/dist/react-native/operations/operationResults.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +324 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +85 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/services.d.ts +114 -0
- package/dist/react-native/operations/services.d.ts.map +1 -0
- package/dist/react-native/operations/services.js +563 -0
- package/dist/react-native/operations/services.js.map +1 -0
- package/dist/react-native/operations/workspacePrivateEndpointConnections.d.ts +78 -0
- package/dist/react-native/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/workspacePrivateEndpointConnections.js +324 -0
- package/dist/react-native/operations/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/workspacePrivateLinkResources.d.ts +38 -0
- package/dist/react-native/operations/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/workspacePrivateLinkResources.js +137 -0
- package/dist/react-native/operations/workspacePrivateLinkResources.js.map +1 -0
- package/dist/react-native/operations/workspaces.d.ts +107 -0
- package/dist/react-native/operations/workspaces.d.ts.map +1 -0
- package/dist/react-native/operations/workspaces.js +536 -0
- package/dist/react-native/operations/workspaces.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dicomServices.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/dicomServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dicomServices.js +9 -0
- package/dist/react-native/operationsInterfaces/dicomServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fhirDestinations.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fhirDestinations.js +9 -0
- package/dist/react-native/operationsInterfaces/fhirDestinations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fhirServices.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/fhirServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fhirServices.js +9 -0
- package/dist/react-native/operationsInterfaces/fhirServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +21 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.js +9 -0
- package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
- package/dist/react-native/operationsInterfaces/iotConnectors.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/iotConnectors.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/iotConnectors.js +9 -0
- package/dist/react-native/operationsInterfaces/iotConnectors.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.js +9 -0
- package/dist/react-native/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/services.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/services.js +9 -0
- package/dist/react-native/operationsInterfaces/services.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +70 -41
- package/dist/index.js +0 -6934
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dicomServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dicomServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dicomServicesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/dicomServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dicomServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dicomServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dicomServicesGetSample.js +0 -37
- package/dist-esm/samples-dev/dicomServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/dicomServicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dicomServicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dicomServicesUpdateSample.js +0 -33
- package/dist-esm/samples-dev/dicomServicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.js +0 -53
- package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.js +0 -82
- package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirServicesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/fhirServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirServicesGetSample.js +0 -37
- package/dist-esm/samples-dev/fhirServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirServicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirServicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirServicesUpdateSample.js +0 -33
- package/dist-esm/samples-dev/fhirServicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.js +0 -63
- package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.js +0 -38
- package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.js +0 -38
- package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.js +0 -67
- package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/iotConnectorsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsGetSample.js +0 -37
- package/dist-esm/samples-dev/iotConnectorsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsUpdateSample.js +0 -38
- package/dist-esm/samples-dev/iotConnectorsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationResultsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationResultsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationResultsGetSample.js +0 -36
- package/dist-esm/samples-dev/operationResultsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js +0 -52
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -37
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +0 -31
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -136
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.js +0 -54
- package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListSample.js +0 -50
- package/dist-esm/samples-dev/servicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.js +0 -32
- package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.js +0 -37
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +0 -30
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/workspacesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesGetSample.js +0 -36
- package/dist-esm/samples-dev/workspacesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.js +0 -32
- package/dist-esm/samples-dev/workspacesUpdateSample.js.map +0 -1
- package/dist-esm/src/healthcareApisManagementClient.d.ts +0 -32
- package/dist-esm/src/healthcareApisManagementClient.d.ts.map +0 -1
- package/dist-esm/src/healthcareApisManagementClient.js +0 -113
- package/dist-esm/src/healthcareApisManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -272
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/dicomServices.d.ts +0 -99
- package/dist-esm/src/operations/dicomServices.d.ts.map +0 -1
- package/dist-esm/src/operations/dicomServices.js +0 -460
- package/dist-esm/src/operations/dicomServices.js.map +0 -1
- package/dist-esm/src/operations/fhirDestinations.d.ts +0 -41
- package/dist-esm/src/operations/fhirDestinations.d.ts.map +0 -1
- package/dist-esm/src/operations/fhirDestinations.js +0 -155
- package/dist-esm/src/operations/fhirDestinations.js.map +0 -1
- package/dist-esm/src/operations/fhirServices.d.ts +0 -99
- package/dist-esm/src/operations/fhirServices.d.ts.map +0 -1
- package/dist-esm/src/operations/fhirServices.js +0 -460
- package/dist-esm/src/operations/fhirServices.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -14
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -21
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/iotConnectorFhirDestination.d.ts +0 -63
- package/dist-esm/src/operations/iotConnectorFhirDestination.d.ts.map +0 -1
- package/dist-esm/src/operations/iotConnectorFhirDestination.js +0 -259
- package/dist-esm/src/operations/iotConnectorFhirDestination.js.map +0 -1
- package/dist-esm/src/operations/iotConnectors.d.ts +0 -99
- package/dist-esm/src/operations/iotConnectors.d.ts.map +0 -1
- package/dist-esm/src/operations/iotConnectors.js +0 -460
- package/dist-esm/src/operations/iotConnectors.js.map +0 -1
- package/dist-esm/src/operations/operationResults.d.ts +0 -20
- package/dist-esm/src/operations/operationResults.d.ts.map +0 -1
- package/dist-esm/src/operations/operationResults.js +0 -53
- package/dist-esm/src/operations/operationResults.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -78
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -332
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -28
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -85
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/services.d.ts +0 -114
- package/dist-esm/src/operations/services.d.ts.map +0 -1
- package/dist-esm/src/operations/services.js +0 -575
- package/dist-esm/src/operations/services.js.map +0 -1
- package/dist-esm/src/operations/workspacePrivateEndpointConnections.d.ts +0 -78
- package/dist-esm/src/operations/workspacePrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/workspacePrivateEndpointConnections.js +0 -332
- package/dist-esm/src/operations/workspacePrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/workspacePrivateLinkResources.d.ts +0 -38
- package/dist-esm/src/operations/workspacePrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/workspacePrivateLinkResources.js +0 -137
- package/dist-esm/src/operations/workspacePrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/workspaces.d.ts +0 -107
- package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operations/workspaces.js +0 -548
- package/dist-esm/src/operations/workspaces.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dicomServices.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/dicomServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dicomServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fhirDestinations.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/fhirDestinations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fhirDestinations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fhirServices.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/fhirServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fhirServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -21
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/iotConnectorFhirDestination.d.ts +0 -55
- package/dist-esm/src/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/iotConnectorFhirDestination.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/iotConnectors.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/iotConnectors.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/iotConnectors.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationResults.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -61
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +0 -61
- package/dist-esm/src/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspacePrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspacePrivateLinkResources.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspacePrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/healthcareapis_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/healthcareapis_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/healthcareapis_operations_test.spec.js +0 -112
- package/dist-esm/test/healthcareapis_operations_test.spec.js.map +0 -1
- package/src/healthcareApisManagementClient.ts +0 -198
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -1781
- package/src/models/mappers.ts +0 -2505
- package/src/models/parameters.ts +0 -323
- package/src/operations/dicomServices.ts +0 -641
- package/src/operations/fhirDestinations.ts +0 -216
- package/src/operations/fhirServices.ts +0 -641
- package/src/operations/index.ts +0 -21
- package/src/operations/iotConnectorFhirDestination.ts +0 -363
- package/src/operations/iotConnectors.ts +0 -641
- package/src/operations/operationResults.ts +0 -71
- package/src/operations/operations.ts +0 -149
- package/src/operations/privateEndpointConnections.ts +0 -457
- package/src/operations/privateLinkResources.ts +0 -114
- package/src/operations/services.ts +0 -747
- package/src/operations/workspacePrivateEndpointConnections.ts +0 -456
- package/src/operations/workspacePrivateLinkResources.ts +0 -185
- package/src/operations/workspaces.ts +0 -713
- package/src/operationsInterfaces/dicomServices.ts +0 -147
- package/src/operationsInterfaces/fhirDestinations.ts +0 -31
- package/src/operationsInterfaces/fhirServices.ts +0 -147
- package/src/operationsInterfaces/index.ts +0 -21
- package/src/operationsInterfaces/iotConnectorFhirDestination.ts +0 -107
- package/src/operationsInterfaces/iotConnectors.ts +0 -147
- package/src/operationsInterfaces/operationResults.ts +0 -27
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -115
- package/src/operationsInterfaces/privateLinkResources.ts +0 -42
- package/src/operationsInterfaces/services.ts +0 -152
- package/src/operationsInterfaces/workspacePrivateEndpointConnections.ts +0 -114
- package/src/operationsInterfaces/workspacePrivateLinkResources.ts +0 -44
- package/src/operationsInterfaces/workspaces.ts +0 -139
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-healthcareapis.d.ts +0 -2385
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dicomServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fhirDestinations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fhirServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/iotConnectorFhirDestination.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/iotConnectors.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/services.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspacePrivateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspacePrivateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,452 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
* Licensed under the MIT License.
|
5
|
+
*
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.IotConnectorsImpl = void 0;
|
11
|
+
const tslib_1 = require("tslib");
|
12
|
+
const pagingHelper_js_1 = require("../pagingHelper.js");
|
13
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
14
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
15
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
16
|
+
const core_lro_1 = require("@azure/core-lro");
|
17
|
+
const lroImpl_js_1 = require("../lroImpl.js");
|
18
|
+
/// <reference lib="esnext.asynciterable" />
|
19
|
+
/** Class containing IotConnectors operations. */
|
20
|
+
class IotConnectorsImpl {
|
21
|
+
/**
|
22
|
+
* Initialize a new instance of the class IotConnectors class.
|
23
|
+
* @param client Reference to the service client
|
24
|
+
*/
|
25
|
+
constructor(client) {
|
26
|
+
this.client = client;
|
27
|
+
}
|
28
|
+
/**
|
29
|
+
* Lists all IoT Connectors for the given workspace
|
30
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
31
|
+
* @param workspaceName The name of workspace resource.
|
32
|
+
* @param options The options parameters.
|
33
|
+
*/
|
34
|
+
listByWorkspace(resourceGroupName, workspaceName, options) {
|
35
|
+
const iter = this.listByWorkspacePagingAll(resourceGroupName, workspaceName, options);
|
36
|
+
return {
|
37
|
+
next() {
|
38
|
+
return iter.next();
|
39
|
+
},
|
40
|
+
[Symbol.asyncIterator]() {
|
41
|
+
return this;
|
42
|
+
},
|
43
|
+
byPage: (settings) => {
|
44
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
45
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
46
|
+
}
|
47
|
+
return this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options, settings);
|
48
|
+
},
|
49
|
+
};
|
50
|
+
}
|
51
|
+
listByWorkspacePagingPage(resourceGroupName, workspaceName, options, settings) {
|
52
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listByWorkspacePagingPage_1() {
|
53
|
+
let result;
|
54
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
55
|
+
if (!continuationToken) {
|
56
|
+
result = yield tslib_1.__await(this._listByWorkspace(resourceGroupName, workspaceName, options));
|
57
|
+
let page = result.value || [];
|
58
|
+
continuationToken = result.nextLink;
|
59
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
60
|
+
yield yield tslib_1.__await(page);
|
61
|
+
}
|
62
|
+
while (continuationToken) {
|
63
|
+
result = yield tslib_1.__await(this._listByWorkspaceNext(resourceGroupName, workspaceName, continuationToken, options));
|
64
|
+
continuationToken = result.nextLink;
|
65
|
+
let page = result.value || [];
|
66
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
67
|
+
yield yield tslib_1.__await(page);
|
68
|
+
}
|
69
|
+
});
|
70
|
+
}
|
71
|
+
listByWorkspacePagingAll(resourceGroupName, workspaceName, options) {
|
72
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
|
73
|
+
var _a, e_1, _b, _c;
|
74
|
+
try {
|
75
|
+
for (var _d = true, _e = tslib_1.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
76
|
+
_c = _f.value;
|
77
|
+
_d = false;
|
78
|
+
const page = _c;
|
79
|
+
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
80
|
+
}
|
81
|
+
}
|
82
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
83
|
+
finally {
|
84
|
+
try {
|
85
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
86
|
+
}
|
87
|
+
finally { if (e_1) throw e_1.error; }
|
88
|
+
}
|
89
|
+
});
|
90
|
+
}
|
91
|
+
/**
|
92
|
+
* Lists all IoT Connectors for the given workspace
|
93
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
94
|
+
* @param workspaceName The name of workspace resource.
|
95
|
+
* @param options The options parameters.
|
96
|
+
*/
|
97
|
+
_listByWorkspace(resourceGroupName, workspaceName, options) {
|
98
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listByWorkspaceOperationSpec);
|
99
|
+
}
|
100
|
+
/**
|
101
|
+
* Gets the properties of the specified IoT Connector.
|
102
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
103
|
+
* @param workspaceName The name of workspace resource.
|
104
|
+
* @param iotConnectorName The name of IoT Connector resource.
|
105
|
+
* @param options The options parameters.
|
106
|
+
*/
|
107
|
+
get(resourceGroupName, workspaceName, iotConnectorName, options) {
|
108
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, iotConnectorName, options }, getOperationSpec);
|
109
|
+
}
|
110
|
+
/**
|
111
|
+
* Creates or updates an IoT Connector resource with the specified parameters.
|
112
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
113
|
+
* @param workspaceName The name of workspace resource.
|
114
|
+
* @param iotConnectorName The name of IoT Connector resource.
|
115
|
+
* @param iotConnector The parameters for creating or updating an IoT Connectors resource.
|
116
|
+
* @param options The options parameters.
|
117
|
+
*/
|
118
|
+
async beginCreateOrUpdate(resourceGroupName, workspaceName, iotConnectorName, iotConnector, options) {
|
119
|
+
const directSendOperation = async (args, spec) => {
|
120
|
+
return this.client.sendOperationRequest(args, spec);
|
121
|
+
};
|
122
|
+
const sendOperationFn = async (args, spec) => {
|
123
|
+
var _a;
|
124
|
+
let currentRawResponse = undefined;
|
125
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
126
|
+
const callback = (rawResponse, flatResponse) => {
|
127
|
+
currentRawResponse = rawResponse;
|
128
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
129
|
+
};
|
130
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
131
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
132
|
+
return {
|
133
|
+
flatResponse,
|
134
|
+
rawResponse: {
|
135
|
+
statusCode: currentRawResponse.status,
|
136
|
+
body: currentRawResponse.parsedBody,
|
137
|
+
headers: currentRawResponse.headers.toJSON(),
|
138
|
+
},
|
139
|
+
};
|
140
|
+
};
|
141
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
142
|
+
sendOperationFn,
|
143
|
+
args: {
|
144
|
+
resourceGroupName,
|
145
|
+
workspaceName,
|
146
|
+
iotConnectorName,
|
147
|
+
iotConnector,
|
148
|
+
options,
|
149
|
+
},
|
150
|
+
spec: createOrUpdateOperationSpec,
|
151
|
+
});
|
152
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
153
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
154
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
155
|
+
});
|
156
|
+
await poller.poll();
|
157
|
+
return poller;
|
158
|
+
}
|
159
|
+
/**
|
160
|
+
* Creates or updates an IoT Connector resource with the specified parameters.
|
161
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
162
|
+
* @param workspaceName The name of workspace resource.
|
163
|
+
* @param iotConnectorName The name of IoT Connector resource.
|
164
|
+
* @param iotConnector The parameters for creating or updating an IoT Connectors resource.
|
165
|
+
* @param options The options parameters.
|
166
|
+
*/
|
167
|
+
async beginCreateOrUpdateAndWait(resourceGroupName, workspaceName, iotConnectorName, iotConnector, options) {
|
168
|
+
const poller = await this.beginCreateOrUpdate(resourceGroupName, workspaceName, iotConnectorName, iotConnector, options);
|
169
|
+
return poller.pollUntilDone();
|
170
|
+
}
|
171
|
+
/**
|
172
|
+
* Patch an IoT Connector.
|
173
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
174
|
+
* @param iotConnectorName The name of IoT Connector resource.
|
175
|
+
* @param workspaceName The name of workspace resource.
|
176
|
+
* @param iotConnectorPatchResource The parameters for updating an IoT Connector.
|
177
|
+
* @param options The options parameters.
|
178
|
+
*/
|
179
|
+
async beginUpdate(resourceGroupName, iotConnectorName, workspaceName, iotConnectorPatchResource, options) {
|
180
|
+
const directSendOperation = async (args, spec) => {
|
181
|
+
return this.client.sendOperationRequest(args, spec);
|
182
|
+
};
|
183
|
+
const sendOperationFn = async (args, spec) => {
|
184
|
+
var _a;
|
185
|
+
let currentRawResponse = undefined;
|
186
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
187
|
+
const callback = (rawResponse, flatResponse) => {
|
188
|
+
currentRawResponse = rawResponse;
|
189
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
190
|
+
};
|
191
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
192
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
193
|
+
return {
|
194
|
+
flatResponse,
|
195
|
+
rawResponse: {
|
196
|
+
statusCode: currentRawResponse.status,
|
197
|
+
body: currentRawResponse.parsedBody,
|
198
|
+
headers: currentRawResponse.headers.toJSON(),
|
199
|
+
},
|
200
|
+
};
|
201
|
+
};
|
202
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
203
|
+
sendOperationFn,
|
204
|
+
args: {
|
205
|
+
resourceGroupName,
|
206
|
+
iotConnectorName,
|
207
|
+
workspaceName,
|
208
|
+
iotConnectorPatchResource,
|
209
|
+
options,
|
210
|
+
},
|
211
|
+
spec: updateOperationSpec,
|
212
|
+
});
|
213
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
214
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
215
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
216
|
+
});
|
217
|
+
await poller.poll();
|
218
|
+
return poller;
|
219
|
+
}
|
220
|
+
/**
|
221
|
+
* Patch an IoT Connector.
|
222
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
223
|
+
* @param iotConnectorName The name of IoT Connector resource.
|
224
|
+
* @param workspaceName The name of workspace resource.
|
225
|
+
* @param iotConnectorPatchResource The parameters for updating an IoT Connector.
|
226
|
+
* @param options The options parameters.
|
227
|
+
*/
|
228
|
+
async beginUpdateAndWait(resourceGroupName, iotConnectorName, workspaceName, iotConnectorPatchResource, options) {
|
229
|
+
const poller = await this.beginUpdate(resourceGroupName, iotConnectorName, workspaceName, iotConnectorPatchResource, options);
|
230
|
+
return poller.pollUntilDone();
|
231
|
+
}
|
232
|
+
/**
|
233
|
+
* Deletes an IoT Connector.
|
234
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
235
|
+
* @param iotConnectorName The name of IoT Connector resource.
|
236
|
+
* @param workspaceName The name of workspace resource.
|
237
|
+
* @param options The options parameters.
|
238
|
+
*/
|
239
|
+
async beginDelete(resourceGroupName, iotConnectorName, workspaceName, options) {
|
240
|
+
const directSendOperation = async (args, spec) => {
|
241
|
+
return this.client.sendOperationRequest(args, spec);
|
242
|
+
};
|
243
|
+
const sendOperationFn = async (args, spec) => {
|
244
|
+
var _a;
|
245
|
+
let currentRawResponse = undefined;
|
246
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
247
|
+
const callback = (rawResponse, flatResponse) => {
|
248
|
+
currentRawResponse = rawResponse;
|
249
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
250
|
+
};
|
251
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
252
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
253
|
+
return {
|
254
|
+
flatResponse,
|
255
|
+
rawResponse: {
|
256
|
+
statusCode: currentRawResponse.status,
|
257
|
+
body: currentRawResponse.parsedBody,
|
258
|
+
headers: currentRawResponse.headers.toJSON(),
|
259
|
+
},
|
260
|
+
};
|
261
|
+
};
|
262
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
263
|
+
sendOperationFn,
|
264
|
+
args: { resourceGroupName, iotConnectorName, workspaceName, options },
|
265
|
+
spec: deleteOperationSpec,
|
266
|
+
});
|
267
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
268
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
269
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
270
|
+
});
|
271
|
+
await poller.poll();
|
272
|
+
return poller;
|
273
|
+
}
|
274
|
+
/**
|
275
|
+
* Deletes an IoT Connector.
|
276
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
277
|
+
* @param iotConnectorName The name of IoT Connector resource.
|
278
|
+
* @param workspaceName The name of workspace resource.
|
279
|
+
* @param options The options parameters.
|
280
|
+
*/
|
281
|
+
async beginDeleteAndWait(resourceGroupName, iotConnectorName, workspaceName, options) {
|
282
|
+
const poller = await this.beginDelete(resourceGroupName, iotConnectorName, workspaceName, options);
|
283
|
+
return poller.pollUntilDone();
|
284
|
+
}
|
285
|
+
/**
|
286
|
+
* ListByWorkspaceNext
|
287
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
288
|
+
* @param workspaceName The name of workspace resource.
|
289
|
+
* @param nextLink The nextLink from the previous successful call to the ListByWorkspace method.
|
290
|
+
* @param options The options parameters.
|
291
|
+
*/
|
292
|
+
_listByWorkspaceNext(resourceGroupName, workspaceName, nextLink, options) {
|
293
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, nextLink, options }, listByWorkspaceNextOperationSpec);
|
294
|
+
}
|
295
|
+
}
|
296
|
+
exports.IotConnectorsImpl = IotConnectorsImpl;
|
297
|
+
// Operation Specifications
|
298
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
299
|
+
const listByWorkspaceOperationSpec = {
|
300
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/iotconnectors",
|
301
|
+
httpMethod: "GET",
|
302
|
+
responses: {
|
303
|
+
200: {
|
304
|
+
bodyMapper: Mappers.IotConnectorCollection,
|
305
|
+
},
|
306
|
+
default: {
|
307
|
+
bodyMapper: Mappers.ErrorDetails,
|
308
|
+
},
|
309
|
+
},
|
310
|
+
queryParameters: [Parameters.apiVersion],
|
311
|
+
urlParameters: [
|
312
|
+
Parameters.$host,
|
313
|
+
Parameters.subscriptionId,
|
314
|
+
Parameters.resourceGroupName,
|
315
|
+
Parameters.workspaceName,
|
316
|
+
],
|
317
|
+
headerParameters: [Parameters.accept],
|
318
|
+
serializer,
|
319
|
+
};
|
320
|
+
const getOperationSpec = {
|
321
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/iotconnectors/{iotConnectorName}",
|
322
|
+
httpMethod: "GET",
|
323
|
+
responses: {
|
324
|
+
200: {
|
325
|
+
bodyMapper: Mappers.IotConnector,
|
326
|
+
},
|
327
|
+
default: {
|
328
|
+
bodyMapper: Mappers.ErrorDetails,
|
329
|
+
},
|
330
|
+
},
|
331
|
+
queryParameters: [Parameters.apiVersion],
|
332
|
+
urlParameters: [
|
333
|
+
Parameters.$host,
|
334
|
+
Parameters.subscriptionId,
|
335
|
+
Parameters.resourceGroupName,
|
336
|
+
Parameters.workspaceName,
|
337
|
+
Parameters.iotConnectorName,
|
338
|
+
],
|
339
|
+
headerParameters: [Parameters.accept],
|
340
|
+
serializer,
|
341
|
+
};
|
342
|
+
const createOrUpdateOperationSpec = {
|
343
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/iotconnectors/{iotConnectorName}",
|
344
|
+
httpMethod: "PUT",
|
345
|
+
responses: {
|
346
|
+
200: {
|
347
|
+
bodyMapper: Mappers.IotConnector,
|
348
|
+
},
|
349
|
+
201: {
|
350
|
+
bodyMapper: Mappers.IotConnector,
|
351
|
+
},
|
352
|
+
202: {
|
353
|
+
bodyMapper: Mappers.IotConnector,
|
354
|
+
},
|
355
|
+
204: {
|
356
|
+
bodyMapper: Mappers.IotConnector,
|
357
|
+
},
|
358
|
+
default: {
|
359
|
+
bodyMapper: Mappers.ErrorDetails,
|
360
|
+
},
|
361
|
+
},
|
362
|
+
requestBody: Parameters.iotConnector,
|
363
|
+
queryParameters: [Parameters.apiVersion],
|
364
|
+
urlParameters: [
|
365
|
+
Parameters.$host,
|
366
|
+
Parameters.subscriptionId,
|
367
|
+
Parameters.resourceGroupName,
|
368
|
+
Parameters.workspaceName,
|
369
|
+
Parameters.iotConnectorName,
|
370
|
+
],
|
371
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
372
|
+
mediaType: "json",
|
373
|
+
serializer,
|
374
|
+
};
|
375
|
+
const updateOperationSpec = {
|
376
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/iotconnectors/{iotConnectorName}",
|
377
|
+
httpMethod: "PATCH",
|
378
|
+
responses: {
|
379
|
+
200: {
|
380
|
+
bodyMapper: Mappers.IotConnector,
|
381
|
+
},
|
382
|
+
201: {
|
383
|
+
bodyMapper: Mappers.IotConnector,
|
384
|
+
},
|
385
|
+
202: {
|
386
|
+
bodyMapper: Mappers.IotConnector,
|
387
|
+
},
|
388
|
+
204: {
|
389
|
+
bodyMapper: Mappers.IotConnector,
|
390
|
+
},
|
391
|
+
default: {
|
392
|
+
bodyMapper: Mappers.ErrorDetails,
|
393
|
+
},
|
394
|
+
},
|
395
|
+
requestBody: Parameters.iotConnectorPatchResource,
|
396
|
+
queryParameters: [Parameters.apiVersion],
|
397
|
+
urlParameters: [
|
398
|
+
Parameters.$host,
|
399
|
+
Parameters.subscriptionId,
|
400
|
+
Parameters.resourceGroupName,
|
401
|
+
Parameters.workspaceName,
|
402
|
+
Parameters.iotConnectorName,
|
403
|
+
],
|
404
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
405
|
+
mediaType: "json",
|
406
|
+
serializer,
|
407
|
+
};
|
408
|
+
const deleteOperationSpec = {
|
409
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/iotconnectors/{iotConnectorName}",
|
410
|
+
httpMethod: "DELETE",
|
411
|
+
responses: {
|
412
|
+
200: {},
|
413
|
+
201: {},
|
414
|
+
202: {},
|
415
|
+
204: {},
|
416
|
+
default: {
|
417
|
+
bodyMapper: Mappers.ErrorModel,
|
418
|
+
},
|
419
|
+
},
|
420
|
+
queryParameters: [Parameters.apiVersion],
|
421
|
+
urlParameters: [
|
422
|
+
Parameters.$host,
|
423
|
+
Parameters.subscriptionId,
|
424
|
+
Parameters.resourceGroupName,
|
425
|
+
Parameters.workspaceName,
|
426
|
+
Parameters.iotConnectorName,
|
427
|
+
],
|
428
|
+
headerParameters: [Parameters.accept],
|
429
|
+
serializer,
|
430
|
+
};
|
431
|
+
const listByWorkspaceNextOperationSpec = {
|
432
|
+
path: "{nextLink}",
|
433
|
+
httpMethod: "GET",
|
434
|
+
responses: {
|
435
|
+
200: {
|
436
|
+
bodyMapper: Mappers.IotConnectorCollection,
|
437
|
+
},
|
438
|
+
default: {
|
439
|
+
bodyMapper: Mappers.ErrorDetails,
|
440
|
+
},
|
441
|
+
},
|
442
|
+
urlParameters: [
|
443
|
+
Parameters.$host,
|
444
|
+
Parameters.subscriptionId,
|
445
|
+
Parameters.resourceGroupName,
|
446
|
+
Parameters.nextLink,
|
447
|
+
Parameters.workspaceName,
|
448
|
+
],
|
449
|
+
headerParameters: [Parameters.accept],
|
450
|
+
serializer,
|
451
|
+
};
|
452
|
+
//# sourceMappingURL=iotConnectors.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"iotConnectors.js","sourceRoot":"","sources":["../../../src/operations/iotConnectors.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { IotConnectors } 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 { HealthcareApisManagementClient } from \"../healthcareApisManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n IotConnector,\n IotConnectorsListByWorkspaceNextOptionalParams,\n IotConnectorsListByWorkspaceOptionalParams,\n IotConnectorsListByWorkspaceResponse,\n IotConnectorsGetOptionalParams,\n IotConnectorsGetResponse,\n IotConnectorsCreateOrUpdateOptionalParams,\n IotConnectorsCreateOrUpdateResponse,\n IotConnectorPatchResource,\n IotConnectorsUpdateOptionalParams,\n IotConnectorsUpdateResponse,\n IotConnectorsDeleteOptionalParams,\n IotConnectorsListByWorkspaceNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing IotConnectors operations. */\nexport class IotConnectorsImpl implements IotConnectors {\n private readonly client: HealthcareApisManagementClient;\n\n /**\n * Initialize a new instance of the class IotConnectors class.\n * @param client Reference to the service client\n */\n constructor(client: HealthcareApisManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all IoT Connectors for the given workspace\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param workspaceName The name of workspace resource.\n * @param options The options parameters.\n */\n public listByWorkspace(\n resourceGroupName: string,\n workspaceName: string,\n options?: IotConnectorsListByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<IotConnector> {\n const iter = this.listByWorkspacePagingAll(\n resourceGroupName,\n workspaceName,\n options,\n );\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(\n resourceGroupName,\n workspaceName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByWorkspacePagingPage(\n resourceGroupName: string,\n workspaceName: string,\n options?: IotConnectorsListByWorkspaceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<IotConnector[]> {\n let result: IotConnectorsListByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByWorkspace(\n resourceGroupName,\n workspaceName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByWorkspaceNext(\n resourceGroupName,\n workspaceName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByWorkspacePagingAll(\n resourceGroupName: string,\n workspaceName: string,\n options?: IotConnectorsListByWorkspaceOptionalParams,\n ): AsyncIterableIterator<IotConnector> {\n for await (const page of this.listByWorkspacePagingPage(\n resourceGroupName,\n workspaceName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists all IoT Connectors for the given workspace\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param workspaceName The name of workspace resource.\n * @param options The options parameters.\n */\n private _listByWorkspace(\n resourceGroupName: string,\n workspaceName: string,\n options?: IotConnectorsListByWorkspaceOptionalParams,\n ): Promise<IotConnectorsListByWorkspaceResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, options },\n listByWorkspaceOperationSpec,\n );\n }\n\n /**\n * Gets the properties of the specified IoT Connector.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param workspaceName The name of workspace resource.\n * @param iotConnectorName The name of IoT Connector resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n workspaceName: string,\n iotConnectorName: string,\n options?: IotConnectorsGetOptionalParams,\n ): Promise<IotConnectorsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, iotConnectorName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Creates or updates an IoT Connector resource with the specified parameters.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param workspaceName The name of workspace resource.\n * @param iotConnectorName The name of IoT Connector resource.\n * @param iotConnector The parameters for creating or updating an IoT Connectors resource.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n workspaceName: string,\n iotConnectorName: string,\n iotConnector: IotConnector,\n options?: IotConnectorsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<IotConnectorsCreateOrUpdateResponse>,\n IotConnectorsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<IotConnectorsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n workspaceName,\n iotConnectorName,\n iotConnector,\n options,\n },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n IotConnectorsCreateOrUpdateResponse,\n OperationState<IotConnectorsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates an IoT Connector resource with the specified parameters.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param workspaceName The name of workspace resource.\n * @param iotConnectorName The name of IoT Connector resource.\n * @param iotConnector The parameters for creating or updating an IoT Connectors resource.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n workspaceName: string,\n iotConnectorName: string,\n iotConnector: IotConnector,\n options?: IotConnectorsCreateOrUpdateOptionalParams,\n ): Promise<IotConnectorsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n workspaceName,\n iotConnectorName,\n iotConnector,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Patch an IoT Connector.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param iotConnectorName The name of IoT Connector resource.\n * @param workspaceName The name of workspace resource.\n * @param iotConnectorPatchResource The parameters for updating an IoT Connector.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n iotConnectorName: string,\n workspaceName: string,\n iotConnectorPatchResource: IotConnectorPatchResource,\n options?: IotConnectorsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<IotConnectorsUpdateResponse>,\n IotConnectorsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<IotConnectorsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n iotConnectorName,\n workspaceName,\n iotConnectorPatchResource,\n options,\n },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n IotConnectorsUpdateResponse,\n OperationState<IotConnectorsUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Patch an IoT Connector.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param iotConnectorName The name of IoT Connector resource.\n * @param workspaceName The name of workspace resource.\n * @param iotConnectorPatchResource The parameters for updating an IoT Connector.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n iotConnectorName: string,\n workspaceName: string,\n iotConnectorPatchResource: IotConnectorPatchResource,\n options?: IotConnectorsUpdateOptionalParams,\n ): Promise<IotConnectorsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n iotConnectorName,\n workspaceName,\n iotConnectorPatchResource,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes an IoT Connector.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param iotConnectorName The name of IoT Connector resource.\n * @param workspaceName The name of workspace resource.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n iotConnectorName: string,\n workspaceName: string,\n options?: IotConnectorsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, iotConnectorName, workspaceName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes an IoT Connector.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param iotConnectorName The name of IoT Connector resource.\n * @param workspaceName The name of workspace resource.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n iotConnectorName: string,\n workspaceName: string,\n options?: IotConnectorsDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n iotConnectorName,\n workspaceName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListByWorkspaceNext\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param workspaceName The name of workspace resource.\n * @param nextLink The nextLink from the previous successful call to the ListByWorkspace method.\n * @param options The options parameters.\n */\n private _listByWorkspaceNext(\n resourceGroupName: string,\n workspaceName: string,\n nextLink: string,\n options?: IotConnectorsListByWorkspaceNextOptionalParams,\n ): Promise<IotConnectorsListByWorkspaceNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, nextLink, options },\n listByWorkspaceNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/iotconnectors\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IotConnectorCollection,\n },\n default: {\n bodyMapper: Mappers.ErrorDetails,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/iotconnectors/{iotConnectorName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IotConnector,\n },\n default: {\n bodyMapper: Mappers.ErrorDetails,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.iotConnectorName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/iotconnectors/{iotConnectorName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.IotConnector,\n },\n 201: {\n bodyMapper: Mappers.IotConnector,\n },\n 202: {\n bodyMapper: Mappers.IotConnector,\n },\n 204: {\n bodyMapper: Mappers.IotConnector,\n },\n default: {\n bodyMapper: Mappers.ErrorDetails,\n },\n },\n requestBody: Parameters.iotConnector,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.iotConnectorName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/iotconnectors/{iotConnectorName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.IotConnector,\n },\n 201: {\n bodyMapper: Mappers.IotConnector,\n },\n 202: {\n bodyMapper: Mappers.IotConnector,\n },\n 204: {\n bodyMapper: Mappers.IotConnector,\n },\n default: {\n bodyMapper: Mappers.ErrorDetails,\n },\n },\n requestBody: Parameters.iotConnectorPatchResource,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.iotConnectorName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/iotconnectors/{iotConnectorName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.iotConnectorName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IotConnectorCollection,\n },\n default: {\n bodyMapper: Mappers.ErrorDetails,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.workspaceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { OperationResults } from "../operationsInterfaces/index.js";
|
2
|
+
import { HealthcareApisManagementClient } from "../healthcareApisManagementClient.js";
|
3
|
+
import { OperationResultsGetOptionalParams, OperationResultsGetResponse } from "../models/index.js";
|
4
|
+
/** Class containing OperationResults operations. */
|
5
|
+
export declare class OperationResultsImpl implements OperationResults {
|
6
|
+
private readonly client;
|
7
|
+
/**
|
8
|
+
* Initialize a new instance of the class OperationResults class.
|
9
|
+
* @param client Reference to the service client
|
10
|
+
*/
|
11
|
+
constructor(client: HealthcareApisManagementClient);
|
12
|
+
/**
|
13
|
+
* Get the operation result for a long running operation.
|
14
|
+
* @param locationName The location of the operation.
|
15
|
+
* @param operationResultId The ID of the operation result to get.
|
16
|
+
* @param options The options parameters.
|
17
|
+
*/
|
18
|
+
get(locationName: string, operationResultId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResultsGetResponse>;
|
19
|
+
}
|
20
|
+
//# sourceMappingURL=operationResults.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"operationResults.d.ts","sourceRoot":"","sources":["../../../src/operations/operationResults.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AAIpE,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACtF,OAAO,EACL,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAE5B,oDAAoD;AACpD,qBAAa,oBAAqB,YAAW,gBAAgB;IAC3D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;OAKG;IACH,GAAG,CACD,YAAY,EAAE,MAAM,EACpB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;CAMxC"}
|
@@ -0,0 +1,58 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
* Licensed under the MIT License.
|
5
|
+
*
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.OperationResultsImpl = void 0;
|
11
|
+
const tslib_1 = require("tslib");
|
12
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
13
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
14
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
15
|
+
/** Class containing OperationResults operations. */
|
16
|
+
class OperationResultsImpl {
|
17
|
+
/**
|
18
|
+
* Initialize a new instance of the class OperationResults class.
|
19
|
+
* @param client Reference to the service client
|
20
|
+
*/
|
21
|
+
constructor(client) {
|
22
|
+
this.client = client;
|
23
|
+
}
|
24
|
+
/**
|
25
|
+
* Get the operation result for a long running operation.
|
26
|
+
* @param locationName The location of the operation.
|
27
|
+
* @param operationResultId The ID of the operation result to get.
|
28
|
+
* @param options The options parameters.
|
29
|
+
*/
|
30
|
+
get(locationName, operationResultId, options) {
|
31
|
+
return this.client.sendOperationRequest({ locationName, operationResultId, options }, getOperationSpec);
|
32
|
+
}
|
33
|
+
}
|
34
|
+
exports.OperationResultsImpl = OperationResultsImpl;
|
35
|
+
// Operation Specifications
|
36
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
37
|
+
const getOperationSpec = {
|
38
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/{locationName}/operationresults/{operationResultId}",
|
39
|
+
httpMethod: "GET",
|
40
|
+
responses: {
|
41
|
+
200: {
|
42
|
+
bodyMapper: Mappers.OperationResultsDescription,
|
43
|
+
},
|
44
|
+
default: {
|
45
|
+
bodyMapper: Mappers.ErrorDetails,
|
46
|
+
},
|
47
|
+
},
|
48
|
+
queryParameters: [Parameters.apiVersion],
|
49
|
+
urlParameters: [
|
50
|
+
Parameters.$host,
|
51
|
+
Parameters.subscriptionId,
|
52
|
+
Parameters.locationName,
|
53
|
+
Parameters.operationResultId,
|
54
|
+
],
|
55
|
+
headerParameters: [Parameters.accept],
|
56
|
+
serializer,
|
57
|
+
};
|
58
|
+
//# sourceMappingURL=operationResults.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"operationResults.js","sourceRoot":"","sources":["../../../src/operations/operationResults.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAOtD,oDAAoD;AACpD,MAAa,oBAAoB;IAG/B;;;OAGG;IACH,YAAY,MAAsC;QAChD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACH,GAAG,CACD,YAAoB,EACpB,iBAAyB,EACzB,OAA2C;QAE3C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,YAAY,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC5C,gBAAgB,CACjB,CAAC;IACJ,CAAC;CACF;AA3BD,oDA2BC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,kIAAkI;IACxI,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,2BAA2B;SAChD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,YAAY;SACjC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,iBAAiB;KAC7B;IACD,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 { OperationResults } 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 { HealthcareApisManagementClient } from \"../healthcareApisManagementClient.js\";\nimport {\n OperationResultsGetOptionalParams,\n OperationResultsGetResponse,\n} from \"../models/index.js\";\n\n/** Class containing OperationResults operations. */\nexport class OperationResultsImpl implements OperationResults {\n private readonly client: HealthcareApisManagementClient;\n\n /**\n * Initialize a new instance of the class OperationResults class.\n * @param client Reference to the service client\n */\n constructor(client: HealthcareApisManagementClient) {\n this.client = client;\n }\n\n /**\n * Get the operation result for a long running operation.\n * @param locationName The location of the operation.\n * @param operationResultId The ID of the operation result to get.\n * @param options The options parameters.\n */\n get(\n locationName: string,\n operationResultId: string,\n options?: OperationResultsGetOptionalParams,\n ): Promise<OperationResultsGetResponse> {\n return this.client.sendOperationRequest(\n { locationName, operationResultId, options },\n getOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/{locationName}/operationresults/{operationResultId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationResultsDescription,\n },\n default: {\n bodyMapper: Mappers.ErrorDetails,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.locationName,\n Parameters.operationResultId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { Operations } from "../operationsInterfaces/index.js";
|
3
|
+
import { HealthcareApisManagementClient } from "../healthcareApisManagementClient.js";
|
4
|
+
import { OperationDetail, OperationsListOptionalParams } from "../models/index.js";
|
5
|
+
/** Class containing Operations operations. */
|
6
|
+
export declare class OperationsImpl implements Operations {
|
7
|
+
private readonly client;
|
8
|
+
/**
|
9
|
+
* Initialize a new instance of the class Operations class.
|
10
|
+
* @param client Reference to the service client
|
11
|
+
*/
|
12
|
+
constructor(client: HealthcareApisManagementClient);
|
13
|
+
/**
|
14
|
+
* Lists all of the available operations supported by Microsoft Healthcare resource provider.
|
15
|
+
* @param options The options parameters.
|
16
|
+
*/
|
17
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDetail>;
|
18
|
+
private listPagingPage;
|
19
|
+
private listPagingAll;
|
20
|
+
/**
|
21
|
+
* Lists all of the available operations supported by Microsoft Healthcare resource provider.
|
22
|
+
* @param options The options parameters.
|
23
|
+
*/
|
24
|
+
private _list;
|
25
|
+
/**
|
26
|
+
* ListNext
|
27
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
28
|
+
* @param options The options parameters.
|
29
|
+
*/
|
30
|
+
private _listNext;
|
31
|
+
}
|
32
|
+
//# sourceMappingURL=operations.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACtF,OAAO,EACL,eAAe,EAEf,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,eAAe,CAAC;YAkB/B,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|