@azure/arm-resourcehealth 1.2.1 → 3.0.0-alpha.20211221.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +26 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +69 -83
- package/dist/index.js +1811 -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/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/microsoftResourceHealth.d.ts +20 -0
- package/dist-esm/src/microsoftResourceHealth.d.ts.map +1 -0
- package/dist-esm/src/microsoftResourceHealth.js +27 -0
- package/dist-esm/src/microsoftResourceHealth.js.map +1 -0
- package/dist-esm/src/microsoftResourceHealthContext.d.ts +17 -0
- package/dist-esm/src/microsoftResourceHealthContext.d.ts.map +1 -0
- package/dist-esm/src/microsoftResourceHealthContext.js +50 -0
- package/dist-esm/src/microsoftResourceHealthContext.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +402 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +22 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +21 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +393 -170
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +12 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +52 -36
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/availabilityStatuses.d.ts +102 -0
- package/dist-esm/src/operations/availabilityStatuses.d.ts.map +1 -0
- package/dist-esm/src/operations/availabilityStatuses.js +407 -0
- package/dist-esm/src/operations/availabilityStatuses.js.map +1 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.d.ts +51 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.d.ts.map +1 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.js +173 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.js.map +1 -0
- package/dist-esm/src/operations/childResources.d.ts +43 -0
- package/dist-esm/src/operations/childResources.d.ts.map +1 -0
- package/dist-esm/src/operations/childResources.js +143 -0
- package/dist-esm/src/operations/childResources.js.map +1 -0
- package/dist-esm/src/operations/emergingIssues.d.ts +37 -0
- package/dist-esm/src/operations/emergingIssues.d.ts.map +1 -0
- package/dist-esm/src/operations/emergingIssues.js +143 -0
- package/dist-esm/src/operations/emergingIssues.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +6 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +13 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.js +9 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.js +9 -0
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/childResources.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/childResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/childResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/childResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.js +9 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.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 +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/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 +67 -24
- package/review/arm-resourcehealth.api.md +396 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +13 -0
- package/src/microsoftResourceHealth.ts +40 -38
- package/src/microsoftResourceHealthContext.ts +49 -47
- package/src/models/index.ts +382 -532
- package/src/models/mappers.ts +409 -175
- package/src/models/parameters.ts +66 -37
- package/src/operations/availabilityStatuses.ts +335 -272
- package/src/operations/childAvailabilityStatuses.ts +210 -0
- package/src/operations/childResources.ts +168 -0
- package/src/operations/emergingIssues.ts +165 -0
- package/src/operations/index.ts +6 -5
- package/src/operations/operations.ts +26 -41
- package/src/operationsInterfaces/availabilityStatuses.ts +67 -0
- package/src/operationsInterfaces/childAvailabilityStatuses.ts +43 -0
- package/src/operationsInterfaces/childResources.ts +30 -0
- package/src/operationsInterfaces/emergingIssues.ts +34 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/tsconfig.json +4 -4
- package/types/arm-resourcehealth.d.ts +588 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-resourcehealth.js +0 -1047
- package/dist/arm-resourcehealth.js.map +0 -1
- package/dist/arm-resourcehealth.min.js +0 -1
- package/dist/arm-resourcehealth.min.js.map +0 -1
- package/esm/microsoftResourceHealth.d.ts +0 -26
- package/esm/microsoftResourceHealth.d.ts.map +0 -1
- package/esm/microsoftResourceHealth.js +0 -40
- package/esm/microsoftResourceHealth.js.map +0 -1
- package/esm/microsoftResourceHealthContext.d.ts +0 -23
- package/esm/microsoftResourceHealthContext.d.ts.map +0 -1
- package/esm/microsoftResourceHealthContext.js +0 -62
- package/esm/microsoftResourceHealthContext.js.map +0 -1
- package/esm/models/availabilityStatusesMappers.d.ts +0 -2
- package/esm/models/availabilityStatusesMappers.d.ts.map +0 -1
- package/esm/models/availabilityStatusesMappers.js +0 -11
- package/esm/models/availabilityStatusesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -589
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -16
- 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 +0 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -10
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/availabilityStatuses.d.ts +0 -166
- package/esm/operations/availabilityStatuses.d.ts.map +0 -1
- package/esm/operations/availabilityStatuses.js +0 -225
- package/esm/operations/availabilityStatuses.js.map +0 -1
- package/esm/operations/index.d.ts +0 -3
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -12
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -51
- package/esm/operations/operations.js.map +0 -1
- package/src/models/availabilityStatusesMappers.ts +0 -22
- package/src/models/operationsMappers.ts +0 -17
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"arm-resourcehealth.js","sources":["../node_modules/tslib/tslib.es6.js","../esm/models/index.js","../esm/models/mappers.js","../esm/models/availabilityStatusesMappers.js","../esm/models/parameters.js","../esm/operations/availabilityStatuses.js","../esm/models/operationsMappers.js","../esm/operations/operations.js","../esm/operations/index.js","../esm/microsoftResourceHealthContext.js","../esm/microsoftResourceHealth.js"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n//# sourceMappingURL=index.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nexport var CloudError = CloudErrorMapper;\nexport var BaseResource = BaseResourceMapper;\nexport var AvailabilityStatusPropertiesRecentlyResolvedState = {\n serializedName: \"availabilityStatus_properties_recentlyResolvedState\",\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatusPropertiesRecentlyResolvedState\",\n modelProperties: {\n unavailableOccurredTime: {\n serializedName: \"unavailableOccurredTime\",\n type: {\n name: \"DateTime\"\n }\n },\n resolvedTime: {\n serializedName: \"resolvedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n unavailabilitySummary: {\n serializedName: \"unavailabilitySummary\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var RecommendedAction = {\n serializedName: \"recommendedAction\",\n type: {\n name: \"Composite\",\n className: \"RecommendedAction\",\n modelProperties: {\n action: {\n serializedName: \"action\",\n type: {\n name: \"String\"\n }\n },\n actionUrl: {\n serializedName: \"actionUrl\",\n type: {\n name: \"String\"\n }\n },\n actionUrlText: {\n serializedName: \"actionUrlText\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var ServiceImpactingEventStatus = {\n serializedName: \"serviceImpactingEvent_status\",\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEventStatus\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var ServiceImpactingEventIncidentProperties = {\n serializedName: \"serviceImpactingEvent_incidentProperties\",\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEventIncidentProperties\",\n modelProperties: {\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\"\n }\n },\n service: {\n serializedName: \"service\",\n type: {\n name: \"String\"\n }\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\"\n }\n },\n incidentType: {\n serializedName: \"incidentType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var ServiceImpactingEvent = {\n serializedName: \"serviceImpactingEvent\",\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEvent\",\n modelProperties: {\n eventStartTime: {\n serializedName: \"eventStartTime\",\n type: {\n name: \"DateTime\"\n }\n },\n eventStatusLastModifiedTime: {\n serializedName: \"eventStatusLastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEventStatus\"\n }\n },\n incidentProperties: {\n serializedName: \"incidentProperties\",\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEventIncidentProperties\"\n }\n }\n }\n }\n};\nexport var AvailabilityStatusProperties = {\n serializedName: \"availabilityStatus_properties\",\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatusProperties\",\n modelProperties: {\n availabilityState: {\n serializedName: \"availabilityState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Available\",\n \"Unavailable\",\n \"Unknown\"\n ]\n }\n },\n summary: {\n serializedName: \"summary\",\n type: {\n name: \"String\"\n }\n },\n detailedStatus: {\n serializedName: \"detailedStatus\",\n type: {\n name: \"String\"\n }\n },\n reasonType: {\n serializedName: \"reasonType\",\n type: {\n name: \"String\"\n }\n },\n rootCauseAttributionTime: {\n serializedName: \"rootCauseAttributionTime\",\n type: {\n name: \"DateTime\"\n }\n },\n healthEventType: {\n serializedName: \"healthEventType\",\n type: {\n name: \"String\"\n }\n },\n healthEventCause: {\n serializedName: \"healthEventCause\",\n type: {\n name: \"String\"\n }\n },\n healthEventCategory: {\n serializedName: \"healthEventCategory\",\n type: {\n name: \"String\"\n }\n },\n healthEventId: {\n serializedName: \"healthEventId\",\n type: {\n name: \"String\"\n }\n },\n resolutionETA: {\n serializedName: \"resolutionETA\",\n type: {\n name: \"DateTime\"\n }\n },\n occuredTime: {\n serializedName: \"occuredTime\",\n type: {\n name: \"DateTime\"\n }\n },\n reasonChronicity: {\n serializedName: \"reasonChronicity\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Transient\",\n \"Persistent\"\n ]\n }\n },\n reportedTime: {\n serializedName: \"reportedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n recentlyResolvedState: {\n serializedName: \"recentlyResolvedState\",\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatusPropertiesRecentlyResolvedState\"\n }\n },\n recommendedActions: {\n serializedName: \"recommendedActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RecommendedAction\"\n }\n }\n }\n },\n serviceImpactingEvents: {\n serializedName: \"serviceImpactingEvents\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEvent\"\n }\n }\n }\n }\n }\n }\n};\nexport var AvailabilityStatus = {\n serializedName: \"availabilityStatus\",\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatus\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatusProperties\"\n }\n }\n }\n }\n};\nexport var OperationDisplay = {\n serializedName: \"operation_display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var Operation = {\n serializedName: \"operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\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 }\n }\n};\nexport var OperationListResult = {\n serializedName: \"operationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n required: true,\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\nexport var ErrorResponse = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\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 readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var AvailabilityStatusListResult = {\n serializedName: \"availabilityStatusListResult\",\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatusListResult\",\n modelProperties: {\n value: {\n required: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatus\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n//# sourceMappingURL=mappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { AvailabilityStatusListResult, AvailabilityStatus, AvailabilityStatusProperties, AvailabilityStatusPropertiesRecentlyResolvedState, RecommendedAction, ServiceImpactingEvent, ServiceImpactingEventStatus, ServiceImpactingEventIncidentProperties, ErrorResponse } from \"../models/mappers\";\n//# sourceMappingURL=availabilityStatusesMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport var acceptLanguage = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport var apiVersion = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var expand = {\n parameterPath: [\n \"options\",\n \"expand\"\n ],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var filter = {\n parameterPath: [\n \"options\",\n \"filter\"\n ],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var nextPageLink = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport var resourceGroupName = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var resourceUri = {\n parameterPath: \"resourceUri\",\n mapper: {\n required: true,\n serializedName: \"resourceUri\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport var subscriptionId = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n//# sourceMappingURL=parameters.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/availabilityStatusesMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a AvailabilityStatuses. */\nvar AvailabilityStatuses = /** @class */ (function () {\n /**\n * Create a AvailabilityStatuses.\n * @param {MicrosoftResourceHealthContext} client Reference to the service client.\n */\n function AvailabilityStatuses(client) {\n this.client = client;\n }\n AvailabilityStatuses.prototype.listBySubscriptionId = function (options, callback) {\n return this.client.sendOperationRequest({\n options: options\n }, listBySubscriptionIdOperationSpec, callback);\n };\n AvailabilityStatuses.prototype.listByResourceGroup = function (resourceGroupName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n options: options\n }, listByResourceGroupOperationSpec, callback);\n };\n AvailabilityStatuses.prototype.getByResource = function (resourceUri, options, callback) {\n return this.client.sendOperationRequest({\n resourceUri: resourceUri,\n options: options\n }, getByResourceOperationSpec, callback);\n };\n AvailabilityStatuses.prototype.list = function (resourceUri, options, callback) {\n return this.client.sendOperationRequest({\n resourceUri: resourceUri,\n options: options\n }, listOperationSpec, callback);\n };\n AvailabilityStatuses.prototype.listBySubscriptionIdNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listBySubscriptionIdNextOperationSpec, callback);\n };\n AvailabilityStatuses.prototype.listByResourceGroupNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listByResourceGroupNextOperationSpec, callback);\n };\n AvailabilityStatuses.prototype.listNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listNextOperationSpec, callback);\n };\n return AvailabilityStatuses;\n}());\nexport { AvailabilityStatuses };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listBySubscriptionIdOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/availabilityStatuses\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listByResourceGroupOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatuses\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar getByResourceOperationSpec = {\n httpMethod: \"GET\",\n path: \"{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses/current\",\n urlParameters: [\n Parameters.resourceUri\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatus\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listOperationSpec = {\n httpMethod: \"GET\",\n path: \"{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses\",\n urlParameters: [\n Parameters.resourceUri\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listBySubscriptionIdNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listByResourceGroupNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=availabilityStatuses.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { OperationListResult, Operation, OperationDisplay, ErrorResponse } from \"../models/mappers\";\n//# sourceMappingURL=operationsMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Operations. */\nvar Operations = /** @class */ (function () {\n /**\n * Create a Operations.\n * @param {MicrosoftResourceHealthContext} client Reference to the service client.\n */\n function Operations(client) {\n this.client = client;\n }\n Operations.prototype.list = function (options, callback) {\n return this.client.sendOperationRequest({\n options: options\n }, listOperationSpec, callback);\n };\n return Operations;\n}());\nexport { Operations };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listOperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.ResourceHealth/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: serializer\n};\n//# sourceMappingURL=operations.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport * from \"./availabilityStatuses\";\nexport * from \"./operations\";\n//# sourceMappingURL=index.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { __extends } from \"tslib\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nvar packageName = \"@azure/arm-resourcehealth\";\nvar packageVersion = \"1.2.1\";\nvar MicrosoftResourceHealthContext = /** @class */ (function (_super) {\n __extends(MicrosoftResourceHealthContext, _super);\n /**\n * Initializes a new instance of the MicrosoftResourceHealth 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 Subscription credentials which uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param [options] The parameter options\n */\n function MicrosoftResourceHealthContext(credentials, subscriptionId, options) {\n var _this = this;\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 if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = packageName + \"/\" + packageVersion + \" \" + defaultUserAgent;\n }\n _this = _super.call(this, credentials, options) || this;\n _this.apiVersion = '2017-07-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 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 return _this;\n }\n return MicrosoftResourceHealthContext;\n}(msRestAzure.AzureServiceClient));\nexport { MicrosoftResourceHealthContext };\n//# sourceMappingURL=microsoftResourceHealthContext.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { __extends } from \"tslib\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { MicrosoftResourceHealthContext } from \"./microsoftResourceHealthContext\";\nvar MicrosoftResourceHealth = /** @class */ (function (_super) {\n __extends(MicrosoftResourceHealth, _super);\n /**\n * Initializes a new instance of the MicrosoftResourceHealth 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 Subscription credentials which uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param [options] The parameter options\n */\n function MicrosoftResourceHealth(credentials, subscriptionId, options) {\n var _this = _super.call(this, credentials, subscriptionId, options) || this;\n _this.availabilityStatuses = new operations.AvailabilityStatuses(_this);\n _this.operations = new operations.Operations(_this);\n return _this;\n }\n return MicrosoftResourceHealth;\n}(MicrosoftResourceHealthContext));\n// Operation Specifications\nexport { MicrosoftResourceHealth, MicrosoftResourceHealthContext, Models as MicrosoftResourceHealthModels, Mappers as MicrosoftResourceHealthMappers };\nexport * from \"./operations\";\n//# sourceMappingURL=microsoftResourceHealth.js.map"],"names":["CloudErrorMapper","BaseResourceMapper","resourceGroupName","resourceUri","nextPageLink","msRest.Serializer","Parameters.subscriptionId","Parameters.apiVersion","Parameters.filter","Parameters.expand","Parameters.acceptLanguage","Mappers.AvailabilityStatusListResult","Mappers.ErrorResponse","Parameters.resourceGroupName","Parameters.resourceUri","Mappers.AvailabilityStatus","Parameters.nextPageLink","listOperationSpec","serializer","Mappers","Mappers.OperationListResult","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.AvailabilityStatuses","operations.Operations"],"mappings":"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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(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"],t):t((e.Azure=e.Azure||{},e.Azure.ArmResourcehealth={}),e.msRestAzure,e.msRest)}(this,function(e,s,t){"use strict";var i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)t.hasOwnProperty(a)&&(e[a]=t[a])})(e,t)};function a(e,t){function a(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}var r=Object.freeze({}),n=s.CloudErrorMapper,o=s.BaseResourceMapper,p={serializedName:"availabilityStatus_properties_recentlyResolvedState",type:{name:"Composite",className:"AvailabilityStatusPropertiesRecentlyResolvedState",modelProperties:{unavailableOccurredTime:{serializedName:"unavailableOccurredTime",type:{name:"DateTime"}},resolvedTime:{serializedName:"resolvedTime",type:{name:"DateTime"}},unavailabilitySummary:{serializedName:"unavailabilitySummary",type:{name:"String"}}}}},l={serializedName:"recommendedAction",type:{name:"Composite",className:"RecommendedAction",modelProperties:{action:{serializedName:"action",type:{name:"String"}},actionUrl:{serializedName:"actionUrl",type:{name:"String"}},actionUrlText:{serializedName:"actionUrlText",type:{name:"String"}}}}},m={serializedName:"serviceImpactingEvent_status",type:{name:"Composite",className:"ServiceImpactingEventStatus",modelProperties:{value:{serializedName:"value",type:{name:"String"}}}}},u={serializedName:"serviceImpactingEvent_incidentProperties",type:{name:"Composite",className:"ServiceImpactingEventIncidentProperties",modelProperties:{title:{serializedName:"title",type:{name:"String"}},service:{serializedName:"service",type:{name:"String"}},region:{serializedName:"region",type:{name:"String"}},incidentType:{serializedName:"incidentType",type:{name:"String"}}}}},d={serializedName:"serviceImpactingEvent",type:{name:"Composite",className:"ServiceImpactingEvent",modelProperties:{eventStartTime:{serializedName:"eventStartTime",type:{name:"DateTime"}},eventStatusLastModifiedTime:{serializedName:"eventStatusLastModifiedTime",type:{name:"DateTime"}},correlationId:{serializedName:"correlationId",type:{name:"String"}},status:{serializedName:"status",type:{name:"Composite",className:"ServiceImpactingEventStatus"}},incidentProperties:{serializedName:"incidentProperties",type:{name:"Composite",className:"ServiceImpactingEventIncidentProperties"}}}}},c={serializedName:"availabilityStatus_properties",type:{name:"Composite",className:"AvailabilityStatusProperties",modelProperties:{availabilityState:{serializedName:"availabilityState",type:{name:"Enum",allowedValues:["Available","Unavailable","Unknown"]}},summary:{serializedName:"summary",type:{name:"String"}},detailedStatus:{serializedName:"detailedStatus",type:{name:"String"}},reasonType:{serializedName:"reasonType",type:{name:"String"}},rootCauseAttributionTime:{serializedName:"rootCauseAttributionTime",type:{name:"DateTime"}},healthEventType:{serializedName:"healthEventType",type:{name:"String"}},healthEventCause:{serializedName:"healthEventCause",type:{name:"String"}},healthEventCategory:{serializedName:"healthEventCategory",type:{name:"String"}},healthEventId:{serializedName:"healthEventId",type:{name:"String"}},resolutionETA:{serializedName:"resolutionETA",type:{name:"DateTime"}},occuredTime:{serializedName:"occuredTime",type:{name:"DateTime"}},reasonChronicity:{serializedName:"reasonChronicity",type:{name:"Enum",allowedValues:["Transient","Persistent"]}},reportedTime:{serializedName:"reportedTime",type:{name:"DateTime"}},recentlyResolvedState:{serializedName:"recentlyResolvedState",type:{name:"Composite",className:"AvailabilityStatusPropertiesRecentlyResolvedState"}},recommendedActions:{serializedName:"recommendedActions",type:{name:"Sequence",element:{type:{name:"Composite",className:"RecommendedAction"}}}},serviceImpactingEvents:{serializedName:"serviceImpactingEvents",type:{name:"Sequence",element:{type:{name:"Composite",className:"ServiceImpactingEvent"}}}}}}},y={serializedName:"availabilityStatus",type:{name:"Composite",className:"AvailabilityStatus",modelProperties:{id:{serializedName:"id",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}},type:{serializedName:"type",type:{name:"String"}},location:{serializedName:"location",type:{name:"String"}},properties:{serializedName:"properties",type:{name:"Composite",className:"AvailabilityStatusProperties"}}}}},v={serializedName:"operation_display",type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{serializedName:"provider",type:{name:"String"}},resource:{serializedName:"resource",type:{name:"String"}},operation:{serializedName:"operation",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}}}}},S={serializedName:"operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}}}}},g={serializedName:"operationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{required:!0,serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}}}}},z={serializedName:"ErrorResponse",type:{name:"Composite",className:"ErrorResponse",modelProperties:{code:{readOnly:!0,serializedName:"code",type:{name:"String"}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}},details:{readOnly:!0,serializedName:"details",type:{name:"String"}}}}},N={serializedName:"availabilityStatusListResult",type:{name:"Composite",className:"AvailabilityStatusListResult",modelProperties:{value:{required:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"AvailabilityStatus"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},h=Object.freeze({CloudError:n,BaseResource:o,AvailabilityStatusPropertiesRecentlyResolvedState:p,RecommendedAction:l,ServiceImpactingEventStatus:m,ServiceImpactingEventIncidentProperties:u,ServiceImpactingEvent:d,AvailabilityStatusProperties:c,AvailabilityStatus:y,OperationDisplay:v,Operation:S,OperationListResult:g,ErrorResponse:z,AvailabilityStatusListResult:N}),n=Object.freeze({AvailabilityStatusListResult:N,AvailabilityStatus:y,AvailabilityStatusProperties:c,AvailabilityStatusPropertiesRecentlyResolvedState:p,RecommendedAction:l,ServiceImpactingEvent:d,ServiceImpactingEventStatus:m,ServiceImpactingEventIncidentProperties:u,ErrorResponse:z}),o={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},c={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",type:{name:"String"}}},p={parameterPath:["options","expand"],mapper:{serializedName:"$expand",type:{name:"String"}}},l={parameterPath:["options","filter"],mapper:{serializedName:"$filter",type:{name:"String"}}},d={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},m={parameterPath:"resourceUri",mapper:{required:!0,serializedName:"resourceUri",type:{name:"String"}},skipEncoding:!0},u={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},b=(P.prototype.listBySubscriptionId=function(e,t){return this.client.sendOperationRequest({options:e},R,t)},P.prototype.listByResourceGroup=function(e,t,a){return this.client.sendOperationRequest({resourceGroupName:e,options:t},f,a)},P.prototype.getByResource=function(e,t,a){return this.client.sendOperationRequest({resourceUri:e,options:t},E,a)},P.prototype.list=function(e,t,a){return this.client.sendOperationRequest({resourceUri:e,options:t},T,a)},P.prototype.listBySubscriptionIdNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},M,a)},P.prototype.listByResourceGroupNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},O,a)},P.prototype.listNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},A,a)},P);function P(e){this.client=e}var n=new t.Serializer(n),R={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/availabilityStatuses",urlParameters:[u],queryParameters:[c,l,p],headerParameters:[o],responses:{200:{bodyMapper:N},default:{bodyMapper:z}},serializer:n},f={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatuses",urlParameters:[u,{parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",type:{name:"String"}}}],queryParameters:[c,l,p],headerParameters:[o],responses:{200:{bodyMapper:N},default:{bodyMapper:z}},serializer:n},E={httpMethod:"GET",path:"{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses/current",urlParameters:[m],queryParameters:[c,l,p],headerParameters:[o],responses:{200:{bodyMapper:y},default:{bodyMapper:z}},serializer:n},T={httpMethod:"GET",path:"{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses",urlParameters:[m],queryParameters:[c,l,p],headerParameters:[o],responses:{200:{bodyMapper:N},default:{bodyMapper:z}},serializer:n},M={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[d],headerParameters:[o],responses:{200:{bodyMapper:N},default:{bodyMapper:z}},serializer:n},O={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[d],headerParameters:[o],responses:{200:{bodyMapper:N},default:{bodyMapper:z}},serializer:n},A={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[d],headerParameters:[o],responses:{200:{bodyMapper:N},default:{bodyMapper:z}},serializer:n},v=Object.freeze({OperationListResult:g,Operation:S,OperationDisplay:v,ErrorResponse:z}),C=(I.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},L,t)},I);function I(e){this.client=e}var q,L={httpMethod:"GET",path:"providers/Microsoft.ResourceHealth/operations",queryParameters:[c],headerParameters:[o],responses:{200:{bodyMapper:g},default:{bodyMapper:z}},serializer:new t.Serializer(v)},t=(a(x,q=s.AzureServiceClient),x);function x(e,t,a){var i,r=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==t)throw new Error("'subscriptionId' cannot be null.");return(a=a||{}).userAgent||(i=s.getDefaultUserAgentValue(),a.userAgent="@azure/arm-resourcehealth/1.2.1 "+i),(r=q.call(this,e,a)||this).apiVersion="2017-07-01",r.acceptLanguage="en-US",r.longRunningOperationRetryTimeout=30,r.baseUri=a.baseUri||r.baseUri||"https://management.azure.com",r.requestContentType="application/json; charset=utf-8",r.credentials=e,r.subscriptionId=t,null!==a.acceptLanguage&&void 0!==a.acceptLanguage&&(r.acceptLanguage=a.acceptLanguage),null!==a.longRunningOperationRetryTimeout&&void 0!==a.longRunningOperationRetryTimeout&&(r.longRunningOperationRetryTimeout=a.longRunningOperationRetryTimeout),r}var U,v=(a(_,U=t),_);function _(e,t,a){a=U.call(this,e,t,a)||this;return a.availabilityStatuses=new b(a),a.operations=new C(a),a}e.MicrosoftResourceHealth=v,e.MicrosoftResourceHealthContext=t,e.MicrosoftResourceHealthModels=r,e.MicrosoftResourceHealthMappers=h,e.AvailabilityStatuses=b,e.Operations=C,Object.defineProperty(e,"__esModule",{value:!0})});
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../esm/models/mappers.js","../esm/models/parameters.js","../esm/operations/availabilityStatuses.js","../esm/operations/operations.js","../esm/microsoftResourceHealthContext.js","../esm/microsoftResourceHealth.js"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","CloudError","CloudErrorMapper","BaseResource","BaseResourceMapper","AvailabilityStatusPropertiesRecentlyResolvedState","serializedName","type","name","className","modelProperties","unavailableOccurredTime","resolvedTime","unavailabilitySummary","RecommendedAction","action","actionUrl","actionUrlText","ServiceImpactingEventStatus","value","ServiceImpactingEventIncidentProperties","title","service","region","incidentType","ServiceImpactingEvent","eventStartTime","eventStatusLastModifiedTime","correlationId","status","incidentProperties","AvailabilityStatusProperties","availabilityState","allowedValues","summary","detailedStatus","reasonType","rootCauseAttributionTime","healthEventType","healthEventCause","healthEventCategory","healthEventId","resolutionETA","occuredTime","reasonChronicity","reportedTime","recentlyResolvedState","recommendedActions","element","serviceImpactingEvents","AvailabilityStatus","id","location","properties","OperationDisplay","provider","resource","operation","description","Operation","display","OperationListResult","required","ErrorResponse","code","readOnly","message","details","AvailabilityStatusListResult","nextLink","acceptLanguage","parameterPath","mapper","defaultValue","apiVersion","expand","filter","nextPageLink","skipEncoding","resourceUri","subscriptionId","AvailabilityStatuses","listBySubscriptionId","options","callback","client","sendOperationRequest","listBySubscriptionIdOperationSpec","listByResourceGroup","resourceGroupName","listByResourceGroupOperationSpec","getByResource","getByResourceOperationSpec","list","listOperationSpec","listBySubscriptionIdNext","listBySubscriptionIdNextOperationSpec","listByResourceGroupNext","listByResourceGroupNextOperationSpec","listNext","listNextOperationSpec","serializer","msRest.Serializer","Mappers","httpMethod","path","urlParameters","Parameters.subscriptionId","queryParameters","Parameters.apiVersion","Parameters.filter","Parameters.expand","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.AvailabilityStatusListResult","default","Mappers.ErrorResponse","Parameters.resourceUri","Mappers.AvailabilityStatus","baseUrl","Parameters.nextPageLink","Operations","_super","Mappers.OperationListResult","MicrosoftResourceHealthContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","call","longRunningOperationRetryTimeout","baseUri","requestContentType","MicrosoftResourceHealth","availabilityStatuses","operations.AvailabilityStatuses","operations","operations.Operations"],"mappings":"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"}
|
@@ -1,26 +0,0 @@
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
2
|
-
import { TokenCredential } from "@azure/core-auth";
|
3
|
-
import * as Models from "./models";
|
4
|
-
import * as Mappers from "./models/mappers";
|
5
|
-
import * as operations from "./operations";
|
6
|
-
import { MicrosoftResourceHealthContext } from "./microsoftResourceHealthContext";
|
7
|
-
declare class MicrosoftResourceHealth extends MicrosoftResourceHealthContext {
|
8
|
-
availabilityStatuses: operations.AvailabilityStatuses;
|
9
|
-
operations: operations.Operations;
|
10
|
-
/**
|
11
|
-
* Initializes a new instance of the MicrosoftResourceHealth class.
|
12
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
13
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
14
|
-
* more information about these credentials, see
|
15
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
16
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
17
|
-
* @azure/ms-rest-browserauth are also supported.
|
18
|
-
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
|
19
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
20
|
-
* @param [options] The parameter options
|
21
|
-
*/
|
22
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.MicrosoftResourceHealthOptions);
|
23
|
-
}
|
24
|
-
export { MicrosoftResourceHealth, MicrosoftResourceHealthContext, Models as MicrosoftResourceHealthModels, Mappers as MicrosoftResourceHealthMappers };
|
25
|
-
export * from "./operations";
|
26
|
-
//# sourceMappingURL=microsoftResourceHealth.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"microsoftResourceHealth.d.ts","sourceRoot":"","sources":["../src/microsoftResourceHealth.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAGlF,cAAM,uBAAwB,SAAQ,8BAA8B;IAElE,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,CAAC;IACtD,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAElC;;;;;;;;;;;OAWG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,8BAA8B;CAKpJ;AAID,OAAO,EACL,uBAAuB,EACvB,8BAA8B,EAC9B,MAAM,IAAI,6BAA6B,EACvC,OAAO,IAAI,8BAA8B,EAC1C,CAAC;AACF,cAAc,cAAc,CAAC"}
|
@@ -1,40 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
4
|
-
* license information.
|
5
|
-
*
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
8
|
-
* regenerated.
|
9
|
-
*/
|
10
|
-
import { __extends } from "tslib";
|
11
|
-
import * as Models from "./models";
|
12
|
-
import * as Mappers from "./models/mappers";
|
13
|
-
import * as operations from "./operations";
|
14
|
-
import { MicrosoftResourceHealthContext } from "./microsoftResourceHealthContext";
|
15
|
-
var MicrosoftResourceHealth = /** @class */ (function (_super) {
|
16
|
-
__extends(MicrosoftResourceHealth, _super);
|
17
|
-
/**
|
18
|
-
* Initializes a new instance of the MicrosoftResourceHealth class.
|
19
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
20
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
21
|
-
* more information about these credentials, see
|
22
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
23
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
24
|
-
* @azure/ms-rest-browserauth are also supported.
|
25
|
-
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
|
26
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
27
|
-
* @param [options] The parameter options
|
28
|
-
*/
|
29
|
-
function MicrosoftResourceHealth(credentials, subscriptionId, options) {
|
30
|
-
var _this = _super.call(this, credentials, subscriptionId, options) || this;
|
31
|
-
_this.availabilityStatuses = new operations.AvailabilityStatuses(_this);
|
32
|
-
_this.operations = new operations.Operations(_this);
|
33
|
-
return _this;
|
34
|
-
}
|
35
|
-
return MicrosoftResourceHealth;
|
36
|
-
}(MicrosoftResourceHealthContext));
|
37
|
-
// Operation Specifications
|
38
|
-
export { MicrosoftResourceHealth, MicrosoftResourceHealthContext, Models as MicrosoftResourceHealthModels, Mappers as MicrosoftResourceHealthMappers };
|
39
|
-
export * from "./operations";
|
40
|
-
//# sourceMappingURL=microsoftResourceHealth.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"microsoftResourceHealth.js","sourceRoot":"","sources":["../src/microsoftResourceHealth.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAIH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAGlF;IAAsC,2CAA8B;IAKlE;;;;;;;;;;;OAWG;IACH,iCAAY,WAA8D,EAAE,cAAsB,EAAE,OAA+C;QAAnJ,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAG5C;QAFC,KAAI,CAAC,oBAAoB,GAAG,IAAI,UAAU,CAAC,oBAAoB,CAAC,KAAI,CAAC,CAAC;QACtE,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;;IACpD,CAAC;IACH,8BAAC;AAAD,CAAC,AAtBD,CAAsC,8BAA8B,GAsBnE;AAED,2BAA2B;AAE3B,OAAO,EACL,uBAAuB,EACvB,8BAA8B,EAC9B,MAAM,IAAI,6BAA6B,EACvC,OAAO,IAAI,8BAA8B,EAC1C,CAAC;AACF,cAAc,cAAc,CAAC"}
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import * as Models from "./models";
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
3
|
-
import { TokenCredential } from "@azure/core-auth";
|
4
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
5
|
-
export declare class MicrosoftResourceHealthContext extends msRestAzure.AzureServiceClient {
|
6
|
-
credentials: msRest.ServiceClientCredentials | TokenCredential;
|
7
|
-
subscriptionId: string;
|
8
|
-
apiVersion?: string;
|
9
|
-
/**
|
10
|
-
* Initializes a new instance of the MicrosoftResourceHealth class.
|
11
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
12
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
13
|
-
* more information about these credentials, see
|
14
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
15
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
16
|
-
* @azure/ms-rest-browserauth are also supported.
|
17
|
-
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
|
18
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
19
|
-
* @param [options] The parameter options
|
20
|
-
*/
|
21
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.MicrosoftResourceHealthOptions);
|
22
|
-
}
|
23
|
-
//# sourceMappingURL=microsoftResourceHealthContext.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"microsoftResourceHealthContext.d.ts","sourceRoot":"","sources":["../src/microsoftResourceHealthContext.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,8BAA+B,SAAQ,WAAW,CAAC,kBAAkB;IAChF,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,CAAC;IAC/D,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;;OAWG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,8BAA8B;CAiCpJ"}
|
@@ -1,62 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
4
|
-
* license information.
|
5
|
-
*
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
8
|
-
* regenerated.
|
9
|
-
*/
|
10
|
-
import { __extends } from "tslib";
|
11
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
12
|
-
var packageName = "@azure/arm-resourcehealth";
|
13
|
-
var packageVersion = "1.2.1";
|
14
|
-
var MicrosoftResourceHealthContext = /** @class */ (function (_super) {
|
15
|
-
__extends(MicrosoftResourceHealthContext, _super);
|
16
|
-
/**
|
17
|
-
* Initializes a new instance of the MicrosoftResourceHealth class.
|
18
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
19
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
20
|
-
* more information about these credentials, see
|
21
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
22
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
23
|
-
* @azure/ms-rest-browserauth are also supported.
|
24
|
-
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
|
25
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
26
|
-
* @param [options] The parameter options
|
27
|
-
*/
|
28
|
-
function MicrosoftResourceHealthContext(credentials, subscriptionId, options) {
|
29
|
-
var _this = this;
|
30
|
-
if (credentials == undefined) {
|
31
|
-
throw new Error('\'credentials\' cannot be null.');
|
32
|
-
}
|
33
|
-
if (subscriptionId == undefined) {
|
34
|
-
throw new Error('\'subscriptionId\' cannot be null.');
|
35
|
-
}
|
36
|
-
if (!options) {
|
37
|
-
options = {};
|
38
|
-
}
|
39
|
-
if (!options.userAgent) {
|
40
|
-
var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
|
41
|
-
options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
|
42
|
-
}
|
43
|
-
_this = _super.call(this, credentials, options) || this;
|
44
|
-
_this.apiVersion = '2017-07-01';
|
45
|
-
_this.acceptLanguage = 'en-US';
|
46
|
-
_this.longRunningOperationRetryTimeout = 30;
|
47
|
-
_this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
|
48
|
-
_this.requestContentType = "application/json; charset=utf-8";
|
49
|
-
_this.credentials = credentials;
|
50
|
-
_this.subscriptionId = subscriptionId;
|
51
|
-
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
|
52
|
-
_this.acceptLanguage = options.acceptLanguage;
|
53
|
-
}
|
54
|
-
if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
|
55
|
-
_this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
|
56
|
-
}
|
57
|
-
return _this;
|
58
|
-
}
|
59
|
-
return MicrosoftResourceHealthContext;
|
60
|
-
}(msRestAzure.AzureServiceClient));
|
61
|
-
export { MicrosoftResourceHealthContext };
|
62
|
-
//# sourceMappingURL=microsoftResourceHealthContext.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"microsoftResourceHealthContext.js","sourceRoot":"","sources":["../src/microsoftResourceHealthContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAKH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,2BAA2B,CAAC;AAChD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAAoD,kDAA8B;IAKhF;;;;;;;;;;;OAWG;IACH,wCAAY,WAA8D,EAAE,cAAsB,EAAE,OAA+C;QAAnJ,iBAgCC;QA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;SACvD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;YACtB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,YAAY,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAI,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC3E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAI,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC/G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,qCAAC;AAAD,CAAC,AAlDD,CAAoD,WAAW,CAAC,kBAAkB,GAkDjF"}
|
@@ -1,2 +0,0 @@
|
|
1
|
-
export { AvailabilityStatusListResult, AvailabilityStatus, AvailabilityStatusProperties, AvailabilityStatusPropertiesRecentlyResolvedState, RecommendedAction, ServiceImpactingEvent, ServiceImpactingEventStatus, ServiceImpactingEventIncidentProperties, ErrorResponse } from "../models/mappers";
|
2
|
-
//# sourceMappingURL=availabilityStatusesMappers.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"availabilityStatusesMappers.d.ts","sourceRoot":"","sources":["../../src/models/availabilityStatusesMappers.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,4BAA4B,EAC5B,kBAAkB,EAClB,4BAA4B,EAC5B,iDAAiD,EACjD,iBAAiB,EACjB,qBAAqB,EACrB,2BAA2B,EAC3B,uCAAuC,EACvC,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
4
|
-
* license information.
|
5
|
-
*
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
8
|
-
* regenerated.
|
9
|
-
*/
|
10
|
-
export { AvailabilityStatusListResult, AvailabilityStatus, AvailabilityStatusProperties, AvailabilityStatusPropertiesRecentlyResolvedState, RecommendedAction, ServiceImpactingEvent, ServiceImpactingEventStatus, ServiceImpactingEventIncidentProperties, ErrorResponse } from "../models/mappers";
|
11
|
-
//# sourceMappingURL=availabilityStatusesMappers.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"availabilityStatusesMappers.js","sourceRoot":"","sources":["../../src/models/availabilityStatusesMappers.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EACL,4BAA4B,EAC5B,kBAAkB,EAClB,4BAA4B,EAC5B,iDAAiD,EACjD,iBAAiB,EACjB,qBAAqB,EACrB,2BAA2B,EAC3B,uCAAuC,EACvC,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|