@azure/arm-digitaltwins 2.1.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -83
- package/dist/index.js +2613 -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/src/azureDigitalTwinsManagementClient.d.ts +22 -0
- package/dist-esm/src/azureDigitalTwinsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/azureDigitalTwinsManagementClient.js +55 -0
- package/dist-esm/src/azureDigitalTwinsManagementClient.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 +677 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +85 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +40 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +441 -491
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +19 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +171 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/digitalTwins.d.ts +119 -0
- package/dist-esm/src/operations/digitalTwins.d.ts.map +1 -0
- package/dist-esm/src/operations/digitalTwins.js +549 -0
- package/dist-esm/src/operations/digitalTwins.js.map +1 -0
- package/dist-esm/src/operations/digitalTwinsEndpoint.d.ts +81 -0
- package/dist-esm/src/operations/digitalTwinsEndpoint.d.ts.map +1 -0
- package/dist-esm/src/operations/digitalTwinsEndpoint.js +345 -0
- package/dist-esm/src/operations/digitalTwinsEndpoint.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 +1 -2
- package/dist-esm/src/operations/index.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 +63 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +264 -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/operationsInterfaces/digitalTwins.d.ts +83 -0
- package/dist-esm/src/operationsInterfaces/digitalTwins.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/digitalTwins.js} +2 -9
- package/dist-esm/src/operationsInterfaces/digitalTwins.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/digitalTwinsEndpoint.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/digitalTwinsEndpoint.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/digitalTwinsEndpoint.js} +2 -2
- package/dist-esm/src/operationsInterfaces/digitalTwinsEndpoint.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/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/operations.js} +2 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +55 -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/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 +65 -32
- package/review/arm-digitaltwins.api.md +620 -0
- package/rollup.config.js +181 -30
- package/src/azureDigitalTwinsManagementClient.ts +80 -40
- package/src/{models/privateLinkResourcesMappers.ts → index.ts} +4 -9
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +589 -1071
- package/src/models/mappers.ts +444 -492
- package/src/models/parameters.ts +119 -54
- package/src/operations/digitalTwins.ts +555 -371
- package/src/operations/digitalTwinsEndpoint.ts +338 -192
- package/src/operations/index.ts +1 -2
- package/src/operations/operations.ts +85 -73
- package/src/operations/privateEndpointConnections.ts +246 -151
- package/src/operations/privateLinkResources.ts +60 -92
- package/src/operationsInterfaces/digitalTwins.ts +164 -0
- package/src/operationsInterfaces/digitalTwinsEndpoint.ts +115 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +108 -0
- package/src/operationsInterfaces/privateLinkResources.ts +42 -0
- package/tsconfig.json +3 -3
- package/types/arm-digitaltwins.d.ts +1009 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-digitaltwins.js +0 -2418
- package/dist/arm-digitaltwins.js.map +0 -1
- package/dist/arm-digitaltwins.min.js +0 -1
- package/dist/arm-digitaltwins.min.js.map +0 -1
- package/esm/azureDigitalTwinsManagementClient.d.ts +0 -28
- package/esm/azureDigitalTwinsManagementClient.d.ts.map +0 -1
- package/esm/azureDigitalTwinsManagementClient.js +0 -41
- package/esm/azureDigitalTwinsManagementClient.js.map +0 -1
- package/esm/azureDigitalTwinsManagementClientContext.d.ts +0 -22
- package/esm/azureDigitalTwinsManagementClientContext.d.ts.map +0 -1
- package/esm/azureDigitalTwinsManagementClientContext.js +0 -60
- package/esm/azureDigitalTwinsManagementClientContext.js.map +0 -1
- package/esm/models/digitalTwinsEndpointMappers.d.ts +0 -2
- package/esm/models/digitalTwinsEndpointMappers.d.ts.map +0 -1
- package/esm/models/digitalTwinsEndpointMappers.js +0 -9
- package/esm/models/digitalTwinsEndpointMappers.js.map +0 -1
- package/esm/models/digitalTwinsMappers.d.ts +0 -2
- package/esm/models/digitalTwinsMappers.d.ts.map +0 -1
- package/esm/models/digitalTwinsMappers.js +0 -9
- package/esm/models/digitalTwinsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1169
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -42
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.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.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 -132
- 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/operations/digitalTwins.d.ts +0 -181
- package/esm/operations/digitalTwins.d.ts.map +0 -1
- package/esm/operations/digitalTwins.js +0 -383
- package/esm/operations/digitalTwins.js.map +0 -1
- package/esm/operations/digitalTwinsEndpoint.d.ts +0 -115
- package/esm/operations/digitalTwinsEndpoint.d.ts.map +0 -1
- package/esm/operations/digitalTwinsEndpoint.js +0 -242
- package/esm/operations/digitalTwinsEndpoint.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.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 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -97
- 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 -90
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/src/azureDigitalTwinsManagementClientContext.ts +0 -67
- package/src/models/digitalTwinsEndpointMappers.ts +0 -31
- package/src/models/digitalTwinsMappers.ts +0 -35
- package/src/models/privateEndpointConnectionsMappers.ts +0 -31
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-digitaltwins.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/digitalTwinsMappers.ts","../src/models/parameters.ts","../src/operations/digitalTwins.ts","../src/models/digitalTwinsEndpointMappers.ts","../src/operations/digitalTwinsEndpoint.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/privateLinkResourcesMappers.ts","../src/operations/privateLinkResources.ts","../src/models/privateEndpointConnectionsMappers.ts","../src/operations/privateEndpointConnections.ts","../src/azureDigitalTwinsManagementClientContext.ts","../src/azureDigitalTwinsManagementClient.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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * The properties of a DigitalTwinsInstance.\n */\nexport interface DigitalTwinsPatchProperties {\n /**\n * Public network access for the DigitalTwinsInstance. Possible values include: 'Enabled',\n * 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/**\n * The properties of a private endpoint connection.\n */\nexport interface ConnectionProperties {\n /**\n * The provisioning state. Possible values include: 'Pending', 'Approved', 'Rejected',\n * 'Disconnected'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ConnectionPropertiesProvisioningState;\n privateEndpoint?: ConnectionPropertiesPrivateEndpoint;\n /**\n * The list of group ids for the private endpoint connection.\n */\n groupIds?: string[];\n privateLinkServiceConnectionState?: ConnectionPropertiesPrivateLinkServiceConnectionState;\n}\n\n/**\n * An interface representing PrivateEndpointConnectionProperties.\n */\nexport interface PrivateEndpointConnectionProperties extends ConnectionProperties {\n}\n\n/**\n * The private endpoint connection of a Digital Twin.\n */\nexport interface PrivateEndpointConnection 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 properties: PrivateEndpointConnectionProperties;\n}\n\n/**\n * The common properties of a DigitalTwinsInstance.\n */\nexport interface DigitalTwinsResource 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 resource location.\n */\n location: string;\n /**\n * The resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The managed identity for the DigitalTwinsInstance.\n */\n identity?: DigitalTwinsIdentity;\n}\n\n/**\n * The description of the DigitalTwins service.\n */\nexport interface DigitalTwinsDescription extends DigitalTwinsResource {\n /**\n * Time when DigitalTwinsInstance was created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdTime?: Date;\n /**\n * Time when DigitalTwinsInstance was updated.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastUpdatedTime?: Date;\n /**\n * The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Updating',\n * 'Succeeded', 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Api endpoint to work with DigitalTwinsInstance.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly hostName?: string;\n privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Public network access for the DigitalTwinsInstance. Possible values include: 'Enabled',\n * 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/**\n * The managed identity for the DigitalTwinsInstance.\n */\nexport interface DigitalTwinsIdentity {\n /**\n * The type of Managed Identity used by the DigitalTwinsInstance. Only SystemAssigned is\n * supported. Possible values include: 'None', 'SystemAssigned'\n */\n type?: DigitalTwinsIdentityType;\n /**\n * The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the\n * x-ms-identity-principal-id header in the PUT request if the resource has a\n * systemAssigned(implicit) 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 Managed Identity Resource. This will be sent to the RP from ARM via the\n * x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit)\n * identity\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n}\n\n/**\n * The description of the DigitalTwins service.\n */\nexport interface DigitalTwinsPatchDescription {\n /**\n * Instance patch properties\n */\n tags?: { [propertyName: string]: string };\n /**\n * The managed identity for the DigitalTwinsInstance.\n */\n identity?: DigitalTwinsIdentity;\n /**\n * Properties for the DigitalTwinsInstance.\n */\n properties?: DigitalTwinsPatchProperties;\n}\n\n/**\n * Error definition.\n */\nexport interface ErrorDefinition {\n /**\n * Service specific error code which serves as the substatus for the HTTP 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 * Description of the error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * Internal error details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly details?: ErrorDefinition[];\n}\n\n/**\n * Error response.\n */\nexport interface ErrorResponse {\n /**\n * Error description\n */\n error?: ErrorDefinition;\n}\n\n/**\n * The object that represents the operation.\n */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft DigitalTwins\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: DigitalTwinsInstances\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 * DigitalTwins 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 * Operation properties display\n */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly origin?: string;\n /**\n * If the operation is a data action (for data plane rbac).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isDataAction?: boolean;\n}\n\n/**\n * The result returned from a database check name availability request.\n */\nexport interface CheckNameRequest {\n /**\n * Resource name.\n */\n name: string;\n}\n\n/**\n * The result returned from a check name availability request.\n */\nexport interface CheckNameResult {\n /**\n * Specifies a Boolean value that indicates if the name is available.\n */\n nameAvailable?: boolean;\n /**\n * Message indicating an unavailable name due to a conflict, or a description of the naming rules\n * that are violated.\n */\n message?: string;\n /**\n * Message providing the reason why the given name is invalid. Possible values include:\n * 'Invalid', 'AlreadyExists'\n */\n reason?: Reason;\n}\n\n/**\n * Definition of a resource.\n */\nexport interface ExternalResource 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 * Extension 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\n/**\n * Contains the possible cases for DigitalTwinsEndpointResourceProperties.\n */\nexport type DigitalTwinsEndpointResourcePropertiesUnion = DigitalTwinsEndpointResourceProperties | ServiceBus | EventHub | EventGrid;\n\n/**\n * Properties related to Digital Twins Endpoint\n */\nexport interface DigitalTwinsEndpointResourceProperties {\n /**\n * Polymorphic Discriminator\n */\n endpointType: \"DigitalTwinsEndpointResourceProperties\";\n /**\n * The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Succeeded',\n * 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: EndpointProvisioningState;\n /**\n * Time when the Endpoint was added to DigitalTwinsInstance.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdTime?: Date;\n /**\n * Specifies the authentication type being used for connecting to the endpoint. Possible values\n * include: 'KeyBased', 'IdentityBased'\n */\n authenticationType?: AuthenticationType;\n /**\n * Dead letter storage secret for key-based authentication. Will be obfuscated during read.\n */\n deadLetterSecret?: string;\n /**\n * Dead letter storage URL for identity-based authentication.\n */\n deadLetterUri?: string;\n}\n\n/**\n * DigitalTwinsInstance endpoint resource.\n */\nexport interface DigitalTwinsEndpointResource extends ExternalResource {\n /**\n * DigitalTwinsInstance endpoint resource properties.\n */\n properties: DigitalTwinsEndpointResourcePropertiesUnion;\n}\n\n/**\n * Properties related to ServiceBus.\n */\nexport interface ServiceBus {\n /**\n * Polymorphic Discriminator\n */\n endpointType: \"ServiceBus\";\n /**\n * The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Succeeded',\n * 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: EndpointProvisioningState;\n /**\n * Time when the Endpoint was added to DigitalTwinsInstance.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdTime?: Date;\n /**\n * Specifies the authentication type being used for connecting to the endpoint. Possible values\n * include: 'KeyBased', 'IdentityBased'\n */\n authenticationType?: AuthenticationType;\n /**\n * Dead letter storage secret for key-based authentication. Will be obfuscated during read.\n */\n deadLetterSecret?: string;\n /**\n * Dead letter storage URL for identity-based authentication.\n */\n deadLetterUri?: string;\n /**\n * PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated\n * during read.\n */\n primaryConnectionString?: string;\n /**\n * SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated\n * during read.\n */\n secondaryConnectionString?: string;\n /**\n * The URL of the ServiceBus namespace for identity-based authentication. It must include the\n * protocol sb://\n */\n endpointUri?: string;\n /**\n * The ServiceBus Topic name for identity-based authentication\n */\n entityPath?: string;\n}\n\n/**\n * Properties related to EventHub.\n */\nexport interface EventHub {\n /**\n * Polymorphic Discriminator\n */\n endpointType: \"EventHub\";\n /**\n * The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Succeeded',\n * 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: EndpointProvisioningState;\n /**\n * Time when the Endpoint was added to DigitalTwinsInstance.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdTime?: Date;\n /**\n * Specifies the authentication type being used for connecting to the endpoint. Possible values\n * include: 'KeyBased', 'IdentityBased'\n */\n authenticationType?: AuthenticationType;\n /**\n * Dead letter storage secret for key-based authentication. Will be obfuscated during read.\n */\n deadLetterSecret?: string;\n /**\n * Dead letter storage URL for identity-based authentication.\n */\n deadLetterUri?: string;\n /**\n * PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated\n * during read.\n */\n connectionStringPrimaryKey?: string;\n /**\n * SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated\n * during read.\n */\n connectionStringSecondaryKey?: string;\n /**\n * The URL of the EventHub namespace for identity-based authentication. It must include the\n * protocol sb://\n */\n endpointUri?: string;\n /**\n * The EventHub name in the EventHub namespace for identity-based authentication.\n */\n entityPath?: string;\n}\n\n/**\n * Properties related to EventGrid.\n */\nexport interface EventGrid {\n /**\n * Polymorphic Discriminator\n */\n endpointType: \"EventGrid\";\n /**\n * The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Succeeded',\n * 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: EndpointProvisioningState;\n /**\n * Time when the Endpoint was added to DigitalTwinsInstance.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdTime?: Date;\n /**\n * Specifies the authentication type being used for connecting to the endpoint. Possible values\n * include: 'KeyBased', 'IdentityBased'\n */\n authenticationType?: AuthenticationType;\n /**\n * Dead letter storage secret for key-based authentication. Will be obfuscated during read.\n */\n deadLetterSecret?: string;\n /**\n * Dead letter storage URL for identity-based authentication.\n */\n deadLetterUri?: string;\n /**\n * EventGrid Topic Endpoint\n */\n topicEndpoint: string;\n /**\n * EventGrid secondary accesskey. Will be obfuscated during read.\n */\n accessKey1: string;\n /**\n * EventGrid secondary accesskey. Will be obfuscated during read.\n */\n accessKey2?: string;\n}\n\n/**\n * The properties for a group information object.\n */\nexport interface GroupIdInformationProperties {\n /**\n * The group id\n */\n groupId?: string;\n /**\n * The required members for a specific group id.\n */\n requiredMembers?: string[];\n /**\n * The required DNS zones for a specific group id.\n */\n requiredZoneNames?: string[];\n}\n\n/**\n * An interface representing GroupIdInformationPropertiesModel.\n */\nexport interface GroupIdInformationPropertiesModel extends GroupIdInformationProperties {\n}\n\n/**\n * The group information for creating a private endpoint on Digital Twin.\n */\nexport interface GroupIdInformation {\n properties: GroupIdInformationPropertiesModel;\n /**\n * The resource identifier.\n */\n 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\n/**\n * The available private link connections for a Digital Twin.\n */\nexport interface PrivateEndpointConnectionsResponse {\n /**\n * The list of available private link connections for a Digital Twin.\n */\n value?: PrivateEndpointConnection[];\n}\n\n/**\n * The available private link resources for a Digital Twin.\n */\nexport interface GroupIdInformationResponse {\n /**\n * The list of available private link resources for a Digital Twin.\n */\n value?: GroupIdInformation[];\n}\n\n/**\n * The current state of a private endpoint connection.\n */\nexport interface ConnectionState {\n /**\n * The status of a private endpoint connection. Possible values include: 'Pending', 'Approved',\n * 'Rejected', 'Disconnected'\n */\n status: PrivateLinkServiceConnectionStatus;\n /**\n * The description for the current state of a private endpoint connection.\n */\n description: string;\n /**\n * Actions required for a private endpoint connection.\n */\n actionsRequired?: string;\n}\n\n/**\n * The private endpoint property of a private endpoint connection.\n */\nexport interface PrivateEndpoint {\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\n/**\n * An interface representing ConnectionPropertiesPrivateEndpoint.\n */\nexport interface ConnectionPropertiesPrivateEndpoint extends PrivateEndpoint {\n}\n\n/**\n * An interface representing ConnectionPropertiesPrivateLinkServiceConnectionState.\n */\nexport interface ConnectionPropertiesPrivateLinkServiceConnectionState extends ConnectionState {\n}\n\n/**\n * An interface representing AzureDigitalTwinsManagementClientOptions.\n */\nexport interface AzureDigitalTwinsManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * A list of DigitalTwins description objects with a next link.\n * @extends Array<DigitalTwinsDescription>\n */\nexport interface DigitalTwinsDescriptionListResult extends Array<DigitalTwinsDescription> {\n /**\n * The link used to get the next page of DigitalTwins description objects.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * A list of DigitalTwinsInstance Endpoints with a next link.\n * @extends Array<DigitalTwinsEndpointResource>\n */\nexport interface DigitalTwinsEndpointResourceListResult extends Array<DigitalTwinsEndpointResource> {\n /**\n * The link used to get the next page of DigitalTwinsInstance Endpoints.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * A list of DigitalTwins service operations. It contains a list of operations and a URL link to\n * get the next 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 DigitalTwins description objects.\n */\n nextLink?: string;\n}\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 ProvisioningState.\n * Possible values include: 'Provisioning', 'Deleting', 'Updating', 'Succeeded', 'Failed',\n * 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState = 'Provisioning' | 'Deleting' | 'Updating' | 'Succeeded' | 'Failed' | 'Canceled' | 'Deleted' | 'Warning' | 'Suspending' | 'Restoring' | 'Moving';\n\n/**\n * Defines values for DigitalTwinsIdentityType.\n * Possible values include: 'None', 'SystemAssigned'\n * @readonly\n * @enum {string}\n */\nexport type DigitalTwinsIdentityType = 'None' | 'SystemAssigned';\n\n/**\n * Defines values for Reason.\n * Possible values include: 'Invalid', 'AlreadyExists'\n * @readonly\n * @enum {string}\n */\nexport type Reason = 'Invalid' | 'AlreadyExists';\n\n/**\n * Defines values for EndpointProvisioningState.\n * Possible values include: 'Provisioning', 'Deleting', 'Succeeded', 'Failed', 'Canceled',\n * 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type EndpointProvisioningState = 'Provisioning' | 'Deleting' | 'Succeeded' | 'Failed' | 'Canceled' | 'Deleted' | 'Warning' | 'Suspending' | 'Restoring' | 'Moving' | 'Disabled';\n\n/**\n * Defines values for AuthenticationType.\n * Possible values include: 'KeyBased', 'IdentityBased'\n * @readonly\n * @enum {string}\n */\nexport type AuthenticationType = 'KeyBased' | 'IdentityBased';\n\n/**\n * Defines values for PrivateLinkServiceConnectionStatus.\n * Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'\n * @readonly\n * @enum {string}\n */\nexport type PrivateLinkServiceConnectionStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';\n\n/**\n * Defines values for ConnectionPropertiesProvisioningState.\n * Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'\n * @readonly\n * @enum {string}\n */\nexport type ConnectionPropertiesProvisioningState = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';\n\n/**\n * Contains response data for the get operation.\n */\nexport type DigitalTwinsGetResponse = DigitalTwinsDescription & {\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: DigitalTwinsDescription;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type DigitalTwinsCreateOrUpdateResponse = DigitalTwinsDescription & {\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: DigitalTwinsDescription;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type DigitalTwinsUpdateResponse = DigitalTwinsDescription & {\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: DigitalTwinsDescription;\n };\n};\n\n/**\n * Contains response data for the deleteMethod operation.\n */\nexport type DigitalTwinsDeleteMethodResponse = DigitalTwinsDescription & {\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: DigitalTwinsDescription;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type DigitalTwinsListResponse = DigitalTwinsDescriptionListResult & {\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: DigitalTwinsDescriptionListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type DigitalTwinsListByResourceGroupResponse = DigitalTwinsDescriptionListResult & {\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: DigitalTwinsDescriptionListResult;\n };\n};\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type DigitalTwinsCheckNameAvailabilityResponse = CheckNameResult & {\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: CheckNameResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type DigitalTwinsBeginCreateOrUpdateResponse = DigitalTwinsDescription & {\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: DigitalTwinsDescription;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type DigitalTwinsBeginUpdateResponse = DigitalTwinsDescription & {\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: DigitalTwinsDescription;\n };\n};\n\n/**\n * Contains response data for the beginDeleteMethod operation.\n */\nexport type DigitalTwinsBeginDeleteMethodResponse = DigitalTwinsDescription & {\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: DigitalTwinsDescription;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type DigitalTwinsListNextResponse = DigitalTwinsDescriptionListResult & {\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: DigitalTwinsDescriptionListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type DigitalTwinsListByResourceGroupNextResponse = DigitalTwinsDescriptionListResult & {\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: DigitalTwinsDescriptionListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type DigitalTwinsEndpointListResponse = DigitalTwinsEndpointResourceListResult & {\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: DigitalTwinsEndpointResourceListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DigitalTwinsEndpointGetResponse = DigitalTwinsEndpointResource & {\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: DigitalTwinsEndpointResource;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type DigitalTwinsEndpointCreateOrUpdateResponse = DigitalTwinsEndpointResource & {\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: DigitalTwinsEndpointResource;\n };\n};\n\n/**\n * Contains response data for the deleteMethod operation.\n */\nexport type DigitalTwinsEndpointDeleteMethodResponse = DigitalTwinsEndpointResource & {\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: DigitalTwinsEndpointResource;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type DigitalTwinsEndpointBeginCreateOrUpdateResponse = DigitalTwinsEndpointResource & {\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: DigitalTwinsEndpointResource;\n };\n};\n\n/**\n * Contains response data for the beginDeleteMethod operation.\n */\nexport type DigitalTwinsEndpointBeginDeleteMethodResponse = DigitalTwinsEndpointResource & {\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: DigitalTwinsEndpointResource;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type DigitalTwinsEndpointListNextResponse = DigitalTwinsEndpointResourceListResult & {\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: DigitalTwinsEndpointResourceListResult;\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 list operation.\n */\nexport type PrivateLinkResourcesListResponse = GroupIdInformationResponse & {\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: GroupIdInformationResponse;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateLinkResourcesGetResponse = GroupIdInformation & {\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: GroupIdInformation;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionsResponse & {\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: PrivateEndpointConnectionsResponse;\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 * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { 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 DigitalTwinsPatchProperties: msRest.CompositeMapper = {\n serializedName: \"DigitalTwinsPatchProperties\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsPatchProperties\",\n modelProperties: {\n publicNetworkAccess: {\n nullable: true,\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionProperties: msRest.CompositeMapper = {\n serializedName: \"ConnectionProperties\",\n type: {\n name: \"Composite\",\n className: \"ConnectionProperties\",\n modelProperties: {\n provisioningState: {\n nullable: true,\n readOnly: true,\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n privateEndpoint: {\n serializedName: \"privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"ConnectionPropertiesPrivateEndpoint\"\n }\n },\n groupIds: {\n serializedName: \"groupIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"ConnectionPropertiesPrivateLinkServiceConnectionState\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionProperties: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnection_properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\",\n modelProperties: {\n ...ConnectionProperties.type.modelProperties\n }\n }\n};\n\nexport const PrivateEndpointConnection: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnection\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\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: /^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-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 properties: {\n required: true,\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\"\n }\n }\n }\n }\n};\n\nexport const DigitalTwinsResource: msRest.CompositeMapper = {\n serializedName: \"DigitalTwinsResource\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsResource\",\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-Za-z0-9-]{3,63}(?<!-)$/\n },\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n nullable: true,\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n identity: {\n nullable: true,\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsIdentity\"\n }\n }\n }\n }\n};\n\nexport const DigitalTwinsDescription: msRest.CompositeMapper = {\n serializedName: \"DigitalTwinsDescription\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsDescription\",\n modelProperties: {\n ...DigitalTwinsResource.type.modelProperties,\n createdTime: {\n readOnly: true,\n serializedName: \"properties.createdTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastUpdatedTime: {\n readOnly: true,\n serializedName: \"properties.lastUpdatedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n hostName: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\"\n }\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n publicNetworkAccess: {\n nullable: true,\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DigitalTwinsIdentity: msRest.CompositeMapper = {\n serializedName: \"DigitalTwinsIdentity\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsIdentity\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n nullable: true,\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n nullable: true,\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DigitalTwinsPatchDescription: msRest.CompositeMapper = {\n serializedName: \"DigitalTwinsPatchDescription\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsPatchDescription\",\n modelProperties: {\n tags: {\n nullable: true,\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n identity: {\n nullable: true,\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsIdentity\"\n }\n },\n properties: {\n nullable: true,\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsPatchProperties\"\n }\n }\n }\n }\n};\n\nexport const ErrorDefinition: msRest.CompositeMapper = {\n serializedName: \"ErrorDefinition\",\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\",\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 details: {\n nullable: true,\n readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\"\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 display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n nullable: true,\n readOnly: true,\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n readOnly: true,\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const CheckNameRequest: msRest.CompositeMapper = {\n serializedName: \"CheckNameRequest\",\n type: {\n name: \"Composite\",\n className: \"CheckNameRequest\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: 'Microsoft.DigitalTwins/digitalTwinsInstances',\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckNameResult: msRest.CompositeMapper = {\n serializedName: \"CheckNameResult\",\n type: {\n name: \"Composite\",\n className: \"CheckNameResult\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n message: {\n nullable: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n reason: {\n nullable: true,\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExternalResource: msRest.CompositeMapper = {\n serializedName: \"ExternalResource\",\n type: {\n name: \"Composite\",\n className: \"ExternalResource\",\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: /^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-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 }\n }\n};\n\nexport const DigitalTwinsEndpointResourceProperties: msRest.CompositeMapper = {\n serializedName: \"DigitalTwinsEndpointResourceProperties\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"endpointType\",\n clientName: \"endpointType\"\n },\n uberParent: \"DigitalTwinsEndpointResourceProperties\",\n className: \"DigitalTwinsEndpointResourceProperties\",\n modelProperties: {\n provisioningState: {\n nullable: true,\n readOnly: true,\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n createdTime: {\n nullable: true,\n readOnly: true,\n serializedName: \"createdTime\",\n type: {\n name: \"DateTime\"\n }\n },\n authenticationType: {\n serializedName: \"authenticationType\",\n type: {\n name: \"String\"\n }\n },\n deadLetterSecret: {\n nullable: true,\n serializedName: \"deadLetterSecret\",\n type: {\n name: \"String\"\n }\n },\n deadLetterUri: {\n nullable: true,\n serializedName: \"deadLetterUri\",\n type: {\n name: \"String\"\n }\n },\n endpointType: {\n required: true,\n serializedName: \"endpointType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DigitalTwinsEndpointResource: msRest.CompositeMapper = {\n serializedName: \"DigitalTwinsEndpointResource\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsEndpointResource\",\n modelProperties: {\n ...ExternalResource.type.modelProperties,\n properties: {\n required: true,\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsEndpointResourceProperties\"\n }\n }\n }\n }\n};\n\nexport const ServiceBus: msRest.CompositeMapper = {\n serializedName: \"ServiceBus\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: DigitalTwinsEndpointResourceProperties.type.polymorphicDiscriminator,\n uberParent: \"DigitalTwinsEndpointResourceProperties\",\n className: \"ServiceBus\",\n modelProperties: {\n ...DigitalTwinsEndpointResourceProperties.type.modelProperties,\n primaryConnectionString: {\n nullable: true,\n serializedName: \"primaryConnectionString\",\n type: {\n name: \"String\"\n }\n },\n secondaryConnectionString: {\n nullable: true,\n serializedName: \"secondaryConnectionString\",\n type: {\n name: \"String\"\n }\n },\n endpointUri: {\n nullable: true,\n serializedName: \"endpointUri\",\n type: {\n name: \"String\"\n }\n },\n entityPath: {\n nullable: true,\n serializedName: \"entityPath\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventHub: msRest.CompositeMapper = {\n serializedName: \"EventHub\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: DigitalTwinsEndpointResourceProperties.type.polymorphicDiscriminator,\n uberParent: \"DigitalTwinsEndpointResourceProperties\",\n className: \"EventHub\",\n modelProperties: {\n ...DigitalTwinsEndpointResourceProperties.type.modelProperties,\n connectionStringPrimaryKey: {\n nullable: true,\n serializedName: \"connectionStringPrimaryKey\",\n type: {\n name: \"String\"\n }\n },\n connectionStringSecondaryKey: {\n nullable: true,\n serializedName: \"connectionStringSecondaryKey\",\n type: {\n name: \"String\"\n }\n },\n endpointUri: {\n nullable: true,\n serializedName: \"endpointUri\",\n type: {\n name: \"String\"\n }\n },\n entityPath: {\n nullable: true,\n serializedName: \"entityPath\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventGrid: msRest.CompositeMapper = {\n serializedName: \"EventGrid\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: DigitalTwinsEndpointResourceProperties.type.polymorphicDiscriminator,\n uberParent: \"DigitalTwinsEndpointResourceProperties\",\n className: \"EventGrid\",\n modelProperties: {\n ...DigitalTwinsEndpointResourceProperties.type.modelProperties,\n topicEndpoint: {\n required: true,\n serializedName: \"TopicEndpoint\",\n type: {\n name: \"String\"\n }\n },\n accessKey1: {\n required: true,\n nullable: true,\n serializedName: \"accessKey1\",\n type: {\n name: \"String\"\n }\n },\n accessKey2: {\n nullable: true,\n serializedName: \"accessKey2\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GroupIdInformationProperties: msRest.CompositeMapper = {\n serializedName: \"GroupIdInformationProperties\",\n type: {\n name: \"Composite\",\n className: \"GroupIdInformationProperties\",\n modelProperties: {\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n serializedName: \"requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n serializedName: \"requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GroupIdInformationPropertiesModel: msRest.CompositeMapper = {\n serializedName: \"GroupIdInformation_properties\",\n type: {\n name: \"Composite\",\n className: \"GroupIdInformationPropertiesModel\",\n modelProperties: {\n ...GroupIdInformationProperties.type.modelProperties\n }\n }\n};\n\nexport const GroupIdInformation: msRest.CompositeMapper = {\n serializedName: \"GroupIdInformation\",\n type: {\n name: \"Composite\",\n className: \"GroupIdInformation\",\n modelProperties: {\n properties: {\n required: true,\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GroupIdInformationPropertiesModel\"\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n constraints: {\n Pattern: /^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-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 }\n }\n};\n\nexport const PrivateEndpointConnectionsResponse: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionsResponse\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionsResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GroupIdInformationResponse: msRest.CompositeMapper = {\n serializedName: \"GroupIdInformationResponse\",\n type: {\n name: \"Composite\",\n className: \"GroupIdInformationResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GroupIdInformation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectionState: msRest.CompositeMapper = {\n serializedName: \"ConnectionState\",\n type: {\n name: \"Composite\",\n className: \"ConnectionState\",\n modelProperties: {\n status: {\n required: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n required: true,\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 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 ConnectionPropertiesPrivateEndpoint: msRest.CompositeMapper = {\n serializedName: \"ConnectionProperties_privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"ConnectionPropertiesPrivateEndpoint\",\n modelProperties: {\n ...PrivateEndpoint.type.modelProperties\n }\n }\n};\n\nexport const ConnectionPropertiesPrivateLinkServiceConnectionState: msRest.CompositeMapper = {\n serializedName: \"ConnectionProperties_privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"ConnectionPropertiesPrivateLinkServiceConnectionState\",\n modelProperties: {\n ...ConnectionState.type.modelProperties\n }\n }\n};\n\nexport const DigitalTwinsDescriptionListResult: msRest.CompositeMapper = {\n serializedName: \"DigitalTwinsDescriptionListResult\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsDescriptionListResult\",\n modelProperties: {\n nextLink: {\n nullable: true,\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: \"DigitalTwinsDescription\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DigitalTwinsEndpointResourceListResult: msRest.CompositeMapper = {\n serializedName: \"DigitalTwinsEndpointResourceListResult\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsEndpointResourceListResult\",\n modelProperties: {\n nextLink: {\n nullable: true,\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: \"DigitalTwinsEndpointResource\"\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 nullable: true,\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 discriminators = {\n 'DigitalTwinsEndpointResourceProperties' : DigitalTwinsEndpointResourceProperties,\n 'DigitalTwinsEndpointResourceProperties.ServiceBus' : ServiceBus,\n 'DigitalTwinsEndpointResourceProperties.EventHub' : EventHub,\n 'DigitalTwinsEndpointResourceProperties.EventGrid' : EventGrid\n\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n BaseResource,\n CheckNameRequest,\n CheckNameResult,\n ConnectionProperties,\n ConnectionPropertiesPrivateEndpoint,\n ConnectionPropertiesPrivateLinkServiceConnectionState,\n ConnectionState,\n DigitalTwinsDescription,\n DigitalTwinsDescriptionListResult,\n DigitalTwinsEndpointResource,\n DigitalTwinsEndpointResourceProperties,\n DigitalTwinsIdentity,\n DigitalTwinsPatchDescription,\n DigitalTwinsPatchProperties,\n DigitalTwinsResource,\n ErrorDefinition,\n ErrorResponse,\n EventGrid,\n EventHub,\n ExternalResource,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n ServiceBus\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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 isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2020-12-01',\n constraints: {\n MinLength: 10\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const endpointName: msRest.OperationURLParameter = {\n parameterPath: \"endpointName\",\n mapper: {\n required: true,\n serializedName: \"endpointName\",\n constraints: {\n MaxLength: 49,\n MinLength: 2,\n Pattern: /^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const location: msRest.OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n required: true,\n serializedName: \"location\",\n constraints: {\n MinLength: 3\n },\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 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 },\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceId: msRest.OperationURLParameter = {\n parameterPath: \"resourceId\",\n mapper: {\n required: true,\n serializedName: \"resourceId\",\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: 63,\n MinLength: 3,\n Pattern: /^(?!-)[A-Za-z0-9-]{3,63}(?<!-)$/\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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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/digitalTwinsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureDigitalTwinsManagementClientContext } from \"../azureDigitalTwinsManagementClientContext\";\n\n/** Class representing a DigitalTwins. */\nexport class DigitalTwins {\n private readonly client: AzureDigitalTwinsManagementClientContext;\n\n /**\n * Create a DigitalTwins.\n * @param {AzureDigitalTwinsManagementClientContext} client Reference to the service client.\n */\n constructor(client: AzureDigitalTwinsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get DigitalTwinsInstances resource.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param [options] The optional parameters\n * @returns Promise<Models.DigitalTwinsGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.DigitalTwinsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.DigitalTwinsDescription>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\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.DigitalTwinsDescription>): void;\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DigitalTwinsDescription>, callback?: msRest.ServiceCallback<Models.DigitalTwinsDescription>): Promise<Models.DigitalTwinsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.DigitalTwinsGetResponse>;\n }\n\n /**\n * Create or update the metadata of a DigitalTwinsInstance. The usual pattern to modify a property\n * is to retrieve the DigitalTwinsInstance and security metadata, and then combine them with the\n * modified values in a new body to update the DigitalTwinsInstance.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param digitalTwinsCreate The DigitalTwinsInstance and security metadata.\n * @param [options] The optional parameters\n * @returns Promise<Models.DigitalTwinsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, digitalTwinsCreate: Models.DigitalTwinsDescription, options?: msRest.RequestOptionsBase): Promise<Models.DigitalTwinsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,resourceName,digitalTwinsCreate,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.DigitalTwinsCreateOrUpdateResponse>;\n }\n\n /**\n * Update metadata of DigitalTwinsInstance.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param digitalTwinsPatchDescription The DigitalTwinsInstance and security metadata.\n * @param [options] The optional parameters\n * @returns Promise<Models.DigitalTwinsUpdateResponse>\n */\n update(resourceGroupName: string, resourceName: string, digitalTwinsPatchDescription: Models.DigitalTwinsPatchDescription, options?: msRest.RequestOptionsBase): Promise<Models.DigitalTwinsUpdateResponse> {\n return this.beginUpdate(resourceGroupName,resourceName,digitalTwinsPatchDescription,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.DigitalTwinsUpdateResponse>;\n }\n\n /**\n * Delete a DigitalTwinsInstance.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param [options] The optional parameters\n * @returns Promise<Models.DigitalTwinsDeleteMethodResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.DigitalTwinsDeleteMethodResponse> {\n return this.beginDeleteMethod(resourceGroupName,resourceName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.DigitalTwinsDeleteMethodResponse>;\n }\n\n /**\n * Get all the DigitalTwinsInstances in a subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.DigitalTwinsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.DigitalTwinsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.DigitalTwinsDescriptionListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DigitalTwinsDescriptionListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DigitalTwinsDescriptionListResult>, callback?: msRest.ServiceCallback<Models.DigitalTwinsDescriptionListResult>): Promise<Models.DigitalTwinsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.DigitalTwinsListResponse>;\n }\n\n /**\n * Get all the DigitalTwinsInstances in a resource group.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param [options] The optional parameters\n * @returns Promise<Models.DigitalTwinsListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.DigitalTwinsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.DigitalTwinsDescriptionListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DigitalTwinsDescriptionListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DigitalTwinsDescriptionListResult>, callback?: msRest.ServiceCallback<Models.DigitalTwinsDescriptionListResult>): Promise<Models.DigitalTwinsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.DigitalTwinsListByResourceGroupResponse>;\n }\n\n /**\n * Check if a DigitalTwinsInstance name is available.\n * @param location Location of DigitalTwinsInstance.\n * @param name Resource name.\n * @param [options] The optional parameters\n * @returns Promise<Models.DigitalTwinsCheckNameAvailabilityResponse>\n */\n checkNameAvailability(location: string, name: string, options?: msRest.RequestOptionsBase): Promise<Models.DigitalTwinsCheckNameAvailabilityResponse>;\n /**\n * @param location Location of DigitalTwinsInstance.\n * @param name Resource name.\n * @param callback The callback\n */\n checkNameAvailability(location: string, name: string, callback: msRest.ServiceCallback<Models.CheckNameResult>): void;\n /**\n * @param location Location of DigitalTwinsInstance.\n * @param name Resource name.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(location: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CheckNameResult>): void;\n checkNameAvailability(location: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CheckNameResult>, callback?: msRest.ServiceCallback<Models.CheckNameResult>): Promise<Models.DigitalTwinsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n name,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback) as Promise<Models.DigitalTwinsCheckNameAvailabilityResponse>;\n }\n\n /**\n * Create or update the metadata of a DigitalTwinsInstance. The usual pattern to modify a property\n * is to retrieve the DigitalTwinsInstance and security metadata, and then combine them with the\n * modified values in a new body to update the DigitalTwinsInstance.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param digitalTwinsCreate The DigitalTwinsInstance and security metadata.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, resourceName: string, digitalTwinsCreate: Models.DigitalTwinsDescription, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n digitalTwinsCreate,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Update metadata of DigitalTwinsInstance.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param digitalTwinsPatchDescription The DigitalTwinsInstance and security metadata.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, resourceName: string, digitalTwinsPatchDescription: Models.DigitalTwinsPatchDescription, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n digitalTwinsPatchDescription,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete a DigitalTwinsInstance.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\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 DigitalTwinsInstances 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.DigitalTwinsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.DigitalTwinsListNextResponse>;\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.DigitalTwinsDescriptionListResult>): 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.DigitalTwinsDescriptionListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DigitalTwinsDescriptionListResult>, callback?: msRest.ServiceCallback<Models.DigitalTwinsDescriptionListResult>): Promise<Models.DigitalTwinsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.DigitalTwinsListNextResponse>;\n }\n\n /**\n * Get all the DigitalTwinsInstances 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.DigitalTwinsListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.DigitalTwinsListByResourceGroupNextResponse>;\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.DigitalTwinsDescriptionListResult>): 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.DigitalTwinsDescriptionListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DigitalTwinsDescriptionListResult>, callback?: msRest.ServiceCallback<Models.DigitalTwinsDescriptionListResult>): Promise<Models.DigitalTwinsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.DigitalTwinsListByResourceGroupNextResponse>;\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.DigitalTwins/digitalTwinsInstances/{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.DigitalTwinsDescription\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DigitalTwins/digitalTwinsInstances\",\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.DigitalTwinsDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances\",\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.DigitalTwinsDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DigitalTwins/locations/{location}/checkNameAvailability\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n name: \"name\"\n },\n mapper: {\n ...Mappers.CheckNameRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{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: \"digitalTwinsCreate\",\n mapper: {\n ...Mappers.DigitalTwinsDescription,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DigitalTwinsDescription\n },\n 201: {\n bodyMapper: Mappers.DigitalTwinsDescription\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{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: \"digitalTwinsPatchDescription\",\n mapper: {\n ...Mappers.DigitalTwinsPatchDescription,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DigitalTwinsDescription\n },\n 202: {\n bodyMapper: Mappers.DigitalTwinsDescription\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{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.DigitalTwinsDescription\n },\n 202: {\n bodyMapper: Mappers.DigitalTwinsDescription\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\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 queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DigitalTwinsDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\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 queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DigitalTwinsDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n BaseResource,\n ConnectionProperties,\n ConnectionPropertiesPrivateEndpoint,\n ConnectionPropertiesPrivateLinkServiceConnectionState,\n ConnectionState,\n DigitalTwinsDescription,\n DigitalTwinsEndpointResource,\n DigitalTwinsEndpointResourceListResult,\n DigitalTwinsEndpointResourceProperties,\n DigitalTwinsIdentity,\n DigitalTwinsResource,\n ErrorDefinition,\n ErrorResponse,\n EventGrid,\n EventHub,\n ExternalResource,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n ServiceBus\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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/digitalTwinsEndpointMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureDigitalTwinsManagementClientContext } from \"../azureDigitalTwinsManagementClientContext\";\n\n/** Class representing a DigitalTwinsEndpoint. */\nexport class DigitalTwinsEndpoint {\n private readonly client: AzureDigitalTwinsManagementClientContext;\n\n /**\n * Create a DigitalTwinsEndpoint.\n * @param {AzureDigitalTwinsManagementClientContext} client Reference to the service client.\n */\n constructor(client: AzureDigitalTwinsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get DigitalTwinsInstance Endpoints.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param [options] The optional parameters\n * @returns Promise<Models.DigitalTwinsEndpointListResponse>\n */\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.DigitalTwinsEndpointListResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.DigitalTwinsEndpointResourceListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DigitalTwinsEndpointResourceListResult>): void;\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DigitalTwinsEndpointResourceListResult>, callback?: msRest.ServiceCallback<Models.DigitalTwinsEndpointResourceListResult>): Promise<Models.DigitalTwinsEndpointListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.DigitalTwinsEndpointListResponse>;\n }\n\n /**\n * Get DigitalTwinsInstances Endpoint.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param endpointName Name of Endpoint Resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.DigitalTwinsEndpointGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, endpointName: string, options?: msRest.RequestOptionsBase): Promise<Models.DigitalTwinsEndpointGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param endpointName Name of Endpoint Resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, endpointName: string, callback: msRest.ServiceCallback<Models.DigitalTwinsEndpointResource>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param endpointName Name of Endpoint Resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, endpointName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DigitalTwinsEndpointResource>): void;\n get(resourceGroupName: string, resourceName: string, endpointName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DigitalTwinsEndpointResource>, callback?: msRest.ServiceCallback<Models.DigitalTwinsEndpointResource>): Promise<Models.DigitalTwinsEndpointGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n endpointName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.DigitalTwinsEndpointGetResponse>;\n }\n\n /**\n * Create or update DigitalTwinsInstance endpoint.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param endpointName Name of Endpoint Resource.\n * @param properties DigitalTwinsInstance endpoint resource properties.\n * @param [options] The optional parameters\n * @returns Promise<Models.DigitalTwinsEndpointCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, endpointName: string, properties: Models.DigitalTwinsEndpointResourcePropertiesUnion, options?: msRest.RequestOptionsBase): Promise<Models.DigitalTwinsEndpointCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,resourceName,endpointName,properties,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.DigitalTwinsEndpointCreateOrUpdateResponse>;\n }\n\n /**\n * Delete a DigitalTwinsInstance endpoint.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param endpointName Name of Endpoint Resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.DigitalTwinsEndpointDeleteMethodResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, endpointName: string, options?: msRest.RequestOptionsBase): Promise<Models.DigitalTwinsEndpointDeleteMethodResponse> {\n return this.beginDeleteMethod(resourceGroupName,resourceName,endpointName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.DigitalTwinsEndpointDeleteMethodResponse>;\n }\n\n /**\n * Create or update DigitalTwinsInstance endpoint.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param endpointName Name of Endpoint Resource.\n * @param properties DigitalTwinsInstance endpoint resource properties.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, resourceName: string, endpointName: string, properties: Models.DigitalTwinsEndpointResourcePropertiesUnion, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n endpointName,\n properties,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete a DigitalTwinsInstance endpoint.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param endpointName Name of Endpoint Resource.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, resourceName: string, endpointName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n endpointName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Get DigitalTwinsInstance Endpoints.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DigitalTwinsEndpointListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.DigitalTwinsEndpointListNextResponse>;\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.DigitalTwinsEndpointResourceListResult>): 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.DigitalTwinsEndpointResourceListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DigitalTwinsEndpointResourceListResult>, callback?: msRest.ServiceCallback<Models.DigitalTwinsEndpointResourceListResult>): Promise<Models.DigitalTwinsEndpointListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.DigitalTwinsEndpointListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}/endpoints\",\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.DigitalTwinsEndpointResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}/endpoints/{endpointName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.endpointName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DigitalTwinsEndpointResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}/endpoints/{endpointName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.endpointName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n properties: \"properties\"\n },\n mapper: {\n ...Mappers.DigitalTwinsEndpointResource,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DigitalTwinsEndpointResource\n },\n 201: {\n bodyMapper: Mappers.DigitalTwinsEndpointResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}/endpoints/{endpointName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.endpointName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DigitalTwinsEndpointResource\n },\n 202: {\n bodyMapper: Mappers.DigitalTwinsEndpointResource\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\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 queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DigitalTwinsEndpointResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n ErrorDefinition,\n ErrorResponse,\n Operation,\n OperationDisplay,\n OperationListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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 { AzureDigitalTwinsManagementClientContext } from \"../azureDigitalTwinsManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: AzureDigitalTwinsManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {AzureDigitalTwinsManagementClientContext} client Reference to the service client.\n */\n constructor(client: AzureDigitalTwinsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available DigitalTwins 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 DigitalTwins 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.DigitalTwins/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.ErrorResponse\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 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.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n ErrorDefinition,\n ErrorResponse,\n GroupIdInformation,\n GroupIdInformationProperties,\n GroupIdInformationPropertiesModel,\n GroupIdInformationResponse\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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 { AzureDigitalTwinsManagementClientContext } from \"../azureDigitalTwinsManagementClientContext\";\n\n/** Class representing a PrivateLinkResources. */\nexport class PrivateLinkResources {\n private readonly client: AzureDigitalTwinsManagementClientContext;\n\n /**\n * Create a PrivateLinkResources.\n * @param {AzureDigitalTwinsManagementClientContext} client Reference to the service client.\n */\n constructor(client: AzureDigitalTwinsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List private link resources for given Digital Twin.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListResponse>\n */\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.GroupIdInformationResponse>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.GroupIdInformationResponse>): void;\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.GroupIdInformationResponse>, callback?: msRest.ServiceCallback<Models.GroupIdInformationResponse>): Promise<Models.PrivateLinkResourcesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesListResponse>;\n }\n\n /**\n * Get the specified private link resource for the given Digital Twin.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param resourceId The name of the private link resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, resourceId: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param resourceId The name of the private link resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, resourceId: string, callback: msRest.ServiceCallback<Models.GroupIdInformation>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param resourceId The name of the private link resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, resourceId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.GroupIdInformation>): void;\n get(resourceGroupName: string, resourceName: string, resourceId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.GroupIdInformation>, callback?: msRest.ServiceCallback<Models.GroupIdInformation>): Promise<Models.PrivateLinkResourcesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n resourceId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{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.GroupIdInformationResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}/privateLinkResources/{resourceId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.resourceId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.GroupIdInformation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n BaseResource,\n ConnectionProperties,\n ConnectionPropertiesPrivateEndpoint,\n ConnectionPropertiesPrivateLinkServiceConnectionState,\n ConnectionState,\n DigitalTwinsDescription,\n DigitalTwinsEndpointResource,\n DigitalTwinsEndpointResourceProperties,\n DigitalTwinsIdentity,\n DigitalTwinsResource,\n ErrorDefinition,\n ErrorResponse,\n EventGrid,\n EventHub,\n ExternalResource,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateEndpointConnectionsResponse,\n ServiceBus\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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 { AzureDigitalTwinsManagementClientContext } from \"../azureDigitalTwinsManagementClientContext\";\n\n/** Class representing a PrivateEndpointConnections. */\nexport class PrivateEndpointConnections {\n private readonly client: AzureDigitalTwinsManagementClientContext;\n\n /**\n * Create a PrivateEndpointConnections.\n * @param {AzureDigitalTwinsManagementClientContext} client Reference to the service client.\n */\n constructor(client: AzureDigitalTwinsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List private endpoint connection properties.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListResponse>\n */\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionsResponse>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionsResponse>): void;\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnectionsResponse>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionsResponse>): Promise<Models.PrivateEndpointConnectionsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListResponse>;\n }\n\n /**\n * Get private endpoint connection properties for the given private endpoint.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\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 DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\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 DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\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 * Delete private endpoint connection with the specified name.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\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 status of a private endpoint connection with the given name.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param properties\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnectionProperties, 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 * Delete private endpoint connection with the specified name.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\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 * Update the status of a private endpoint connection with the given name.\n * @param resourceGroupName The name of the resource group that contains the DigitalTwinsInstance.\n * @param resourceName The name of the DigitalTwinsInstance.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param properties\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnectionProperties, 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// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{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.PrivateEndpointConnectionsResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{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.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{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.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{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: {\n properties: \"properties\"\n },\n mapper: {\n ...Mappers.PrivateEndpointConnection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 202: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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-digitaltwins\";\nconst packageVersion = \"2.1.1\";\n\nexport class AzureDigitalTwinsManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the AzureDigitalTwinsManagementClient 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.AzureDigitalTwinsManagementClientOptions) {\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-12-01';\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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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 { AzureDigitalTwinsManagementClientContext } from \"./azureDigitalTwinsManagementClientContext\";\n\n\nclass AzureDigitalTwinsManagementClient extends AzureDigitalTwinsManagementClientContext {\n // Operation groups\n digitalTwins: operations.DigitalTwins;\n digitalTwinsEndpoint: operations.DigitalTwinsEndpoint;\n operations: operations.Operations;\n privateLinkResources: operations.PrivateLinkResources;\n privateEndpointConnections: operations.PrivateEndpointConnections;\n\n /**\n * Initializes a new instance of the AzureDigitalTwinsManagementClient 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.AzureDigitalTwinsManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.digitalTwins = new operations.DigitalTwins(this);\n this.digitalTwinsEndpoint = new operations.DigitalTwinsEndpoint(this);\n this.operations = new operations.Operations(this);\n this.privateLinkResources = new operations.PrivateLinkResources(this);\n this.privateEndpointConnections = new operations.PrivateEndpointConnections(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n AzureDigitalTwinsManagementClient,\n AzureDigitalTwinsManagementClientContext,\n Models as AzureDigitalTwinsManagementModels,\n Mappers as AzureDigitalTwinsManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.resourceName","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.DigitalTwinsDescription","Mappers.ErrorResponse","Mappers.DigitalTwinsDescriptionListResult","Parameters.location","Mappers.CheckNameRequest","Mappers.CheckNameResult","Mappers.DigitalTwinsPatchDescription","Parameters.nextPageLink","listOperationSpec","getOperationSpec","beginCreateOrUpdateOperationSpec","beginDeleteMethodOperationSpec","listNextOperationSpec","serializer","Mappers","Mappers.DigitalTwinsEndpointResourceListResult","Parameters.endpointName","Mappers.DigitalTwinsEndpointResource","Mappers.OperationListResult","Mappers.GroupIdInformationResponse","Parameters.resourceId","Mappers.GroupIdInformation","Mappers.PrivateEndpointConnectionsResponse","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.DigitalTwins","operations.DigitalTwinsEndpoint","operations.Operations","operations.PrivateLinkResources","operations.PrivateEndpointConnections"],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
!function(e,i){"object"==typeof exports&&"undefined"!=typeof module?i(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"],i):i(((e=e||self).Azure=e.Azure||{},e.Azure.ArmDigitaltwins={}),e.msRestAzure,e.msRest)}(this,function(e,a,i){"use strict";var r=function(e,i){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,i){e.__proto__=i}||function(e,i){for(var t in i)i.hasOwnProperty(t)&&(e[t]=i[t])})(e,i)};function t(e,i){function t(){this.constructor=e}r(e,i),e.prototype=null===i?Object.create(i):(t.prototype=i.prototype,new t)}var n=function(){return(n=Object.assign||function(e){for(var i,t=1,r=arguments.length;t<r;t++)for(var n in i=arguments[t])Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);return e}).apply(this,arguments)},o=Object.freeze({__proto__:null}),s=a.CloudErrorMapper,p=a.BaseResourceMapper,l={serializedName:"DigitalTwinsPatchProperties",type:{name:"Composite",className:"DigitalTwinsPatchProperties",modelProperties:{publicNetworkAccess:{nullable:!0,serializedName:"publicNetworkAccess",type:{name:"String"}}}}},m={serializedName:"ConnectionProperties",type:{name:"Composite",className:"ConnectionProperties",modelProperties:{provisioningState:{nullable:!0,readOnly:!0,serializedName:"provisioningState",type:{name:"String"}},privateEndpoint:{serializedName:"privateEndpoint",type:{name:"Composite",className:"ConnectionPropertiesPrivateEndpoint"}},groupIds:{serializedName:"groupIds",type:{name:"Sequence",element:{type:{name:"String"}}}},privateLinkServiceConnectionState:{serializedName:"privateLinkServiceConnectionState",type:{name:"Composite",className:"ConnectionPropertiesPrivateLinkServiceConnectionState"}}}}},d={serializedName:"PrivateEndpointConnection_properties",type:{name:"Composite",className:"PrivateEndpointConnectionProperties",modelProperties:n({},m.type.modelProperties)}},u={serializedName:"PrivateEndpointConnection",type:{name:"Composite",className:"PrivateEndpointConnection",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",constraints:{Pattern:/^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$/},type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},properties:{required:!0,serializedName:"properties",type:{name:"Composite",className:"PrivateEndpointConnectionProperties"}}}}},c={serializedName:"DigitalTwinsResource",type:{name:"Composite",className:"DigitalTwinsResource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",constraints:{Pattern:/^(?!-)[A-Za-z0-9-]{3,63}(?<!-)$/},type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},location:{required:!0,serializedName:"location",type:{name:"String"}},tags:{nullable:!0,serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},identity:{nullable:!0,serializedName:"identity",type:{name:"Composite",className:"DigitalTwinsIdentity"}}}}},y={serializedName:"DigitalTwinsDescription",type:{name:"Composite",className:"DigitalTwinsDescription",modelProperties:n(n({},c.type.modelProperties),{createdTime:{readOnly:!0,serializedName:"properties.createdTime",type:{name:"DateTime"}},lastUpdatedTime:{readOnly:!0,serializedName:"properties.lastUpdatedTime",type:{name:"DateTime"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},hostName:{nullable:!0,readOnly:!0,serializedName:"properties.hostName",type:{name:"String"}},privateEndpointConnections:{serializedName:"properties.privateEndpointConnections",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateEndpointConnection"}}}},publicNetworkAccess:{nullable:!0,serializedName:"properties.publicNetworkAccess",type:{name:"String"}}})}},g={serializedName:"DigitalTwinsIdentity",type:{name:"Composite",className:"DigitalTwinsIdentity",modelProperties:{type:{serializedName:"type",type:{name:"String"}},principalId:{nullable:!0,readOnly:!0,serializedName:"principalId",type:{name:"String"}},tenantId:{nullable:!0,readOnly:!0,serializedName:"tenantId",type:{name:"String"}}}}},N={serializedName:"DigitalTwinsPatchDescription",type:{name:"Composite",className:"DigitalTwinsPatchDescription",modelProperties:{tags:{nullable:!0,serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},identity:{nullable:!0,serializedName:"identity",type:{name:"Composite",className:"DigitalTwinsIdentity"}},properties:{nullable:!0,serializedName:"properties",type:{name:"Composite",className:"DigitalTwinsPatchProperties"}}}}},P={serializedName:"ErrorDefinition",type:{name:"Composite",className:"ErrorDefinition",modelProperties:{code:{readOnly:!0,serializedName:"code",type:{name:"String"}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}},details:{nullable:!0,readOnly:!0,serializedName:"details",type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorDefinition"}}}}}}},h={serializedName:"ErrorResponse",type:{name:"Composite",className:"ErrorResponse",modelProperties:{error:{serializedName:"error",type:{name:"Composite",className:"ErrorDefinition"}}}}},z={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"}}}}},b={serializedName:"Operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{readOnly:!0,serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}},origin:{nullable:!0,readOnly:!0,serializedName:"origin",type:{name:"String"}},isDataAction:{readOnly:!0,serializedName:"isDataAction",type:{name:"Boolean"}}}}},T={serializedName:"CheckNameRequest",type:{name:"Composite",className:"CheckNameRequest",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},type:{required:!0,isConstant:!0,serializedName:"type",defaultValue:"Microsoft.DigitalTwins/digitalTwinsInstances",type:{name:"String"}}}}},f={serializedName:"CheckNameResult",type:{name:"Composite",className:"CheckNameResult",modelProperties:{nameAvailable:{serializedName:"nameAvailable",type:{name:"Boolean"}},message:{nullable:!0,serializedName:"message",type:{name:"String"}},reason:{nullable:!0,serializedName:"reason",type:{name:"String"}}}}},v={serializedName:"ExternalResource",type:{name:"Composite",className:"ExternalResource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",constraints:{Pattern:/^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$/},type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}}}}},C={serializedName:"DigitalTwinsEndpointResourceProperties",type:{name:"Composite",polymorphicDiscriminator:{serializedName:"endpointType",clientName:"endpointType"},uberParent:"DigitalTwinsEndpointResourceProperties",className:"DigitalTwinsEndpointResourceProperties",modelProperties:{provisioningState:{nullable:!0,readOnly:!0,serializedName:"provisioningState",type:{name:"String"}},createdTime:{nullable:!0,readOnly:!0,serializedName:"createdTime",type:{name:"DateTime"}},authenticationType:{serializedName:"authenticationType",type:{name:"String"}},deadLetterSecret:{nullable:!0,serializedName:"deadLetterSecret",type:{name:"String"}},deadLetterUri:{nullable:!0,serializedName:"deadLetterUri",type:{name:"String"}},endpointType:{required:!0,serializedName:"endpointType",type:{name:"String"}}}}},E={serializedName:"DigitalTwinsEndpointResource",type:{name:"Composite",className:"DigitalTwinsEndpointResource",modelProperties:n(n({},v.type.modelProperties),{properties:{required:!0,serializedName:"properties",type:{name:"Composite",className:"DigitalTwinsEndpointResourceProperties"}}})}},D={serializedName:"ServiceBus",type:{name:"Composite",polymorphicDiscriminator:C.type.polymorphicDiscriminator,uberParent:"DigitalTwinsEndpointResourceProperties",className:"ServiceBus",modelProperties:n(n({},C.type.modelProperties),{primaryConnectionString:{nullable:!0,serializedName:"primaryConnectionString",type:{name:"String"}},secondaryConnectionString:{nullable:!0,serializedName:"secondaryConnectionString",type:{name:"String"}},endpointUri:{nullable:!0,serializedName:"endpointUri",type:{name:"String"}},entityPath:{nullable:!0,serializedName:"entityPath",type:{name:"String"}}})}},S={serializedName:"EventHub",type:{name:"Composite",polymorphicDiscriminator:C.type.polymorphicDiscriminator,uberParent:"DigitalTwinsEndpointResourceProperties",className:"EventHub",modelProperties:n(n({},C.type.modelProperties),{connectionStringPrimaryKey:{nullable:!0,serializedName:"connectionStringPrimaryKey",type:{name:"String"}},connectionStringSecondaryKey:{nullable:!0,serializedName:"connectionStringSecondaryKey",type:{name:"String"}},endpointUri:{nullable:!0,serializedName:"endpointUri",type:{name:"String"}},entityPath:{nullable:!0,serializedName:"entityPath",type:{name:"String"}}})}},w={serializedName:"EventGrid",type:{name:"Composite",polymorphicDiscriminator:C.type.polymorphicDiscriminator,uberParent:"DigitalTwinsEndpointResourceProperties",className:"EventGrid",modelProperties:n(n({},C.type.modelProperties),{topicEndpoint:{required:!0,serializedName:"TopicEndpoint",type:{name:"String"}},accessKey1:{required:!0,nullable:!0,serializedName:"accessKey1",type:{name:"String"}},accessKey2:{nullable:!0,serializedName:"accessKey2",type:{name:"String"}}})}},R={serializedName:"GroupIdInformationProperties",type:{name:"Composite",className:"GroupIdInformationProperties",modelProperties:{groupId:{serializedName:"groupId",type:{name:"String"}},requiredMembers:{serializedName:"requiredMembers",type:{name:"Sequence",element:{type:{name:"String"}}}},requiredZoneNames:{serializedName:"requiredZoneNames",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},M={serializedName:"GroupIdInformation_properties",type:{name:"Composite",className:"GroupIdInformationPropertiesModel",modelProperties:n({},R.type.modelProperties)}},O={serializedName:"GroupIdInformation",type:{name:"Composite",className:"GroupIdInformation",modelProperties:{properties:{required:!0,serializedName:"properties",type:{name:"Composite",className:"GroupIdInformationPropertiesModel"}},id:{serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",constraints:{Pattern:/^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$/},type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}}}}},q={serializedName:"PrivateEndpointConnectionsResponse",type:{name:"Composite",className:"PrivateEndpointConnectionsResponse",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateEndpointConnection"}}}}}}},I={serializedName:"GroupIdInformationResponse",type:{name:"Composite",className:"GroupIdInformationResponse",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"GroupIdInformation"}}}}}}},G={serializedName:"ConnectionState",type:{name:"Composite",className:"ConnectionState",modelProperties:{status:{required:!0,serializedName:"status",type:{name:"String"}},description:{required:!0,serializedName:"description",type:{name:"String"}},actionsRequired:{serializedName:"actionsRequired",type:{name:"String"}}}}},L={serializedName:"PrivateEndpoint",type:{name:"Composite",className:"PrivateEndpoint",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}}}}},k={serializedName:"ConnectionProperties_privateEndpoint",type:{name:"Composite",className:"ConnectionPropertiesPrivateEndpoint",modelProperties:n({},L.type.modelProperties)}},_={serializedName:"ConnectionProperties_privateLinkServiceConnectionState",type:{name:"Composite",className:"ConnectionPropertiesPrivateLinkServiceConnectionState",modelProperties:n({},G.type.modelProperties)}},U={serializedName:"DigitalTwinsDescriptionListResult",type:{name:"Composite",className:"DigitalTwinsDescriptionListResult",modelProperties:{nextLink:{nullable:!0,serializedName:"nextLink",type:{name:"String"}},value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"DigitalTwinsDescription"}}}}}}},A={serializedName:"DigitalTwinsEndpointResourceListResult",type:{name:"Composite",className:"DigitalTwinsEndpointResourceListResult",modelProperties:{nextLink:{nullable:!0,serializedName:"nextLink",type:{name:"String"}},value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"DigitalTwinsEndpointResource"}}}}}}},x={serializedName:"OperationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{nextLink:{nullable:!0,serializedName:"nextLink",type:{name:"String"}},value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}}}}},B={DigitalTwinsEndpointResourceProperties:C,"DigitalTwinsEndpointResourceProperties.ServiceBus":D,"DigitalTwinsEndpointResourceProperties.EventHub":S,"DigitalTwinsEndpointResourceProperties.EventGrid":w},j=Object.freeze({__proto__:null,CloudError:s,BaseResource:p,DigitalTwinsPatchProperties:l,ConnectionProperties:m,PrivateEndpointConnectionProperties:d,PrivateEndpointConnection:u,DigitalTwinsResource:c,DigitalTwinsDescription:y,DigitalTwinsIdentity:g,DigitalTwinsPatchDescription:N,ErrorDefinition:P,ErrorResponse:h,OperationDisplay:z,Operation:b,CheckNameRequest:T,CheckNameResult:f,ExternalResource:v,DigitalTwinsEndpointResourceProperties:C,DigitalTwinsEndpointResource:E,ServiceBus:D,EventHub:S,EventGrid:w,GroupIdInformationProperties:R,GroupIdInformationPropertiesModel:M,GroupIdInformation:O,PrivateEndpointConnectionsResponse:q,GroupIdInformationResponse:I,ConnectionState:G,PrivateEndpoint:L,ConnectionPropertiesPrivateEndpoint:k,ConnectionPropertiesPrivateLinkServiceConnectionState:_,DigitalTwinsDescriptionListResult:U,DigitalTwinsEndpointResourceListResult:A,OperationListResult:x,discriminators:B}),Z=Object.freeze({__proto__:null,discriminators:B,BaseResource:p,CheckNameRequest:T,CheckNameResult:f,ConnectionProperties:m,ConnectionPropertiesPrivateEndpoint:k,ConnectionPropertiesPrivateLinkServiceConnectionState:_,ConnectionState:G,DigitalTwinsDescription:y,DigitalTwinsDescriptionListResult:U,DigitalTwinsEndpointResource:E,DigitalTwinsEndpointResourceProperties:C,DigitalTwinsIdentity:g,DigitalTwinsPatchDescription:N,DigitalTwinsPatchProperties:l,DigitalTwinsResource:c,ErrorDefinition:P,ErrorResponse:h,EventGrid:w,EventHub:S,ExternalResource:v,PrivateEndpoint:L,PrivateEndpointConnection:u,PrivateEndpointConnectionProperties:d,ServiceBus:D}),$={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},H={parameterPath:"apiVersion",mapper:{required:!0,isConstant:!0,serializedName:"api-version",defaultValue:"2020-12-01",constraints:{MinLength:10},type:{name:"String"}}},K={parameterPath:"endpointName",mapper:{required:!0,serializedName:"endpointName",constraints:{MaxLength:49,MinLength:2,Pattern:/^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$/},type:{name:"String"}}},F={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},V={parameterPath:"privateEndpointConnectionName",mapper:{required:!0,serializedName:"privateEndpointConnectionName",type:{name:"String"}}},J={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",constraints:{MaxLength:90,MinLength:1},type:{name:"String"}}},s={parameterPath:"resourceName",mapper:{required:!0,serializedName:"resourceName",constraints:{MaxLength:63,MinLength:3,Pattern:/^(?!-)[A-Za-z0-9-]{3,63}(?<!-)$/},type:{name:"String"}}},l={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},Q=(W.prototype.get=function(e,i,t,r){return this.client.sendOperationRequest({resourceGroupName:e,resourceName:i,options:t},X,r)},W.prototype.createOrUpdate=function(e,i,t,r){return this.beginCreateOrUpdate(e,i,t,r).then(function(e){return e.pollUntilFinished()})},W.prototype.update=function(e,i,t,r){return this.beginUpdate(e,i,t,r).then(function(e){return e.pollUntilFinished()})},W.prototype.deleteMethod=function(e,i,t){return this.beginDeleteMethod(e,i,t).then(function(e){return e.pollUntilFinished()})},W.prototype.list=function(e,i){return this.client.sendOperationRequest({options:e},Y,i)},W.prototype.listByResourceGroup=function(e,i,t){return this.client.sendOperationRequest({resourceGroupName:e,options:i},ee,t)},W.prototype.checkNameAvailability=function(e,i,t,r){return this.client.sendOperationRequest({location:e,name:i,options:t},ie,r)},W.prototype.beginCreateOrUpdate=function(e,i,t,r){return this.client.sendLRORequest({resourceGroupName:e,resourceName:i,digitalTwinsCreate:t,options:r},te,r)},W.prototype.beginUpdate=function(e,i,t,r){return this.client.sendLRORequest({resourceGroupName:e,resourceName:i,digitalTwinsPatchDescription:t,options:r},re,r)},W.prototype.beginDeleteMethod=function(e,i,t){return this.client.sendLRORequest({resourceGroupName:e,resourceName:i,options:t},ne,t)},W.prototype.listNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},ae,t)},W.prototype.listByResourceGroupNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},oe,t)},W);function W(e){this.client=e}var Z=new i.Serializer(Z),X={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}",urlParameters:[l,J,s],queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:y},default:{bodyMapper:h}},serializer:Z},Y={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.DigitalTwins/digitalTwinsInstances",urlParameters:[l],queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:U},default:{bodyMapper:h}},serializer:Z},ee={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances",urlParameters:[l,J],queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:U},default:{bodyMapper:h}},serializer:Z},ie={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.DigitalTwins/locations/{location}/checkNameAvailability",urlParameters:[l,{parameterPath:"location",mapper:{required:!0,serializedName:"location",constraints:{MinLength:3},type:{name:"String"}}}],queryParameters:[H],headerParameters:[$],requestBody:{parameterPath:{name:"name"},mapper:n(n({},T),{required:!0})},responses:{200:{bodyMapper:f},default:{bodyMapper:h}},serializer:Z},te={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}",urlParameters:[l,J,s],queryParameters:[H],headerParameters:[$],requestBody:{parameterPath:"digitalTwinsCreate",mapper:n(n({},y),{required:!0})},responses:{200:{bodyMapper:y},201:{bodyMapper:y},default:{bodyMapper:h}},serializer:Z},re={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}",urlParameters:[l,J,s],queryParameters:[H],headerParameters:[$],requestBody:{parameterPath:"digitalTwinsPatchDescription",mapper:n(n({},N),{required:!0})},responses:{200:{bodyMapper:y},202:{bodyMapper:y},default:{bodyMapper:h}},serializer:Z},ne={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}",urlParameters:[l,J,s],queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:y},202:{bodyMapper:y},204:{},default:{bodyMapper:h}},serializer:Z},ae={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[F],queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:U},default:{bodyMapper:h}},serializer:Z},oe={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[F],queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:U},default:{bodyMapper:h}},serializer:Z},Z=Object.freeze({__proto__:null,discriminators:B,BaseResource:p,ConnectionProperties:m,ConnectionPropertiesPrivateEndpoint:k,ConnectionPropertiesPrivateLinkServiceConnectionState:_,ConnectionState:G,DigitalTwinsDescription:y,DigitalTwinsEndpointResource:E,DigitalTwinsEndpointResourceListResult:A,DigitalTwinsEndpointResourceProperties:C,DigitalTwinsIdentity:g,DigitalTwinsResource:c,ErrorDefinition:P,ErrorResponse:h,EventGrid:w,EventHub:S,ExternalResource:v,PrivateEndpoint:L,PrivateEndpointConnection:u,PrivateEndpointConnectionProperties:d,ServiceBus:D}),se=(pe.prototype.list=function(e,i,t,r){return this.client.sendOperationRequest({resourceGroupName:e,resourceName:i,options:t},le,r)},pe.prototype.get=function(e,i,t,r,n){return this.client.sendOperationRequest({resourceGroupName:e,resourceName:i,endpointName:t,options:r},me,n)},pe.prototype.createOrUpdate=function(e,i,t,r,n){return this.beginCreateOrUpdate(e,i,t,r,n).then(function(e){return e.pollUntilFinished()})},pe.prototype.deleteMethod=function(e,i,t,r){return this.beginDeleteMethod(e,i,t,r).then(function(e){return e.pollUntilFinished()})},pe.prototype.beginCreateOrUpdate=function(e,i,t,r,n){return this.client.sendLRORequest({resourceGroupName:e,resourceName:i,endpointName:t,properties:r,options:n},de,n)},pe.prototype.beginDeleteMethod=function(e,i,t,r){return this.client.sendLRORequest({resourceGroupName:e,resourceName:i,endpointName:t,options:r},ue,r)},pe.prototype.listNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},ce,t)},pe);function pe(e){this.client=e}var Z=new i.Serializer(Z),le={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}/endpoints",urlParameters:[l,J,s],queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:A},default:{bodyMapper:h}},serializer:Z},me={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}/endpoints/{endpointName}",urlParameters:[l,J,s,K],queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:E},default:{bodyMapper:h}},serializer:Z},de={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}/endpoints/{endpointName}",urlParameters:[l,J,s,K],queryParameters:[H],headerParameters:[$],requestBody:{parameterPath:{properties:"properties"},mapper:n(n({},E),{required:!0})},responses:{200:{bodyMapper:E},201:{bodyMapper:E},default:{bodyMapper:h}},serializer:Z},ue={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}/endpoints/{endpointName}",urlParameters:[l,J,s,K],queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:E},202:{bodyMapper:E},204:{},default:{bodyMapper:h}},serializer:Z},ce={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[F],queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:A},default:{bodyMapper:h}},serializer:Z},z=Object.freeze({__proto__:null,discriminators:B,ErrorDefinition:P,ErrorResponse:h,Operation:b,OperationDisplay:z,OperationListResult:x}),ye=(ge.prototype.list=function(e,i){return this.client.sendOperationRequest({options:e},Ne,i)},ge.prototype.listNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},Pe,t)},ge);function ge(e){this.client=e}var z=new i.Serializer(z),Ne={httpMethod:"GET",path:"providers/Microsoft.DigitalTwins/operations",queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:x},default:{bodyMapper:h}},serializer:z},Pe={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[F],queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:x},default:{bodyMapper:h}},serializer:z},M=Object.freeze({__proto__:null,discriminators:B,ErrorDefinition:P,ErrorResponse:h,GroupIdInformation:O,GroupIdInformationProperties:R,GroupIdInformationPropertiesModel:M,GroupIdInformationResponse:I}),he=(ze.prototype.list=function(e,i,t,r){return this.client.sendOperationRequest({resourceGroupName:e,resourceName:i,options:t},be,r)},ze.prototype.get=function(e,i,t,r,n){return this.client.sendOperationRequest({resourceGroupName:e,resourceName:i,resourceId:t,options:r},Te,n)},ze);function ze(e){this.client=e}var M=new i.Serializer(M),be={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}/privateLinkResources",urlParameters:[l,J,s],queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:I},default:{bodyMapper:h}},serializer:M},Te={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}/privateLinkResources/{resourceId}",urlParameters:[l,J,s,{parameterPath:"resourceId",mapper:{required:!0,serializedName:"resourceId",type:{name:"String"}}}],queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:O},default:{bodyMapper:h}},serializer:M},D=Object.freeze({__proto__:null,discriminators:B,BaseResource:p,ConnectionProperties:m,ConnectionPropertiesPrivateEndpoint:k,ConnectionPropertiesPrivateLinkServiceConnectionState:_,ConnectionState:G,DigitalTwinsDescription:y,DigitalTwinsEndpointResource:E,DigitalTwinsEndpointResourceProperties:C,DigitalTwinsIdentity:g,DigitalTwinsResource:c,ErrorDefinition:P,ErrorResponse:h,EventGrid:w,EventHub:S,ExternalResource:v,PrivateEndpoint:L,PrivateEndpointConnection:u,PrivateEndpointConnectionProperties:d,PrivateEndpointConnectionsResponse:q,ServiceBus:D}),fe=(ve.prototype.list=function(e,i,t,r){return this.client.sendOperationRequest({resourceGroupName:e,resourceName:i,options:t},Ee,r)},ve.prototype.get=function(e,i,t,r,n){return this.client.sendOperationRequest({resourceGroupName:e,resourceName:i,privateEndpointConnectionName:t,options:r},De,n)},ve.prototype.deleteMethod=function(e,i,t,r){return this.beginDeleteMethod(e,i,t,r).then(function(e){return e.pollUntilFinished()})},ve.prototype.createOrUpdate=function(e,i,t,r,n){return this.beginCreateOrUpdate(e,i,t,r,n).then(function(e){return e.pollUntilFinished()})},ve.prototype.beginDeleteMethod=function(e,i,t,r){return this.client.sendLRORequest({resourceGroupName:e,resourceName:i,privateEndpointConnectionName:t,options:r},Se,r)},ve.prototype.beginCreateOrUpdate=function(e,i,t,r,n){return this.client.sendLRORequest({resourceGroupName:e,resourceName:i,privateEndpointConnectionName:t,properties:r,options:n},we,n)},ve);function ve(e){this.client=e}var Ce,D=new i.Serializer(D),Ee={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}/privateEndpointConnections",urlParameters:[l,J,s],queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:q},default:{bodyMapper:h}},serializer:D},De={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[l,J,s,V],queryParameters:[H],headerParameters:[$],responses:{200:{bodyMapper:u},default:{bodyMapper:h}},serializer:D},Se={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[l,J,s,V],queryParameters:[H],headerParameters:[$],responses:{200:{},202:{},204:{},default:{bodyMapper:h}},serializer:D},we={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DigitalTwins/digitalTwinsInstances/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[l,J,s,V],queryParameters:[H],headerParameters:[$],requestBody:{parameterPath:{properties:"properties"},mapper:n(n({},u),{required:!0})},responses:{200:{bodyMapper:u},202:{bodyMapper:u},default:{bodyMapper:h}},serializer:D},h=(t(Re,Ce=a.AzureServiceClient),Re);function Re(e,i,t){var r,n=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==i)throw new Error("'subscriptionId' cannot be null.");return(t=t||{}).userAgent||(r=a.getDefaultUserAgentValue(),t.userAgent="@azure/arm-digitaltwins/2.1.1 "+r),(n=Ce.call(this,e,t)||this).apiVersion="2020-12-01",n.acceptLanguage="en-US",n.longRunningOperationRetryTimeout=30,n.baseUri=t.baseUri||n.baseUri||"https://management.azure.com",n.requestContentType="application/json; charset=utf-8",n.credentials=e,n.subscriptionId=i,null!==t.acceptLanguage&&void 0!==t.acceptLanguage&&(n.acceptLanguage=t.acceptLanguage),null!==t.longRunningOperationRetryTimeout&&void 0!==t.longRunningOperationRetryTimeout&&(n.longRunningOperationRetryTimeout=t.longRunningOperationRetryTimeout),n}var Me,D=(t(Oe,Me=h),Oe);function Oe(e,i,t){t=Me.call(this,e,i,t)||this;return t.digitalTwins=new Q(t),t.digitalTwinsEndpoint=new se(t),t.operations=new ye(t),t.privateLinkResources=new he(t),t.privateEndpointConnections=new fe(t),t}e.AzureDigitalTwinsManagementClient=D,e.AzureDigitalTwinsManagementClientContext=h,e.AzureDigitalTwinsManagementMappers=j,e.AzureDigitalTwinsManagementModels=o,e.DigitalTwins=Q,e.DigitalTwinsEndpoint=se,e.Operations=ye,e.PrivateEndpointConnections=fe,e.PrivateLinkResources=he,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/digitalTwins.ts","../src/operations/digitalTwinsEndpoint.ts","../src/operations/operations.ts","../src/operations/privateLinkResources.ts","../src/operations/privateEndpointConnections.ts","../src/azureDigitalTwinsManagementClientContext.ts","../src/azureDigitalTwinsManagementClient.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","DigitalTwinsPatchProperties","serializedName","type","name","className","modelProperties","publicNetworkAccess","nullable","ConnectionProperties","provisioningState","readOnly","privateEndpoint","groupIds","element","privateLinkServiceConnectionState","PrivateEndpointConnectionProperties","PrivateEndpointConnection","id","constraints","Pattern","properties","required","DigitalTwinsResource","location","tags","value","identity","DigitalTwinsDescription","createdTime","lastUpdatedTime","hostName","privateEndpointConnections","DigitalTwinsIdentity","principalId","tenantId","DigitalTwinsPatchDescription","ErrorDefinition","code","message","details","ErrorResponse","error","OperationDisplay","provider","resource","operation","description","Operation","display","origin","isDataAction","CheckNameRequest","isConstant","defaultValue","CheckNameResult","nameAvailable","reason","ExternalResource","DigitalTwinsEndpointResourceProperties","polymorphicDiscriminator","clientName","uberParent","authenticationType","deadLetterSecret","deadLetterUri","endpointType","DigitalTwinsEndpointResource","ServiceBus","primaryConnectionString","secondaryConnectionString","endpointUri","entityPath","EventHub","connectionStringPrimaryKey","connectionStringSecondaryKey","EventGrid","topicEndpoint","accessKey1","accessKey2","GroupIdInformationProperties","groupId","requiredMembers","requiredZoneNames","GroupIdInformationPropertiesModel","GroupIdInformation","PrivateEndpointConnectionsResponse","GroupIdInformationResponse","ConnectionState","status","actionsRequired","PrivateEndpoint","ConnectionPropertiesPrivateEndpoint","ConnectionPropertiesPrivateLinkServiceConnectionState","DigitalTwinsDescriptionListResult","nextLink","DigitalTwinsEndpointResourceListResult","OperationListResult","discriminators","DigitalTwinsEndpointResourceProperties.ServiceBus","DigitalTwinsEndpointResourceProperties.EventHub","DigitalTwinsEndpointResourceProperties.EventGrid","acceptLanguage","parameterPath","mapper","apiVersion","MinLength","endpointName","MaxLength","nextPageLink","skipEncoding","privateEndpointConnectionName","resourceGroupName","resourceName","subscriptionId","DigitalTwins","get","options","callback","client","sendOperationRequest","getOperationSpec","createOrUpdate","digitalTwinsCreate","beginCreateOrUpdate","then","lroPoller","pollUntilFinished","update","digitalTwinsPatchDescription","beginUpdate","deleteMethod","beginDeleteMethod","list","listOperationSpec","listByResourceGroup","listByResourceGroupOperationSpec","checkNameAvailability","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.DigitalTwinsDescription","default","Mappers.ErrorResponse","Mappers.DigitalTwinsDescriptionListResult","requestBody","Mappers.CheckNameRequest","Mappers.CheckNameResult","201","Mappers.DigitalTwinsPatchDescription","202","204","baseUrl","Parameters.nextPageLink","DigitalTwinsEndpoint","Mappers.DigitalTwinsEndpointResourceListResult","serializer$1","Parameters.endpointName","Mappers.DigitalTwinsEndpointResource","Operations","Mappers.OperationListResult","serializer$2","PrivateLinkResources","resourceId","Mappers.GroupIdInformationResponse","serializer$3","Mappers.GroupIdInformation","PrivateEndpointConnections","_super","Mappers.PrivateEndpointConnectionsResponse","serializer$4","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","AzureDigitalTwinsManagementClientContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","AzureDigitalTwinsManagementClient","digitalTwins","operations.DigitalTwins","digitalTwinsEndpoint","operations.DigitalTwinsEndpoint","operations","operations.Operations","privateLinkResources","operations.PrivateLinkResources","operations.PrivateEndpointConnections"],"mappings":"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"}
|