@azure/arm-healthcareapis 1.1.1 → 2.0.0-alpha.20220119.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -83
- package/dist/index.js +2292 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/checkNameAvailability.d.ts +2 -0
- package/dist-esm/samples-dev/checkNameAvailability.d.ts.map +1 -0
- package/dist-esm/samples-dev/checkNameAvailability.js +33 -0
- package/dist-esm/samples-dev/checkNameAvailability.js.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithAllParameters.d.ts +2 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithAllParameters.d.ts.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithAllParameters.js +62 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithAllParameters.js.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithMinimumParameters.d.ts +2 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithMinimumParameters.d.ts.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithMinimumParameters.js +39 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithMinimumParameters.js.map +1 -0
- package/dist-esm/samples-dev/deleteService.d.ts +2 -0
- package/dist-esm/samples-dev/deleteService.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteService.js +31 -0
- package/dist-esm/samples-dev/deleteService.js.map +1 -0
- package/dist-esm/samples-dev/getMetadata.d.ts +2 -0
- package/dist-esm/samples-dev/getMetadata.d.ts.map +1 -0
- package/dist-esm/samples-dev/getMetadata.js +31 -0
- package/dist-esm/samples-dev/getMetadata.js.map +1 -0
- package/dist-esm/samples-dev/getOperationResult.d.ts +2 -0
- package/dist-esm/samples-dev/getOperationResult.d.ts.map +1 -0
- package/dist-esm/samples-dev/getOperationResult.js +31 -0
- package/dist-esm/samples-dev/getOperationResult.js.map +1 -0
- package/dist-esm/samples-dev/listAllServicesInResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listAllServicesInResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listAllServicesInResourceGroup.js +44 -0
- package/dist-esm/samples-dev/listAllServicesInResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/listAllServicesInSubscription.d.ts +2 -0
- package/dist-esm/samples-dev/listAllServicesInSubscription.d.ts.map +1 -0
- package/dist-esm/samples-dev/listAllServicesInSubscription.js +43 -0
- package/dist-esm/samples-dev/listAllServicesInSubscription.js.map +1 -0
- package/dist-esm/samples-dev/listOperations.d.ts +2 -0
- package/dist-esm/samples-dev/listOperations.d.ts.map +1 -0
- package/dist-esm/samples-dev/listOperations.js +43 -0
- package/dist-esm/samples-dev/listOperations.js.map +1 -0
- package/dist-esm/samples-dev/patchService.d.ts +2 -0
- package/dist-esm/samples-dev/patchService.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchService.js +34 -0
- package/dist-esm/samples-dev/patchService.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdate.js +38 -0
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdate.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetConnection.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetConnection.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetConnection.js +32 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetConnection.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionList.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionList.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionList.js +45 -0
- package/dist-esm/samples-dev/privateEndpointConnectionList.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.js +32 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.js +32 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListGroupIds.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourcesListGroupIds.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListGroupIds.js +31 -0
- package/dist-esm/samples-dev/privateLinkResourcesListGroupIds.js.map +1 -0
- package/dist-esm/src/healthcareApisManagementClient.d.ts +22 -0
- package/dist-esm/src/healthcareApisManagementClient.d.ts.map +1 -0
- package/dist-esm/src/healthcareApisManagementClient.js +55 -0
- package/dist-esm/src/healthcareApisManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +609 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +65 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +32 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +335 -321
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +18 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +159 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operationResults.d.ts +20 -0
- package/dist-esm/src/operations/operationResults.d.ts.map +1 -0
- package/dist-esm/src/operations/operationResults.js +56 -0
- package/dist-esm/src/operations/operationResults.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +78 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +314 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +28 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +85 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/services.d.ts +114 -0
- package/dist-esm/src/operations/services.d.ts.map +1 -0
- package/dist-esm/src/operations/services.js +527 -0
- package/dist-esm/src/operations/services.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationResults.js +9 -0
- package/dist-esm/src/operationsInterfaces/operationResults.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/services.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/services.js +9 -0
- package/dist-esm/src/operationsInterfaces/services.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +82 -23
- package/review/arm-healthcareapis.api.md +535 -0
- package/rollup.config.js +181 -30
- package/src/healthcareApisManagementClient.ts +82 -43
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +450 -739
- package/src/models/mappers.ts +336 -319
- package/src/models/parameters.ts +111 -48
- package/src/operations/index.ts +3 -5
- package/src/operations/operationResults.ts +39 -54
- package/src/operations/operations.ts +87 -73
- package/src/operations/privateEndpointConnections.ts +321 -161
- package/src/operations/privateLinkResources.ts +64 -97
- package/src/operations/services.ts +538 -362
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/operationResults.ts +27 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +115 -0
- package/src/operationsInterfaces/privateLinkResources.ts +42 -0
- package/src/operationsInterfaces/services.ts +152 -0
- package/tsconfig.json +5 -4
- package/types/arm-healthcareapis.d.ts +885 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-healthcareapis.js +0 -2100
- package/dist/arm-healthcareapis.js.map +0 -1
- package/dist/arm-healthcareapis.min.js +0 -1
- package/dist/arm-healthcareapis.min.js.map +0 -1
- package/esm/healthcareApisManagementClient.d.ts +0 -28
- package/esm/healthcareApisManagementClient.d.ts.map +0 -1
- package/esm/healthcareApisManagementClient.js +0 -42
- package/esm/healthcareApisManagementClient.js.map +0 -1
- package/esm/healthcareApisManagementClientContext.d.ts +0 -22
- package/esm/healthcareApisManagementClientContext.d.ts.map +0 -1
- package/esm/healthcareApisManagementClientContext.js +0 -61
- package/esm/healthcareApisManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -907
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -33
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationResultsMappers.d.ts +0 -2
- package/esm/models/operationResultsMappers.d.ts.map +0 -1
- package/esm/models/operationResultsMappers.js +0 -9
- package/esm/models/operationResultsMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -120
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/servicesMappers.d.ts +0 -2
- package/esm/models/servicesMappers.d.ts.map +0 -1
- package/esm/models/servicesMappers.js +0 -9
- package/esm/models/servicesMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operationResults.d.ts +0 -34
- package/esm/operations/operationResults.d.ts.map +0 -1
- package/esm/operations/operationResults.js +0 -61
- package/esm/operations/operationResults.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -104
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -209
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -58
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -91
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/services.d.ts +0 -177
- package/esm/operations/services.d.ts.map +0 -1
- package/esm/operations/services.js +0 -362
- package/esm/operations/services.js.map +0 -1
- package/src/healthcareApisManagementClientContext.ts +0 -68
- package/src/models/operationResultsMappers.ts +0 -13
- package/src/models/operationsMappers.ts +0 -15
- package/src/models/privateEndpointConnectionsMappers.ts +0 -31
- package/src/models/privateLinkResourcesMappers.ts +0 -31
- package/src/models/servicesMappers.ts +0 -34
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"arm-healthcareapis.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/servicesMappers.ts","../src/models/parameters.ts","../src/operations/services.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/operationResultsMappers.ts","../src/operations/operationResults.ts","../src/models/privateEndpointConnectionsMappers.ts","../src/operations/privateEndpointConnections.ts","../src/models/privateLinkResourcesMappers.ts","../src/operations/privateLinkResources.ts","../src/healthcareApisManagementClientContext.ts","../src/healthcareApisManagementClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * An access policy entry.\n */\nexport interface ServiceAccessPolicyEntry {\n /**\n * An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.\n */\n objectId: string;\n}\n\n/**\n * The settings for the Cosmos DB database backing the service.\n */\nexport interface ServiceCosmosDbConfigurationInfo {\n /**\n * The provisioned throughput for the backing database.\n */\n offerThroughput?: number;\n /**\n * The URI of the customer-managed key for the backing database.\n */\n keyVaultKeyUri?: string;\n}\n\n/**\n * Authentication configuration information\n */\nexport interface ServiceAuthenticationConfigurationInfo {\n /**\n * The authority url for the service\n */\n authority?: string;\n /**\n * The audience url for the service\n */\n audience?: string;\n /**\n * If the SMART on FHIR proxy is enabled\n */\n smartProxyEnabled?: boolean;\n}\n\n/**\n * The settings for the CORS configuration of the service instance.\n */\nexport interface ServiceCorsConfigurationInfo {\n /**\n * The origins to be allowed via CORS.\n */\n origins?: string[];\n /**\n * The headers to be allowed via CORS.\n */\n headers?: string[];\n /**\n * The methods to be allowed via CORS.\n */\n methods?: string[];\n /**\n * The max age to be allowed via CORS.\n */\n maxAge?: number;\n /**\n * If credentials are allowed via CORS.\n */\n allowCredentials?: boolean;\n}\n\n/**\n * Export operation configuration information\n */\nexport interface ServiceExportConfigurationInfo {\n /**\n * The name of the default export storage account.\n */\n storageAccountName?: string;\n}\n\n/**\n * The Private Endpoint resource.\n */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for Private Endpoint\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n}\n\n/**\n * A collection of information about the state of the connection between service consumer and\n * provider.\n */\nexport interface PrivateLinkServiceConnectionState {\n /**\n * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the\n * service. Possible values include: 'Pending', 'Approved', 'Rejected'\n */\n status?: PrivateEndpointServiceConnectionStatus;\n /**\n * The reason for approval/rejection of the connection.\n */\n description?: string;\n /**\n * A message indicating if changes on the service provider require any updates on the consumer.\n */\n actionsRequired?: string;\n}\n\n/**\n * An interface representing Resource.\n */\nexport interface Resource extends BaseResource {\n /**\n * Fully qualified resource Id for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. Ex- Microsoft.Compute/virtualMachines or\n * Microsoft.Storage/storageAccounts.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n}\n\n/**\n * The Private Endpoint Connection resource.\n */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * The resource of private end point.\n */\n privateEndpoint?: PrivateEndpoint;\n /**\n * A collection of information about the state of the connection between service consumer and\n * provider.\n */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state of the private endpoint connection resource. Possible values include:\n * 'Succeeded', 'Creating', 'Deleting', 'Failed'\n */\n provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/**\n * The properties of a service instance.\n */\nexport interface ServicesProperties {\n /**\n * The provisioning state. Possible values include: 'Deleting', 'Succeeded', 'Creating',\n * 'Accepted', 'Verifying', 'Updating', 'Failed', 'Canceled', 'Deprovisioned'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The access policies of the service instance.\n */\n accessPolicies?: ServiceAccessPolicyEntry[];\n /**\n * The settings for the Cosmos DB database backing the service.\n */\n cosmosDbConfiguration?: ServiceCosmosDbConfigurationInfo;\n /**\n * The authentication configuration for the service instance.\n */\n authenticationConfiguration?: ServiceAuthenticationConfigurationInfo;\n /**\n * The settings for the CORS configuration of the service instance.\n */\n corsConfiguration?: ServiceCorsConfigurationInfo;\n /**\n * The settings for the export operation of the service instance.\n */\n exportConfiguration?: ServiceExportConfigurationInfo;\n /**\n * The list of private endpoint connections that are set up for this resource.\n */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Control permission for data plane traffic coming from public networks while private endpoint\n * is enabled. Possible values include: 'Enabled', 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/**\n * The common properties of a service.\n */\nexport interface ServicesResource extends BaseResource {\n /**\n * The resource identifier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The resource name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The resource type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The kind of the service. Possible values include: 'fhir', 'fhir-Stu3', 'fhir-R4'\n */\n kind: Kind;\n /**\n * The resource location.\n */\n location: string;\n /**\n * The resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * An etag associated with the resource, used for optimistic concurrency when editing it.\n */\n etag?: string;\n /**\n * Setting indicating whether the service has a managed identity associated with it.\n */\n identity?: ServicesResourceIdentity;\n}\n\n/**\n * The description of the service.\n */\nexport interface ServicesDescription extends ServicesResource {\n /**\n * The common properties of a service.\n */\n properties?: ServicesProperties;\n}\n\n/**\n * The description of the service.\n */\nexport interface ServicesPatchDescription {\n /**\n * Instance tags\n */\n tags?: { [propertyName: string]: string };\n /**\n * Control permission for data plane traffic coming from public networks while private endpoint\n * is enabled. Possible values include: 'Enabled', 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/**\n * Setting indicating whether the service has a managed identity associated with it.\n */\nexport interface ServicesResourceIdentity {\n /**\n * The principal ID of the resource identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n /**\n * Type of identity being specified, currently SystemAssigned and None are allowed. Possible\n * values include: 'SystemAssigned', 'None'\n */\n type?: ManagedServiceIdentityType;\n}\n\n/**\n * Error details.\n */\nexport interface ErrorDetailsInternal {\n /**\n * The error code.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * The error message.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * The target of the particular error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly target?: string;\n}\n\n/**\n * Error details.\n */\nexport interface ErrorDetails {\n /**\n * Object containing error details.\n */\n error?: ErrorDetailsInternal;\n}\n\n/**\n * The object that represents the operation.\n */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft.HealthcareApis\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provider?: string;\n /**\n * Resource Type: Services\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resource?: string;\n /**\n * Name of the operation\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly operation?: string;\n /**\n * Friendly description for the operation,\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly description?: string;\n}\n\n/**\n * Service REST API operation.\n */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{read | write | action | delete}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Default value is 'user,system'.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly origin?: string;\n /**\n * The information displayed about the operation.\n */\n display?: OperationDisplay;\n}\n\n/**\n * Input values.\n */\nexport interface CheckNameAvailabilityParameters {\n /**\n * The name of the service instance to check.\n */\n name: string;\n /**\n * The fully qualified resource type which includes provider namespace.\n */\n type: string;\n}\n\n/**\n * The properties indicating whether a given service name is available.\n */\nexport interface ServicesNameAvailabilityInfo {\n /**\n * The value which indicates whether the provided name is available.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nameAvailable?: boolean;\n /**\n * The reason for unavailability. Possible values include: 'Invalid', 'AlreadyExists'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reason?: ServiceNameUnavailabilityReason;\n /**\n * The detailed reason message.\n */\n message?: string;\n}\n\n/**\n * The properties indicating the operation result of an operation on a service.\n */\nexport interface OperationResultsDescription {\n /**\n * The ID of the operation returned.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the operation result.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The status of the operation being performed. Possible values include: 'Canceled', 'Succeeded',\n * 'Failed', 'Requested', 'Running'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: OperationResultStatus;\n /**\n * The time that the operation was started.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startTime?: string;\n /**\n * Additional properties of the operation result.\n */\n properties?: any;\n}\n\n/**\n * The resource model definition for a ARM proxy resource. It will have everything other than\n * required location and tags\n */\nexport interface ProxyResource extends Resource {\n}\n\n/**\n * The resource model definition for a ARM tracked top level resource\n */\nexport interface TrackedResource extends Resource {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The geo-location where the resource lives\n */\n location: string;\n}\n\n/**\n * The resource model definition for a Azure Resource Manager resource with an etag.\n */\nexport interface AzureEntityResource extends Resource {\n /**\n * Resource Etag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n}\n\n/**\n * A private link resource\n */\nexport interface PrivateLinkResource extends Resource {\n /**\n * The private link resource group id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly requiredMembers?: string[];\n /**\n * The private link resource Private link DNS zone name.\n */\n requiredZoneNames?: string[];\n}\n\n/**\n * A list of private link resources\n */\nexport interface PrivateLinkResourceListResult {\n /**\n * Array of private link resources\n */\n value?: PrivateLinkResource[];\n}\n\n/**\n * An interface representing HealthcareApisManagementClientOptions.\n */\nexport interface HealthcareApisManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * A list of service description objects with a next link.\n * @extends Array<ServicesDescription>\n */\nexport interface ServicesDescriptionListResult extends Array<ServicesDescription> {\n /**\n * The link used to get the next page of service description objects.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * A list of service operations. It contains a list of operations and a URL link to get the next\n * set of results.\n * @extends Array<Operation>\n */\nexport interface OperationListResult extends Array<Operation> {\n /**\n * The link used to get the next page of service description objects.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * List of private endpoint connection associated with the specified storage account\n * @extends Array<PrivateEndpointConnection>\n */\nexport interface PrivateEndpointConnectionListResult extends Array<PrivateEndpointConnection> {\n}\n\n/**\n * Defines values for ProvisioningState.\n * Possible values include: 'Deleting', 'Succeeded', 'Creating', 'Accepted', 'Verifying',\n * 'Updating', 'Failed', 'Canceled', 'Deprovisioned'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState = 'Deleting' | 'Succeeded' | 'Creating' | 'Accepted' | 'Verifying' | 'Updating' | 'Failed' | 'Canceled' | 'Deprovisioned';\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus.\n * Possible values include: 'Pending', 'Approved', 'Rejected'\n * @readonly\n * @enum {string}\n */\nexport type PrivateEndpointServiceConnectionStatus = 'Pending' | 'Approved' | 'Rejected';\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState.\n * Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type PrivateEndpointConnectionProvisioningState = 'Succeeded' | 'Creating' | 'Deleting' | 'Failed';\n\n/**\n * Defines values for PublicNetworkAccess.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type PublicNetworkAccess = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for Kind.\n * Possible values include: 'fhir', 'fhir-Stu3', 'fhir-R4'\n * @readonly\n * @enum {string}\n */\nexport type Kind = 'fhir' | 'fhir-Stu3' | 'fhir-R4';\n\n/**\n * Defines values for ManagedServiceIdentityType.\n * Possible values include: 'SystemAssigned', 'None'\n * @readonly\n * @enum {string}\n */\nexport type ManagedServiceIdentityType = 'SystemAssigned' | 'None';\n\n/**\n * Defines values for ServiceNameUnavailabilityReason.\n * Possible values include: 'Invalid', 'AlreadyExists'\n * @readonly\n * @enum {string}\n */\nexport type ServiceNameUnavailabilityReason = 'Invalid' | 'AlreadyExists';\n\n/**\n * Defines values for OperationResultStatus.\n * Possible values include: 'Canceled', 'Succeeded', 'Failed', 'Requested', 'Running'\n * @readonly\n * @enum {string}\n */\nexport type OperationResultStatus = 'Canceled' | 'Succeeded' | 'Failed' | 'Requested' | 'Running';\n\n/**\n * Contains response data for the get operation.\n */\nexport type ServicesGetResponse = ServicesDescription & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServicesDescription;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ServicesCreateOrUpdateResponse = ServicesDescription & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServicesDescription;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ServicesUpdateResponse = ServicesDescription & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServicesDescription;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ServicesListResponse = ServicesDescriptionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServicesDescriptionListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type ServicesListByResourceGroupResponse = ServicesDescriptionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServicesDescriptionListResult;\n };\n};\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type ServicesCheckNameAvailabilityResponse = ServicesNameAvailabilityInfo & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServicesNameAvailabilityInfo;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type ServicesBeginCreateOrUpdateResponse = ServicesDescription & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServicesDescription;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type ServicesBeginUpdateResponse = ServicesDescription & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServicesDescription;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ServicesListNextResponse = ServicesDescriptionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServicesDescriptionListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type ServicesListByResourceGroupNextResponse = ServicesDescriptionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServicesDescriptionListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OperationsListNextResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type OperationResultsGetResponse = {\n /**\n * The parsed response body.\n */\n body: any;\n\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: any;\n };\n};\n\n/**\n * Contains response data for the listByService operation.\n */\nexport type PrivateEndpointConnectionsListByServiceResponse = PrivateEndpointConnectionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpointConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type PrivateEndpointConnectionsBeginCreateOrUpdateResponse = PrivateEndpointConnection & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the listByService operation.\n */\nexport type PrivateLinkResourcesListByServiceResponse = PrivateLinkResourceListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateLinkResourceListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateLinkResource;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const ServiceAccessPolicyEntry: msRest.CompositeMapper = {\n serializedName: \"ServiceAccessPolicyEntry\",\n type: {\n name: \"Composite\",\n className: \"ServiceAccessPolicyEntry\",\n modelProperties: {\n objectId: {\n required: true,\n serializedName: \"objectId\",\n constraints: {\n Pattern: /^(([0-9A-Fa-f]{8}[-]?(?:[0-9A-Fa-f]{4}[-]?){3}[0-9A-Fa-f]{12}){1})+$/\n },\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceCosmosDbConfigurationInfo: msRest.CompositeMapper = {\n serializedName: \"ServiceCosmosDbConfigurationInfo\",\n type: {\n name: \"Composite\",\n className: \"ServiceCosmosDbConfigurationInfo\",\n modelProperties: {\n offerThroughput: {\n serializedName: \"offerThroughput\",\n constraints: {\n InclusiveMaximum: 10000,\n InclusiveMinimum: 400\n },\n type: {\n name: \"Number\"\n }\n },\n keyVaultKeyUri: {\n serializedName: \"keyVaultKeyUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceAuthenticationConfigurationInfo: msRest.CompositeMapper = {\n serializedName: \"ServiceAuthenticationConfigurationInfo\",\n type: {\n name: \"Composite\",\n className: \"ServiceAuthenticationConfigurationInfo\",\n modelProperties: {\n authority: {\n serializedName: \"authority\",\n type: {\n name: \"String\"\n }\n },\n audience: {\n serializedName: \"audience\",\n type: {\n name: \"String\"\n }\n },\n smartProxyEnabled: {\n serializedName: \"smartProxyEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ServiceCorsConfigurationInfo: msRest.CompositeMapper = {\n serializedName: \"ServiceCorsConfigurationInfo\",\n type: {\n name: \"Composite\",\n className: \"ServiceCorsConfigurationInfo\",\n modelProperties: {\n origins: {\n serializedName: \"origins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n methods: {\n serializedName: \"methods\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n maxAge: {\n serializedName: \"maxAge\",\n constraints: {\n InclusiveMaximum: 99999,\n InclusiveMinimum: 0\n },\n type: {\n name: \"Number\"\n }\n },\n allowCredentials: {\n serializedName: \"allowCredentials\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ServiceExportConfigurationInfo: msRest.CompositeMapper = {\n serializedName: \"ServiceExportConfigurationInfo\",\n type: {\n name: \"Composite\",\n className: \"ServiceExportConfigurationInfo\",\n modelProperties: {\n storageAccountName: {\n serializedName: \"storageAccountName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnection: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnection\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n required: true,\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServicesProperties: msRest.CompositeMapper = {\n serializedName: \"ServicesProperties\",\n type: {\n name: \"Composite\",\n className: \"ServicesProperties\",\n modelProperties: {\n provisioningState: {\n readOnly: true,\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n accessPolicies: {\n serializedName: \"accessPolicies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceAccessPolicyEntry\"\n }\n }\n }\n },\n cosmosDbConfiguration: {\n serializedName: \"cosmosDbConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServiceCosmosDbConfigurationInfo\"\n }\n },\n authenticationConfiguration: {\n serializedName: \"authenticationConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServiceAuthenticationConfigurationInfo\"\n }\n },\n corsConfiguration: {\n serializedName: \"corsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServiceCorsConfigurationInfo\"\n }\n },\n exportConfiguration: {\n serializedName: \"exportConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServiceExportConfigurationInfo\"\n }\n },\n privateEndpointConnections: {\n serializedName: \"privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n publicNetworkAccess: {\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServicesResource: msRest.CompositeMapper = {\n serializedName: \"ServicesResource\",\n type: {\n name: \"Composite\",\n className: \"ServicesResource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n constraints: {\n Pattern: /^[a-z0-9][a-z0-9-]{1,21}[a-z0-9]$/\n },\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n required: true,\n serializedName: \"kind\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"fhir\",\n \"fhir-Stu3\",\n \"fhir-R4\"\n ]\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ServicesResourceIdentity\"\n }\n }\n }\n }\n};\n\nexport const ServicesDescription: msRest.CompositeMapper = {\n serializedName: \"ServicesDescription\",\n type: {\n name: \"Composite\",\n className: \"ServicesDescription\",\n modelProperties: {\n ...ServicesResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ServicesProperties\"\n }\n }\n }\n }\n};\n\nexport const ServicesPatchDescription: msRest.CompositeMapper = {\n serializedName: \"ServicesPatchDescription\",\n type: {\n name: \"Composite\",\n className: \"ServicesPatchDescription\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServicesResourceIdentity: msRest.CompositeMapper = {\n serializedName: \"ServicesResource_identity\",\n type: {\n name: \"Composite\",\n className: \"ServicesResourceIdentity\",\n modelProperties: {\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetailsInternal: msRest.CompositeMapper = {\n serializedName: \"ErrorDetailsInternal\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetailsInternal\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n readOnly: true,\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetails: msRest.CompositeMapper = {\n serializedName: \"ErrorDetails\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetailsInternal\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"OperationDisplay\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n readOnly: true,\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n readOnly: true,\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n readOnly: true,\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n origin: {\n readOnly: true,\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const CheckNameAvailabilityParameters: msRest.CompositeMapper = {\n serializedName: \"CheckNameAvailabilityParameters\",\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServicesNameAvailabilityInfo: msRest.CompositeMapper = {\n serializedName: \"ServicesNameAvailabilityInfo\",\n type: {\n name: \"Composite\",\n className: \"ServicesNameAvailabilityInfo\",\n modelProperties: {\n nameAvailable: {\n readOnly: true,\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n readOnly: true,\n serializedName: \"reason\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Invalid\",\n \"AlreadyExists\"\n ]\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationResultsDescription: msRest.CompositeMapper = {\n serializedName: \"OperationResultsDescription\",\n type: {\n name: \"Composite\",\n className: \"OperationResultsDescription\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n readOnly: true,\n serializedName: \"startTime\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: msRest.CompositeMapper = {\n serializedName: \"ProxyResource\",\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureEntityResource: msRest.CompositeMapper = {\n serializedName: \"AzureEntityResource\",\n type: {\n name: \"Composite\",\n className: \"AzureEntityResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupId: {\n readOnly: true,\n serializedName: \"properties.groupId\",\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n readOnly: true,\n serializedName: \"properties.requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResourceListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServicesDescriptionListResult: msRest.CompositeMapper = {\n serializedName: \"ServicesDescriptionListResult\",\n type: {\n name: \"Composite\",\n className: \"ServicesDescriptionListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServicesDescription\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationListResult: msRest.CompositeMapper = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n AzureEntityResource,\n BaseResource,\n CheckNameAvailabilityParameters,\n ErrorDetails,\n ErrorDetailsInternal,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n Resource,\n ServiceAccessPolicyEntry,\n ServiceAuthenticationConfigurationInfo,\n ServiceCorsConfigurationInfo,\n ServiceCosmosDbConfigurationInfo,\n ServiceExportConfigurationInfo,\n ServicesDescription,\n ServicesDescriptionListResult,\n ServicesNameAvailabilityInfo,\n ServicesPatchDescription,\n ServicesProperties,\n ServicesResource,\n ServicesResourceIdentity,\n TrackedResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const groupName: msRest.OperationURLParameter = {\n parameterPath: \"groupName\",\n mapper: {\n required: true,\n serializedName: \"groupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const locationName: msRest.OperationURLParameter = {\n parameterPath: \"locationName\",\n mapper: {\n required: true,\n serializedName: \"locationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const operationResultId: msRest.OperationURLParameter = {\n parameterPath: \"operationResultId\",\n mapper: {\n required: true,\n serializedName: \"operationResultId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const privateEndpointConnectionName: msRest.OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n required: true,\n serializedName: \"privateEndpointConnectionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n Pattern: /^[-\\w\\._\\(\\)]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceName: msRest.OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n required: true,\n serializedName: \"resourceName\",\n constraints: {\n MaxLength: 24,\n MinLength: 3\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/servicesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HealthcareApisManagementClientContext } from \"../healthcareApisManagementClientContext\";\n\n/** Class representing a Services. */\nexport class Services {\n private readonly client: HealthcareApisManagementClientContext;\n\n /**\n * Create a Services.\n * @param {HealthcareApisManagementClientContext} client Reference to the service client.\n */\n constructor(client: HealthcareApisManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get the metadata of a service instance.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServicesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ServicesDescription>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServicesDescription>): void;\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServicesDescription>, callback?: msRest.ServiceCallback<Models.ServicesDescription>): Promise<Models.ServicesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ServicesGetResponse>;\n }\n\n /**\n * Create or update the metadata of a service instance.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param serviceDescription The service instance metadata.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, serviceDescription: Models.ServicesDescription, options?: msRest.RequestOptionsBase): Promise<Models.ServicesCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,resourceName,serviceDescription,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ServicesCreateOrUpdateResponse>;\n }\n\n /**\n * Update the metadata of a service instance.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param servicePatchDescription The service instance metadata and security metadata.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesUpdateResponse>\n */\n update(resourceGroupName: string, resourceName: string, servicePatchDescription: Models.ServicesPatchDescription, options?: msRest.RequestOptionsBase): Promise<Models.ServicesUpdateResponse> {\n return this.beginUpdate(resourceGroupName,resourceName,servicePatchDescription,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ServicesUpdateResponse>;\n }\n\n /**\n * Delete a service instance.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,resourceName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Get all the service instances in a subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.ServicesListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.ServicesDescriptionListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServicesDescriptionListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServicesDescriptionListResult>, callback?: msRest.ServiceCallback<Models.ServicesDescriptionListResult>): Promise<Models.ServicesListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ServicesListResponse>;\n }\n\n /**\n * Get all the service instances in a resource group.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServicesListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ServicesDescriptionListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServicesDescriptionListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServicesDescriptionListResult>, callback?: msRest.ServiceCallback<Models.ServicesDescriptionListResult>): Promise<Models.ServicesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.ServicesListByResourceGroupResponse>;\n }\n\n /**\n * Check if a service instance name is available.\n * @param checkNameAvailabilityInputs Set the name parameter in the CheckNameAvailabilityParameters\n * structure to the name of the service instance to check.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesCheckNameAvailabilityResponse>\n */\n checkNameAvailability(checkNameAvailabilityInputs: Models.CheckNameAvailabilityParameters, options?: msRest.RequestOptionsBase): Promise<Models.ServicesCheckNameAvailabilityResponse>;\n /**\n * @param checkNameAvailabilityInputs Set the name parameter in the CheckNameAvailabilityParameters\n * structure to the name of the service instance to check.\n * @param callback The callback\n */\n checkNameAvailability(checkNameAvailabilityInputs: Models.CheckNameAvailabilityParameters, callback: msRest.ServiceCallback<Models.ServicesNameAvailabilityInfo>): void;\n /**\n * @param checkNameAvailabilityInputs Set the name parameter in the CheckNameAvailabilityParameters\n * structure to the name of the service instance to check.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(checkNameAvailabilityInputs: Models.CheckNameAvailabilityParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServicesNameAvailabilityInfo>): void;\n checkNameAvailability(checkNameAvailabilityInputs: Models.CheckNameAvailabilityParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServicesNameAvailabilityInfo>, callback?: msRest.ServiceCallback<Models.ServicesNameAvailabilityInfo>): Promise<Models.ServicesCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n checkNameAvailabilityInputs,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback) as Promise<Models.ServicesCheckNameAvailabilityResponse>;\n }\n\n /**\n * Create or update the metadata of a service instance.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param serviceDescription The service instance metadata.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, resourceName: string, serviceDescription: Models.ServicesDescription, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n serviceDescription,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Update the metadata of a service instance.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param servicePatchDescription The service instance metadata and security metadata.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, resourceName: string, servicePatchDescription: Models.ServicesPatchDescription, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n servicePatchDescription,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete a service instance.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Get all the service instances in a subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ServicesListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ServicesDescriptionListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServicesDescriptionListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServicesDescriptionListResult>, callback?: msRest.ServiceCallback<Models.ServicesDescriptionListResult>): Promise<Models.ServicesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ServicesListNextResponse>;\n }\n\n /**\n * Get all the service instances in a resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServicesListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ServicesListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ServicesDescriptionListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServicesDescriptionListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServicesDescriptionListResult>, callback?: msRest.ServiceCallback<Models.ServicesDescriptionListResult>): Promise<Models.ServicesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.ServicesListByResourceGroupNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServicesDescription\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/services\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServicesDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServicesDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/checkNameAvailability\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"checkNameAvailabilityInputs\",\n mapper: {\n ...Mappers.CheckNameAvailabilityParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ServicesNameAvailabilityInfo\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"serviceDescription\",\n mapper: {\n ...Mappers.ServicesDescription,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ServicesDescription\n },\n 201: {\n bodyMapper: Mappers.ServicesDescription\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"servicePatchDescription\",\n mapper: {\n ...Mappers.ServicesPatchDescription,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ServicesDescription\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServicesDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServicesDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n ErrorDetails,\n ErrorDetailsInternal,\n Operation,\n OperationDisplay,\n OperationListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HealthcareApisManagementClientContext } from \"../healthcareApisManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: HealthcareApisManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {HealthcareApisManagementClientContext} client Reference to the service client.\n */\n constructor(client: HealthcareApisManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Healthcare service REST API operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n\n /**\n * Lists all of the available Healthcare service REST API operations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.OperationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.HealthcareApis/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n ErrorDetails,\n ErrorDetailsInternal,\n OperationResultsDescription\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationResultsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HealthcareApisManagementClientContext } from \"../healthcareApisManagementClientContext\";\n\n/** Class representing a OperationResults. */\nexport class OperationResults {\n private readonly client: HealthcareApisManagementClientContext;\n\n /**\n * Create a OperationResults.\n * @param {HealthcareApisManagementClientContext} client Reference to the service client.\n */\n constructor(client: HealthcareApisManagementClientContext) {\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 optional parameters\n * @returns Promise<Models.OperationResultsGetResponse>\n */\n get(locationName: string, operationResultId: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationResultsGetResponse>;\n /**\n * @param locationName The location of the operation.\n * @param operationResultId The ID of the operation result to get.\n * @param callback The callback\n */\n get(locationName: string, operationResultId: string, callback: msRest.ServiceCallback<any>): void;\n /**\n * @param locationName The location of the operation.\n * @param operationResultId The ID of the operation result to get.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(locationName: string, operationResultId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<any>): void;\n get(locationName: string, operationResultId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<any>, callback?: msRest.ServiceCallback<any>): Promise<Models.OperationResultsGetResponse> {\n return this.client.sendOperationRequest(\n {\n locationName,\n operationResultId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.OperationResultsGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/{locationName}/operationresults/{operationResultId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.locationName,\n Parameters.operationResultId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationResultsDescription\n },\n 404: {\n bodyMapper: Mappers.ErrorDetails\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n AzureEntityResource,\n BaseResource,\n ErrorDetails,\n ErrorDetailsInternal,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionListResult,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n Resource,\n ServiceAccessPolicyEntry,\n ServiceAuthenticationConfigurationInfo,\n ServiceCorsConfigurationInfo,\n ServiceCosmosDbConfigurationInfo,\n ServiceExportConfigurationInfo,\n ServicesDescription,\n ServicesProperties,\n ServicesResource,\n ServicesResourceIdentity,\n TrackedResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/privateEndpointConnectionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HealthcareApisManagementClientContext } from \"../healthcareApisManagementClientContext\";\n\n/** Class representing a PrivateEndpointConnections. */\nexport class PrivateEndpointConnections {\n private readonly client: HealthcareApisManagementClientContext;\n\n /**\n * Create a PrivateEndpointConnections.\n * @param {HealthcareApisManagementClientContext} client Reference to the service client.\n */\n constructor(client: HealthcareApisManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all private endpoint connections for a service.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListByServiceResponse>\n */\n listByService(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListByServiceResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param callback The callback\n */\n listByService(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByService(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n listByService(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): Promise<Models.PrivateEndpointConnectionsListByServiceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listByServiceOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListByServiceResponse>;\n }\n\n /**\n * Gets the specified private endpoint connection associated with the service.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsGetResponse>;\n }\n\n /**\n * Update the state of the specified private endpoint connection associated with the service.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param properties The private endpoint connection properties.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,resourceName,privateEndpointConnectionName,properties,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes a private endpoint connection.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,resourceName,privateEndpointConnectionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Update the state of the specified private endpoint connection associated with the service.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param properties The private endpoint connection properties.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n properties,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes a private endpoint connection.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByServiceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"properties\",\n mapper: {\n ...Mappers.PrivateEndpointConnection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n AzureEntityResource,\n BaseResource,\n ErrorDetails,\n ErrorDetailsInternal,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkResourceListResult,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n Resource,\n ServiceAccessPolicyEntry,\n ServiceAuthenticationConfigurationInfo,\n ServiceCorsConfigurationInfo,\n ServiceCosmosDbConfigurationInfo,\n ServiceExportConfigurationInfo,\n ServicesDescription,\n ServicesProperties,\n ServicesResource,\n ServicesResourceIdentity,\n TrackedResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/privateLinkResourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HealthcareApisManagementClientContext } from \"../healthcareApisManagementClientContext\";\n\n/** Class representing a PrivateLinkResources. */\nexport class PrivateLinkResources {\n private readonly client: HealthcareApisManagementClientContext;\n\n /**\n * Create a PrivateLinkResources.\n * @param {HealthcareApisManagementClientContext} client Reference to the service client.\n */\n constructor(client: HealthcareApisManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the private link resources that need to be created for a service.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListByServiceResponse>\n */\n listByService(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListByServiceResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param callback The callback\n */\n listByService(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByService(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;\n listByService(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResourceListResult>, callback?: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): Promise<Models.PrivateLinkResourcesListByServiceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listByServiceOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesListByServiceResponse>;\n }\n\n /**\n * Gets a private link resource that need to be created for a service.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param groupName The name of the private link resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, groupName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param groupName The name of the private link resource group.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, groupName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param resourceName The name of the service instance.\n * @param groupName The name of the private link resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, groupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n get(resourceGroupName: string, resourceName: string, groupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResource>, callback?: msRest.ServiceCallback<Models.PrivateLinkResource>): Promise<Models.PrivateLinkResourcesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n groupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByServiceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateLinkResources\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateLinkResources/{groupName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.groupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResource\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-healthcareapis\";\nconst packageVersion = \"1.1.1\";\n\nexport class HealthcareApisManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the HealthcareApisManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The subscription identifier.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.HealthcareApisManagementClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = '2020-03-30';\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { HealthcareApisManagementClientContext } from \"./healthcareApisManagementClientContext\";\n\n\nclass HealthcareApisManagementClient extends HealthcareApisManagementClientContext {\n // Operation groups\n services: operations.Services;\n operations: operations.Operations;\n operationResults: operations.OperationResults;\n privateEndpointConnections: operations.PrivateEndpointConnections;\n privateLinkResources: operations.PrivateLinkResources;\n\n /**\n * Initializes a new instance of the HealthcareApisManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The subscription identifier.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.HealthcareApisManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.services = new operations.Services(this);\n this.operations = new operations.Operations(this);\n this.operationResults = new operations.OperationResults(this);\n this.privateEndpointConnections = new operations.PrivateEndpointConnections(this);\n this.privateLinkResources = new operations.PrivateLinkResources(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n HealthcareApisManagementClient,\n HealthcareApisManagementClientContext,\n Models as HealthcareApisManagementModels,\n Mappers as HealthcareApisManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.resourceName","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.ServicesDescription","Mappers.ErrorDetails","Mappers.ServicesDescriptionListResult","Mappers.CheckNameAvailabilityParameters","Mappers.ServicesNameAvailabilityInfo","Mappers.ServicesPatchDescription","Parameters.nextPageLink","listOperationSpec","listNextOperationSpec","serializer","Mappers","Mappers.OperationListResult","getOperationSpec","Parameters.locationName","Parameters.operationResultId","Mappers.OperationResultsDescription","beginCreateOrUpdateOperationSpec","beginDeleteMethodOperationSpec","Mappers.PrivateEndpointConnectionListResult","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","listByServiceOperationSpec","Mappers.PrivateLinkResourceListResult","Parameters.groupName","Mappers.PrivateLinkResource","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Services","operations.Operations","operations.OperationResults","operations.PrivateEndpointConnections","operations.PrivateLinkResources"],"mappings":"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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("@azure/ms-rest-azure-js"),require("@azure/ms-rest-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-azure-js","@azure/ms-rest-js"],r):r(((e=e||self).Azure=e.Azure||{},e.Azure.ArmHealthcareapis={}),e.msRestAzure,e.msRest)}(this,function(e,n,r){"use strict";var i=function(e,r){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)r.hasOwnProperty(t)&&(e[t]=r[t])})(e,r)};function t(e,r){function t(){this.constructor=e}i(e,r),e.prototype=null===r?Object.create(r):(t.prototype=r.prototype,new t)}var a=function(){return(a=Object.assign||function(e){for(var r,t=1,i=arguments.length;t<i;t++)for(var a in r=arguments[t])Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a]);return e}).apply(this,arguments)},o=Object.freeze({__proto__:null}),s=n.CloudErrorMapper,p=n.BaseResourceMapper,c={serializedName:"ServiceAccessPolicyEntry",type:{name:"Composite",className:"ServiceAccessPolicyEntry",modelProperties:{objectId:{required:!0,serializedName:"objectId",constraints:{Pattern:/^(([0-9A-Fa-f]{8}[-]?(?:[0-9A-Fa-f]{4}[-]?){3}[0-9A-Fa-f]{12}){1})+$/},type:{name:"String"}}}}},m={serializedName:"ServiceCosmosDbConfigurationInfo",type:{name:"Composite",className:"ServiceCosmosDbConfigurationInfo",modelProperties:{offerThroughput:{serializedName:"offerThroughput",constraints:{InclusiveMaximum:1e4,InclusiveMinimum:400},type:{name:"Number"}},keyVaultKeyUri:{serializedName:"keyVaultKeyUri",type:{name:"String"}}}}},l={serializedName:"ServiceAuthenticationConfigurationInfo",type:{name:"Composite",className:"ServiceAuthenticationConfigurationInfo",modelProperties:{authority:{serializedName:"authority",type:{name:"String"}},audience:{serializedName:"audience",type:{name:"String"}},smartProxyEnabled:{serializedName:"smartProxyEnabled",type:{name:"Boolean"}}}}},u={serializedName:"ServiceCorsConfigurationInfo",type:{name:"Composite",className:"ServiceCorsConfigurationInfo",modelProperties:{origins:{serializedName:"origins",type:{name:"Sequence",element:{type:{name:"String"}}}},headers:{serializedName:"headers",type:{name:"Sequence",element:{type:{name:"String"}}}},methods:{serializedName:"methods",type:{name:"Sequence",element:{type:{name:"String"}}}},maxAge:{serializedName:"maxAge",constraints:{InclusiveMaximum:99999,InclusiveMinimum:0},type:{name:"Number"}},allowCredentials:{serializedName:"allowCredentials",type:{name:"Boolean"}}}}},d={serializedName:"ServiceExportConfigurationInfo",type:{name:"Composite",className:"ServiceExportConfigurationInfo",modelProperties:{storageAccountName:{serializedName:"storageAccountName",type:{name:"String"}}}}},y={serializedName:"PrivateEndpoint",type:{name:"Composite",className:"PrivateEndpoint",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}}}}},N={serializedName:"PrivateLinkServiceConnectionState",type:{name:"Composite",className:"PrivateLinkServiceConnectionState",modelProperties:{status:{serializedName:"status",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}},actionsRequired:{serializedName:"actionsRequired",type:{name:"String"}}}}},v={serializedName:"Resource",type:{name:"Composite",className:"Resource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}}}}},h={serializedName:"PrivateEndpointConnection",type:{name:"Composite",className:"PrivateEndpointConnection",modelProperties:a(a({},v.type.modelProperties),{privateEndpoint:{serializedName:"properties.privateEndpoint",type:{name:"Composite",className:"PrivateEndpoint"}},privateLinkServiceConnectionState:{required:!0,serializedName:"properties.privateLinkServiceConnectionState",type:{name:"Composite",className:"PrivateLinkServiceConnectionState"}},provisioningState:{serializedName:"properties.provisioningState",type:{name:"String"}}})}},g={serializedName:"ServicesProperties",type:{name:"Composite",className:"ServicesProperties",modelProperties:{provisioningState:{readOnly:!0,serializedName:"provisioningState",type:{name:"String"}},accessPolicies:{serializedName:"accessPolicies",type:{name:"Sequence",element:{type:{name:"Composite",className:"ServiceAccessPolicyEntry"}}}},cosmosDbConfiguration:{serializedName:"cosmosDbConfiguration",type:{name:"Composite",className:"ServiceCosmosDbConfigurationInfo"}},authenticationConfiguration:{serializedName:"authenticationConfiguration",type:{name:"Composite",className:"ServiceAuthenticationConfigurationInfo"}},corsConfiguration:{serializedName:"corsConfiguration",type:{name:"Composite",className:"ServiceCorsConfigurationInfo"}},exportConfiguration:{serializedName:"exportConfiguration",type:{name:"Composite",className:"ServiceExportConfigurationInfo"}},privateEndpointConnections:{serializedName:"privateEndpointConnections",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateEndpointConnection"}}}},publicNetworkAccess:{serializedName:"publicNetworkAccess",type:{name:"String"}}}}},P={serializedName:"ServicesResource",type:{name:"Composite",className:"ServicesResource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",constraints:{Pattern:/^[a-z0-9][a-z0-9-]{1,21}[a-z0-9]$/},type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},kind:{required:!0,serializedName:"kind",type:{name:"Enum",allowedValues:["fhir","fhir-Stu3","fhir-R4"]}},location:{required:!0,serializedName:"location",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},etag:{serializedName:"etag",type:{name:"String"}},identity:{serializedName:"identity",type:{name:"Composite",className:"ServicesResourceIdentity"}}}}},S={serializedName:"ServicesDescription",type:{name:"Composite",className:"ServicesDescription",modelProperties:a(a({},P.type.modelProperties),{properties:{serializedName:"properties",type:{name:"Composite",className:"ServicesProperties"}}})}},f={serializedName:"ServicesPatchDescription",type:{name:"Composite",className:"ServicesPatchDescription",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},publicNetworkAccess:{serializedName:"properties.publicNetworkAccess",type:{name:"String"}}}}},z={serializedName:"ServicesResource_identity",type:{name:"Composite",className:"ServicesResourceIdentity",modelProperties:{principalId:{readOnly:!0,serializedName:"principalId",type:{name:"String"}},tenantId:{readOnly:!0,serializedName:"tenantId",type:{name:"String"}},type:{serializedName:"type",type:{name:"String"}}}}},C={serializedName:"ErrorDetailsInternal",type:{name:"Composite",className:"ErrorDetailsInternal",modelProperties:{code:{readOnly:!0,serializedName:"code",type:{name:"String"}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}},target:{readOnly:!0,serializedName:"target",type:{name:"String"}}}}},b={serializedName:"ErrorDetails",type:{name:"Composite",className:"ErrorDetails",modelProperties:{error:{serializedName:"error",type:{name:"Composite",className:"ErrorDetailsInternal"}}}}},R={serializedName:"OperationDisplay",type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{readOnly:!0,serializedName:"provider",type:{name:"String"}},resource:{readOnly:!0,serializedName:"resource",type:{name:"String"}},operation:{readOnly:!0,serializedName:"operation",type:{name:"String"}},description:{readOnly:!0,serializedName:"description",type:{name:"String"}}}}},E={serializedName:"Operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{readOnly:!0,serializedName:"name",type:{name:"String"}},origin:{readOnly:!0,serializedName:"origin",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}}}}},O={serializedName:"CheckNameAvailabilityParameters",type:{name:"Composite",className:"CheckNameAvailabilityParameters",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},type:{required:!0,serializedName:"type",type:{name:"String"}}}}},M={serializedName:"ServicesNameAvailabilityInfo",type:{name:"Composite",className:"ServicesNameAvailabilityInfo",modelProperties:{nameAvailable:{readOnly:!0,serializedName:"nameAvailable",type:{name:"Boolean"}},reason:{readOnly:!0,serializedName:"reason",type:{name:"Enum",allowedValues:["Invalid","AlreadyExists"]}},message:{serializedName:"message",type:{name:"String"}}}}},I={serializedName:"OperationResultsDescription",type:{name:"Composite",className:"OperationResultsDescription",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},status:{readOnly:!0,serializedName:"status",type:{name:"String"}},startTime:{readOnly:!0,serializedName:"startTime",type:{name:"String"}},properties:{serializedName:"properties",type:{name:"Object"}}}}},q={serializedName:"ProxyResource",type:{name:"Composite",className:"ProxyResource",modelProperties:a({},v.type.modelProperties)}},A={serializedName:"TrackedResource",type:{name:"Composite",className:"TrackedResource",modelProperties:a(a({},v.type.modelProperties),{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},location:{required:!0,serializedName:"location",type:{name:"String"}}})}},L={serializedName:"AzureEntityResource",type:{name:"Composite",className:"AzureEntityResource",modelProperties:a(a({},v.type.modelProperties),{etag:{readOnly:!0,serializedName:"etag",type:{name:"String"}}})}},D={serializedName:"PrivateLinkResource",type:{name:"Composite",className:"PrivateLinkResource",modelProperties:a(a({},v.type.modelProperties),{groupId:{readOnly:!0,serializedName:"properties.groupId",type:{name:"String"}},requiredMembers:{readOnly:!0,serializedName:"properties.requiredMembers",type:{name:"Sequence",element:{type:{name:"String"}}}},requiredZoneNames:{serializedName:"properties.requiredZoneNames",type:{name:"Sequence",element:{type:{name:"String"}}}}})}},k={serializedName:"PrivateLinkResourceListResult",type:{name:"Composite",className:"PrivateLinkResourceListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateLinkResource"}}}}}}},G={serializedName:"ServicesDescriptionListResult",type:{name:"Composite",className:"ServicesDescriptionListResult",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"ServicesDescription"}}}}}}},x={serializedName:"OperationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}}}}},_={serializedName:"PrivateEndpointConnectionListResult",type:{name:"Composite",className:"PrivateEndpointConnectionListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateEndpointConnection"}}}}}}},T=Object.freeze({__proto__:null,CloudError:s,BaseResource:p,ServiceAccessPolicyEntry:c,ServiceCosmosDbConfigurationInfo:m,ServiceAuthenticationConfigurationInfo:l,ServiceCorsConfigurationInfo:u,ServiceExportConfigurationInfo:d,PrivateEndpoint:y,PrivateLinkServiceConnectionState:N,Resource:v,PrivateEndpointConnection:h,ServicesProperties:g,ServicesResource:P,ServicesDescription:S,ServicesPatchDescription:f,ServicesResourceIdentity:z,ErrorDetailsInternal:C,ErrorDetails:b,OperationDisplay:R,Operation:E,CheckNameAvailabilityParameters:O,ServicesNameAvailabilityInfo:M,OperationResultsDescription:I,ProxyResource:q,TrackedResource:A,AzureEntityResource:L,PrivateLinkResource:D,PrivateLinkResourceListResult:k,ServicesDescriptionListResult:G,OperationListResult:x,PrivateEndpointConnectionListResult:_}),w=Object.freeze({__proto__:null,AzureEntityResource:L,BaseResource:p,CheckNameAvailabilityParameters:O,ErrorDetails:b,ErrorDetailsInternal:C,PrivateEndpoint:y,PrivateEndpointConnection:h,PrivateLinkResource:D,PrivateLinkServiceConnectionState:N,ProxyResource:q,Resource:v,ServiceAccessPolicyEntry:c,ServiceAuthenticationConfigurationInfo:l,ServiceCorsConfigurationInfo:u,ServiceCosmosDbConfigurationInfo:m,ServiceExportConfigurationInfo:d,ServicesDescription:S,ServicesDescriptionListResult:G,ServicesNameAvailabilityInfo:M,ServicesPatchDescription:f,ServicesProperties:g,ServicesResource:P,ServicesResourceIdentity:z,TrackedResource:A}),U={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},j={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",type:{name:"String"}}},H={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},B={parameterPath:"privateEndpointConnectionName",mapper:{required:!0,serializedName:"privateEndpointConnectionName",type:{name:"String"}}},F={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",constraints:{MaxLength:90,MinLength:1,Pattern:/^[-\w\._\(\)]+$/},type:{name:"String"}}},V={parameterPath:"resourceName",mapper:{required:!0,serializedName:"resourceName",constraints:{MaxLength:24,MinLength:3},type:{name:"String"}}},s={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},$=(K.prototype.get=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,resourceName:r,options:t},Z,i)},K.prototype.createOrUpdate=function(e,r,t,i){return this.beginCreateOrUpdate(e,r,t,i).then(function(e){return e.pollUntilFinished()})},K.prototype.update=function(e,r,t,i){return this.beginUpdate(e,r,t,i).then(function(e){return e.pollUntilFinished()})},K.prototype.deleteMethod=function(e,r,t){return this.beginDeleteMethod(e,r,t).then(function(e){return e.pollUntilFinished()})},K.prototype.list=function(e,r){return this.client.sendOperationRequest({options:e},J,r)},K.prototype.listByResourceGroup=function(e,r,t){return this.client.sendOperationRequest({resourceGroupName:e,options:r},Q,t)},K.prototype.checkNameAvailability=function(e,r,t){return this.client.sendOperationRequest({checkNameAvailabilityInputs:e,options:r},W,t)},K.prototype.beginCreateOrUpdate=function(e,r,t,i){return this.client.sendLRORequest({resourceGroupName:e,resourceName:r,serviceDescription:t,options:i},X,i)},K.prototype.beginUpdate=function(e,r,t,i){return this.client.sendLRORequest({resourceGroupName:e,resourceName:r,servicePatchDescription:t,options:i},Y,i)},K.prototype.beginDeleteMethod=function(e,r,t){return this.client.sendLRORequest({resourceGroupName:e,resourceName:r,options:t},ee,t)},K.prototype.listNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},re,t)},K.prototype.listByResourceGroupNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},te,t)},K);function K(e){this.client=e}var w=new r.Serializer(w),Z={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}",urlParameters:[s,F,V],queryParameters:[j],headerParameters:[U],responses:{200:{bodyMapper:S},default:{bodyMapper:b}},serializer:w},J={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/services",urlParameters:[s],queryParameters:[j],headerParameters:[U],responses:{200:{bodyMapper:G},default:{bodyMapper:b}},serializer:w},Q={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services",urlParameters:[s,F],queryParameters:[j],headerParameters:[U],responses:{200:{bodyMapper:G},default:{bodyMapper:b}},serializer:w},W={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/checkNameAvailability",urlParameters:[s],queryParameters:[j],headerParameters:[U],requestBody:{parameterPath:"checkNameAvailabilityInputs",mapper:a(a({},O),{required:!0})},responses:{200:{bodyMapper:M},default:{bodyMapper:b}},serializer:w},X={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}",urlParameters:[s,F,V],queryParameters:[j],headerParameters:[U],requestBody:{parameterPath:"serviceDescription",mapper:a(a({},S),{required:!0})},responses:{200:{bodyMapper:S},201:{bodyMapper:S},default:{bodyMapper:b}},serializer:w},Y={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}",urlParameters:[s,F,V],queryParameters:[j],headerParameters:[U],requestBody:{parameterPath:"servicePatchDescription",mapper:a(a({},f),{required:!0})},responses:{200:{bodyMapper:S},default:{bodyMapper:b}},serializer:w},ee={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}",urlParameters:[s,F,V],queryParameters:[j],headerParameters:[U],responses:{202:{},204:{},default:{bodyMapper:b}},serializer:w},re={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[H],headerParameters:[U],responses:{200:{bodyMapper:G},default:{bodyMapper:b}},serializer:w},te={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[H],headerParameters:[U],responses:{200:{bodyMapper:G},default:{bodyMapper:b}},serializer:w},R=Object.freeze({__proto__:null,ErrorDetails:b,ErrorDetailsInternal:C,Operation:E,OperationDisplay:R,OperationListResult:x}),ie=(ae.prototype.list=function(e,r){return this.client.sendOperationRequest({options:e},ne,r)},ae.prototype.listNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},oe,t)},ae);function ae(e){this.client=e}var R=new r.Serializer(R),ne={httpMethod:"GET",path:"providers/Microsoft.HealthcareApis/operations",queryParameters:[j],headerParameters:[U],responses:{200:{bodyMapper:x},default:{bodyMapper:b}},serializer:R},oe={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[H],headerParameters:[U],responses:{200:{bodyMapper:x},default:{bodyMapper:b}},serializer:R},R=Object.freeze({__proto__:null,ErrorDetails:b,ErrorDetailsInternal:C,OperationResultsDescription:I}),se=(pe.prototype.get=function(e,r,t,i){return this.client.sendOperationRequest({locationName:e,operationResultId:r,options:t},ce,i)},pe);function pe(e){this.client=e}var ce={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/{locationName}/operationresults/{operationResultId}",urlParameters:[s,{parameterPath:"locationName",mapper:{required:!0,serializedName:"locationName",type:{name:"String"}}},{parameterPath:"operationResultId",mapper:{required:!0,serializedName:"operationResultId",type:{name:"String"}}}],queryParameters:[j],headerParameters:[U],responses:{200:{bodyMapper:I},404:{bodyMapper:b},default:{bodyMapper:b}},serializer:new r.Serializer(R)},R=Object.freeze({__proto__:null,AzureEntityResource:L,BaseResource:p,ErrorDetails:b,ErrorDetailsInternal:C,PrivateEndpoint:y,PrivateEndpointConnection:h,PrivateEndpointConnectionListResult:_,PrivateLinkResource:D,PrivateLinkServiceConnectionState:N,ProxyResource:q,Resource:v,ServiceAccessPolicyEntry:c,ServiceAuthenticationConfigurationInfo:l,ServiceCorsConfigurationInfo:u,ServiceCosmosDbConfigurationInfo:m,ServiceExportConfigurationInfo:d,ServicesDescription:S,ServicesProperties:g,ServicesResource:P,ServicesResourceIdentity:z,TrackedResource:A}),me=(le.prototype.listByService=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,resourceName:r,options:t},ue,i)},le.prototype.get=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,resourceName:r,privateEndpointConnectionName:t,options:i},de,a)},le.prototype.createOrUpdate=function(e,r,t,i,a){return this.beginCreateOrUpdate(e,r,t,i,a).then(function(e){return e.pollUntilFinished()})},le.prototype.deleteMethod=function(e,r,t,i){return this.beginDeleteMethod(e,r,t,i).then(function(e){return e.pollUntilFinished()})},le.prototype.beginCreateOrUpdate=function(e,r,t,i,a){return this.client.sendLRORequest({resourceGroupName:e,resourceName:r,privateEndpointConnectionName:t,properties:i,options:a},ye,a)},le.prototype.beginDeleteMethod=function(e,r,t,i){return this.client.sendLRORequest({resourceGroupName:e,resourceName:r,privateEndpointConnectionName:t,options:i},Ne,i)},le);function le(e){this.client=e}var R=new r.Serializer(R),ue={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections",urlParameters:[s,F,V],queryParameters:[j],headerParameters:[U],responses:{200:{bodyMapper:_},default:{bodyMapper:b}},serializer:R},de={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[s,F,V,B],queryParameters:[j],headerParameters:[U],responses:{200:{bodyMapper:h},default:{bodyMapper:b}},serializer:R},ye={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[s,F,V,B],queryParameters:[j],headerParameters:[U],requestBody:{parameterPath:"properties",mapper:a(a({},h),{required:!0})},responses:{200:{bodyMapper:h},default:{bodyMapper:b}},serializer:R},Ne={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[s,F,V,B],queryParameters:[j],headerParameters:[U],responses:{200:{},202:{},204:{},default:{bodyMapper:b}},serializer:R},A=Object.freeze({__proto__:null,AzureEntityResource:L,BaseResource:p,ErrorDetails:b,ErrorDetailsInternal:C,PrivateEndpoint:y,PrivateEndpointConnection:h,PrivateLinkResource:D,PrivateLinkResourceListResult:k,PrivateLinkServiceConnectionState:N,ProxyResource:q,Resource:v,ServiceAccessPolicyEntry:c,ServiceAuthenticationConfigurationInfo:l,ServiceCorsConfigurationInfo:u,ServiceCosmosDbConfigurationInfo:m,ServiceExportConfigurationInfo:d,ServicesDescription:S,ServicesProperties:g,ServicesResource:P,ServicesResourceIdentity:z,TrackedResource:A}),ve=(he.prototype.listByService=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,resourceName:r,options:t},Pe,i)},he.prototype.get=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,resourceName:r,groupName:t,options:i},Se,a)},he);function he(e){this.client=e}var ge,A=new r.Serializer(A),Pe={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateLinkResources",urlParameters:[s,F,V],queryParameters:[j],headerParameters:[U],responses:{200:{bodyMapper:k},default:{bodyMapper:b}},serializer:A},Se={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateLinkResources/{groupName}",urlParameters:[s,F,V,{parameterPath:"groupName",mapper:{required:!0,serializedName:"groupName",type:{name:"String"}}}],queryParameters:[j],headerParameters:[U],responses:{200:{bodyMapper:D},default:{bodyMapper:b}},serializer:A},b=(t(fe,ge=n.AzureServiceClient),fe);function fe(e,r,t){var i,a=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==r)throw new Error("'subscriptionId' cannot be null.");return(t=t||{}).userAgent||(i=n.getDefaultUserAgentValue(),t.userAgent="@azure/arm-healthcareapis/1.1.1 "+i),(a=ge.call(this,e,t)||this).apiVersion="2020-03-30",a.acceptLanguage="en-US",a.longRunningOperationRetryTimeout=30,a.baseUri=t.baseUri||a.baseUri||"https://management.azure.com",a.requestContentType="application/json; charset=utf-8",a.credentials=e,a.subscriptionId=r,null!==t.acceptLanguage&&void 0!==t.acceptLanguage&&(a.acceptLanguage=t.acceptLanguage),null!==t.longRunningOperationRetryTimeout&&void 0!==t.longRunningOperationRetryTimeout&&(a.longRunningOperationRetryTimeout=t.longRunningOperationRetryTimeout),a}var ze,A=(t(Ce,ze=b),Ce);function Ce(e,r,t){t=ze.call(this,e,r,t)||this;return t.services=new $(t),t.operations=new ie(t),t.operationResults=new se(t),t.privateEndpointConnections=new me(t),t.privateLinkResources=new ve(t),t}e.HealthcareApisManagementClient=A,e.HealthcareApisManagementClientContext=b,e.HealthcareApisManagementMappers=T,e.HealthcareApisManagementModels=o,e.OperationResults=se,e.Operations=ie,e.PrivateEndpointConnections=me,e.PrivateLinkResources=ve,e.Services=$,Object.defineProperty(e,"__esModule",{value:!0})});
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/services.ts","../src/operations/operations.ts","../src/operations/operationResults.ts","../src/operations/privateEndpointConnections.ts","../src/operations/privateLinkResources.ts","../src/healthcareApisManagementClientContext.ts","../src/healthcareApisManagementClient.ts"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","__assign","assign","t","s","i","n","arguments","length","call","apply","CloudError","CloudErrorMapper","BaseResource","BaseResourceMapper","ServiceAccessPolicyEntry","serializedName","type","name","className","modelProperties","objectId","required","constraints","Pattern","ServiceCosmosDbConfigurationInfo","offerThroughput","InclusiveMaximum","InclusiveMinimum","keyVaultKeyUri","ServiceAuthenticationConfigurationInfo","authority","audience","smartProxyEnabled","ServiceCorsConfigurationInfo","origins","element","headers","methods","maxAge","allowCredentials","ServiceExportConfigurationInfo","storageAccountName","PrivateEndpoint","id","readOnly","PrivateLinkServiceConnectionState","status","description","actionsRequired","Resource","PrivateEndpointConnection","privateEndpoint","privateLinkServiceConnectionState","provisioningState","ServicesProperties","accessPolicies","cosmosDbConfiguration","authenticationConfiguration","corsConfiguration","exportConfiguration","privateEndpointConnections","publicNetworkAccess","ServicesResource","kind","allowedValues","location","tags","value","etag","identity","ServicesDescription","properties","ServicesPatchDescription","ServicesResourceIdentity","principalId","tenantId","ErrorDetailsInternal","code","message","target","ErrorDetails","error","OperationDisplay","provider","resource","operation","Operation","origin","display","CheckNameAvailabilityParameters","ServicesNameAvailabilityInfo","nameAvailable","reason","OperationResultsDescription","startTime","ProxyResource","TrackedResource","AzureEntityResource","PrivateLinkResource","groupId","requiredMembers","requiredZoneNames","PrivateLinkResourceListResult","ServicesDescriptionListResult","nextLink","OperationListResult","PrivateEndpointConnectionListResult","acceptLanguage","parameterPath","mapper","defaultValue","apiVersion","nextPageLink","skipEncoding","privateEndpointConnectionName","resourceGroupName","MaxLength","MinLength","resourceName","subscriptionId","Services","get","options","callback","client","sendOperationRequest","getOperationSpec","createOrUpdate","serviceDescription","beginCreateOrUpdate","then","lroPoller","pollUntilFinished","update","servicePatchDescription","beginUpdate","deleteMethod","beginDeleteMethod","list","listOperationSpec","listByResourceGroup","listByResourceGroupOperationSpec","checkNameAvailability","checkNameAvailabilityInputs","checkNameAvailabilityOperationSpec","sendLRORequest","beginCreateOrUpdateOperationSpec","beginUpdateOperationSpec","beginDeleteMethodOperationSpec","listNext","listNextOperationSpec","listByResourceGroupNext","listByResourceGroupNextOperationSpec","serializer","msRest.Serializer","Mappers","httpMethod","path","urlParameters","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.resourceName","queryParameters","Parameters.apiVersion","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.ServicesDescription","default","Mappers.ErrorDetails","Mappers.ServicesDescriptionListResult","requestBody","Mappers.CheckNameAvailabilityParameters","Mappers.ServicesNameAvailabilityInfo","201","Mappers.ServicesPatchDescription","202","204","baseUrl","Parameters.nextPageLink","Operations","Mappers.OperationListResult","serializer$1","OperationResults","locationName","operationResultId","Mappers.OperationResultsDescription","404","PrivateEndpointConnections","listByService","listByServiceOperationSpec","Mappers.PrivateEndpointConnectionListResult","serializer$3","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","PrivateLinkResources","groupName","_super","Mappers.PrivateLinkResourceListResult","serializer$4","Mappers.PrivateLinkResource","HealthcareApisManagementClientContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","HealthcareApisManagementClient","services","operations.Services","operations","operations.Operations","operationResults","operations.OperationResults","operations.PrivateEndpointConnections","privateLinkResources","operations.PrivateLinkResources"],"mappings":"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"}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
2
|
-
import { TokenCredential } from "@azure/core-auth";
|
3
|
-
import * as Models from "./models";
|
4
|
-
import * as Mappers from "./models/mappers";
|
5
|
-
import * as operations from "./operations";
|
6
|
-
import { HealthcareApisManagementClientContext } from "./healthcareApisManagementClientContext";
|
7
|
-
declare class HealthcareApisManagementClient extends HealthcareApisManagementClientContext {
|
8
|
-
services: operations.Services;
|
9
|
-
operations: operations.Operations;
|
10
|
-
operationResults: operations.OperationResults;
|
11
|
-
privateEndpointConnections: operations.PrivateEndpointConnections;
|
12
|
-
privateLinkResources: operations.PrivateLinkResources;
|
13
|
-
/**
|
14
|
-
* Initializes a new instance of the HealthcareApisManagementClient class.
|
15
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
16
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
17
|
-
* more information about these credentials, see
|
18
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
19
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
20
|
-
* @azure/ms-rest-browserauth are also supported.
|
21
|
-
* @param subscriptionId The subscription identifier.
|
22
|
-
* @param [options] The parameter options
|
23
|
-
*/
|
24
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.HealthcareApisManagementClientOptions);
|
25
|
-
}
|
26
|
-
export { HealthcareApisManagementClient, HealthcareApisManagementClientContext, Models as HealthcareApisManagementModels, Mappers as HealthcareApisManagementMappers };
|
27
|
-
export * from "./operations";
|
28
|
-
//# sourceMappingURL=healthcareApisManagementClient.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"healthcareApisManagementClient.d.ts","sourceRoot":"","sources":["../src/healthcareApisManagementClient.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAC;AAGhG,cAAM,8BAA+B,SAAQ,qCAAqC;IAEhF,QAAQ,EAAE,UAAU,CAAC,QAAQ,CAAC;IAC9B,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,gBAAgB,EAAE,UAAU,CAAC,gBAAgB,CAAC;IAC9C,0BAA0B,EAAE,UAAU,CAAC,0BAA0B,CAAC;IAClE,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,CAAC;IAEtD;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,qCAAqC;CAQ3J;AAID,OAAO,EACL,8BAA8B,EAC9B,qCAAqC,EACrC,MAAM,IAAI,8BAA8B,EACxC,OAAO,IAAI,+BAA+B,EAC3C,CAAC;AACF,cAAc,cAAc,CAAC"}
|
@@ -1,42 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
4
|
-
* license information.
|
5
|
-
*
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
8
|
-
* regenerated.
|
9
|
-
*/
|
10
|
-
import { __extends } from "tslib";
|
11
|
-
import * as Models from "./models";
|
12
|
-
import * as Mappers from "./models/mappers";
|
13
|
-
import * as operations from "./operations";
|
14
|
-
import { HealthcareApisManagementClientContext } from "./healthcareApisManagementClientContext";
|
15
|
-
var HealthcareApisManagementClient = /** @class */ (function (_super) {
|
16
|
-
__extends(HealthcareApisManagementClient, _super);
|
17
|
-
/**
|
18
|
-
* Initializes a new instance of the HealthcareApisManagementClient class.
|
19
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
20
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
21
|
-
* more information about these credentials, see
|
22
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
23
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
24
|
-
* @azure/ms-rest-browserauth are also supported.
|
25
|
-
* @param subscriptionId The subscription identifier.
|
26
|
-
* @param [options] The parameter options
|
27
|
-
*/
|
28
|
-
function HealthcareApisManagementClient(credentials, subscriptionId, options) {
|
29
|
-
var _this = _super.call(this, credentials, subscriptionId, options) || this;
|
30
|
-
_this.services = new operations.Services(_this);
|
31
|
-
_this.operations = new operations.Operations(_this);
|
32
|
-
_this.operationResults = new operations.OperationResults(_this);
|
33
|
-
_this.privateEndpointConnections = new operations.PrivateEndpointConnections(_this);
|
34
|
-
_this.privateLinkResources = new operations.PrivateLinkResources(_this);
|
35
|
-
return _this;
|
36
|
-
}
|
37
|
-
return HealthcareApisManagementClient;
|
38
|
-
}(HealthcareApisManagementClientContext));
|
39
|
-
// Operation Specifications
|
40
|
-
export { HealthcareApisManagementClient, HealthcareApisManagementClientContext, Models as HealthcareApisManagementModels, Mappers as HealthcareApisManagementMappers };
|
41
|
-
export * from "./operations";
|
42
|
-
//# sourceMappingURL=healthcareApisManagementClient.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"healthcareApisManagementClient.js","sourceRoot":"","sources":["../src/healthcareApisManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAIH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAC;AAGhG;IAA6C,kDAAqC;IAQhF;;;;;;;;;;OAUG;IACH,wCAAY,WAA8D,EAAE,cAAsB,EAAE,OAAsD;QAA1J,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAM5C;QALC,KAAI,CAAC,QAAQ,GAAG,IAAI,UAAU,CAAC,QAAQ,CAAC,KAAI,CAAC,CAAC;QAC9C,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;QAClD,KAAI,CAAC,gBAAgB,GAAG,IAAI,UAAU,CAAC,gBAAgB,CAAC,KAAI,CAAC,CAAC;QAC9D,KAAI,CAAC,0BAA0B,GAAG,IAAI,UAAU,CAAC,0BAA0B,CAAC,KAAI,CAAC,CAAC;QAClF,KAAI,CAAC,oBAAoB,GAAG,IAAI,UAAU,CAAC,oBAAoB,CAAC,KAAI,CAAC,CAAC;;IACxE,CAAC;IACH,qCAAC;AAAD,CAAC,AA3BD,CAA6C,qCAAqC,GA2BjF;AAED,2BAA2B;AAE3B,OAAO,EACL,8BAA8B,EAC9B,qCAAqC,EACrC,MAAM,IAAI,8BAA8B,EACxC,OAAO,IAAI,+BAA+B,EAC3C,CAAC;AACF,cAAc,cAAc,CAAC"}
|